@charset "utf-8";

/* -----------------------------------------------

index：トップページ

----------------------------------------------- */
#index article .lpbanner {
    padding: 70px 0px;
    text-align: center;

}
#index article .lpbanner a{
transition: 0.5s;	
}
#index article .lpbanner a:hover {
    opacity: 0.6;
	transition: 0.5s;
}
#index article .lpbanner .campaign {
    display: block;
    margin: 40px auto 20px;
		transition: 0.5s;
}
@media screen and (max-width: 750px) {
    #index article .lpbanner {
        max-width: 500px;
        margin: auto;
        padding: 25px 30px;
        box-sizing: content-box;
    }
    #index article .lpbanner .campaign {
        margin: 5px auto 10px;
    }
}
/* -------------------------------------------- */
#index article .concept {
    padding: 130px 30px 0px;
    height: 800px;
    background: url("../images/concept-background-pc.jpg") right center/cover no-repeat;
}


#index article .concept .inner {
    max-width: 1000px;
    margin: auto;
}
#index article .concept .inner h3 {
    padding-top: 120px;
}
#index article .concept .inner p {
    padding-top: 60px;
    line-height: 2.3em;
}
@media screen and (max-width: 1100px) {
    #index article .concept {
        background: url("../images/concept-background-pc.jpg") right 50% center/cover no-repeat;
    }
}
@media screen and (max-width: 750px) {
    #index article .concept {
        padding: 165px 30px 190px;
        height: auto;
        background: url("../images/concept-background-sp.jpg") center center/cover no-repeat;
    }
    #index article .concept .inner h3 {
        padding-top: 50px;
    }
    #index article .concept .inner p {
        padding-top: 50px;
    }
}
/* -------------------------------------------- */
#index article .product {
    max-width: 1000px;
    margin: 150px auto 0px;
    padding: 0px 30px;
    box-sizing: content-box;
}
#index article .product h2 {
    text-align: center;
}
#index article .product .adjacent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 150px;
}
#index article .product .adjacent .detail .goodsbtn {
    margin-top: 20px;
}
#index article .product .adjacent .detail .goodsbtn{
    transition: 0.5s;
}
#index article .product .adjacent .detail .goodsbtn:hover {
    opacity: 0.6;
}
#index article .product .adjacent .detail h3 {
    margin-top: 45px;
}
#index article .product .adjacent .detail p {
    margin-top: 35px;
    line-height: 2.3em;
    text-align: justify;
}
#index article .product .adjacent .image {
    margin: 0px 55px 0px 20px;
}
@media screen and (max-width: 1100px) {
    #index article .product .adjacent .image {
        margin: 0px 0px 0px 20px;
    }
}
@media screen and (max-width: 900px) {
    #index article .product .adjacent .detail {
        width: 61%;
    }
    #index article .product .adjacent .detail p br {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    #index article .product {
        margin: 40px auto 0px;
    }
    #index article .product .adjacent {
        flex-wrap: wrap;
        margin-top: 40px;
    }
    #index article .product .adjacent .detail {
        width: 100%;
        order: 2;
        margin-top: 30px;
    }
    #index article .product .adjacent .detail .goodsname {
        text-align: center;
    }
    #index article .product .adjacent .detail .goodsbtn {
        text-align: center;
    }
    #index article .product .adjacent .detail h3 {
        margin-top: 35px;
        text-align: center;
    }
    #index article .product .adjacent .detail p {
        margin-top: 30px;
        line-height: 2em;
    }
    #index article .product .adjacent .image {
        width: 100%;
        order: 1;
        margin: 0px;
        text-align: center;
    }
    #index article .product .adjacent .image img {
        max-width: 190px;
        margin-left: -25px;
    }
}
@media screen and (max-width: 550px) {
    #index article .product .adjacent .detail h3 {
        text-align: left;
    }
}
/* -------------------------------------------- */
#index article .user_voice {
    max-width: 1000px;
    margin: 150px auto 0px;
    background-color: #e3edf7;
    position: relative;
}
#index article .user_voice h2 {
    position: absolute;
    top: -20px;
    left: 50%;
    font-weight: 300;
    transform: translateX(-50%);
    color: #73a5dc;
}
#index article .user_voice .slider {
    display: none;
    cursor: w-resize;
}
#index article .user_voice .slider.slick-initialized {
    display: block;
}
#index article .user_voice .slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
}
#index article .user_voice .slider .slick-arrow.prev {
    left: 50px;
}
#index article .user_voice .slider .slick-arrow.next {
    right: 50px;
}
#index article .user_voice .slider .slick-list .slick-track .slick-slide {
    display: flex;
    justify-content: space-between;
    padding: 80px 130px;
}
#index article .user_voice .slider .slick-list .slick-track .slick-slide .comment {
    width: 390px;
    margin-left: 20px;
}
#index article .user_voice .slider .slick-list .slick-track .slick-slide .comment .title {
    font-size: 25px;
    letter-spacing: 2.5px;
    line-height: 1.6em;
    font-weight: 500;
}
#index article .user_voice .slider .slick-list .slick-track .slick-slide .comment p {
    margin-top: 30px;
    line-height: 2.3em;
    text-align: justify;
}
#index article .user_voice .slider .slick-list .slick-track .slick-slide .comment p .caution {
    font-size: 14px;
}
@media screen and (max-width: 900px) {
    #index article .user_voice .slider .slick-arrow.prev {
        left: 15px;
    }
    #index article .user_voice .slider .slick-arrow.next {
        right: 15px;
    }
    #index article .user_voice .slider .slick-list .slick-track .slick-slide {
        padding: 80px 70px;
    }
}
@media screen and (max-width: 750px) {
    #index article .user_voice {
        margin: 55px auto 0px;
    }
    #index article .user_voice h2 {
        top: -12px;
    }
    #index article .user_voice .slider .slick-arrow {
        width: 17.5px;
    }
    #index article .user_voice .slider .slick-list .slick-track .slick-slide {
        padding: 35px 40px;
    }
    #index article .user_voice .slider .slick-list .slick-track .slick-slide .image {
        max-width: 25%;
    }
    #index article .user_voice .slider .slick-list .slick-track .slick-slide .comment {
        width: calc(85% - 20px);
        margin-left: 20px;
    }
    #index article .user_voice .slider .slick-list .slick-track .slick-slide .comment .title {
        font-size: 12.5px;
        letter-spacing: 1.25px;
    }
    #index article .user_voice .slider .slick-list .slick-track .slick-slide .comment p {
        margin-top: 17.5px;
        font-size: 10px;
        line-height: 1.5em;
        letter-spacing: 0em;
    }
    #index article .user_voice .slider .slick-list .slick-track .slick-slide .comment p .caution {
        font-size: 9px;
        line-height: 1.5em;
        letter-spacing: 0em;
    }
}
@media screen and (max-width: 550px) {
    #index article .user_voice .slider .slick-list .slick-track .slick-slide .image {
        max-width: 45%;
    }
    #index article .user_voice .slider .slick-list .slick-track .slick-slide .comment {
        width: calc(55% - 10px);
        margin-left: 10px;
    }
}
/* -------------------------------------------- */
#index article .other {
    max-width: 1000px;
    margin: 130px auto 0px;
    padding: 0px 30px;
    box-sizing: content-box;
} 
#index article .other dl {
    width: 470px;
    border-top: 2px solid #4b5a6e;
    border-bottom: 2px solid #4b5a6e;
}
#index article .other dl.left {
    float: left;
}
#index article .other dl.right {
    float: right;
}
#index article .other dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 110px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2.5px;
    position: relative;
    cursor: pointer;
    padding: 0px 30px;
}
#index article .other dl dt:nth-of-type(n + 2) {
    border-top: 2px solid #4b5a6e;
}
#index article .other dl dt::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 25px;
    height: 26px;
    background: url("../images/other-arrow-pc.jpg") center center/100% no-repeat;
    transition-duration: 0.6s;
}
#index article .other dl dt.open::before {
    transform: translateY(-50%) rotateZ(90deg);
}
#index article .other dl dd {
    display: none;
    margin-bottom: 50px;
}
#index article .other dl dd.future .large {
    font-size: 17px;
    font-weight: 600;
}
#index article .other dl dd.future .futura {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
}
#index article .other dl dd.internal .indent {
    display: inline-block;
    text-align: justify;
    text-indent: -68px;
    padding-left: 68px;
}
#index article .other dl dd.keep .indent {
    display: inline-block;
    text-align: justify;
    text-indent: -85px;
    padding-left: 85px;
}
@media screen and (max-width: 1100px) {
    #index article .other dl {
        width: 47%;
    }
}
@media screen and (max-width: 750px) {
    #index article .other {
        margin: 25px auto 0px;
    }
    #index article .other dl {
        float: none !important;
        width: 100%;
        border-top: 1px solid #4b5a6e;
        border-bottom: none;
    }
    #index article .other dl dt {
        font-size: 15px;
        height: 60px;
    }
    #index article .other dl dt::before {
        width: 17.5px;
        height: 18.5px;
        background: url("../images/other-arrow-sp.jpg") center center/100% no-repeat;
    }
    #index article .other dl dd {
        margin-bottom: 25px;
    }
    #index article .other dl dd.future .large {
        font-size: 12px;
    }
    #index article .other dl dt:nth-of-type(n + 2) {
        border-top: 1px solid #4b5a6e;
    }
    #index article .other dl dd.internal .indent {
        text-indent: -52px;
        padding-left: 52px;
    }
    #index article .other dl dd.keep .indent {
        text-indent: -65px;
        padding-left: 65px;
    }
}

