@charset "utf-8";

@import url('../common.css'); /*←backnumber用共通css*/
@import url("../../webfonts/bradley_hand_itc/stylesheet.css");
@import url("../../webfonts/Anders/stylesheet.css");


.font-Anders {
    font-family: Anders;
}
.font-bradley {
    font-family: "bradley hand itc";
}
.kozuka-gothic { /*Adobeフォントjsで読み込み*/
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

.inner1200 {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.inner1000 {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.sp_none_this {
	display: block;
}
#contents {
    /*margin-top: 150px;*/
}
body{
	overflow: visible;
}
.collection {
	width: 100%;
	background-color: #fff;
    color: #161616;
	padding-top: 0;
	margin-bottom: 0;
	font-family:  MADE Evolve Sans Regular, sans-serif;
	overflow:clip;
}
.collection section {
    margin-bottom: 8em;
}
.collection img {
	max-width: none;
    width: 100%;
}
.french-big {
    font-size: 1.3em;
}
.french-big2 {
    font-size: 1.6em;
}


.mainV {
    padding-top: 6em;
}
.mainV p {
    margin: 0 auto;
}
.mainV p:first-child {
    margin-bottom: 2em;
}
.mainV p:nth-child(3) {
    margin: 1.4em auto 2.5em;
}
.mainV_title {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 6em;
}
.mainV_title_1 {
    width: 60%;
}
.mainV_title_2 {
    width: 40%;
}
.mainV_title_3 {
    width: 20%;
}
.mainV_title_4 {
    width: 30%;
}
.mainV_pic {
    
}

.sec-1 {
    margin-bottom: 10em;
}
.sec-1_box1 {
    width: 65%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    padding-right: 5%;
}
.sec-1_box1_picLeft {
    width: 35%;
}
.sec-1_box1_picRight {
    flex: 1;
    padding-top: 15%;
}
.sec-1-french {
    text-align: center;
    font-size: clamp(14px, 6vw, 70px);
    margin: .7em 0;
}
.sec-1_box2 {
    display: flex;
    flex-wrap: wrap;
}
.sec-1_box2_picLeft {
    width: 50%;
}
.sec-1_box2_picRight {
    flex: 1;
    padding-top: 12%;
}
.sec-1 .sec-1_box3 {
    display: flex;
    padding: 0 5%;
    margin-top: -5%;
}
.sec-1_box3_pic {
    width: 50%;
    display: flex;
}
.sec-1_box3_picLeft {
    width: 60%;
}
.sec-1_box3_picRight {
    flex: 1;
    padding-top: 45%;
}
.sec-1_box3_french {
    margin-left: auto;
    text-align: right;
    font-size: clamp(14px, 6vw, 70px);
    line-height: 1;
    padding-top: 2em;
}

.sec-2 {
}
.sec-2_boxWrp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8%;
    position: relative;
}
.sec-2_box {
}
.sec-2_box_pic1 {
    margin-bottom: 15%;
}
.sec-2_box_pic2 {
    width: 85%;
    margin-left: auto;
}
.sec-2_box_pic3 {
    width: 70%;
    margin: 0 auto;
}
.sec-2_box_pic4 {
    padding-top: 15%;
}
.sec-2_box_french {
    text-align: right;
    font-size: clamp(14px, 4vw, 60px);
    padding-top: 1em;
    padding-right: 5%;
    font-weight: 600;
}
.sec-2_box_french .txt {
    transform: translate(-1em, -.3em);
}
.sec-2_deco {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.sec-2_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
.sec-2_list_item {
}
.sec-2_list_item.item1 {
    width: 40%;
    max-width: 300px;
    min-width: 56px;
    padding-top: 10%;
    transform: rotate(-10deg);
    padding-right: 2%;
}
.sec-2_list_item.item2 {
    transform: translate(1em, 3%);
    position: relative;
    z-index: 1;
    padding-top: 4%;
}
.sec-2_list_item.item3 {
    transform: translateX(-3%);
    position: relative;
    z-index: 0;
    padding-top: 4%;
}
.sec-2_list_item.item4 {
    width: 40%;
    max-width: 300px;
    min-width: 60px;
    transform: rotate(6deg);
}
.sec-3 {
    width: 90%;
    margin: 0 auto;
}
.sec-3_french {
    font-size: clamp(30px, 7vw, 90px);
    line-height: 1;
    margin-bottom: .5em;
}
.sec-3_box1 {
    display: flex;
    justify-content: center;
    column-gap: 5%;
}
.sec-3_box1_item {
}
.sec-3_box1_item.item1 {
    width: 55%
}
.sec-3_box1_item.item2 {
    flex: 1;
}
.sec-3_box1_item.item2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
}
.sec-3_box2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sec-3_box2_item {
}
.sec-3_box2_item.item1 {
    width: 55%
}
.sec-3_box2_item.item1 img {
   display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 15%;
}
.sec-3_box2_item.item2 {
    flex: 1;
}

.sec-4 {
}
.sec-4_boxWrp {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sec-4_left {
    width: 45%;
}
.sec-4_left_pic1 {
}
.sec-4_left_pic2 {
    width: 80%;
    margin: 0 auto;
    padding-top: 15%;
}
.sec-4_right {
    flex: 1;
    position: relative;
}
.sec-4_right_french1 {
    /*font-size: clamp(15px, 5vw, 80px);
    line-height: 1.5;*/
    font-size: clamp(30px, 7vw, 90px);
    line-height: 1.15;
    margin-bottom: 10%;
    padding-left: 5%;
}
.sec-4_right_pic1 {
}
.sec-4_right_french2 {
    font-size: clamp(9px, 2.5vw, 50px);
    padding-top: 30%;
}
.sec-4_right_illust {
    width: 30%;
    position: absolute;
    top: -9%;
    right: 13%;
}


.sec-credit {
    width: 80%;
    max-width: 530px;
    margin: 0 auto;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 20px;
}
.sec-credit_item {
    display: flex;
}
.sec-credit_item:not(:last-child) {
    margin-bottom: 2em;
}
.sec-credit_item .tit {
    width: 34%;
    max-width: 160px;
}
.sec-credit_item .cont {
    position: relative;
    padding-left: 1.5em;
}
.sec-credit_item .cont::before {
   content: "/";
    position: absolute;
    top: 0;
    left: 0;
}
.sec-credit_item .cont_item {
}
.sec-credit_item .cont_item:not(:last-child) {
    margin-bottom: 1em;
}
.sec-credit_item .cont_item_name {
}
.sec-credit_item .cont_item_link {
    font-size: .9em;
}
.sec-credit_pic {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 4em;
}


@media screen and (max-width:768px){
}

@media screen and (max-width:540px){
    .collection section {
        margin-bottom: 4em;
    }
    .mainV {
        padding-top: 3em;
    }
    .mainV_title {
        margin-bottom: 4em;
    }
    .mainV p:first-child {
        margin-bottom: 1em;
    }
    .mainV p:nth-child(3) {
        margin: 0 auto 1.2em;
    }
    .sec-credit {
        font-size: 14px;
    }
}
