@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Poppins:wght@200;400;500;600&display=swap');

html{
scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', 'Noto Sans JP', sans-serif !important;
    font-feature-settings: 'ss04' on !important;
    line-height: 1.8 !important;
    color:#292c2d;
    margin:0;
}

/*ヘッダ*/

#header{
    width: 100%;
    padding: 35px 0;
    margin: 0;
}

#header a{
    display: block;
    margin: 0 auto;
    width: 144px;
    line-height:1;
}

.logo{
width:100%;
vertical-align:bottom;
}

/*メインビジュアル*/

#main {
    background: #b40b27;
}

.main-visual{
    min-width: 1200px;
    max-width: 1400px;
    display: flex;
    margin: auto;
    position: relative;
}

.main-visual img{
    width: 45%;
}

.icon{
    border: solid 2px #b40b27;
    border-radius: 20rem;
    background: #fff;
    width: 145px;
    font-size: 15px;
    height: 143px;
    top: 30px;
    text-align: center;
    position: absolute;
    right: 750px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    color: #b30b27;
    line-height: 1.6;
    letter-spacing: -.2px;
}

.main-text{
    position: absolute;
    left: 48%;
    top: 45px;
    margin: 0;
    margin-right:6%;
}

.main-visual span {
    display: block;
    font-size: 26px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 8px;
    line-height: 1.5;
}

h1{
    margin: 0;
    font-size: 99px;
    color: #fff;
    font-weight: 200;
    line-height: 1;
}

.main-text h1 span span {
    padding-left: 0;
}

.main-text p{
    padding-top: 25px;
    padding-left: 5px;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    color: #f0c2c1;
    margin-bottom: 0;
}

.content {
    width: 1200px;
    margin: 100px auto 0;
}

.content h2{
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

/*ご利用方法*/

#howtouse p {
    width: 600px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 1.6;
    text-align:justify;
}

/*ギフトを選ぶ*/

.select p a {
    color: #292c2d;
    display: block;
    text-decoration: none;
    border-bottom: solid 1px;
    padding-bottom: 0;
    line-height: 1.2;
    width: 180px;
    text-align: left;
    margin: auto;
}

.option img{
    display: block;
    padding: 20px;
    border: solid #ccc 1px;
    border-radius: 3px;
    margin-top:15px;
    width: 560px;
    opacity: 0.9;
}

.price-link {
    display: flex;
    justify-content: center;
}

.price-link a {
    text-decoration: none;
    color: #292c2d;
    /*background: #b40b27;*/
    display: block;
    width: 200px;
    height: 100px;
    line-height: 1.4;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*outline: 3px solid #fff;*/
    border: 1px solid #292c2d;
}

.price-link a:first-child{
    border-radius: 3px 0 0 3px; 
    border-right: none;
}

.price-link a:nth-child(2){
border-right: none;
}

.price-link a:last-child{
    border-radius: 0 3px 3px 0; 
}


.price-link a:hover {
    opacity:0.7;
}

/*モデル紹介*/

#mens h2,#ladies h2,#pair h2 {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: auto;
}

#mens h2:before,#ladies h2:before,#pair h2:before,
#mens h2:after,#ladies h2:after,#pair h2:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #ccc;
    margin: 0 1em;
}

#mens ul,#ladies ul,#pair ul {
    display: flex;
    width: 1000px;
    list-style: none;
    margin: 60px auto 120px auto;
    padding: 0;
}

#mens ul a,#ladies ul a,#pair ul a{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #292c2d;
    line-height: 1.6;
    font-size: 12px;
}

#mens ul a:hover,#ladies ul a:hover,#pair ul a:hover{
    opacity:0.7;
}

#mens ul img,#ladies ul img,#pair ul img{
    display: block;
    width: 250px;
    margin-bottom: 25px;
}

#mens ul li a > span,#ladies ul li a > span,#pair ul li a > span{
    display: block;
    font-size:12px;
    color:#777;
    font-weight:500;
}

#mens .category,#ladies .category,#pair .category{
    margin-bottom:9px;
}

#mens .name,#ladies .name,#pair .name{
    display:none;
    font-weight:600;
    font-size:16px;
    color:#292c2d;
}

#mens .number,#ladies .number,#pair .number{
    font-weight:600;
    font-size:16px;
    color:#292c2d;
    line-height: 2.4;
    text-decoration: none;
}

#mens .price,#ladies .price,#pair .price{
    font-size:12px;
    line-height: 0;
}

#mens .price span,#ladies .price span,#pair .price span{
    font-size:11px;
}

.other {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    text-align: center;
    margin-top:-30px;
}