#index article .info h2{
	text-align: center;
	margin: 60px auto 30px auto;
}
/* -----------------------------------------------

info：インフォメーション

----------------------------------------------- */
#info ul{
	padding: 0 10px;
}
#info ul li.date{
	font-size: 15px;
	text-align: justify;
}
#info ul li h3{
	font-weight: bold;
	margin-top: 10px;
}
#info ul li p a{
	display: block;
	line-height: 21px;
	font-size: 13px;
	margin-top: 10px;
	color:#4B5A6E;
	text-decoration: underline;
}
#info ul li {
	border-bottom: 2px dotted #4B5A6E;
	padding: 15px 0;
}

#index article iframe{
	display: block;
    margin: 0 auto;
    width: 60%;
    height: 300px;
    margin-bottom: 60px;
	}

@media screen and (max-width: 750px) {
#index article iframe{
	display: block;
    margin: 0 auto;
    width: 90%;
    height: 300px;
    margin-bottom: 60px;
	}
}
/* -----------------------------------------------

insuta：インスタグラム

----------------------------------------------- */

#index article .insta{
width: 100%;
	background-color: #E3EDF8;
	margin: 150px auto 0 auto;
	position: relative;
	padding-top: 60px;
	padding-bottom: 45px;
}
#index article .insta p{
	display: block;
	position: relative;
	line-height:1.5em;
	text-indent:1.7em;
	font-size: 1.1em;
}
#index article .insta p:before{
	position: absolute;
	left: 0;
	content:'';
	display: inline-block;
	width:1.5em;
	height:1.5em;
	background:url("../images/insta-icon.png") no-repeat;
	background-size:contain;
	
}
#index article .insta .insta-box{
	max-width: 1000px;
    margin: 0 auto;
	padding: 0 5%;
}
#index article .insta .insta-box p a{
	display: block;
	color: #4B5A6E;
	text-decoration: underline;
}
#index article .insta .insta-box .insta-title{
	font-size: 25px;
	margin: 40px 0 5px 0;
}
#index article .insta .tag{
	background-image: url("../images/insta_hukidasi.png");
	height: 70px;
	    text-align: center;
    background-position: center;
    width: 100%;
    background-size: contain;
    margin: 0 auto;
