@charset "utf-8";
/* CSS Document */

html {
    background-color: #c8b599;
}


body {
    background-color: #c8b599;
    
}

#container {
    width: auto;
    margin: 0 auto;
    max-width: 1250px;
      font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.mv {
position: relative;
}

.mv-slider {
    width: 50%;
	max-width: 640px;
    margin: 150px auto 50px;
    border: solid 10px #c04600;
}

.mv-title {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 48%;
    max-width: 800px;
}


.swiper-slide {
    line-height: 0;
}

.mv-title-text {
    text-align: center;
    font-size: 4rem;
    font-family: "brothers", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.mv-title-text-block {
    display: flex;
    justify-content: center
}



.yellow {
    color: #ffff21;
}



.introduction {
    width: 600px;
    margin: auto;
      font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.introduction-heading {
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 1rem auto;
}



.introduction-text {
    font-size: 1.1rem;
    line-height: 2;
     font-weight: 600;
}




/** イントロのテキスト装飾 **/    

.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}
    









.section {
    padding: 100px 0;
}

.model-styling {
    position: relative;
    padding: 10px  80px 24px;
    width: 640px;
    height: auto;
    border: solid 4px #c04600;
    display: flex;
    flex-wrap: wrap;
}

.model-styling-img {
    margin: -30px 0 0;
}

.model-styling-img-normal{

}


.model-styling-caption {
    font-size: 0.9rem;
    color: #FFF;
    line-height: 2.2;
    font-weight: 600;
}

.model-styling-caption a {
    color: #FFF;
}

.model-block-sub {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    z-index: 999;
    width: 400px;
}

.trim-circle {
	background-size:contain;
    width:  360px;
    height: 360px;
    border-radius: 50%;
    background-position: left top;
    border: 4px solid #c04600; 
}


.trim-square {
    background-size: contain;
    width: 360px;
    height: 360px;
    background-position: left top;
    border: 4px solid #c04600;
}


.sub-1-1 {
background-image: url("https://image.rakuten.co.jp/aranciato/cabinet/pick-2025/250424_model_01b.jpg");

}

.sub-1-2 {
background-image: url("https://image.rakuten.co.jp/aranciato/cabinet/pick-2025/250424_model_01c.jpg");

}



.sub-2-1 {
background-image: url("https://image.rakuten.co.jp/aranciato/cabinet/pick-2025/250424_model_02b.jpg");

}

.sub-2-2 {
background-image: url("https://image.rakuten.co.jp/aranciato/cabinet/pick-2025/250424_model_02c.jpg");

}




.sub-3-1 {
background-image: url("https://image.rakuten.co.jp/aranciato/cabinet/pick-2025/250424_model_03b.jpg");

}

.sub-3-2 {
background-image: url("https://image.rakuten.co.jp/aranciato/cabinet/pick-2025/250424_model_03c.jpg");

}

.sub-4-1 {
background-image: url("https://image.rakuten.co.jp/aranciato/cabinet/pick-2025/250424_model_04b.jpg");

}

.sub-4-2 {
background-image: url("https://image.rakuten.co.jp/aranciato/cabinet/pick-2025/250424_model_04c.jpg");

}


.model-block {
    display: flex;
}



.model-detail-img-bottom {
    margin-bottom: 120px;
    margin-left: -60px;
}

.model-detail-img-top {
    margin-bottom: 0px;
    margin-left: 80px;
}

.section-heading {
    margin: 40px auto;
  font-weight: 700;
  font-style: normal;
}


.section-heading-main {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.section-heading-main img {
    height: 80px;
	max-width: inherit;
}



.section-heading-sub {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}


.section.item-area {
    margin: auto;
}


.item-area-list {
    display: flex;
    flex-wrap: wrap;
}


.item-area-list-block {
    width: 23%;
    margin: 0 1% 2.5%;
}

.item-area-list-block.mt-40 {
    margin-top: 40px;
}

.item-area-list-image img{
border-radius: 20px;
}

.item-area-list-heading {
    padding: 0 5px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}

.item-area-list-text {
    font-weight: 600;
    font-size: 12px;
}


/*アニメーション下準備*/
.js-fadeIn{
    opacity: 0;
    visibility: hidden;
}
.js-popUp{
    transform: scale(.9);
    opacity: 0;
    visibility: hidden;
}
.js-popUp > div{
    transform: scale(.9);
    opacity: 0;
    visibility: hidden;
}








/*768px以下*/
@media (max-width: 768px) {


.section {
    padding: 50px 0;
}

.mv-slider {
    width: 80%;
}

.introduction {
    width: 80%;
}


.introduction-text {
    font-size: 1.1rem;
    line-height: 2;
}

.mv-title {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 92%;
    max-width: 800px;
}





.section-heading {
    margin: 0 auto 40px;
}



.model-block {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}




.model-styling-img {
    margin: -20px 0 0;
}

.model-detail-img-top {
    margin: 40px 40% 0;
}


.model-styling-caption {
    font-size: 1rem;
    color: #FFF;
    line-height: 2;
    font-weight: 500;
    margin: 20px 0;
}



.model-detail-img-bottom {
    margin: 20px 0 0;
}



.item-area-list-block {
    width: 29%;
    margin: 0 2% 2.5%;
}


.section.item-area {
    margin: auto;
    width: 90%;
}


.item-area-list-heading {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 600;
}

.item-area-list-image {
    margin-top: 20px;
}


}





@media (max-width: 428px) {

.section {
    padding: 100px 0 0;
}


.section-heading {
    margin: 20px auto;
    width: 80%;
}

.section-heading-main img {
    height: 40px;
    max-width: inherit;
}

.section-heading-sub {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.mv-slider {
    width: 84%;
    max-width: 640px;
    margin: 150px auto 50px;
    border: solid 10px #c04600;
}



.mv-title {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 800px;
}



.introduction {
    width: 84%;
    margin: auto;
}



.introduction-heading {
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 1rem auto;
}



.introduction-text {
    font-size: 1rem;
    line-height: 2;
}




.model-block {
    display: flex;
    flex-wrap: wrap;
	width: 94%;
}






.model-styling {
    position: relative;
    padding: 0 20px 24px;
    margin: 0 10px;
    width: 640px;
    height: auto;
    border: solid 4px #c04600;
    display: flex;
    flex-wrap: wrap;
}








.model-styling-img {
    margin: -20px 0 0;
}

.model-detail {
    overflow: hidden;
    width: 100%;
}

.model-detail-img-top {
    margin: 40px 30% 0;
}


.model-detail-img-bottom {
    margin: 20px 5% 0;
}


.model-styling-caption {
    margin: 10px 0;
    font-size: 14px;
}

.trim-circle {
    background-size: contain;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-position: left top;
    border: 4px solid #c04600;
}



.section.item-area {
    margin: auto;
    width: 96%;
}


.item-area-list-image {
    margin-top: 20px;
}


.item-area-list-block {
    width: 46%;
    margin: 0 2% 2.5%;
}


.item-area-list-heading {
    padding: 0;
    margin: 5px 10px 5px;
    font-size: 11px;
    font-weight: 600;
}

.item-area-list-text {
    font-weight: 600;
    font-size: 12px;
    padding: 0 10px;
}


}

