@charset 'UTF-8';




/*----------------------------------------
footer
----------------------------------------*/
footer{
    margin-top: 120px;
}
footer .inner .logo a{
    display: block;

    width: 160px;
    margin: 0 auto;
}
footer .inner .logo p{
    font-size: 11px;
    font-size: .6875rem;
    margin-top: 25px;
    letter-spacing: .05rem;
    color: #333;
    line-height: 1.22rem;
    text-transform: uppercase;
}
footer .inner .copy{
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 100;
    margin-top: 150px;
    letter-spacing: .1rem;
    color: #333;
}
footer .pagetop{
    margin-top: 50px;
}
footer .pagetop a{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: #18171b;
}
footer .pagetop a span{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*----------------------------------------
header
----------------------------------------*/
header{
    width: 100%;
}
header .inner{
    position: relative;
}
header .inner h1{
    position: absolute;
    bottom: 30px;
    left: 50px;
    display: table;
}
header .inner h1 a{
    display: table-cell;
    width: 120px;
}
header .inner h1 a img{
    width: 100%;
    vertical-align: middle;
}
header .inner h1 p{
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
    letter-spacing: .05rem;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}
header nav{
    position: fixed;
    z-index: 100;
    top: 0;
    right: -400px;
    width: 0;
    width: 400px;
    height: 100%;
    padding-top: 110px;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    -webkit-box-shadow: -30px 0 30px -1px rgba(0, 0, 0, .03);
    box-shadow: -30px 0 30px -1px rgba(0, 0, 0, .03);
}
header nav.open{
    right: 0;
}
header nav ul{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header nav ul li{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
header nav ul li:first-child{
    border-top: 1px solid #eee;
}
header nav ul li a{
    display: table;
    width: calc(400px - 20px);
    margin: 0 auto;
}
header nav ul li a:before{
    display: table-cell;
    width: 12vh;
    height: 6.5vh;
    content: '';
    vertical-align: middle;
    background-position: center;
    background-size: cover;
}
header nav ul li a span{
    font-size: 12px;
    font-size: .75rem;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #333;
}
header nav ul li.online a:before{
    background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2018/renew/menu/repetto.jpg);
}
header nav ul li.newitem a:before{
    background-image: url(//ds-assets.s3-ap-northeast-1.amazonaws.com/repetto/2019/menu/new-items.jpg);
}



/*----------------------------------------
index
----------------------------------------*/
body{
    overflow-x: hidden;
}

.font-bold{
    font-weight: bold;
}

#container #mizuka{
    margin:100px auto;
    overflow: hidden;
}
#container #mizuka *{
    line-height: 2;
    letter-spacing:0.1em;
    font-feature-settings: "palt";
}
#container #mizuka img{
    color: unset !important;
}
.main_visual{}
.main_contents .btn{
    background-color: transparent;
    max-width: 100%;
    padding: 25px 0 26px;
}
.main_contents .btn img{

}
.main_contents{
    margin: 8% auto;
    position: relative;
}
.main_contents_img{
    text-align: left;
    margin-left: 10%;
}
.main_contents_img img{
    width: 40%;
}