font-size: 17px;
	padding-top: 17px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#index article .insta img.insta-logo{
	display: block;
	margin: 0 auto;
	width: 20%;
}
#index article .insta ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}
#index article .insta ul li{
	margin-bottom: 3%;
	width: 31%;
	vertical-align: bottom;}
#index article .insta ul li img{
	width: 100%;
}


@media screen and (max-width: 750px) {
#index article .insta{
width: 100%;
	background-color: #E3EDF8;
	margin: 50px auto 0 auto;
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
}
#index article .insta p{
	display: block;
	position: relative;
	line-height:1.5em;
	text-indent:2em;
	font-size: 1.1em;
}
#index article .insta p:before{
	position: absolute;
	left: 0;
	content:'';
	display: inline-block;
	width:1.5em;
	height:1.5em;
	background:url("../images/insta-icon.png") no-repeat;
	background-size:contain;
	
}
#index article .insta .insta-box{
	padding: 0 7%;
}
#index article .insta .insta-box .insta-title{
	font-size: 17.5px;
	margin: 40px 0 10px 0;
}
#index article .insta .tag{
	background-image: url("../images/insta_hukidasi.png");
	height: 70px;
	    text-align: center;
    background-position: center;
    width: 80%;
    background-size: contain;
    margin: 0 auto;
