@charset "UTF-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: .705vw;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #333;
    background-color: #fff;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    /* font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
}

a {
    text-decoration: none;
    color: #333;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

p {
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.contents-wrapper {
    /* min-width: 1100px; */
}

.contents {
    background-color: linear-gradient(to bottom, #ffffff, #f0f6ff);
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.mgb-s {
    margin-bottom: 50px!important;
}

.mgb-m {
    margin-bottom: 70px!important;
}

.mgb-pc {
    margin-bottom: 70px!important;
}

.js_marker {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 5px;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 20px;
    /*アニメーションの指定*/
    transition: 1s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    transform: scale(0, 1);
    transform-origin: left top;/*左上基点*/
    z-index: -1;
}

.js_marker.js_marker_flow {
    bottom: -1px;
    height: 1.5px;
}

.js_marker.is-active{
    transform: scale(1, 1);
}

.js_marker.el_bg__pk {
    background-image: linear-gradient(90deg, rgb(255 205 235),rgb(255 205 235));
    opacity: .8;
}

.el_sp {
    display: none;
}

.el_btn {
    display: inline-block;
    padding: 18px 58px 18px 88px;
    font-size: 20px;
    color: #fff;
    user-select: none;
    border-radius: 100vh;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    background: #ff3c41;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 3px solid #ff3c41;
  }
  
.el_btn::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    color: #fff;
    padding-left: 30px;
}

.el_btn:hover {
    background: #fff;
}

.el_btn:hover,
.el_btn:hover::after {
    color: #ff3c41;
}

.el_btn.el_dlBtn:hover {
    color: #fff;
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.el_btn.el_dlBtn:hover::after {
    color: #fff;
}

.el_right {
    text-align: right;
}

.el_circle {
    border-radius: 20px;
    z-index: 1;
}

.el_scrolldownWrapper {
    display: flex;
    justify-content: center;
}

.el_scrolldown {
    position: relative;
}

.el_scrolldown span{
    color: #444;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding-left: 10px;
}

/* 丸の描写 */
.el_scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fe0f84;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.el_scrolldown:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#222;
}

.el_zoom img{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.el_zoom a:hover img{/*hoverした時の変化*/
	transform: scale(1.03);/*拡大の値を変更したい場合はこの数値を変更*/
}

.el_zoomMask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
    position: relative;
}

.el_comingsoon {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* font-size: 50px; */
    letter-spacing: 0.06em;
    font-size: min(60px, 9rem);
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
}

.el_colorMask {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.el_hover {
    transition: all .25s ease;
    opacity: 1;
}

.el_hover:hover {
    opacity: .8;
}

.js-scroll__anime {
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
}

.js_fadein__anim,
.js_fadein__anim_flow {
    opacity: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    transition-duration: .7s;
}

.js_fade__anim,
.js_fade__anim_flow {
    transition: transform .7s ease 0s,opacity .7s ease 0s;
    opacity: 0;
    transform: translate3d(0, 60px, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    transition-duration: .7s;
}

.js_fade__anim_r {
    transition: transform .7s ease 0s,opacity .7s ease 0s;
    opacity: 0;
    transform: translate3d(60px, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.js_fadein__anim.js_fadeIn,
.js_fadein__anim_flow.js_fadeIn,
.js_fade__anim.js_fadeIn,
.js_fade__anim_r.js_fadeIn,
.js_fade__anim_flow.js_fadeIn{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.js_slide {
    overflow: hidden;
    transform: translate(0, -100%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s ease;
    color: #aa8f7b;
    font-family: 'Josefin Sans', sans-serif;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}
  
.js_slide span {
    display: block;
    transform: translate(0, 100%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s ease;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}
  
.js_slide.-visible,
.js_slide.-visible span {
    transform: translate(0, 0);
    transition-duration: .7s;
}

.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.js_delay01 {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

@-webkit-keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }


  

.delay-03 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.paragraph {
    display: none;
}

.bl_top {
    position: relative;
}

.bl_channel {
    padding-bottom: 100px;
    z-index: -1;
}

.show .el_scroll_bg {
    opacity: 1;
}

.bl_contentsWrapper {
    position: relative;
}

.bl_contentsWrapper .wrap {
    margin: 80px auto 200px;
    position: relative;
    z-index: 2;
}

.bl_channel_headline {
    max-width: 730px;
    margin: 0 auto 70px;
}

.bl_channel_inner {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 10px 10px 40px rgb(160 160 160 / 10%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 80px 50px 55px;
    text-align: left;
}

.bl_channel_ttl {
    position: absolute;
    top: -35px;
    left: 50px;
    font-size: 30px;
    background-color: rgba(255, 16, 132, .85);
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
}

.bl_channel_ttl.el_bg_sb {
    background-color: rgb(0 169 255 / 80%);
}

.bl_channel_img {
    margin-bottom: 30px;
}

.bl_channel_inner_headline {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-bottom: 5px;
    font-size: min(6.5rem, 45px);
    font-weight: bold;
}

.bl_channel_inner_txt {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 2.5;
    letter-spacing: 0.06em;
    font-size: 23px;
}

.bl_channel_copyright {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 15px;
    text-align: right;
    color: #555;
}

.bl_channel_inner_img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.bl_channel_inner_img li {
    width: 49%;
}

.bl_channel_inner_img li:nth-child(odd) {
    margin-right: calc(0.625rem + ((1vw - 7.69px) * 4.1322));
}

.bl_channel_inner_img li:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: calc(0.625rem + ((1vw - 7.69px) * 4.1322));
}

.bl_channel_btn {
    margin-top: 70px;
    text-align: center;
}

.bl_channel_inner_otoko {
    margin-top: 70px;
    background: #f4f4f4;
    padding: 20px;
}

.bl_channel_inner_otokoImg {
    width: 80%;
    margin: 0 auto 40px;
}

.bl_channel_inner_otokoTxtBox {
    margin: 0 auto;
    text-align: center;
}

.bl_channel_inner_otokoTxt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.bl_channel_inner_sabajoLink::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    color: #fff;
    padding-left: 30px;
    position: absolute;
    bottom: 22%;
    font-size: 35px;
}


@media (min-width: 890px) {
    .bl_channel_inner_img li:nth-child(odd) {
        margin-right: 15px;
    }
    
    .bl_channel_inner_img li:not(:last-child):not(:nth-last-child(2)) {
        margin-bottom: 15px;
    }
  }

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

    .mgb-s {
        margin-bottom: 30px!important;
    }

    .mgb-m {
        margin-bottom: 30px!important;
    }

    .mgb-pc {
        margin-bottom: 100px!important;
    }

    .paragraph {
        display: block;
    }

    .img-wrapper {
        padding: 0;
    }

    .el_pc {
        display: none;
    }
    
    .el_sp {
        display: block;
    }

    .el_scrolldown span {
        font-size: 10px;
    }

    .el_scrolldown:before {
        width: 8px;
        height: 8px;
        left: -3px;
    }

    .el_scrolldown:after {
        height: 30px;
        bottom: 5px;
    }

    @keyframes circlemove{
        0%{bottom:30px;}
       100%{bottom:0px;}
   }

    .el_btn.el_dlBtn {
        padding: 3vw 4.6vw 3vw 9vw;
    }

    .el_btn.el_dlBtn_m {
        /* 13 to 22px */
        /* font-size: calc(0.75rem + ((1vw - 3.2px) * 2.2321)); */
        margin-bottom: 4.3vw;
    }
    
    .el_btn.el_dlBtn_l {
        /* 14 to 26px */
        /* font-size: calc(0.875rem + ((1vw - 3.2px) * 2.6786)); */
    }

    .el_btn {
        display: inline-block;
        /* 8px 15px 8px 30px */
        padding: 2.3vw 4.6vw 2.3vw 9vw;
        font-size: min(20px, 5rem);
        border: 2px solid #ff3c41;
    }

    .el_btn::after {
        padding-left: 15px;
    }

    .el_comingsoon {
        font-size: 9rem;
    }

    .js_fade__anim_r {
        transform: translate3d(30px, 0, 0);
    }

    .js_marker {
        bottom: 3px;
        /* 8px */
        height: 4rem;
        transition-delay: .5s;
        -webkit-transition-delay: .5s;
    }

    .js_slide {
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s ease;
        transition-delay: .1s;
        -webkit-transition-delay: .1s;
    }
      
    .js_slide span {
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s ease;
        transition-delay: .1s;
        -webkit-transition-delay: .1s;
    }
      
    .js_slide.-visible,
    .js_slide.-visible span {
        transition-duration: .7s;
    }

    .js_fadein__anim {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        transition-duration: .7s;
    }
    .js_fade__anim_r {
        transition: transform .7s ease 0s,opacity .7s ease 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .delay-03 {
        transition-delay: .1s;
        -webkit-transition-delay: .1s;
    }

    .bl_top {
        padding-bottom: 0px;
    }

    .bl_channel {
        
    }

    .bl_channel_ttl {
        position: absolute;
        top: -7rem;
        left: 10px;
        font-size: min(6.5rem, 30px);
        background-color: rgba(255, 16, 132, .7);
        color: #fff;
        font-weight: bold;
        padding: 1rem 2rem;
    }

    .bl_contentsWrapper {
        padding: 0 5%;
    }

    .bl_contentsWrapper .wrap {
        margin: min(20rem, 80px) auto 0;
    }

    .bl_channel_line {
        height: min(2.6rem, 12px);
        margin-bottom: 0;
    }
    
    .bl_channel_inner {
        padding: 9.3vw 4.6vw 20px;
        max-width: 600px;
    }
    
    .bl_channel_img {
        margin-bottom: 20px;
    }
    
    .bl_channel_inner_headline {
        margin-bottom: 5px;
        /* 17.8 to 38px */
        font-size: min(6rem, 29px);
    }
    
    .bl_channel_inner_txt {
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: min(5.3rem, 25px);
        line-height: 2;
        letter-spacing: 0.06em;
    }
    
    .bl_channel_inner_img li:not(:last-child):not(:nth-last-child(2)) {
        margin-bottom: 5px;
    }
    
    .bl_channel_inner_img li:nth-child(odd) {
        margin-right: 5px;
    } 

    .bl_channel_btn {
        margin-top: 11vw;
    }

    .bl_channel_inner_otoko {
        margin-top: 30px;
        background: #f4f4f4;
        padding: 5rem;
    }
    
    .bl_channel_inner_otokoImg {
        width: 85%;
        margin: 0 auto 5rem;
    }
    
    .bl_channel_inner_otokoTxtBox {
        margin: 0 auto;
        text-align: center;
    }
    
    .bl_channel_inner_otokoTxt {
        text-align: center;
        margin-bottom: 4rem;
        font-size: min(6rem, 24px);
    }

    .bl_channel_inner_sabajoLink {
        font-size: 8rem;
        padding: 5rem;
    }

    .bl_channel_inner_sabajoLink::after {
        font-size: 7rem;
        padding-left: 4rem;
        bottom: 5.5rem;
    }

}