@import "/css/font-awesome/css/font-awesome.min.css";

.model h2 img {
	width: 34%;
	margin: 0 auto;
}
@media only screen and (min-width: 640px) {
	.sp_only {
		display: none;
	}
	.model h2 img {
		width: 182px;
	}
	.model a {
		transition: 0.5s;
	}
	.model a:hover {
		opacity: 0.7;
		transition: 0.5s;
	}
}
.recommend {
	margin: 0 1em;
	padding: 3em 0 0;
	border-top: solid 1px #516987;
}
.recommend a:hover {
	text-decoration: none;
}
.recommend h2 {
	font-size: 160%;
	font-style: italic;
}
.recommend ul {
	margin: 3em 0 0;
	font-size: 14px;
}
.recommend li {
	margin-top: 0.5em;
}
.recommend a {
	display: block;
	margin: 0 auto;
	padding: 1em 0;
	background-color: #112e53;
	color: #fff;
	position: relative;
}
.recommend a::after {
	content: "";
	display: block;
	width: 25%;
	height: 1px;
	background-color: #fff;
	opacity: 0.5;
	position: absolute;
	bottom: 0.5em;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
}
.recommend a:hover::after {
	width: 75%;
	opacity: 1;
	transition: 0.5s;
}
@media only screen and (min-width: 960px) {
	.model ul {
		display: -webkit-flex;
		display: flex;
		
		justify-content:center;
	}
	.model li:not(:first-child) {
		margin-left: 0.5em;
	}
	.recommend {
		width: 770px;
		margin: 0 auto;
	}
	.recommend ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		font-size: 16px;
	}
	.recommend li {
		width: calc(50% - 0.5em);
		margin-top: 1em;
	}
}

/* ------------------------------
- ls_products
------------------------------ */
/*
.ls .ls_products__price {
    margin-top: .2em;
    font-size: 18px;
}
.ls .ls_products__price span {
    font-size: 13px;
}
.ls_products__item a {
	display: block;
}

@media screen and (max-width: 959px) {
    .ls_products__list {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ls_products__item {
        width: calc(50% - 0.3rem);
        margin-bottom: 1rem;
    }
    .ls_products__item:nth-of-type(2n) {
        //margin-left: .5em;
    }
    .ls_products__item:nth-of-type(n+3) {
        //margin-top: .3em;
        margin-top: 1em;
    }
}
@media screen and (max-width: 768px) {
    .ls .ls_products__price {
        margin-top: 0.5rem;
        font-size: 14px;
    }
    .ls .ls_products__price span {
        font-size: 10px;
    }
}
*/

