@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";
}
.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: #d0cece;
	padding-top: 0;
	margin-bottom: 0;
	font-family:  MADE Evolve Sans Regular, sans-serif;
	overflow:clip;
}
.collection section {
    margin-bottom: 6em;
}
.collection img {
	max-width: none;
    width: 100%;
}
.collection_inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.mainV {
}
.sec-1 {
}
.sec-1 .sec-1_img1 {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.sec-1 img {
    margin-bottom: 60px;
}
.sec-2 { 
}
.sec-2_cont {
}
.sec-2_cont_box1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    margin-bottom: 4em;
}
.sec-2_cont_box1 .ribon-a {
    width: 80%;
    position: absolute;
    top: 0;
    left: 5%;
    transform: translateY(-85%);
}
.sec-2_cont_box2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}
.sec-2_cont_box2 img:nth-child(2) {
    transform: rotate(-4deg);
}
.sec-2_cont_box2 .ribon-b {
    width: 80%;
    position: absolute;
    top: 0;
    right: 5%;
    transform: translateY(-85%);
}
.sec-credit {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5%;
}
.sec-credit_textbox {
    width: 90%;
    max-width: 300px;
    background-color: #afabac;
    padding: 2em;
    font-size: 16px;
}
.sec-credit_textbox .titlebox {
    width: 80%;
    margin-bottom: 1em;
}
.sec-credit_textbox .namebox {
    color: #fff;
}
.sec-credit_textbox .namebox:not(:last-child)  {
    margin-bottom: 2em;
}
.sec-credit_textbox .namebox_tit {
    margin-bottom: .3em;
}
.sec-credit_textbox .namebox_name {
    
}
.sec-credit_textbox .namebox_name:not(:last-child) {
    margin-bottom: .3em;
}
.sec-credit_textbox .namebox_name a {
    color: #fff;
    transition: .5s;
}
.sec-credit_textbox .namebox_name a:hover {
    opacity: .7;
}
.sec-credit_picbox {
    width: 50%;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    padding-top: 40%;
}
.sec-credit_picbox .item {
}
.sec-credit_picbox .item:last-child {
    position: relative;
    top: -76px;
    left: -20px;
}
.sec-credit_picbox .item:hover {
    opacity: 1;
    cursor: pointer;
}

@media screen and (max-width:768px){
    .collection section {
        margin-bottom: 2em;
    }
    .sec-2_cont_box1 {
        margin-bottom: 2em;
    }
    .sec-credit {
        flex-direction: column;
    }
    .sec-credit_textbox {
        margin: 0 auto;
    }
    .sec-credit_picbox {
        width: 80%;
        padding-top: 20%;
        margin: 0 auto;
    }
}

@media screen and (max-width:540px){
    .sec-credit_picbox {
        padding-top: 35%
    }
}
