@charset "UTF-8";

html{
    font-size: 62.5%;
    width: 100%;
    margin: 0 auto;
}
body{
    /* font-family: 'Cochin','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif; */
    color: #333;
    font-size: 1em;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
/* a:hover{
    text-decoration: underline;
    } */



.media_pc {
    display: inline-block !important;
}
.media_sp {
    display: none !important;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
}
.area-header{
    margin-bottom: 10rem;
    font-family: 'Cochin','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}

.area-wrapper {
    width: 1200px;
    margin: 0 auto;
    font-family: 'Cochin','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}

.mainvisual img {
    width: 100%;
}

.main_lead{
    line-height: 1.8;
    margin: 0 auto;
    width: 850px;
    text-align: center;
    margin-top: 10rem;
    font-size: 15px;
    font-family: 'Cochin','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.look-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 40px auto;
    max-width: 1100px;
}
.look-item {
  width: 48%;
  box-sizing: border-box;
}

.look-img img {
  width: 100%;
  height: auto;
  display: block;
}

.look-info {
  margin-top: 10px;
  font-size: 14px;
}

.item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.item-name {
  flex: 1;
}

.buy-button {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  background-color:#f39700;
  white-space: nowrap;
  padding: 0 20px;
}

.product-tittle{
    display: flex;
    justify-content: center;
    gap: 5rem;
    align-items: center;
    font-family: 'Cochin','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    padding: 90px;
}
.border{
    border: solid 3px #000000;
    font-size: 50px;
    padding: 10px;
}
.brand{
    font-size: 20px;
}
.Text{
    font-size: 40px;
}

.item-block{
    text-align: center;
    margin-bottom: 10rem;
    font-family: 'Cochin','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.item-block img{
    max-width: 600px;
}

.colum{
  vertical-align:bottom;  
}

.mid-tittle{
    display: flex;
    max-width: 720px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.item-name{
    font-size: 14px;
}
.item-page{
    font-size: 2rem;
    font-weight: bold;
}
.item-text{
    max-width: 750px;
    font-size: 14px;
    text-align: start;
    margin: 0 auto;
}

.LOOK{
    text-align: center;
    margin-bottom: 10rem;
    font-family: 'Cochin','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}
.look-tittle{
    border: solid 2px #000000;
    font-size: 25px;
    padding: 5px 20px;
    justify-content: center;
    display: inline-block;
    margin-bottom: 5rem;
    text-align: center;
    color:white;
    background-color: #000000;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #000000; 
}
.swiper{
    max-width: 750px;
    height: auto;
}

.mid{
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    padding: 0 80px;
}
/* .colum{
    display: flex;
} */

.left{
    display: flex;
    margin: 0 auto;
    text-align: left;
    flex-direction: row;
    align-items: flex-end;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 1rem;
}
.left-left{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.name_1{
    font-size: 19px;
    font-weight: bold;
}
.name{
    font-size: 15px;
}
.price{
    font-size: 13px;
    color:black
}
.buy-button{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 20px;
    background-color: #f39700;
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.buy-button:hover {
    text-decoration: none;
    background-color: #000;
    color: #ffffff;
}

.Text_{
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 70px;
}

.brand_logo {
  max-width: 35rem;
  margin: 0 auto;
  text-align:center;
}
.brand_logo img {
  height: auto;
  width: 300px;
}



@media screen and (max-width: 896px) {
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    .area-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .area-header {
        margin-bottom: 5rem;
    }
    .main_lead {
        margin: 0 auto;
        width: 90%;
        max-width: 850px;
        text-align: left;
        margin-top: 5rem;
        font-size: 13.5px;
        font-weight: 400;
    }
    .look-item {
        width: 48%; /* 两列 */
    }

    .look-grid {
    display: block;
    margin: 20px 10px;
  }

  .look-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
    .product-tittle {
        flex-direction: column;
        gap: 1rem;
        padding: 60px 30px;
        margin: 0px 20px 20px;
    }
    .border {
        font-size: 30px;
        padding: 6px;
    }
    .Text {
        font-size: 30px;
        text-align: center;
    }
    .brand {
        font-size: 16px;
        text-align: center;
    }
    .item-block img {
        max-width: 80%;
    }
    .swiper {
        max-width: 100% !important;
        padding: 0 10px;
    }
    .mid {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    .colum {
        display: flex;
        flex-direction: row; 
        justify-content: flex-start; 
        align-items: flex-start;
        flex-wrap: wrap; 
        width: 100%;
    }
    .left {
        flex-direction: column;
        align-items: flex-start;
        margin: 2rem 0;
        width: 100%;
    }
    .left-left {
        margin-top: 1rem;
    }
    .name_1 {
        font-size: 16px;
    }
    .name,
    .price,
    .size {
        font-size: 13px;
    }

    .item-name {
        font-size: 13px;
    }
    .dl,
    .item-text,
    .Text_ {
        font-size: 14px;
        padding: 0 1rem;
    }
    .look-tittle {
        font-size: 20px;
        padding: 5px 15px;
    }
    .brand_logo {
        max-width: 200px;
    }
    .brand_logo img {
        width: 100%;
    }
}