@media screen and (max-width: 599px) {
	.ls_products__list {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .ls_products__item {
        width: calc(50% - 0.3rem);
        margin-bottom: 1rem;
        padding: 0 1%;
    }
    .ls_products__item:nth-of-type(2n) {
        /* margin-left: .5em; */
    }
    .ls_products__item:nth-of-type(n+3) {
        margin-top: 1rem;
    }
	.ls .ls_products__price {
	    margin-top: 0.5rem;
        font-size: 14px;
		color: #112e53;
	}
	.ls .ls_products__price span {
	    font-size: 10px;
	}
	.ls_products__item a {
		display: block;
	}
	.ls_products__item a:link {
		text-decoration:none;
	}
	.ls_products__item a:visited {
		text-decoration:none;
	}
	.ls_products__item a:hover {
		text-decoration:none;
	}
	.ls_products__item a:focus {
		text-decoration:none;
	}
	.ls_products__item a:active {
		text-decoration:none;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
	.ls_products__list {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ls_products__item {
        width: calc(50% - 0.3rem);
        margin-bottom: 1rem;
    }
    .ls_products__item:nth-of-type(2n) {
        /* margin-left: .5em; */
    }
    .ls_products__item:nth-of-type(n+3) {
        margin-top: 3em;
    }
	.ls .ls_products__price {
	    margin-top: .5em;
	    font-size: 18px;
		color: #112e53;
	}
	.ls .ls_products__price span {
	    font-size: 13px;
	}
	.ls_products__item a {
		display: block;
	}
}

@media screen and (min-width: 1025px) {
	.ls .ls_products__price {
	    margin-top: .5rem;
	    font-size: 18px;
		color: #112e53;
	}
	.ls .ls_products__price span {
	    font-size: 13px;
	}
	.ls_products__item a {
		display: block;
	}
}

/* ------------------------------
- gran_regalia
------------------------------ */
.gran_regalia__box {
    max-width: 770px;
    margin: 0 auto 100px auto;
}
.gran_regalia__btn {
    width: 50%;
    margin: 0 auto;
    font-size: 11px;
}
.gran_regalia__btn a {
    color: #112e53;
    border: 1px solid #112e53;
    padding: 1em 0;
    display: block;
    position: relative;
    margin-top: 1rem;
}
.gran_regalia__box a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: #000;
}
.gran_regalia__shop {
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
    .gran_regalia__box {
        width: 85%;
    }
    .gran_regalia__box a:hover {
        text-decoration: none;
    }
    .gran_regalia__box .gran_regalia__title {
        font-size: 1.5rem!important;
    }
    .gran_regalia__box .gran_regalia__title_sub {
        font-size: 1rem!important;
    }
    .gran_regalia__shop {
        padding-left: 5em;
        text-indent: -5.5em;
        margin-top: 1rem;
    }
    .gran_regalia__btn {
        width: 70%;
    }
}
@media only screen and (min-width: 640px) {
    .gran_regalia__box a {
        transition: 0.5s;
    }
    .gran_regalia__box a:hover {
        opacity: 0.7;
        transition: 0.5s;
        text-decoration: none;
    }
    .gran_regalia__btn {
        font-size: 15px;
    }
}

/* ------------------------------
- sleep_soudan
------------------------------ */
.sleep_soudan {
    border: solid 2px #516987;
	width: 770px;
	margin: 0 auto 100px;
	padding: 30px;
}
.sleep_soudan h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: dotted 2px #516987;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.sleep_soudan h3 span {
    font-size: 80%;
}
.sleep_soudan p{
	font-size: 18px;
	line-height: 2;
	margin: 0 0 20px 0;
}
.sleep_soudan .link a {
    color: #fff;
    font-size: 18px;
    width: 500px;
    height: 80px;
    margin: 0 auto;
    background-color: #112e53;
    display: block;
}
.sleep_soudan .link a:hover {
    text-decoration: underline;
}
.sleep_soudan .link a span {
    padding: 0 0 0 0;
    margin: 25px auto 0 auto;
    display: inline-block;
    position: relative;
}
.sleep_soudan .link a span::after {
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    margin: 10px 0 0 0;
    background-color: #516987;
    display: block;
    position: relative;
    -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.sleep_soudan .link a:hover span::after {
    -webkit-transform: scaleX(2.0);
    -moz-transform: scaleX(2.0);
    transform: scaleX(2.0);
}

@media screen and (max-width: 1000px) {
    .sleep_soudan {
        width: 90%;
    }
    .sleep_soudan .link a {
        width: 90%;
    }
}
@media screen and (max-width: 640px) {
    .sleep_soudan {
        padding: 20px;
    }
    .sleep_soudan h3 {
        font-size: 20px;
    }
    .sleep_soudan p {
        font-size: 15px;
        margin: 0 0 15px;
    }
    .sleep_soudan .link a:hover span::after {
        -webkit-transform: scaleX(1.0);
        -moz-transform: scaleX(1.0);
        transform: scaleX(1.0);
    }
}
@media screen and (max-width: 420px) {
    .sleep_soudan {
        padding: 20px 15px;
    }
    .sleep_soudan h3 {
        font-size: 16px;
    }
    .sleep_soudan p {
        font-size: 12px;
        margin: 0 0 12px;
    }
}