font-size: 14px;
	padding-top: 22px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#index article .insta img.insta-logo{
	display: block;
	margin: 0 auto;
	width: 40%;
}
#index article .insta ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#index article .insta ul li{
	margin-bottom: 10px;
	width: 31%;
	vertical-align: bottom;
}

}



/* -----------------------------------------------

about：会社概要

----------------------------------------------- */
#about header .bg{
	width: 100%;
    height: auto;
    background-image: url(../images/under_bg_pc.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 20% 0;
    font-family: futura-pt, sans-serif;
    font-size: 21px;
    background-size: cover;
}
#about header .bg p{
	    display: block;
    font-size: 13px;
    text-align: center;
    letter-spacing: 5px;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
#about article table{
	width:35%;
	margin: 150px auto;
}
#about article table th{
	width: 150px;
	font-family: futura-pt, sans-serif;
	font-size: 15px;
	padding: 15px 0;
	vertical-align: top;
}
#about article table td{
	font-size: 15px;
	padding: 15px 0;
	vertical-align: top;
	text-align: justify;
}
#about article .ab_lp{
	width: 100%;
	background-image: url("../images/about_lp_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	background-position: center;
}
#about article .ab_lp{
	width: 100%;
	background-image: url("../images/about_lp_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	padding: 18% 0;
	background-position: center;
	  font-family: futura-pt, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 750px) {
#about header .bg{
	width: 100%;
	height: 350px;
	background-image: url("../images/under_bg.jpg");
	background-repeat: no-repeat;
text-align: center;
    padding: 40% 0;
	  font-family: futura-pt, sans-serif;
	font-size: 20px;
}
#about header .bg p{
	    display: block;
    font-size: 12px;
    text-align: center;
    letter-spacing: 5px;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
#about article .ab_lp{
	width: 100%;
	background-image: url("../images/about_lp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	padding: 30% 0;
	background-position: center;
	  font-family: futura-pt, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
#about article table{
	width: 80%;
	margin: 80px auto;
}
#about article table th{
	width: 33%;
	font-family: futura-pt, sans-serif;
	font-size: 12px;
	padding: 15px 0;
	vertical-align: top;
}
#about article table td{
	font-size: 12px;
	padding: 15px 0;
	vertical-align: top;
	text-align: justify;
}
}
/* -----------------------------------------------

privacy policy：プライバシーポリシー

----------------------------------------------- */
#privacy header .bg{
	width: 100%;
    height: auto;
    background-image: url(../images/under_bg_pc.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 20% 0;
    font-family: futura-pt, sans-serif;
    font-size: 21px;
    background-size: cover;
}
#privacy header .bg p{
	    display: block;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
#privacy article{
		width: 83%;
		margin: 150px auto;
	}
#privacy article .text{
		font-size: 15px;
		text-align: justify;
		line-height: 2em;
	}	
	#privacy article h2{
		font-size: 17px;
		font-weight: bold;
		margin-top: 60px;
		margin-bottom: 10px;
	}	

@media screen and (max-width: 750px) {
#privacy header .bg{
	width: 100%;
	height: 350px;
	background-image: url("../images/under_bg.jpg");
	background-repeat: no-repeat;
text-align: center;
    padding: 40% 0;
	  font-family: futura-pt, sans-serif;
	font-size: 20px;
}
#privacy header .bg p{
	    display: block;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
#privacy article{
		width: 83%;
		margin: 80px auto;
	}
