@charset "UTF-8";


/* html
------------------------------------------------- */
html {
	overflow-x: hidden;
}


/* contents
------------------------------------------------- */
#contents {
	padding-top: 0.625em;
}
@media only screen and (max-width:750px){
#contents {
	padding-top: 0;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    height: 43.375em;
    background-color: #fff;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
.mainvisual .inner {
    max-width: inherit;
    padding: 0 6.6875em;
    z-index: 2;
}
.mainvisual .box {
    margin-bottom: 7em;
}
.mainvisual h1 {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.35;
    color: #2A51C3;
    background: url("../img-new/episode/tit.svg") left top no-repeat;
    background-size: 13.5em auto;
    padding: 0.5em 0 0 1em;
}
.mainvisual h1 span {
    display: block;
    font-weight: 300;
    letter-spacing: normal;
    color: #2A51C3;
    padding-top: 0.55em;
}
.mainvisual h2 {
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.05em;
    padding: 0.75em 0 0.25em;
}
.mainvisual p {
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
.mainvisual .photo {
    width: 71.742vw;
    height: 100%;
    background: url("../img-new/episode/mainvisual.jpg") left top no-repeat;
    background-size: cover;
    border-radius: 2.5em 2.5em 0 0;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width:750px){
.mainvisual {
    align-items: flex-start;
    height: 20em;
    margin-bottom: 30vw;
}
.mainvisual .inner {
    padding: 0;
}
.mainvisual .box {
    margin: 35vw 0 4.5em;
}
.mainvisual h1 {
    font-size: 3.466vw;
    background-size: 12em auto;
}
.mainvisual h1 span {
    font-size: 16vw;
}
.mainvisual .sec {
    width: 100vw;
    background-color: #fff;
    margin-left: -6vw;
    padding: 0 6vw 1em;
    box-sizing: border-box;
}
.mainvisual h2 {
    font-size: 6.9vw;
    white-space: nowrap;
}
.mainvisual .photo {
    width: 86%;
    background-position: 70% center;
    top: 0;
}
}


/* cont1
------------------------------------------------- */
.cont1 {
    padding-bottom: 12em;
    margin-top: -2.6875em;
    position: relative;
    z-index: 3;
}
.cont1 .inner {
    padding: 0 6.6875em;
}
.cont1 .inner::before,
.cont1 .inner::after {
    content: '';
    width: 50vw;
    height: 16.875em;
    background-color: #2A51C3;
    border-radius: 0 2.5em 2.5em 0;
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: 0.5625em;
    z-index: 1;
}
.cont1 .inner::after {
    border-radius: 2.5em 0 0 2.5em;
    right: auto;
    left: 50%;
    margin: 0 0 0 0.5625em;
}
.cont1 .box {
    width: 44%;
    height: 16.875em;
    padding-top: 2em;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.cont1 .box1 h3 {
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.05em;
    padding-bottom: 1em;
}
.cont1 .box2 h3 {
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: 0.05em;
}
.cont1 .box2 h3 span {
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.06em;
    color: #FFF800;
    padding-right: 1.5em;
}
.cont1 .box2 .note {
    line-height: 1.58;
    padding: 0.5em 0 1.75em;
}
@media only screen and (max-width:750px){
.cont1 {
    padding-bottom: 25vw;
    margin-top: 0;
}
.cont1 .inner {
    padding: 0;
}
.cont1 .inner::before,
.cont1 .inner::after {
    width: 94vw;
    height: 18em;
    right: auto;
    left: -6vw;
    margin: 0;
}
.cont1 .inner::after {
    left: auto;
    right: -6vw;
    top: 19.5em;
    margin: 0;
}
.cont1 .box {
    width: 100%;
    height: auto;
    padding-top: 1.5em;
    box-sizing: border-box;
}
.cont1 .box1 {
    padding-right: 1.5em;
    margin-bottom: 12vw;
}
.cont1 .box2 {
    padding-left: 2em;
}
.cont1 .box p {
    font-size: 3.733vw;
    line-height: 1.55;
}
.cont1 .box1 h3 {
    font-size: 4.8vw;
    line-height: 1.45;
}
.cont1 .box2 h3 {
    font-size: 4.8vw;
}
.cont1 .box2 h3 span {
    font-size: 3.2vw;
    padding-right: 1em;
}
.cont1 .box2 .note {
    padding: 0.5em 0 1em;
}
}


/* .infiniteslide
------------------------------------------------- */
.infiniteslide {
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -5.3125rem;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}
.infiniteslide.on {
    opacity: 1;
}
.infiniteslide_wrap ul li {
    width: 87.0625rem;
    margin-right: 7rem;
}
@media only screen and (max-width:750px){
.infiniteslide {
    margin-top: -2.5rem;
}
.infiniteslide_wrap ul li {
    width: 35rem;
    margin-right: 3rem;
}  
}


/* cont2
------------------------------------------------- */
section .eptit {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.35;
    color: #00ADF4;
    padding: 0 0 0.75em 3.15em;
    position: relative;
}
section .eptit::before {
    content: '';
    width: 2.4em;
    height: 1px;
    background-color: #00ADF4;
    position: absolute;
    left: 0;
    top: 0.7em;
}
section .con {
    width: 48.5%;
}
section .con p {
    line-height: 2.14;
}
.cont2 {
    padding-bottom: 8.75em;
    position: relative;
    z-index: 2;
}
.cont2 .photo {
    width: 49vw;
    height: 25.625em;
    background: url("../img-new/episode/photo1.jpg") left top no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 6.75em;
    border-radius: 0.3125em 0 0 0.3125em;
}
@media only screen and (max-width:750px){
section .eptit {
    font-size: 6.4vw;
    padding: 0 0 0.75em 1em;
}
section .eptit::before {
    width: 1.4em;
    left: -6vw;
}
section .con {
    width: 100%;
}
section .con p {
    font-size: 3.733vw;
    line-height: 1.75;
}
.cont2 {
    padding-bottom: 15vw;
}
.cont2 .photo {
    width: 100vw;
    height: 61.19vw;
    position: static;
    border-radius: 0;
    margin-bottom: 5vw;
}
}


/* cont3
------------------------------------------------- */
.cont3 {
    padding-bottom: 7em;
    position: relative;
    z-index: 2;
}
.cont3 .photo {
    width: 44.5%;
    padding-top: 1em;
}
.cont3 .photo img {
    border-radius: 0.3125em;
}
.cont3 .con p {
    padding-bottom: 2em;
}
@media only screen and (max-width:750px){
.cont3 {
    padding-bottom: 10vw;
}
.cont3 .photo {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 5vw;
}
.cont3 .con p {
    padding-bottom: 1.5em;
}
}


/* cont4
------------------------------------------------- */
.cont4 {
    padding-bottom: 7em;
    position: relative;
    z-index: 2;
}
.cont4.last {
    padding-bottom: 12.5em;
}
.cont4 p {
    line-height: 2.14;
    padding-bottom: 2em;
}
.cont4 p.txt {
    padding-bottom: 10em;
}
.cont4 .photo {
    width: 44.347%
}
.cont4 .photo img {
    border-radius: 0.3125em;
}
@media only screen and (max-width:750px){
.cont4 {
    padding-bottom: 10vw;
}
.cont4.last {
    padding-bottom: 15vw;
}
.cont4 p {
    font-size: 3.733vw;
    line-height: 1.75;
    padding-bottom: 1.5em;
}
.cont4 p.txt {
    padding-bottom: 15vw;
}
.cont4 .photo {
    width: 70%;
    margin: 0 auto 5vw;
}
}


/* cont5
------------------------------------------------- */
.cont5 {
    padding-bottom: 8.75em;
    position: relative;
    z-index: 2
}
.cont5 .photo {
    width: 46.925vw;
    height: 25.0625em;
    background: url("../img-new/episode/photo5.jpg") right top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0.3125em 0.3125em 0;
}
.cont5 p {
    padding-bottom: 2em;
}
@media only screen and (max-width:750px){
.cont5 {
    padding-bottom: 15vw;
}
.cont5 .photo {
    width: 100vw;
    height: 62.55vw;
    position: static;
    border-radius: 0;
    margin-bottom: 5vw;
}
.cont5 p {
    padding-bottom: 1.5em;
}
}


/* photobox
------------------------------------------------- */
.photobox {
    padding-bottom: 9em;
    position: relative;
    z-index: 2;
}
.photobox .photo1 {
    width: 33.236%;
}
.photobox .photo2 {
    width: 64.541%;
}
.photobox img {
    border-radius: 0.3125em;
}
@media only screen and (max-width:750px){
.photobox {
    padding-bottom: 15vw;
}
.photobox .inner {
    width: 100%;
    display: flex;
}
.photobox .photo1 {
    width: 33.236%;
}
.photobox .photo2 {
    width: 64.541%;
}
.photobox .photo1 img {
    border-radius: 0 0.3125em 0.3125em 0;
}
.photobox .photo2 img {
    border-radius: 0.3125em 0 0 0.3125em;
}
.photobox.se .photo1 img {
    border-radius: 0.3125em 0 0 0.3125em;
}
.photobox.se .photo2 img {
    border-radius: 0 0.3125em 0.3125em 0;
}
}