.other a{
    display: block;
    margin: auto;
    border-radius: 3px;
    padding: 14px 18px;
    text-decoration: none;
    /*background: #b40b27;*/
    color: #292c2d;
    border: solid 1px #292c2d;
    width: 260px;
    font-size: 20px;
    margin-bottom: 14px;
}

.other a:hover {
    opacity: 0.7;
}

.close{
    text-align: center;
    margin-top: 90px;
}

.close a{
    color: #b40b27;
    font-weight: 500;
    font-size: 20px;
}

.close a:hover{
    opacity:0.7;
}

/*注意書き*/
.caption{
    width:700px;
    margin:90px auto;
    font-size:12px;
    text-align:center;
    color: #666;
    line-height:1.5;
}

.caption a{
    color: #292c2d;
    font-weight: 700;
}


/*フッタ*/

#footer{
    background: #b40b27;
    margin-top:100px;
}

#footer ul{
    display: flex;
    list-style: none;
    font-size: 14px;
    padding: 30px 0;
    justify-content: center;
}

#footer li{
    padding-right:30px;
}

#footer a{
    text-decoration:none;
    color: #f0c2c1;
}

#ot-sdk-btn{
    background: none !important;;
    padding: 0 !important;;
    font-size: 14px !important;;
    color: #f0c2c1 !important;
    border: none !important;;
    cursor: pointer !important;;
}

#copyright{
    text-align: center;
    font-size: 12px;
    margin-bottom:0;
    color: #f0c2c1;
    padding-bottom: 10px;
}

/*PC小サイズ*/

@media (max-width: 1300px) {
.main-text p{
    font-size: 16px;
}

.icon{
    right: 685px;
}


.content p {
    font-size: 16px;
}

#howtouse p{
    font-size: 16px;
}


}

/*スマホサイズ*/

@media (max-width: 767px) {

/*ヘッダ*/

#header{
    padding: 25px 0;
}

#header a{
    width: 105px;
}

/*メインビジュアル*/

#main {
    background: none;
}

.main-visual{
    width: auto;
    display: block;
    margin: auto;
    position: relative;
    min-width:auto;
    min-height:auto;        
}

.main-visual img{
    width:100%;
    vertical-align: bottom;
}

.icon {
    width: 140px;
    font-size: 14px;
    height: 138px;
    top: 12px;
    right: 10px;
    left:auto;
}

.main-text {
    position: inherit;
    left: auto;
    top: auto;
    margin: 0;
    background: #b40b27;
}

h1{
    text-align: center;
    font-size: 44px;
    padding: 30px 0;
    font-weight:300;
    text-box-trim: trim-start;
}

.main-text h1 span span{
    font-weight:300;
}

.main-text p {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 35px;
    margin: 0;
}

.content {
    width: 100%;
    margin: 60px auto;
}

.content h2 {
    font-size:24px;
}

.content p {
    width: auto;
    font-size: 16px;
    text-align: justify;
    padding: 0 15px;
    margin: 0 auto;
    line-height: 1.6;
}

.nobr{
    display:none;
}

#howtouse p {
    width: auto;
    font-size: 16px;
}



/*ギフトを選ぶ*/

.option img {
    padding: 0px;
    width: 80%;
    margin: auto;
    margin-top: 35px;
}

.price-link {
    margin: 0 10px;
}

.price-link a {
    font-size:16px;
    height: 60px;
}


/*モデル紹介*/

#mens h2, #ladies h2, #pair h2 {
    width: auto;
    margin-bottom: 30px;
}

#mens h2:before, #ladies h2:before, #pair h2:before, #mens h2:after, #ladies h2:after, #pair h2:after {
    margin: 0 15px;
}


#mens ul, #ladies ul, #pair ul {
    flex-wrap: wrap;
    width: auto;
    margin: auto;
    padding: 0;
}

#mens .category, #ladies .category, #pair .category {
    margin-bottom: 0;
}

#mens .price, #ladies .price, #pair .price {
    line-height: 1.5;
}

#mens ul li, #ladies ul li, #pair ul li {
    width: 50%;
    margin-bottom: 70px;
}

#mens .number, #ladies .number, #pair .number {
    line-height: inherit;
    text-decoration: none;
}

#mens ul img,#ladies ul img,#pair ul img{
    width: 100%;
    margin-bottom: 15px;
}

.other {
    margin-top: 0;
}

.other a {
    width: 210px;
    font-size: 16px;
}

/*注意書き*/

.caption {
    margin: 90px 10px;
    text-align: left;
    width: auto;
}

/*フッタ*/

#footer ul{
    font-size:12px;
    flex-wrap:wrap;
    padding: 10px 0;
}

#footer li {
    padding:0 20px 10px;
}

}