#privacy article .text{
		font-size: 12px;
		text-align: justify;
		line-height: 1.7em;
	}	
	#privacy article h2{
		font-size: 14px;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 10px;
	}	
	
}
/* -----------------------------------------------

terms：利用規約

----------------------------------------------- */
#terms header .bg{
	width: 100%;
    height: auto;
    background-image: url(../images/under_bg_pc.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 20% 0;
    font-family: futura-pt, sans-serif;
    font-size: 21px;
    background-size: cover;
}
#terms header .bg p{
	    display: block;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
#terms article{
		width: 83%;
		margin: 150px auto;
	}
#terms article .text{
		font-size: 15px;
		text-align: justify;
		line-height: 2em;
	}	
	#terms article h2{
		font-size: 17px;
		font-weight: bold;
		margin-top: 60px;
		margin-bottom: 10px;
	}
@media screen and (max-width: 750px) {
#terms header .bg{
	width: 100%;
	height: 350px;
	background-image: url("../images/under_bg.jpg");
	background-repeat: no-repeat;
text-align: center;
    padding: 40% 0;
	  font-family: futura-pt, sans-serif;
	font-size: 20px;
}
#terms header .bg p{
	    display: block;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
#terms article{
		width: 83%;
		margin: 80px auto;
	}
#terms article .text{
		font-size: 12px;
		text-align: justify;
		line-height: 1.7em;
	}	
#terms article h2{
		font-size: 14px;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 10px;
	letter-spacing: -0.3px;
	}		

}
/* -----------------------------------------------

trade：特商法取引法

----------------------------------------------- */
#trade header .bg{
	width: 100%;
    height: auto;
    background-image: url(../images/under_bg_pc.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 20% 0;
    font-family: futura-pt, sans-serif;
    font-size: 21px;
    background-size: cover;
}
#trade header .bg p{
	    display: block;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
#trade article{
		width: 83%;
		margin: 150px auto;
	}

#trade article table{
	width: 55%;
	margin: 80px auto;
}
#trade article table th{
	width: 200px;
	font-family: futura-pt, sans-serif;
	font-size: 15px;
	padding: 15px 0;
	vertical-align: top;
}
#trade article table td{
	font-size: 15px;
	padding: 15px 0;
	vertical-align: top;
	text-align: justify;
}
#trade article table td .anotation{
    text-align: justify;
    font-size: 12px;
}
#trade article h2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 150px;
    margin-bottom: 70px;
}
#trade article h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.title-border {
display: flex;
align-items: center;
}
.title-border:before {
border-top: 1px solid;
content: "";
flex-grow: 0.02;
}
.title-border:before {
margin-right: 0.5rem;
}	
#trade article .text{
		font-size: 15px;
		line-height: 25px;	
	letter-spacing: 0;
}
	#trade article .text span{
		text-decoration: underline;
		letter-spacing: 0;
	}

@media screen and (max-width: 750px) {
#trade header .bg{
	width: 100%;
	height: 350px;
	background-image: url("../images/under_bg.jpg");
	background-repeat: no-repeat;
text-align: center;
    padding: 40% 0;
	  font-family: futura-pt, sans-serif;
	font-size: 20px;
}
#trade header .bg p{
	    display: block;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
}
	#trade article{
		width: 80%;
		margin: 80px auto;
	}	
	#trade article table{
	width:100%;
	margin: 80px auto;
}
#trade article table th{
	width: 33%;
 font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-size: 12px;
	padding: 15px 0;
	vertical-align: top;
}
#trade article table td{
	font-size: 12px;
	padding: 15px 0;
	vertical-align: top;
	text-align: justify;
	line-height: 18px;
}
	
#trade article h2{
		text-align: center;
		font-size: 15px;
		font-weight: bold;
	margin-top: 80px;
	margin-bottom: 40px;
	}
#trade article h3{
		font-size: 15px;
		margin-bottom: 10px;
	
	}
.title-border {
display: flex;
align-items: center;
}
.title-border:before {
border-top: 1px solid;
content: "";
flex-grow: 0.1;
}
.title-border:before {
margin-right: 0.5rem;
}	
#trade article .text{
		font-size: 12px;
		line-height: 20px;	
	letter-spacing: 0;
}
	#trade article .text span{
		text-decoration: underline;
		letter-spacing: 0;
	}
	
}