.main_contents_title{
    position: absolute;
    top: 18%;
    right: 10%;
    background-color: #faf6ed;
    width: 52%;
    padding: 5% 4% 4%;
}
.main_contents_title img{
    max-width: 100%;
    width: 100%;
    pointer-events: all;
}
.main_contents_title img:hover{
    opacity:0.7;
    -webkit-transition: .5s;
    transition: .5s;
}
.main_contents_title h2{
    font-family: Mrs Eaves, Georgia, serif;
    font-size: 38px;
    letter-spacing: 0.1em;
    margin: 2% auto;
    color: #000;
    position: absolute;
    top: -16%;
    left: 10%;
    width: 80%;
}
.main_contents_title p{
    font-size: 110%;
    color: #000;
}
.main_contents .small_text{
    font-size: 25px;
    font-weight: bold;
    margin-left: 2%;
    color: #000;
}
.main_contents .btn_ins img{
    width:63%;
}
.line_bold{
    font-weight: bold;
    border-bottom: 1px solid #000;
    color: #000;
}
.detail_contents{
}
.detail_contents_title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% 6%;
}
.detail_contents_title h3{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 0 1%;
    line-height: 1.1;
}
.detail_contents_date h2{
    width: 46%;
    margin: 0 auto;
    margin-bottom: 1%;
}
.detail_contents_date02 h3{
    font-size: 23px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    color: #000;
    margin-bottom: 1%;
}
.detail_contents_date02 h3:before,
.detail_contents_date02 h3:after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #ffd6d6;
    display: block;
}
.detail_contents_date02 h3:before {
    margin-right: 1em;
}
.detail_contents_date02 h3:after {
    margin-left: 1em;
}
.detail_contents_title p{}
.detail_contents_date{
    position:relative;
    margin: 0 auto;
}
.detail_contents_date::before{
    content: "";
    z-index: -1;
    position: absolute;
    top: 225px;
    bottom: 0px;
    width: 100%;
    height: 374%;
    background: #eee;
    right: 0;
}
.detail_contents_date ul{
    width: 89%;
    margin: 0 auto;
    display: -webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top: 4%;
}
.detail_contents_date ul li{
    /* width: calc((100% / 3) - 12px); */
    text-align: center;
    /* width: 30%; */
    margin: 0 1.5%;
    -webkit-flex: 0 0 calc(30% - 0px);
    -ms-flex: 0 0 calc(30% - 0px);
    flex: 0 0 calc(30% - 0px);
    -webkit-flex: 0 0 calc(30% - 0px);
    -ms-flex: 0 0 calc(30% - 0px);
    flex: 0 0 calc(30% - 0px);
    overflow: hidden;
}
.detail_contents_date ul li a{
    display: block;
    background-color: #fff;
}
.detail_contents_date02 ul li a .date_img{
    display: block;
    overflow: hidden;
    position: relative;
    width: 72%;
    margin: 0 auto;
}
.date_img figure{
    margin: 0;
    max-width: 100%;
    width: 100%;
}
/*.date_img figure:hover{
    opacity:0.7;
    -webkit-transition: .5s;
    transition: .5s;
}*/
.date_img figcaption{
    width: 100%;
    padding: 0 1em;
}
.date_img figcaption .date{
    color: #000;
    font-size: 18px;
    font-style: italic;
    margin: 0 auto 1%;
}
.date_img figcaption .discription{
    color: #000;
    font-size: 14px;
}
.date_block{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.detail_contents_date .date_block_box{
    position: relative;
    overflow: unset;
}
.date_img{
    position: relative;
}
.detail_contents_date .date_block_box img {
    width: 19%;
    position: absolute;
    top: -14%;
    right: 40%;
}
.date_block_text{
    padding: 25px;
    text-align: center;
    height: 9em;
    background-color: #fff;
}
.date_block_text dl{
}
.date_block_text dl dt{
    font-size: 14px;
    color: #000;
}
.date_block_text dl dd{
    font-weight: bold;
    font-size: 17px;
    color: #000;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
}
.date{
    background-color: #fcf4f2;
    padding: 16% 11% 10%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    min-height: 230px;
}
/*.detail_contents_date p{
    color: #000;
}*/
.detail_contents_date .small_text{
    margin: 5% auto;
}
.detail_block_item_img .date{}
.detail_block_item_img .discription{}
.detail_block_item_text{
    padding: 21px 10%;
    background-color: #fff;
    border-radius: 0;
}
.detail_block_item_text dl{}
.detail_block_item_text dl dt{}
.detail_block_item_text dl dd{}

.black_box{
	font-size: 16px;
	color: #fff;
    background-color: #000000;
    opacity: 0.75;
    position: absolute;
    top: -10%;
    z-index: 1;
    width: 100%;
    height: 111%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.present_contents{
    margin-top: 6%;
}
.present_contents .detail_contents_date02{
    margin-bottom: 4%;
}
.present_contents ul{
    margin-top: 2%;
}
.profile_contents{
    margin: 4% auto 12%;
}
.profile_contents .profile_box{
    position: relative;
    width: 72%;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* -webkit-box-align: stretch; */
    -ms-flex-align: stretch;
    /* align-items: stretch; */
    /* flex-direction: row; */
    flex-wrap: nowrap;
}
.present_contents .product ul li {
    width: calc((87% / 4) - 2px);
    margin-bottom: 3%;
    min-height: 32em;
    margin: 20px;
}
.profile_contents .profile_box div{
    /* width: calc((100% / 2) - 10px); */
    padding: 0;
}
.profile_contents .profile_box .profile_img{
    position: absolute;
    top: 6%;
    left: 0%;
    padding: 0;
    margin: 0 auto;
    width: 40%;
}
.profile_contents .profile_box .profile_img img{
    max-width: max-content;
    padding: 0;
    text-align: left;
    width: 100%;
}
.profile_contents .profile_box .profile_text{
    text-align: center;
    background-color: #FCF4F2;
    margin: 0 auto;
    margin-left: 11%;
    padding: 6% 6% 5% 34%;
}
.profile_contents .profile_box .profile_text .profile_title{
    font-family: Mrs Eaves, Georgia, serif;
    font-size: 16px;
    color: #000;
    font-style: italic;
}
.profile_contents .profile_box .profile_text h4{
    font-size: 40px;
    color: #000;
    margin: 0 auto 2%;
    font-weight: 500;
}
.profile_contents .profile_box .profile_text .profile_detail{
    text-align: left;
    width: 100%;
    /* margin-left: 37%; */
    font-size: 11px;
    font-weight: bold;
    line-height: 2.3!important;
    border-radius: 3px;
}
.photo_by{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    text-align: right;
    }

.step_contents{
    margin: 4% auto 12%;
}
.step_contents .step_box{
    position: relative;
    width: 56%;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* -webkit-box-align: stretch; */
    -ms-flex-align: stretch;
    /* align-items: stretch; */
    /* flex-direction: row; */
    flex-wrap: nowrap;
    border-left: 17px solid #f2d8d2;
    background-color: #fff;
    padding: 2%;
    margin: 2% auto 2%;
    border-radius: 3px;
}
.step_contents .step_box div{
    /* width: calc((100% / 2) - 10px); */
    padding: 0;
}
.step_contents .step_box .profile_img{
    position: absolute;
    top: 3%;
    left: -10%;
    padding: 0;
    margin: 0 auto;
    width: 31%;
}
.step{
    display: flex;
    justify-content: center;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin-right: 17px;
    font-family: 'Campton', "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Osaka－等幅", "Osaka-Mono", sans-serif;
}
.step_contents .step_box .profile_img img{
    max-width: max-content;
    padding: 0;
    text-align: left;
    width: 100%;
}
.step_contents .step_box .step_text{
    margin-left: 1%;
    text-align: left;
    background-color: #fff;
    margin:0;
    width: 100%;
    font-size: 13px;
}
.step_contents .step_box .step_text h4{
    font-size: 40px;
    color: #000;
    margin: 0 auto 2%;
    font-weight: 500;
}
.step_contents .step_box .step_text .step_title{
    font-size: 13px;
    color: #000;
}
.step_contents .step_box .step_text .profile_detail{
    text-align: left;
    width: 100%;
    /* margin-left: 37%; */
    font-size: 10px;
    font-weight: bold;
    line-height: 2;
}

.step_contents .step_box .profile_img{
    position: static;
    background-color: #fff;
}
.step_contents .btn{
    background-color: #faf6ed;
    max-width: 100%;
    border: none;
    color: #000;
    font-weight: bold;
    padding: 8px 0 4px;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 2%;
}
.step_contents .btn img{
    width: 55%;
    margin-bottom: 1%;
}
.step_contents .btn .detail_contents_btn .btn{
    width: 40%;
    margin: 0 auto;
}
.detail_contents_btn :first-of-type a{
    margin-top: 5%;
}
.detail_contents_btn p{
    color: #fff;
}
.step_contents .detail_contents_btn a {
    background-color: #333;
    margin-bottom: 2%;
    width: 39%;
    padding: 9px 0 8px;
}
.step_contents .detail_contents_date02{
    margin-bottom: 5%;
}
.step_contents .btn_ins span::after {
    top: 37%;
}
.font-thin{
    font-weight: normal;
    color: #fff;
    font-size: 10px;
    line-height: 1.5!important;
}
.btn_link_none{
    background-color: #999;
    width: 39%;
    padding: 9px 0 8px;
    margin: 0 auto 2%;
    font-weight: bold;
    border-radius: 3px;
    font-size: 13px;
}
.btn_link_none p {
    color: #eee;
}
.product{
    margin: 0 auto;
    width: 90%;
}
.product ul{
    justify-content: center;
    margin: 0 auto 4%;
}
.product ul li{
    width: calc((100% / 4) - 2px);
    margin-bottom: 3%;
    min-height: 32em;
}
.product .product_link{
    display: block;
}
.product .product_link a{}
.product .product_link figure{}
.product .product_link figure img{
    width: 100%;
}
.product .product_link figure:hover{
    opacity:0.7;
    -webkit-transition: .5s;
    transition: .5s;
}
.product .product_link figcaption{
    font-size: 14px;
    /*font-size: .9375rem;*/
    font-weight: 100;
    margin-top: 30px;
    text-align: center;
    letter-spacing: .05rem;
    color: #000;
}
.product .product_link figcaption p{}
.product .product_link figcaption p span{
    display: table;
    margin: 10px auto 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #777;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.product .product_link a:hover figcaption p span{
    border-bottom: 1px solid #000;
}
.btn{
    font-size: 16px;
    font-size: 1rem;
    font-weight: 100;
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
    letter-spacing: .1rem;
    color: #000;
    border: 1px solid #888;
    border-radius: 3px;
    text-align: center;
}
.btn_collection:hover{
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
}
.btn_ins{
    border:2px solid #000;
    position:relative;
}
.btn_ins:hover{
    opacity:0.7;
    -webkit-transition: .5s;
    transition: .5s;
}
.btn_ins img{
    width:70%;
    margin: 0 auto;
    text-align: center;
}
.btn_ins span::after{
    content: "";
    background: url(//ds-assets.s3.amazonaws.com/repetto/2020/online-stretch-fitness-with-mizuka-ueno/img/link_icon_bk.png);
    top: 50%;
    /* background-size: 9px 9px; */
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 97%;
}

@media only screen and (min-width: 1600px){
    .profile_contents .profile_box .profile_img {
        top: 0%;
        width: 38%;
}
    .detail_contents_date::before {
        height: 392%;
}

}

@media only screen and (max-width: 1080px){
    .main_contents {
        margin: 10% 5% 25%;
}
    .main_contents_title h2 {
        top: -18%;
        margin-top: 5%;
}

    .main_contents_title {
        top: 30%;
        right: 8%;
        width: 65%;
}
    .date_block_text{
        height: 15.5em;
}
    .detail_contents_date .date_block_box img {
        width: 16%;
        position: absolute;
        top: -14%;
        right: 42%;
}
    .product ul li{
        min-height: 25em;
}
    .detail_contents_date::before {
        height: 267%;
}
    .detail_contents_date ul {
        width: 100%;
        margin-top: 8%;
}
.step_contents .btn {
        padding: 1%;
}
.present_contents .product ul {
        margin-top: 5%;
}
    .present_contents .detail_contents_date02 {
        margin-bottom: 4%;
        margin: 13% 0 0%;
}

}

@media only screen and (max-width: 1024px)and (min-width: 786px){
    .main_contents_title {
        top: 20%;
}
    .main_contents_title h2 {
        margin-top: 2%;
}
    .detail_contents_date::before {
        height: 346%;
}
    .detail_contents_date ul li {
        flex: 0 0 calc(40% - 0px);
}
    .date_block_text {
        height: 10.5em;
}
    .profile_contents .profile_box .profile_img {
        top: 24%;
}


}

@media only screen and (max-width: 787px){
    #container #mizuka{}
    #container #mizuka *{}
    .main_visual{
        margin-bottom: 20%;
}
    .main_contents{
        margin: 10% 5% 55%;
        transform: translateY(86px);
}
    .main_contents_title{
        top: -15%;
        left: 5%;
        width: 90%;
        padding: 0% 10% 12%;
}
    .main_contents_title img{
        width: 100%;
}
    .main_contents_img {
        margin: 0;
        text-align: left;
        transform: scale(1.5);
        overflow: hidden;
}
    .main_contents_img img {
        width: 95%;
}
    .main_contents_title h2{
        position: static;
        font-size: 23px;
        line-height: 1.5em!important;
        margin-bottom: 10%;
        width: 100%;
}
    .main_contents_title p{
        text-align: justify;
        font-size: 13px;
}
    .main_contents .btn {
        padding: 29px 12px 23px;
}
    .main_contents .btn_ins img {
        width: 100%;
}
    .main_contents .small_text {
        font-size: 18px;
        text-align: center;
}
    .detail_contents{
}
    .detail_contents_title{
        display: block;
}
    .detail_contents_title h3{
        font-size: 15px;
}
    .detail_contents_title h3:before,
    .detail_contents_title h3:after{}
    .detail_contents_title h3:before {}
    .detail_contents_title h3:after {}
    .detail_contents_title p{
        margin: 3% auto 7%;
}
    .detail_contents_date{
        padding-top: 7%;
}
    .detail_contents_date::before{
        height: 2021px;
        top: 137px;
}
    .detail_contents_date ul{
        display:inline-block;
        margin-top: 16%;
}
    .detail_contents_date ul li{
        width: 90%;
        margin: 0 auto 4%;
}
    .detail_contents_date ul li:last-child{
        margin-bottom:0;
        margin-top: 18%;
}
    .detail_contents_date ul li a{
        display:flex;
}
    .detail_contents_date ul li a .date_img{}
    .detail_contents_date02 h3 {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 2%;
}
    .date_img figure{
}
    .date_img figure img{
}
    .date_img figcaption{}
    .date_img figcaption .date{
        font-size: 16px;
}
    .date_img figcaption .discription{
        font-size: 12px;
}
    .date_block_text{
        width: 100%;
        padding: 20px 10px;
        height: unset;
}
    .date_block_text dl{}
    .date_block_text dl dt{
        font-size: 13px;
}
    .date_block_text dl dd{
        font-size: 13px;
}
    .black_box{
        font-size: 14px;
}
    .detail_contents_date p{}
    .detail_contents_date .small_text{
        text-align: justify;
        margin: 10% 5%;
}
    .detail_contents_date h2 {
        width: 72%;
        margin-bottom: 3%;
}
    .date {
        font-size: 13px;
        padding: 14% 11% 8%;
        min-height: 150px;
}
    .detail_block_item_img .date{}
    .detail_block_item_img .discription{}
    .detail_block_item_text{}
    .detail_block_item_text dl{}
    .detail_block_item_text dl dt{}
    .detail_block_item_text dl dd{}
    .present_contents ul {
        margin-top: 8%;
}
    .step_contents {
        margin: 0;
}
    .step_contents .step_box {
        width: 90%;
        margin: 7% auto 8%;
}
    .step_contents .detail_contents_btn a {
        width: 90%;
}
    .step_contents .step_box .step_text .step_title {
        font-size: 12px;
}
    .step_contents .step_box .step_text {
        font-size: 12px;
        line-height: 1.8!important;
        margin: 2% 0 3%;
}
    .step_contents .btn {
        padding: 4%;
}
    .step_contents .detail_contents_date02 {
        margin-bottom: 10%;
}
    .step {
        font-size: 15px;
        margin-right: 10%;
}
    .step_contents .btn img {
        width: 77%;
        margin-top: 1%;
}
    .btn_link_none {
        width: 90%;
}
    .profile_contents{
        margin: 16% auto 20%;
}
    .profile_contents .profile_box{
        display: inline-block;
        padding: 0;
        width: 90%;
}
    .profile_contents .profile_box .profile_img {
        position: relative;
        width: 100%;
}
    .profile_contents .profile_box .profile_text {
        padding: 16% 7% 19%;
}
    .profile_contents .profile_box div{}
    .profile_contents .profile_box .profile_img{
        text-align: center;
}
    .profile_contents .profile_box .profile_img img{
        text-align: center;
        margin: 0 auto;
}
    .profile_contents .profile_box .profile_text{
        margin: 0% auto 0;
}
    .profile_contents .profile_box .profile_text .profile_title{
        font-size: 14px;
}
    .profile_contents .profile_box .profile_text h4{
        font-size: 25px;
        margin: 0 auto 4%;
        padding: 0;
        line-height: 1.5em!important;
}
    .profile_contents .profile_box .profile_text .profile_detail {
        font-size: 12px;
}
    .photo_by{
        font-size:9px;
        top:92%;
    }
    .product{
        margin: 8% auto 0;
}
    .product ul{
        justify-content: space-between;
}
    .product ul li{
        width:calc((100% / 2) - 10px);
        margin-bottom: 7%;
        min-height: 18rem;
}
    .present_contents .product ul li {
        width: calc((100% / 2) - 10px);
        margin-bottom: 7%;
        min-height: 18rem;
        margin: 0;
}
    .present_contents {
        margin-top: 20%;
}
    .present_contents .product ul {
        margin: 0 auto 0;
}
    .product .product_link{}
    .product .product_link a{}
    .product .product_link figure{}
    .product .product_link figure img{}
    .product .product_link figcaption{
        margin-top: 25px;
}
    .product .product_link figcaption p{}
    .product .product_link figcaption p span{
        margin: 0 auto;
}
    .product .product_link a:hover figcaption p span{}
    .product .btn{
        width: 100%;
}
    .btn{}
    .btn_collection:hover{}
    .btn_ins{}
    .btn_ins img{
        width: 95%;
}
    .btn_ins span::after{
        left: 95%;
        top: 47%;
        content: none;
}
    footer{
        margin-top: 150px;
    }
    footer .inner .logo a{
        width: 36%;
    }
    footer .inner .logo p{
        font-size: 10px;
        font-size: .625rem;

        margin-top: 20px;
    }
    footer .inner .copy{
        font-size: 10px;
        font-size: .625rem;
        margin-top: 150px;
    }
    header{
        position: absolute;
        top: 0;
    }
    header .inner h1{
        position: static;
        margin-top: 34px;
        margin-left: 7%;
        text-align: left;
    }
    header .inner h1 a{
        width: 25%;
    }
    header .inner h1 a img{
        width: 100%;
    }
    header .inner h1 p{
        font-size: 10px;
        font-size: .625rem;
        padding-left: 15px;
        letter-spacing: .02rem;
        line-height: 1.22rem;
    }
    .btn{
        font-size: 12px;
        font-size: .75rem;
        width: 100%;
        padding: 28px 0;
        text-align: center;
    }
}


@media only screen and (max-width: 787px)and (min-width: 768px){
    .main_visual {
        margin: 0;
    }
    .main_contents {
        margin: 0% 5% 18%;
    }
    .main_contents_title p{
        text-align: center;
    }
    .main_contents_img {
        text-align: center;
        transform: scale(1);
    }
    .main_contents_title {
        top: 21%;
        left: 5%;
        width: 90%;
        padding: 0% 10% 7%;
    }
    .detail_contents_date {
        padding-top: 10%;
    }
    .detail_contents_date ul {
        margin-top: 10%;
    }
    .detail_contents_date ul li {
        width: 75%;
    }
    .detail_contents_date ul li:last-child {
        margin-top: 13%;
    }
    .date {
        padding: 8% 7% 5%;
    }
    .detail_contents_date .date_block_box img {
        width: 12%;
        top: -32%;
        right: 46%;
    }
    .detail_contents_date02 h3 {
        margin: 10% auto 2%;
        font-size: 17px;
    }
    .detail_contents_date::before {
        top:0;
        height: 2755px;
    }
    .detail_contents_date h2 {
        width: 72%;
        margin-bottom: 6%;
    }
    .present_contents {
        margin-top: 10%;
    }
    .step_contents .step_box {
        width: 75%;
        margin: 7% auto 8%;
    }
    .step_contents .detail_contents_btn a {
        width: 63%;
    }
    .profile_contents .profile_box .profile_text {
        padding: 9% 7% 10%;
    }
    .black_box {
        top: -21%;
        height: 121%;
}
    .btn_link_none {
        width: 63%;
}
    .photo_by {
        bottom: 3%;
        right: 9%;
}

}

@media only screen and (max-width: 368px){
    .main_contents {
        margin: 10% 5% 60%;
    }
    .main_contents_title {
        top: -21%;
        left: 3%;
        width: 94%;
        padding: 0% 10% 12%;
    }
    .main_contents_title p {
        font-size: 12px;
    }
    .main_contents_title h2 {
        width: 100%;
    }
    .main_contents .small_text {
        font-size: 14px;
    }
    .main_contents_title h2 {
        margin-top: 0;
    }
    .detail_contents_title h3 {
        font-size: 13px;
    }
    .detail_contents_date {
        font-size: 11px;
    }
    .detail_contents_date::before {
        height: 1826px;
    }
    .present_contents .detail_contents_date02 {
        font-size: 11px;
    }
    .present_contents .product ul li {
        min-height: 16rem;
    }
        .photo_by {
        padding-left: 40%;
}

}