/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

main {
    display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    vertical-align: bottom
}

embed,
object,
iframe {
    border: 0;
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

select::-ms-expand {
    display: none
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable] {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: bold
}

template {
    display: none
}

[hidden] {
    display: none
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    font-size: 0;
    line-height: 0
}

@media (min-width: 768px) {
    img {
        width: auto
    }
}

a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

a:hover {
    opacity: .6
}

sup {
    top: -.4em;
    font-size: 70%
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-family: inherit;
    border-radius: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

input[type="submit"],
button {
    cursor: pointer
}

select::-ms-expand {
    display: none
}

.for-sp {
    display: block !important
}

@media (min-width: 768px) {
    .for-sp {
        display: none !important
    }
}

.for-pc {
    display: none !important
}

@media (min-width: 768px) {
    .for-pc {
        display: block !important
    }
}

img.for-sp,
span.for-sp,
br.for-sp {
    display: inline !important
}

@media (min-width: 768px) {

    img.for-sp,
    span.for-sp,
    br.for-sp {
        display: none !important
    }
}

img.for-pc,
span.for-pc,
br.for-pc {
    display: none !important
}

@media (min-width: 768px) {

    img.for-pc,
    span.for-pc,
    br.for-pc {
        display: inline !important
    }
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    font-size: 0;
    line-height: 0
}

@media (min-width: 768px) {
    img {
        width: auto
    }
}

a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

a:hover {
    opacity: .7
}

.brandSiteHeader {
    height: auto
}

.brandSiteFooter {
    border: none
}

ruby[data-ruby] {
    position: relative;
    text-align: justify
}

ruby[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
    left: -3em;
    right: -3em;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    letter-spacing: 0;
    font-weight: 400;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    bottom: 98%
}

@media (min-width: 768px) {
    ruby[data-ruby]::before {
        bottom: 100%
    }
}

ruby[data-ruby] rt {
    display: none
}

ruby.ruby-wide::before {
    left: -3.5em;
    width: 300%
}

@media (min-width: 768px) {
    ruby.ruby-wide::before {
        left: -3.2em
    }
}

.txt-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0
}

body {
    font-size: 4vw;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1
}

@media (min-width: 768px) {
    body {
        font-size: 22px
    }
}

@media (min-width: 992px) {
    body {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 22px
    }
}

.yc-main {
    position: relative
}

.yc-nav {
    position: sticky;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100
}

.yc-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .yc-nav__list {
        width: 100%;
        max-width: 654px;
        margin: 0 auto
    }
}

.yc-nav__item {
    /*width: 33.33%;*/
    width: 50%;
    text-align: center
}

@media (min-width: 768px) {
    .yc-nav__item {
        margin: 5px 0
    }
}

.yc-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 12vw;
    padding-top: 1.33333vw;
    font-size: 2.93333vw;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3
}

@media (min-width: 768px) {
    .yc-nav__item a {
        height: 70px;
        padding-top: 6px;
        font-size: 16px
    }
}

.yc-nav__item a::before {
    content: '';
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 768px) {
    .yc-nav__item a:hover {
        opacity: 1
    }
}

.yc-nav__item:not(:first-child) {
    border-left: 1px solid #000
}

.yc-nav__item:first-child a::before {
    width: 6.13333vw;
    height: 4.13333vw;
    margin-right: 1.33333vw;
    background: url("../images/nav_icon01.png") no-repeat center;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-nav__item:first-child a::before {
        width: 46px;
        height: 31px;
        margin: -4px 12px 0 0;
        -webkit-transition: .3s;
        transition: .3s
    }
}

@media (min-width: 768px) {
    .yc-nav__item:first-child a:hover::before {
        background: url("../images/nav_icon01_on.png") no-repeat center;
        background-size: 100%
    }
}

.yc-nav__item:nth-child(2) a::before {
    width: 3.73333vw;
    height: 3.73333vw;
    margin-right: 2.66667vw;
    background: url("../images/nav_icon02.png") no-repeat center;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-nav__item:nth-child(2) a::before {
        width: 31px;
        height: 31px;
        margin: -2px 13px 0 0;
        -webkit-transition: .3s;
        transition: .3s
    }
}

@media (min-width: 768px) {
    .yc-nav__item:nth-child(2) a:hover::before {
        background: url("../images/nav_icon02_on.png") no-repeat center;
        background-size: 100%
    }
}

.yc-nav__item:nth-child(3) a::before {
    width: 3.6vw;
    height: 5.73333vw;
    margin-right: 1.86667vw;
    background: url("../images/nav_icon03.png") no-repeat center;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-nav__item:nth-child(3) a::before {
        width: 26px;
        height: 41px;
        margin: -2px 13px 0 0;
        -webkit-transition: .3s;
        transition: .3s
    }
}

@media (min-width: 768px) {
    .yc-nav__item:nth-child(3) a:hover::before {
        background: url("../images/nav_icon03_on.png") no-repeat center;
        background-size: 100%
    }
}

.yc-mv {
    position: relative;
    height: 152.26667vw;
    overflow: hidden;
    background-color: #FFD500
}

@media (min-width: 768px) {
    .yc-mv {
        height: 534px
    }
}

@media (min-width: 992px) {
    .yc-mv {
        height: 604px
    }
}

@media (min-width: 1200px) {
    .yc-mv {
        height: 664px
    }
}

.yc-mv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.yc-mv__bg-images {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.yc-mv__bg-list {
    position: absolute;
    top: -5%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate(-50%, 0%) rotate(350deg);
    transform: translate(-50%, 0%) rotate(350deg)
}

@media (min-width: 768px) {
    .yc-mv__bg-list {
        top: -19%;
        min-width: 1366px;
        left: 50%
    }
}

.yc-mv__bg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 270%;
    height: 33.86667vw
}

@media (min-width: 768px) {
    .yc-mv__bg-item {
        width: 270%;
        height: auto
    }
}

.yc-mv__bg-item:not(:last-child) {
    margin-bottom: 2vw
}

@media (min-width: 768px) {
    .yc-mv__bg-item:not(:last-child) {
        margin-bottom: .8%
    }
}

.yc-mv__bg-item:nth-child(odd) {
    -webkit-animation: 35s linear img-col-b infinite;
    animation: 35s linear img-col-b infinite
}

@media (min-width: 768px) {
    .yc-mv__bg-item:nth-child(odd) {
        -webkit-animation: 55s linear img-col-b infinite;
        animation: 55s linear img-col-b infinite
    }
}

.yc-mv__bg-item:nth-child(even) {
    -webkit-animation: 35s linear img-col-a infinite;
    animation: 35s linear img-col-a infinite
}

@media (min-width: 768px) {
    .yc-mv__bg-item:nth-child(even) {
        -webkit-animation: 55s linear img-col-a infinite;
        animation: 55s linear img-col-a infinite
    }
}

.is-animated.is-paused .yc-mv__bg-item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.yc-mv__bg-item .image {
    position: relative;
    width: 100%;
    height: 35.86667vw;
    margin-right: 2vw
}

@media (min-width: 768px) {
    .yc-mv__bg-item .image {
        height: auto;
        margin-right: 1.06667vw
    }
}

.yc-mv__bg-item .image img {
    border: .8vw solid #000
}

@media (min-width: 768px) {
    .yc-mv__bg-item .image img {
        border: 3px solid #000
    }
}

.yc-mv__bg-item .image.img-product img {
    border: none
}

.yc-mv__inner {
    position: relative;
    height: inherit;
    height: 100%;
    padding-top: 17.6vw
}

@media (min-width: 768px) {
    .yc-mv__inner {
        max-width: 1110px;
        margin: 0 auto;
        padding-top: 70px
    }
}

.yc-mv__ttl {
    width: 90.13333vw;
    margin: 0 auto;
    -webkit-animation: .4s ease-in-out 0s zoom-in-animation backwards;
    animation: .4s ease-in-out 0s zoom-in-animation backwards
}

@media (min-width: 768px) {
    .yc-mv__ttl {
        width: 53%
    }
}

.yc-mv__btn a {
    position: absolute;
    width: 100%;
    height: 49.06667vw;
    background: url("../images/mv_btn.png") no-repeat center;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-mv__btn a {
        top: 2px;
        height: auto;
        min-height: 242px;
        background: url("../images/mv_btn_pc.png") no-repeat center;
        background-size: 100%
    }
}

.yc-mv__btn-wrapper {
    position: absolute;
    bottom: 16.26667vw;
    right: 6vw;
    width: 47.73333vw;
    height: 49.06667vw;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-animation: .3s ease-in-out 0s zoom-in-animation backwards;
    animation: .3s ease-in-out 0s zoom-in-animation backwards
}

@media (min-width: 768px) {
    .yc-mv__btn-wrapper {
        bottom: -0.5vw;
        right: 1vw;
        width: 19.2%;
        height: auto;
        min-height: 242px
    }
}

@media (min-width: 992px) {
    .yc-mv__btn-wrapper {
        bottom: 16px;
        width: 20.2%
    }
}

@media (min-width: 1200px) {
    .yc-mv__btn-wrapper {
        bottom: 80px;
        right: 0;
        width: 21.2%
    }
}

@media (min-width: 768px) {
    .yc-mv__btn-wrapper:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.yc-mv__btn-shadow {
    position: absolute;
    width: 100%;
    height: 49.06667vw;
    background: url("../images/mv_btn_shadow.png") no-repeat center;
    background-size: 100%;
    -webkit-animation: 20s linear rotation infinite;
    animation: 20s linear rotation infinite
}

@media (min-width: 768px) {
    .yc-mv__btn-shadow {
        top: 1.5%;
        height: auto;
        min-height: 242px;
        background: url("../images/mv_btn_shadow_pc.png") no-repeat center;
        background-size: 100%
    }
}

.yc-mv__btn-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 98%;
    height: 47.73333vw;
    margin: auto;
    background: url("../images/mv_btn_bg.png") no-repeat center;
    background-size: 100%;
    -webkit-animation: 20s linear rotation infinite;
    animation: 20s linear rotation infinite
}

@media (min-width: 768px) {
    .yc-mv__btn-bg {
        height: auto;
        min-height: 242px;
        background: url("../images/mv_btn_bg_pc.png") no-repeat center;
        background-size: 100%
    }
}

.yc-about {
    position: relative;
    overflow: hidden;
    background-color: #FFA63E;
    z-index: 1
}

@media (min-width: 768px) {
    .yc-about {
        padding-right: 4vw;
        padding-left: 4vw;
        background-image: none
    }
}

@media (min-width: 992px) {
    .yc-about {
        padding-right: 2vw;
        padding-left: 2vw
    }
}

@media (min-width: 1200px) {
    .yc-about {
        padding: 0
    }
}

.yc-about::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 26.4vw solid #FFD500;
    border-left: 100vw solid transparent
}

@media (min-width: 768px) {
    .yc-about::before {
        border-bottom: 19vw solid #FFD500
    }
}

.yc-about__inner {
    position: relative;
    padding: 6.66667vw 0 44.26667vw;
    background-image: url("../images/about_bg_top.png"), url("../images/about_bg_bottom.png");
    background-position: center 6.66667vw, left bottom 5.86667vw;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 26.4vw;
    text-align: center
}

@media (min-width: 768px) {
    .yc-about__inner {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 15% 0 25vw;
        background: none
    }
}

@media (min-width: 1200px) {
    .yc-about__inner {
        padding: 196px 0 317px
    }
}

@media (min-width: 768px) {
    .yc-about__bg {
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 1206px;
        pointer-events: none
    }
}

@media (min-width: 1200px) {
    .yc-about__bg {
        width: 100%
    }
}

@media (min-width: 768px) {

    .yc-about__bg-left,
    .yc-about__bg-right {
        position: absolute;
        top: 0;
        width: 50%
    }
}

@media (min-width: 768px) {
    .yc-about__bg-left {
        top: 30%;
        left: -10%;
        width: 25%
    }
}

@media (min-width: 992px) {
    .yc-about__bg-left {
        left: -9%
    }
}

@media (min-width: 1200px) {
    .yc-about__bg-left {
        left: -6%;
        width: 26%
    }
}

@media (min-width: 768px) {
    .yc-about__bg-right {
        top: 4%;
        right: -9%;
        width: 27%
    }
}

@media (min-width: 992px) {
    .yc-about__bg-right {
        right: -8%
    }
}

@media (min-width: 1200px) {
    .yc-about__bg-right {
        right: -4%;
        width: 28%
    }
}

.yc-about__ttl {
    width: 69.33333vw
}

@media (min-width: 768px) {
    .yc-about__ttl {
        position: absolute;
        top: 56px;
        left: 0;
        width: 36.7%;
        margin: auto
    }
}

.yc-about__sttl {
    width: 76.8vw;
    margin-left: 18vw
}

@media (min-width: 768px) {
    .yc-about__sttl {
        width: 39.9%;
        margin: 0 auto
    }
}

.yc-about__txt {
    margin-top: 12.53333vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 2.46
}

@media (min-width: 768px) {
    .yc-about__txt {
        margin-top: 41px;
        font-size: 16px;
        line-height: 2.99
    }
}

@media (min-width: 992px) {
    .yc-about__txt {
        font-size: 19px
    }
}

@media (min-width: 1200px) {
    .yc-about__txt {
        font-size: 22px
    }
}

.yc-about__txt-strong {
    display: inline;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFE633));
    background: linear-gradient(transparent 80%, #FFE633 80%)
}

@media (min-width: 768px) {
    .yc-about__txt-strong {
        font-size: 28px;
        letter-spacing: .05em;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE633));
        background: linear-gradient(transparent 70%, #FFE633 70%)
    }
}

.yc-about__txt-strong span {
    font-size: 3.2vw
}

@media (min-width: 768px) {
    .yc-about__txt-strong span {
        font-size: 22px
    }
}

.yc-about__movie {
    margin-top: 8vw
}

@media (min-width: 768px) {
    .yc-about__movie {
        margin-top: 52px
    }
}

.yc-about__movie-ttl {
    font-size: 5.33333vw;
    font-weight: 700
}

@media (min-width: 768px) {
    .yc-about__movie-ttl {
        font-size: 30px
    }
}

.yc-about__movie-ttl::before,
.yc-about__movie-ttl::after {
    content: '';
    display: inline-block;
    width: 3.86667vw;
    height: 5.73333vw;
    background: url("../images/about_slash.png") no-repeat center;
    background-size: 100%;
    line-height: 1.67;
    vertical-align: middle
}

@media (min-width: 768px) {

    .yc-about__movie-ttl::before,
    .yc-about__movie-ttl::after {
        width: 23px;
        height: 36px;
        background: url("../images/about_slash_pc.png") no-repeat center;
        background-size: 100%
    }
}

.yc-about__movie-ttl::before {
    margin-right: 1.6vw
}

@media (min-width: 768px) {
    .yc-about__movie-ttl::before {
        margin-right: 19px
    }
}

.yc-about__movie-ttl::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-left: .66667vw
}

@media (min-width: 768px) {
    .yc-about__movie-ttl::after {
        margin-left: 11px
    }
}

.yc-about__movie-link {
    width: 71.2vw;
    margin: 3.6vw auto 0
}

@media (min-width: 768px) {
    .yc-about__movie-link {
        width: 42.5%;
        margin-top: 22px
    }
}

.yc-urawaza {
    position: relative;
    padding-bottom: 3.73333vw;
    background-color: #FFD500
}

@media (min-width: 768px) {
    .yc-urawaza {
        padding-right: 2vw;
        padding-left: 2vw
    }
}

@media (min-width: 1200px) {
    .yc-urawaza {
        padding: 0
    }
}

.yc-urawaza__inner {
    position: relative
}

@media (min-width: 768px) {
    .yc-urawaza__inner {
        width: 100%;
        max-width: 1200px;
        margin: -75px auto 0
    }
}

.yc-urawaza__ttl {
    width: 85.46667vw;
    margin: 0 0 0 auto
}

@media (min-width: 768px) {
    .yc-urawaza__ttl {
        position: relative;
        z-index: 1;
        width: 49.2%
    }
}

.yc-urawaza__txt {
    margin-top: 6.66667vw;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.8;
    text-align: center
}

@media (min-width: 768px) {
    .yc-urawaza__txt {
        margin-top: 4.5%;
        font-size: 25px;
        letter-spacing: .05em;
        line-height: 2
    }
}

@media (min-width: 992px) {
    .yc-urawaza__txt {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .yc-urawaza__txt {
        font-size: 30px
    }
}

.yc-urawaza__list {
    width: 93.33333vw;
    margin: 6.66667vw auto 0
}

@media (min-width: 768px) {
    .yc-urawaza__list {
        width: 100%;
        margin-top: 3.3%
    }
}

.yc-urawaza__item {
    width: 93.33333vw;
    padding-top: 14.26667vw;
    text-align: center
}

@media (min-width: 768px) {
    .yc-urawaza__item {
        width: 100%;
        padding: 0 4.8% 4% 4.1%
    }
}

.yc-urawaza__item + .yc-urawaza__item {
    margin-top: 6.66667vw
}

@media (min-width: 768px) {
    .yc-urawaza__item + .yc-urawaza__item {
        margin-top: 4.4%
    }
}

@media (min-width: 768px) {
    .yc-urawaza__item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto;
        padding-top: 6.9%
    }

    .urawaza-02 .yc-urawaza__item-inner,
    .urawaza-04 .yc-urawaza__item-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.yc-urawaza .urawaza-01 {
    background: url("../images/urawaza_bg01.png") repeat-y center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-urawaza .urawaza-01 {
        background: url("../images/urawaza_bg01_pc.png") repeat-y center top;
        background-size: 100%
    }
}

.yc-urawaza .urawaza-02 {
    background: url("../images/urawaza_bg02.png") repeat-y center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-urawaza .urawaza-02 {
        background: url("../images/urawaza_bg02_pc.png") repeat-y center top;
        background-size: 100%
    }
}

.yc-urawaza .urawaza-03 {
    background: url("../images/urawaza_bg03.png") repeat-y center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-urawaza .urawaza-03 {
        background: url("../images/urawaza_bg03_pc.png") repeat-y center top;
        background-size: 100%
    }
}

.yc-urawaza .urawaza-04 {
    background: url("../images/urawaza_bg04.png") repeat-y center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-urawaza .urawaza-04 {
        background: url("../images/urawaza_bg04_pc.png") repeat-y center top;
        background-size: 100%
    }
}

.yc-urawaza .urawaza-05 {
    background: url("../images/urawaza_bg05.png") repeat-y center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-urawaza .urawaza-05 {
        background: url("../images/urawaza_bg05_pc.png") repeat-y center top;
        background-size: 100%
    }
}

.yc-urawaza__movie {
    position: relative;
    width: 85.33333vw;
    margin-left: 3.2vw;
    padding: 9.6vw 0 6vw;
    background-color: #fff;
    border-radius: 4.13333vw;
    border: .8vw solid #000;
    -webkit-box-shadow: 1.2vw 1.2vw 0 0 #000;
    box-shadow: 1.2vw 1.2vw 0 0 #000
}

@media (min-width: 768px) {
    .yc-urawaza__movie {
        width: 54.1%;
        margin: 0;
        padding: 5.6% 0 3.3%;
        border-radius: 35px;
        border: 6px solid #000;
        -webkit-box-shadow: 6px 6px 0 0 #000;
        box-shadow: 6px 6px 0 0 #000
    }
}

.yc-urawaza__movie::before {
    content: '';
    position: absolute
}

.urawaza-01 .yc-urawaza__movie::before,
.urawaza-05 .yc-urawaza__movie::before {
    top: -12.53333vw;
    left: -1.33333vw;
    width: 16vw;
    height: 28vw;
    background: url("../images/urawaza_icon_gumi.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {

    .urawaza-01 .yc-urawaza__movie::before,
    .urawaza-05 .yc-urawaza__movie::before {
        top: -15%;
        left: -3.5%;
        width: 18.8%;
        min-height: 208px;
        background: url("../images/urawaza_icon_gumi_pc.png") no-repeat center top;
        background-size: 100%
    }
}

.urawaza-05 .yc-urawaza__movie::before {
    width: 14.66667vw;
    left: -2.4vw
}

@media (min-width: 768px) {
    .urawaza-05 .yc-urawaza__movie::before {
        left: -3%;
        width: 19%
    }
}

.urawaza-02 .yc-urawaza__movie::before {
    top: -11.33333vw;
    left: -1.06667vw;
    width: 13.06667vw;
    height: 20.66667vw;
    background: url("../images/urawaza_icon_gumi.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .urawaza-02 .yc-urawaza__movie::before {
        top: -19%;
        left: -7%;
        width: 18%;
        min-height: 208px;
        background: url("../images/urawaza_icon_gumi_pc.png") no-repeat center top;
        background-size: 100%
    }
}

.urawaza-03 .yc-urawaza__movie::before {
    top: -10.26667vw;
    left: -2vw;
    width: 21.06667vw;
    height: 24.93333vw;
    background: url("../images/urawaza_icon_milk.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .urawaza-03 .yc-urawaza__movie::before {
        top: -12.3%;
        left: -12%;
        width: 21.1%;
        min-height: 180px;
        background: url("../images/urawaza_icon_milk_pc.png") no-repeat center top;
        background-size: 100%
    }
}

@media (min-width: 1200px) {
    .urawaza-03 .yc-urawaza__movie::before {
        width: 22.1%
    }
}

@media (min-width: 1200px) {
    .urawaza-03 .yc-urawaza__movie::before {
        width: 23.6%
    }
}

.urawaza-04 .yc-urawaza__movie::before {
    top: -10.66667vw;
    left: -2.26667vw;
    width: 21.6vw;
    height: 26.93333vw;
    background: url("../images/urawaza_icon_naru.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .urawaza-04 .yc-urawaza__movie::before {
        top: -8.2%;
        left: auto;
        right: -8.2%;
        width: 28.1%;
        min-height: 208px;
        background: url("../images/urawaza_icon_naru_pc.png") no-repeat center top;
        background-size: 100%
    }
}

.urawaza-02 .yc-urawaza__movie::after {
    content: '';
    position: absolute;
    top: -10.8vw;
    right: -2.66667vw;
    width: 17.33333vw;
    height: 20vw;
    background: url("../images/urawaza_icon_naru.png") no-repeat center top;
    background-size: 100%;
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg)
}

@media (min-width: 768px) {
    .urawaza-02 .yc-urawaza__movie::after {
        top: -16%;
        left: auto;
        right: -11%;
        width: 26%;
        min-height: 208px;
        background: url("../images/urawaza_icon_naru_pc.png") no-repeat center top;
        background-size: 100%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.yc-urawaza__movie-num {
    position: absolute;
    top: -5.06667vw;
    left: 0;
    right: 0;
    width: 35.86667vw;
    margin: 0 auto;
    padding: 1.86667vw 0 2vw;
    background-color: #FAD534;
    border-radius: 2vw;
    border: .66667vw solid #000;
    -webkit-box-shadow: 0 .4vw 0 0 #000;
    box-shadow: 0 .4vw 0 0 #000;
    font-size: 3.6vw;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center
}

@media (min-width: 768px) {
    .yc-urawaza__movie-num {
        top: -9.5%;
        width: 42%;
        padding: 1.3% 0 1.9%;
        border-radius: 13px;
        border: 3px solid #000;
        -webkit-box-shadow: 0 3px 0 0 #000;
        box-shadow: 0 3px 0 0 #000;
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .yc-urawaza__movie-num {
        top: -7.9%;
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .yc-urawaza__movie-num {
        font-size: 23px
    }
}

.yc-urawaza__movie-num span {
    margin-left: .04em;
    font-size: 5.33333vw;
    font-weight: 700;
    vertical-align: text-bottom
}

@media (min-width: 768px) {
    .yc-urawaza__movie-num span {
        margin-left: .02em;
        font-size: 34px;
        letter-spacing: -0.01em
    }
}

@media (min-width: 992px) {
    .yc-urawaza__movie-num span {
        font-size: 38px
    }
}

@media (min-width: 1200px) {
    .yc-urawaza__movie-num span {
        font-size: 41px
    }
}

.yc-urawaza__movie-ttl {
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4
}

@media (min-width: 768px) {
    .yc-urawaza__movie-ttl {
        font-size: 17px;
        letter-spacing: .03em;
        line-height: 1.8
    }
}

@media (min-width: 992px) {
    .yc-urawaza__movie-ttl {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .yc-urawaza__movie-ttl {
        font-size: 26px
    }
}

.yc-urawaza__movie-ttl ruby[data-ruby]::before {
    -webkit-transform: scale(0.35);
    transform: scale(0.35)
}

@media (min-width: 768px) {
    .yc-urawaza__movie-ttl ruby[data-ruby]::before {
        -webkit-transform: scale(0.4);
        transform: scale(0.4)
    }
}

.urawaza-01 .yc-urawaza__movie-ttl {
    font-size: 4.4vw;
    line-height: 1.8
}

@media (min-width: 768px) {
    .urawaza-01 .yc-urawaza__movie-ttl {
        font-size: 16px;
        line-height: 1.8
    }
}

@media (min-width: 992px) {
    .urawaza-01 .yc-urawaza__movie-ttl {
        font-size: 21px
    }
}

@media (min-width: 1200px) {
    .urawaza-01 .yc-urawaza__movie-ttl {
        font-size: 26px
    }
}

.urawaza-02 .yc-urawaza__movie-ttl {
    font-size: 4.13333vw;
    line-height: 1.7
}

@media (min-width: 768px) {
    .urawaza-02 .yc-urawaza__movie-ttl {
        font-size: 16px;
        line-height: 1.8
    }
}

@media (min-width: 992px) {
    .urawaza-02 .yc-urawaza__movie-ttl {
        font-size: 21px
    }
}

@media (min-width: 1200px) {
    .urawaza-02 .yc-urawaza__movie-ttl {
        font-size: 26px
    }
}

.urawaza-05 .yc-urawaza__movie-ttl {
    font-size: 4.53333vw;
    line-height: 1.6
}

@media (min-width: 768px) {
    .urawaza-05 .yc-urawaza__movie-ttl {
        font-size: 16px;
        line-height: 1.8
    }
}

@media (min-width: 992px) {
    .urawaza-05 .yc-urawaza__movie-ttl {
        font-size: 21px
    }
}

@media (min-width: 1200px) {
    .urawaza-05 .yc-urawaza__movie-ttl {
        font-size: 26px
    }
}

.yc-urawaza__movie-link {
    width: 61.33333vw;
    margin: 3.33333vw auto 0
}

@media (min-width: 768px) {
    .yc-urawaza__movie-link {
        width: 75.5%;
        margin-top: 4%
    }
}

.yc-urawaza__movie-link a {
    display: block
}

.yc-urawaza__movie-link .coming-soon {
    pointer-events: none
}

.yc-urawaza__creator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 85.33333vw;
    margin: 8vw auto 0
}

@media (min-width: 768px) {
    .yc-urawaza__creator {
        display: block;
        width: 40.8%;
        margin: .5em 0 0
    }
}

.urawaza-02 .yc-urawaza__creator,
.urawaza-04 .yc-urawaza__creator {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (min-width: 768px) {

    .urawaza-02 .yc-urawaza__creator,
    .urawaza-04 .yc-urawaza__creator {
        font-display: auto
    }
}

.yc-urawaza__creator-inner {
    width: 54vw;
    padding-top: 2.66667vw;
    text-align: left
}

@media (min-width: 768px) {
    .yc-urawaza__creator-inner {
        width: 100%;
        padding-top: 0;
        text-align: center
    }
}

.yc-urawaza__creator-txt {
    padding-bottom: .4vw;
    font-size: 3.73333vw;
    font-weight: 700;
    border-bottom: .4vw solid #000;
    line-height: 1.64
}

@media (min-width: 768px) {
    .yc-urawaza__creator-txt {
        padding-bottom: .2em;
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .yc-urawaza__creator-txt {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .yc-urawaza__creator-txt {
        font-size: 26px
    }
}

.urawaza-02 .yc-urawaza__creator-txt,
.urawaza-04 .yc-urawaza__creator-txt {
    padding-left: 4vw
}

@media (min-width: 768px) {

    .urawaza-02 .yc-urawaza__creator-txt,
    .urawaza-04 .yc-urawaza__creator-txt {
        padding-left: 0
    }
}

.yc-urawaza__creator-catch {
    margin-top: 5.86667vw;
    font-size: 3.46667vw;
    font-weight: 700
}

@media (min-width: 768px) {
    .yc-urawaza__creator-catch {
        margin-top: 9.4%;
        font-size: 17px;
        letter-spacing: .04em
    }
}

@media (min-width: 992px) {
    .yc-urawaza__creator-catch {
        font-size: 19px
    }
}

@media (min-width: 1200px) {
    .yc-urawaza__creator-catch {
        font-size: 20px
    }
}

.urawaza-02 .yc-urawaza__creator-catch,
.urawaza-04 .yc-urawaza__creator-catch {
    padding-left: 4vw
}

@media (min-width: 768px) {

    .urawaza-02 .yc-urawaza__creator-catch,
    .urawaza-04 .yc-urawaza__creator-catch {
        padding-left: 0
    }
}

.yc-urawaza__creator-name {
    margin-top: 2.4vw;
    width: 48vw
}

@media (min-width: 768px) {
    .yc-urawaza__creator-name {
        width: 100%;
        margin-top: 5.3%
    }
}

.urawaza-02 .yc-urawaza__creator-name,
.urawaza-04 .yc-urawaza__creator-name {
    padding-left: 4vw
}

@media (min-width: 768px) {

    .urawaza-02 .yc-urawaza__creator-name,
    .urawaza-04 .yc-urawaza__creator-name {
        padding-left: 0
    }
}

.yc-urawaza__creator-img {
    width: 31.33333vw
}

@media (min-width: 768px) {
    .yc-urawaza__creator-img {
        width: 61.4%;
        margin: 5.3% auto 0
    }
}

.yc-urawaza__profile {
    margin-top: 8vw;
    background-color: #000;
    color: #fff
}

@media (min-width: 768px) {
    .yc-urawaza__profile {
        width: 100%;
        max-width: 1100px;
        margin: 4.4% auto 0;
        -webkit-box-shadow: 5px 5px 0 #fff;
        box-shadow: 5px 5px 0 #fff
    }
}

.yc-urawaza__profile-ttl {
    position: relative;
    padding: 5.2vw 2.66667vw 4.66667vw 0;
    font-size: 4.26667vw;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.4;
    cursor: pointer
}

@media (min-width: 768px) {
    .yc-urawaza__profile-ttl {
        padding: 27px 0;
        font-size: 20px
    }
}

.yc-urawaza__profile-ttl::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    display: block;
    width: 3.33333vw;
    height: 2.26667vw;
    margin: auto;
    background: url("../images/urawaza_profile_icon.png") no-repeat center;
    background-size: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

@media (min-width: 768px) {
    .yc-urawaza__profile-ttl::after {
        right: 3.6%;
        width: 17px;
        height: 12px;
        background: url("../images/urawaza_profile_icon_pc.png") no-repeat center;
        background-size: 100%
    }
}

.yc-urawaza__profile-ttl.is-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.yc-urawaza__profile-content {
    display: none;
    width: 82.53333vw;
    margin: 0 auto;
    padding: 6.66667vw 0 8.66667vw;
    border-top: 1px solid #aaa
}

@media (min-width: 768px) {
    .yc-urawaza__profile-content {
        width: 78.5%;
        padding: 3.8% 0 4.5%
    }
}

@media (min-width: 992px) {
    .yc-urawaza__profile-content {
        width: 74.5%
    }
}

.yc-urawaza__profile-content .yc-profile__txt {
    width: 100%;
    margin: 0 auto;
    font-size: 4.26667vw;
    letter-spacing: .1em;
    line-height: 2.2;
    text-align: left
}

@media (min-width: 768px) {
    .yc-urawaza__profile-content .yc-profile__txt {
        width: 100%;
        font-size: 14px;
        letter-spacing: .05em;
        line-height: 2.62;
        text-align: center
    }
}

@media (min-width: 992px) {
    .yc-urawaza__profile-content .yc-profile__txt {
        font-size: 16px
    }
}

.yc-urawaza__profile-content .yc-profile__txt ruby[data-ruby] {
    display: inline-block
}

.yc-urawaza__profile-content .yc-profile__txt ruby[data-ruby]::before {
    bottom: 83%
}

.yc-urawaza__profile-content .yc-profile__btn a {
    position: relative;
    display: block;
    width: 80vw;
    margin: 6.66667vw auto 0;
    padding: 2.66667vw 0 1.6vw;
    background-color: #fff;
    border-radius: 13.33333vw;
    color: #000
}

@media (min-width: 768px) {
    .yc-urawaza__profile-content .yc-profile__btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 80%;
        max-width: 500px;
        margin-top: 3.1%;
        padding: 18px 0 15px
    }
}

@media (min-width: 992px) {
    .yc-urawaza__profile-content .yc-profile__btn a {
        width: 70%
    }
}

.yc-urawaza__profile-content .yc-profile__btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.6vw;
    width: 3.86667vw;
    height: 3.86667vw;
    margin: auto;
    background: url("../images/urawaza_btn_icon.png") no-repeat center;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-urawaza__profile-content .yc-profile__btn a::after {
        right: 5.4%;
        width: 17px;
        height: 17px
    }
}

.yc-urawaza__profile-content .yc-profile__btn a span {
    display: block;
    font-weight: 700
}

.yc-urawaza__profile-content .yc-profile__btn a .yc-profile__btn-ch {
    font-size: 2.66667vw
}

@media (min-width: 768px) {
    .yc-urawaza__profile-content .yc-profile__btn a .yc-profile__btn-ch {
        font-size: 11px;
        margin-left: -1.2em;
        margin-right: 12px
    }
}

@media (min-width: 1200px) {
    .yc-urawaza__profile-content .yc-profile__btn a .yc-profile__btn-ch {
        margin-right: 20px
    }
}

.yc-urawaza__profile-content .yc-profile__btn a .yc-profile__btn-ttl {
    font-size: 4.66667vw;
    line-height: 1.9
}

@media (min-width: 768px) {
    .yc-urawaza__profile-content .yc-profile__btn a .yc-profile__btn-ttl {
        font-size: 20px
    }
}

.urawaza-02 .yc-urawaza__profile-content .yc-profile__btn a .yc-profile__btn-ttl,
.urawaza-03 .yc-urawaza__profile-content .yc-profile__btn a .yc-profile__btn-ttl {
    padding-top: 2.13333vw
}

@media (min-width: 768px) {

    .urawaza-02 .yc-urawaza__profile-content .yc-profile__btn a .yc-profile__btn-ttl,
    .urawaza-03 .yc-urawaza__profile-content .yc-profile__btn a .yc-profile__btn-ttl {
        padding-top: 2px
    }
}

.yc-presents {
    position: relative;
    overflow: hidden;
    padding: 26.4vw 0 3.73333vw;
    background-color: #FFE41A
}

@media (min-width: 768px) {
    .yc-presents {
        padding: 0
    }
}

.yc-presents::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 26.4vw solid #FFD500;
    border-left: 100vw solid transparent
}

@media (min-width: 768px) {
    .yc-presents::before {
        border-top: 19vw solid #FFD500
    }
}

@media (min-width: 768px) {
    .yc-presents__inner {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 14% 0 4vw
    }
}

@media (min-width: 1200px) {
    .yc-presents__inner {
        padding: 180px 0 20px
    }
}

.yc-presents__ttl {
    width: 87.2vw;
    margin: 0
}

@media (min-width: 768px) {
    .yc-presents__ttl {
        width: 51%
    }
}

.yc-presents__txt {
    margin-top: 10.66667vw;
    font-size: 4.66667vw;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 2;
    text-align: center
}

@media (min-width: 768px) {
    .yc-presents__txt {
        margin-top: 5.8%;
        font-size: 27px;
        line-height: 2
    }
}

@media (min-width: 992px) {
    .yc-presents__txt {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .yc-presents__txt {
        font-size: 30px
    }
}

.yc-presents__period {
    width: 88vw;
    margin: 5.06667vw auto 0;
    padding: 6vw 0 5.33333vw;
    background-color: #000;
    font-weight: 700;
    color: #fff;
    letter-spacing: .1em;
    text-align: center
}

@media (min-width: 768px) {
    .yc-presents__period {
        width: 72.7%;
        margin-top: 3.6%;
        padding: 4.3% 0 2.7%
    }
}

.yc-presents__period-ttl {
    font-size: 3.86667vw;
    letter-spacing: .1em
}

@media (min-width: 768px) {
    .yc-presents__period-ttl {
        font-size: 29px
    }
}

.yc-presents__period-txt {
    margin-top: 5.33333vw;
    font-size: 4vw;
    line-height: 1.6
}

@media (min-width: 768px) {
    .yc-presents__period-txt {
        margin-top: 4%;
        font-size: 30px;
        line-height: 1.5
    }
}

.yc-presents__period-txt .date {
    font-size: 5.6vw
}

@media (min-width: 768px) {
    .yc-presents__period-txt .date {
        font-size: 42px;
        letter-spacing: .05em
    }
}

.yc-presents__period-txt .time {
    font-size: 4.93333vw
}

@media (min-width: 768px) {
    .yc-presents__period-txt .time {
        font-size: 37px;
        letter-spacing: .05em
    }
}

.yc-presents__course {
    margin-top: 9.33333vw
}

@media (min-width: 768px) {
    .yc-presents__course {
        margin-top: 7%
    }
}

.yc-presents__course-ttl {
    font-size: 5.6vw;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center
}

@media (min-width: 768px) {
    .yc-presents__course-ttl {
        font-size: 34px
    }
}

.yc-presents__course-ttl::before,
.yc-presents__course-ttl::after {
    content: '';
    display: inline-block;
    width: 3.86667vw;
    height: 5.73333vw;
    background: url("../images/about_slash.png") no-repeat center;
    background-size: 100%;
    line-height: 1.67;
    vertical-align: middle
}

@media (min-width: 768px) {

    .yc-presents__course-ttl::before,
    .yc-presents__course-ttl::after {
        width: 23px;
        height: 36px;
        background: url("../images/about_slash_pc.png") no-repeat center;
        background-size: 100%;
        vertical-align: bottom
    }
}

.yc-presents__course-ttl::before {
    margin-right: 1.6vw
}

@media (min-width: 768px) {
    .yc-presents__course-ttl::before {
        margin-right: 19px
    }
}

.yc-presents__course-ttl::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-left: 0
}

@media (min-width: 768px) {
    .yc-presents__course-ttl::after {
        margin-left: 6px
    }
}

.yc-presents__course-list {
    width: 88vw;
    margin: 4.93333vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .yc-presents__course-list {
        width: 60%;
        max-width: 660px;
        margin-top: 3.3%
    }
}

.yc-presents__course-item:first-child {
    width: 42.66667vw
}

@media (min-width: 768px) {
    .yc-presents__course-item:first-child {
        width: 48.4%
    }
}

.yc-presents__course-item:last-child {
    width: 40.4vw
}

@media (min-width: 768px) {
    .yc-presents__course-item:last-child {
        width: 45.9%
    }
}

.yc-presents__course-note {
    margin: 6.13333vw 0 0 7.86667vw;
    font-size: 2.8vw;
    letter-spacing: .05em
}

@media (min-width: 768px) {
    .yc-presents__course-note {
        margin: 4.5% auto 0;
        font-size: 20px;
        text-align: center
    }
}

.yc-presents__term {
    width: 88.8vw;
    margin: 11.6vw auto 0
}

@media (min-width: 768px) {
    .yc-presents__term {
        width: 81.8%;
        max-width: 900px;
        margin-top: 7.1%
    }
}

.yc-presents__term-content {
    margin-top: 2.66667vw;
    padding: 7.2vw 0 4.93333vw;
    background-color: #fff;
    border-radius: 4.13333vw
}

@media (min-width: 768px) {
    .yc-presents__term-content {
        margin-top: 3.2%;
        padding: 5.8% 0 2.6%;
        border-radius: 31px
    }
}

.yc-presents__term-content ::-webkit-scrollbar {
    width: 1.73333vw
}

@media (min-width: 768px) {
    .yc-presents__term-content ::-webkit-scrollbar {
        width: 9px
    }
}

.yc-presents__term-content ::-webkit-scrollbar-thumb {
    background: #F58F25;
    border-radius: 1.73333vw
}

@media (min-width: 768px) {
    .yc-presents__term-content ::-webkit-scrollbar-thumb {
        border-radius: 9px
    }
}

.yc-presents__term-ttl {
    font-size: 5.6vw;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center
}

@media (min-width: 768px) {
    .yc-presents__term-ttl {
        font-size: 36px
    }
}

.yc-presents__term-txt {
    overflow: scroll;
    overflow-wrap: break-word;
    word-break: break-word;
    width: 78.66667vw;
    height: 36.66667vw;
    margin-left: 6.66667vw;
    padding-right: 5.33333vw;
    font-size: 3.2vw;
    line-height: 1.66;
    text-align: justify
}

@media (min-width: 768px) {
    .yc-presents__term-txt {
        width: 92.8%;
        height: 211px;
        margin-left: 5.5%;
        padding-right: 7%;
        font-size: 16px;
        line-height: 1.81
    }
}

.yc-presents__method {
    width: 88vw;
    margin: 10.66667vw auto 0
}

@media (min-width: 768px) {
    .yc-presents__method {
        width: 100%;
        margin-top: 5%
    }
}

.yc-presents__method-ttl {
    width: 33.86667vw;
    margin: 0 auto
}

@media (min-width: 768px) {
    .yc-presents__method-ttl {
        width: 23.9%
    }
}

.yc-presents__method-list {
    margin-top: 4.53333vw
}

@media (min-width: 768px) {
    .yc-presents__method-list {
        width: 81.8%;
        max-width: 900px;
        margin: 2.4% auto 0
    }
}

.yc-presents__method-item {
    position: relative;
    padding-top: 8vw;
    background-color: #fff;
    border-radius: 5.2vw;
    border: 1.06667vw solid #000
}

@media (min-width: 768px) {
    .yc-presents__method-item {
        padding-top: 6.1%;
        border-radius: 36px;
        border: 5px solid #000
    }
}

.yc-presents__method-item:first-child {
    padding-bottom: 6.8vw
}

@media (min-width: 768px) {
    .yc-presents__method-item:first-child {
        padding-bottom: 4.7%
    }
}

.yc-presents__method-item:first-child::after {
    content: '';
    position: absolute;
    bottom: -4.4vw;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 4.26667vw 3.33333vw 0 3.33333vw;
    border-color: #000 transparent transparent transparent
}

@media (min-width: 768px) {
    .yc-presents__method-item:first-child::after {
        border-width: 2.7vw 2vw 0 2vw;
        bottom: -2.9vw
    }
}

@media (min-width: 992px) {
    .yc-presents__method-item:first-child::after {
        bottom: -34px;
        border-width: 33px 25px 0 25px
    }
}

.yc-presents__method-item:last-child {
    margin-top: 7.86667vw
}

@media (min-width: 768px) {
    .yc-presents__method-item:last-child {
        margin-top: 6.6%
    }
}

.yc-step__num {
    position: absolute;
    top: -5.46667vw;
    left: 0;
    right: 0;
    width: 25.06667vw;
    margin: auto
}

@media (min-width: 768px) {
    .yc-step__num {
        top: -28px;
        width: 18.8%
    }
}

.yc-step__ttl {
    width: 77.73333vw;
    margin: 0 auto
}

@media (min-width: 768px) {
    .yc-step__ttl {
        width: 55%
    }
}

.yc-presents__method-item:last-child .yc-step__ttl {
    width: 69.6vw
}

@media (min-width: 768px) {
    .yc-presents__method-item:last-child .yc-step__ttl {
        width: 82.1%
    }
}

.yc-step__course {
    position: relative;
    margin-top: 5.6vw;
    padding: 18.66667vw 0 8.26667vw
}

@media (min-width: 768px) {
    .yc-step__course {
        margin-top: 3%;
        padding: 14% 0 9.7%
    }
}

.yc-step__course:first-of-type {
    background: url("../images/presents_step_course_bg01.png") repeat-y center 8.13333vw;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-step__course:first-of-type {
        background: url("../images/presents_step_course_bg01_pc.png") repeat-y center 0;
        background-size: 100%
    }
}

.yc-step__course:last-of-type {
    margin-top: 0;
    padding-bottom: 10.66667vw;
    background: url("../images/presents_step_course_bg02.png") repeat-y center top;
    background-size: 100%;
    border-radius: 0 0 5.2vw 5.2vw
}

@media (min-width: 768px) {
    .yc-step__course:last-of-type {
        padding-bottom: 8%;
        background: url("../images/presents_step_course_bg02_pc.png") repeat-y center 0;
        background-size: 100%;
        border-radius: 0 0 36px 36px
    }
}

.yc-step__course-keyword {
    position: absolute;
    top: -1.33333vw;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-width: 768px) {
    .yc-step__course-keyword {
        top: -1.6%
    }
}

.yc-step__course-present {
    width: 72.8vw;
    margin: 0 auto
}

@media (min-width: 768px) {
    .yc-step__course-present {
        width: 55%
    }

    .yc-step__course:last-of-type .yc-step__course-present {
        width: 59.4%
    }
}

.yc-step__course-img {
    width: 76.8vw;
    margin: 3.33333vw auto 0
}

@media (min-width: 768px) {
    .yc-step__course-img {
        width: 60.7%;
        margin-top: 4.4%
    }

    .yc-step__course:last-of-type .yc-step__course-img {
        width: 73.1%
    }
}

.yc-step__course-list {
    margin-top: 3.73333vw
}

@media (min-width: 768px) {
    .yc-step__course-list {
        margin-top: 4.3%
    }
}

@media (min-width: 768px) {
    .yc-step__course:first-of-type .yc-step__course-item {
        width: 76%;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .yc-step__course:first-of-type .yc-step__course-item {
        width: 67.7%
    }
}

.yc-step__course:last-of-type .yc-step__course-item {
    margin-top: 4vw
}

@media (min-width: 768px) {
    .yc-step__course:last-of-type .yc-step__course-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 84.6%;
        margin: 4.1% auto 0
    }
}

@media (min-width: 992px) {
    .yc-step__course:last-of-type .yc-step__course-item {
        width: 80.6%
    }
}

.yc-step__course-ch {
    width: 54.66667vw;
    margin-left: 4vw;
    padding: 3.06667vw 0 2.53333vw 2.93333vw;
    background-color: #000;
    border-radius: 1.33333vw 1.33333vw 0 0;
    font-size: 3.06667vw;
    font-weight: 700;
    letter-spacing: .1em;
    color: #fff
}

@media (min-width: 768px) {
    .yc-step__course-ch {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 51%;
        margin-left: 0;
        padding: 18px 0 10px 1%;
        background-color: #000;
        border-radius: 0;
        font-size: 12px;
        line-height: 1.38;
        text-align: center
    }
}

@media (min-width: 992px) {
    .yc-step__course-ch {
        font-size: 15px
    }
}

@media (min-width: 1200px) {
    .yc-step__course-ch {
        font-size: 16px
    }
}

.yc-step__course:first-of-type .yc-step__course-ch {
    padding-top: 3.6vw
}

@media (min-width: 768px) {
    .yc-step__course:first-of-type .yc-step__course-ch {
        padding-top: 18px
    }
}

@media (min-width: 768px) {
    .yc-step__course:last-of-type .yc-step__course-ch {
        width: 23.2%;
        height: 80px;
        padding: 0
    }
}

.yc-step__course:last-of-type .yc-step__course-item:nth-child(2) .yc-step__course-ch,
.yc-step__course:last-of-type .yc-step__course-item:nth-child(3) .yc-step__course-ch {
    padding-top: 4.53333vw
}

@media (min-width: 768px) {

    .yc-step__course:last-of-type .yc-step__course-item:nth-child(2) .yc-step__course-ch,
    .yc-step__course:last-of-type .yc-step__course-item:nth-child(3) .yc-step__course-ch {
        padding-top: 0
    }
}

.yc-step__course-input {
    width: 60vw;
    height: 14.26667vw;
    padding: 0 1.33333vw;
    margin-left: 4vw;
    background-color: #fff;
    border: .4vw solid #000;
    color: #000
}

@media (min-width: 768px) {
    .yc-step__course-input {
        width: 75.4%;
        height: 80px;
        padding: 0 1.5%;
        margin-left: 0;
        border: 3px solid #000;
        font-size: 24px
    }
}

.yc-step__course-input::-webkit-input-placeholder {
    color: #9D9D9D
}

.yc-step__course-input::-moz-placeholder {
    color: #9D9D9D
}

.yc-step__course-input:-ms-input-placeholder {
    color: #9D9D9D
}

.yc-step__course-input::-ms-input-placeholder {
    color: #9D9D9D
}

.yc-step__course-input::placeholder {
    color: #9D9D9D
}

@media (min-width: 768px) {
    .yc-step__course:last-of-type .yc-step__course-input {
        width: 55%
    }
}

.yc-step__course-txt {
    margin-left: 1.73333vw;
    font-size: 3.6vw;
    font-weight: 700;
    letter-spacing: .03em
}

@media (min-width: 768px) {
    .yc-step__course-txt {
        margin-left: 2%;
        padding-top: .4em;
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .yc-step__course-txt {
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .yc-step__course-txt {
        font-size: 27px
    }
}

.yc-step__course-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70.66667vw;
    margin: 5.06667vw auto 0;
    padding: 5.2vw 0 3.73333vw;
    background-color: #000;
    border-radius: 13.33333vw;
    font-size: 4.13333vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.3;
    -webkit-transition: .3s;
    transition: .3s
}

@media (min-width: 768px) {
    .yc-step__course-btn a {
        width: 51.1%;
        margin-top: 3.8%;
        padding: 28px 0 22px;
        font-size: 26px
    }
}

.yc-step__course-btn a:hover {
    background-color: #3798E9
}

.yc-products {
    position: relative;
    overflow: hidden;
    padding: 26.4vw 0 5.33333vw;
    /*background-color: #FFD500*/
    background-color: #FFE41A
}

@media (min-width: 768px) {
    .yc-products {
        padding: 0
    }
}

.yc-products::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    /*border-top: 26.4vw solid #FFE41A;*/
    border-top: 26.4vw solid #FFD500;
    border-right: 100vw solid transparent
}

@media (min-width: 768px) {
    .yc-products::before {
        /*border-top: 19vw solid #FFE41A*/
        border-top: 19vw solid #FFD500
    }
}

@media (min-width: 768px) {
    .yc-products__inner {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 14% 2vw 0
    }
}

@media (min-width: 1200px) {
    .yc-products__inner {
        padding: 180px 0 0
    }
}

.yc-products__ttl {
    width: 84.53333vw;
    margin: 0
}

@media (min-width: 768px) {
    .yc-products__ttl {
        width: 55.1%;
        margin: -4% 0 0 auto
    }
}

.yc-products__txt {
    margin-top: 10.26667vw;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: .07em;
    text-align: center
}

@media (min-width: 768px) {
    .yc-products__txt {
        margin-top: 5.8%;
        font-size: 27px;
        line-height: 2
    }
}

@media (min-width: 992px) {
    .yc-products__txt {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .yc-products__txt {
        font-size: 30px
    }
}

.yc-products__list {
    margin-top: 4vw
}

@media (min-width: 768px) {
    .yc-products__list {
        margin-top: 0
    }
}

.yc-products__item {
    position: relative
}

.yc-products__item:first-of-type {
    padding-top: 18.13333vw
}

@media (min-width: 768px) {
    .yc-products__item:first-of-type {
        padding-top: 8.5%
    }
}

.yc-products__item:nth-of-type(2) {
    padding-top: 25.6vw
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2) {
        padding-top: 9.9%
    }
}

.yc-products__item:last-of-type {
    padding-top: 30.26667vw
}

@media (min-width: 768px) {
    .yc-products__item:last-of-type {
        padding-top: 9.7%
    }
}

.yc-products__item:first-of-type::before {
    content: '';
    position: absolute;
    top: 1.6vw;
    right: 4.26667vw;
    width: 18vw;
    height: 37.33333vw;
    background: url("../images/products_item_icon01_01.png") no-repeat center;
    background-size: 18vw;
    z-index: 4
}

@media (min-width: 768px) {
    .yc-products__item:first-of-type::before {
        top: -23px;
        right: 9.8%;
        width: 120px;
        height: 273px;
        background: url("../images/products_item_icon01_01_pc.png") no-repeat center;
        background-size: 100%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:first-of-type::before {
        right: 10.8%;
        width: 142px;
        top: -8px
    }
}

.yc-products__item:first-of-type::after {
    content: '';
    position: absolute;
    top: 1.33333vw;
    right: 1.6vw;
    width: 62.93333vw;
    height: 21.2vw;
    background: url("../images/products_item_icon01_02.png") no-repeat center;
    background-size: 62.93333vw;
    z-index: 2
}

@media (min-width: 768px) {
    .yc-products__item:first-of-type::after {
        top: -25px;
        right: 9%;
        width: 344px;
        height: 174px;
        background: url("../images/products_item_icon01_02_pc.png") no-repeat center;
        background-size: 100%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:first-of-type::after {
        right: 10%;
        top: -10px;
        width: 453px
    }
}

.yc-products__item:nth-of-type(2)::before {
    content: '';
    position: absolute;
    top: 2.66667vw;
    right: 5.33333vw;
    width: 59.6vw;
    height: 28.4vw;
    background: url("../images/products_item_icon02_01.png") no-repeat center;
    background-size: 59.6vw;
    z-index: 2
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2)::before {
        top: -100px;
        right: auto;
        left: 0;
        width: 402px;
        height: 254px;
        background: url("../images/products_item_icon02_01_pc.png") no-repeat center;
        background-size: 100%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:nth-of-type(2)::before {
        top: -90px;
        width: 452px
    }
}

.yc-products__item:nth-of-type(2)::after {
    content: '';
    position: absolute;
    top: 14.13333vw;
    right: 25.33333vw;
    width: 47.06667vw;
    height: 19.86667vw;
    background: url("../images/products_item_icon02_02.png") no-repeat center;
    background-size: 47.06667vw;
    z-index: 3
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2)::after {
        top: 13px;
        right: auto;
        left: 5.6%;
        width: 184px;
        height: 131px;
        background: url("../images/products_item_icon02_02_pc.png") no-repeat center;
        background-size: 100%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:nth-of-type(2)::after {
        top: 33px;
        left: 3.8%;
        width: 234px
    }
}

.yc-products__item:last-of-type::before {
    content: '';
    position: absolute;
    top: 2.66667vw;
    left: -9.33333vw;
    width: 59.46667vw;
    height: 71.33333vw;
    background: url("../images/products_item_icon03.png") no-repeat center;
    background-size: 59.46667vw;
    z-index: 2
}

@media (min-width: 768px) {
    .yc-products__item:last-of-type::before {
        top: -250px;
        left: auto;
        right: -3%;
        width: 46%;
        height: 588px;
        background: url("../images/products_item_icon03_pc.png") no-repeat center;
        background-size: 100%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:last-of-type::before {
        top: -216px
    }
}

.yc-products__detail {
    position: absolute;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/products_detail_bg.png") repeat left top;
    background-size: 3.06667vw;
    border: 1.06667vw solid #000;
    border-radius: 9.33333vw;
    z-index: 3
}

@media (min-width: 768px) {
    .yc-products__detail {
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: url("../images/products_detail_bg_pc.png") repeat left top;
        background-size: 28px;
        border: 8px solid #000;
        border-radius: 50px
    }
}

.yc-products__item:first-of-type .yc-products__detail {
    width: 106.66667vw;
    margin-left: 3.33333vw;
    padding: 7.06667vw 0 6.66667vw 9.73333vw
}

@media (min-width: 768px) {
    .yc-products__item:first-of-type .yc-products__detail {
        width: 89%;
        margin-left: 0;
        padding: 6% 5% 6% 7.5%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:first-of-type .yc-products__detail {
        padding: 6% 5% 6% 12.5%
    }
}

.yc-products__item:nth-of-type(2) .yc-products__detail {
    width: 106.66667vw;
    margin-left: -10.26667vw;
    padding: 8.66667vw 5.06667vw 9.33333vw 15.33333vw
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2) .yc-products__detail {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 89%;
        margin: 0 0 0 auto;
        padding: 4.6% 8% 7.6% 6.2%
    }
}

.yc-products__item:last-of-type .yc-products__detail {
    width: 111.33333vw;
    margin-left: 3.33333vw;
    padding: 10.66667vw 0 9.33333vw 6.66667vw
}

@media (min-width: 768px) {
    .yc-products__item:last-of-type .yc-products__detail {
        width: 89%;
        margin-left: 0;
        padding: 4.5% 5% 6% 6.2%
    }
}

.yc-products__item:first-of-type .yc-products__detail-img {
    width: 28.13333vw
}

@media (min-width: 768px) {
    .yc-products__item:first-of-type .yc-products__detail-img {
        width: 25%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:first-of-type .yc-products__detail-img {
        width: 27%
    }
}

.yc-products__item:nth-of-type(2) .yc-products__detail-img {
    width: 32.26667vw
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2) .yc-products__detail-img {
        width: 32%;
        margin-top: 2%
    }
}

.yc-products__item:last-of-type .yc-products__detail-img {
    width: 31.6vw
}

@media (min-width: 768px) {
    .yc-products__item:last-of-type .yc-products__detail-img {
        width: 32%
    }
}

.yc-products__detail-inner {
    width: 50.66667vw;
    margin-left: 5.86667vw
}

@media (min-width: 768px) {
    .yc-products__detail-inner {
        width: 69%;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .yc-products__detail-inner {
        width: 65%
    }
}

.yc-products__item:nth-of-type(2) .yc-products__detail-inner {
    margin-left: 3.6vw
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2) .yc-products__detail-inner {
        width: 66%;
        margin-left: 0
    }
}

.yc-products__item:last-of-type .yc-products__detail-inner {
    width: 46.13333vw
}

@media (min-width: 768px) {
    .yc-products__item:last-of-type .yc-products__detail-inner {
        width: 64%
    }
}

.yc-products__item:first-of-type .yc-products__detail-name {
    width: 36vw
}

@media (min-width: 768px) {
    .yc-products__item:first-of-type .yc-products__detail-name {
        width: 40%
    }
}

.yc-products__item:nth-of-type(2) .yc-products__detail-name {
    width: 46.93333vw
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2) .yc-products__detail-name {
        width: 60%
    }
}

.yc-products__item:last-of-type .yc-products__detail-name {
    width: 29.33333vw
}

@media (min-width: 768px) {
    .yc-products__item:last-of-type .yc-products__detail-name {
        width: 40%
    }
}

.yc-products__detail-txt {
    margin-top: 5.33333vw;
    font-size: 3.2vw;
    line-height: 2.16
}

@media (min-width: 768px) {
    .yc-products__detail-txt {
        margin-top: 5%;
        font-size: 15px;
        line-height: 2.09
    }
}

@media (min-width: 992px) {
    .yc-products__detail-txt {
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    .yc-products__detail-txt {
        font-size: 22px
    }
}

.yc-products__item:nth-of-type(2) .yc-products__detail-txt,
.yc-products__item:last-of-type .yc-products__detail-txt {
    margin-top: 2.66667vw
}

@media (min-width: 768px) {

    .yc-products__item:nth-of-type(2) .yc-products__detail-txt,
    .yc-products__item:last-of-type .yc-products__detail-txt {
        margin-top: 1.2em
    }
}

.yc-products__detail-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47.33333vw;
    margin-top: 3.46667vw;
    padding: 4.66667vw 0 2.4vw;
    -webkit-box-shadow: 0 .8vw 0 #000;
    box-shadow: 0 .8vw 0 #000;
    border-radius: 13.33333vw;
    font-size: 3.86667vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: .05em
}

@media (min-width: 768px) {
    .yc-products__detail-btn a {
        width: 70%;
        margin-top: 5%;
        padding: 25px 0 15px;
        -webkit-box-shadow: 0 6px 0 #000;
        box-shadow: 0 6px 0 #000;
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .yc-products__detail-btn a {
        padding: 32px 0 24px;
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .yc-products__detail-btn a {
        font-size: 26px
    }
}

.yc-products__detail-btn a ruby[data-ruby]::before {
    bottom: 110%
}

.yc-products__item:nth-of-type(2) .yc-products__detail-btn a {
    margin-top: 2vw
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2) .yc-products__detail-btn a {
        margin-top: 3%
    }
}

.yc-products__item:last-of-type .yc-products__detail-btn a {
    margin-top: 2vw
}

@media (min-width: 768px) {
    .yc-products__item:last-of-type .yc-products__detail-btn a {
        margin-top: 4%
    }
}

.yc-products__item:first-of-type .yc-products__detail-btn a {
    background-color: #88119A
}

.yc-products__item:nth-of-type(2) .yc-products__detail-btn a {
    background-color: #C645AA
}

.yc-products__item:last-of-type .yc-products__detail-btn a {
    background-color: #225BB7
}

.yc-products__creator {
    position: relative;
    top: -1.73333vw;
    width: 110.8vw;
    height: 64.53333vw;
    z-index: 4
}

@media (min-width: 768px) {
    .yc-products__creator {
        top: 0;
        width: 63.7%;
        height: 361px;
        text-align: center
    }
}

.yc-products__item:first-of-type .yc-products__creator {
    margin-left: 3.33333vw;
    padding: 12.4vw 0 4.53333vw 6.4vw;
    background: url("../images/products_creator_bg01.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-products__item:first-of-type .yc-products__creator {
        height: auto;
        margin: -15.4% 0 0 auto;
        padding: 3.8% 4% 4% 8%;
        background: url("../images/products_creator_bg01_pc.png") no-repeat center top;
        background-size: 100%
    }
}

@media (min-width: 992px) {
    .yc-products__item:first-of-type .yc-products__creator {
        margin-top: -14.4%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:first-of-type .yc-products__creator {
        margin-top: -17.4%
    }
}

.yc-products__item:nth-of-type(2) .yc-products__creator {
    margin-left: -10.26667vw;
    padding: 12.4vw 6.4vw 4.53333vw 18.26667vw;
    background: url("../images/products_creator_bg02.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2) .yc-products__creator {
        height: auto;
        margin: -11% auto 0 0;
        padding: 3.8% 6% 3% 3%;
        background: url("../images/products_creator_bg02_pc.png") no-repeat center top;
        background-size: 100%
    }
}

@media (min-width: 992px) {
    .yc-products__item:nth-of-type(2) .yc-products__creator {
        margin-top: -10%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:nth-of-type(2) .yc-products__creator {
        margin-top: -11.5%
    }
}

.yc-products__item:last-of-type .yc-products__creator {
    margin-left: 3.33333vw;
    padding: 12.4vw 0 4.53333vw 6.4vw;
    background: url("../images/products_creator_bg03.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-products__item:last-of-type .yc-products__creator {
        height: auto;
        margin: -11% 0 0 auto;
        padding: 3.8% 3% 3% 9%;
        background: url("../images/products_creator_bg03_pc.png") no-repeat center top;
        background-size: 100%
    }
}

@media (min-width: 992px) {
    .yc-products__item:last-of-type .yc-products__creator {
        margin-top: -10%
    }
}

@media (min-width: 1200px) {
    .yc-products__item:last-of-type .yc-products__creator {
        margin-top: -11.5%
    }
}

.yc-products__creator-ttl {
    font-size: 4vw;
    font-weight: 700
}

@media (min-width: 768px) {
    .yc-products__creator-ttl {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .yc-products__creator-ttl {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .yc-products__creator-ttl {
        font-size: 26px
    }
}

.yc-products__creator-txt {
    margin-top: 4.8vw;
    padding-left: 3.06667vw;
    font-size: 3.2vw;
    font-weight: 700
}

@media (min-width: 768px) {
    .yc-products__creator-txt {
        margin-top: 1.4em;
        padding-left: 0;
        font-size: 15px
    }
}

@media (min-width: 992px) {
    .yc-products__creator-txt {
        font-size: 17px
    }
}

@media (min-width: 1200px) {
    .yc-products__creator-txt {
        font-size: 20px
    }
}

.yc-products__creator-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 77.33333vw;
    margin: 3.73333vw 0 0 2.66667vw
}

@media (min-width: 768px) {
    .yc-products__creator-list {
        width: 91%;
        margin: 3% auto 0
    }
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2) .yc-products__creator-list {
        width: 81%
    }
}

.yc-products__item:last-of-type .yc-products__creator-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.yc-products__creator-item {
    width: 26.13333vw;
    text-align: center
}

@media (min-width: 768px) {
    .yc-products__creator-item {
        width: 33%
    }
}

.yc-products__item:nth-of-type(2) .yc-products__creator-item {
    width: 34.66667vw
}

@media (min-width: 768px) {
    .yc-products__item:nth-of-type(2) .yc-products__creator-item {
        width: 46.8%
    }
}

.yc-products__item:last-of-type .yc-products__creator-item {
    width: 34.66667vw
}

@media (min-width: 768px) {
    .yc-products__item:last-of-type .yc-products__creator-item {
        width: 46.8%
    }
}

.yc-products__creator-img {
    width: 21.86667vw;
    margin: 0 auto
}

@media (min-width: 768px) {
    .yc-products__creator-img {
        width: 91%
    }
}

.yc-products__item:nth-of-type(2) .yc-products__creator-img,
.yc-products__item:last-of-type .yc-products__creator-img {
    width: 100%
}

.yc-products__creator-name {
    margin-top: 2.26667vw;
    font-size: 2.66667vw;
    font-weight: 700
}

@media (min-width: 768px) {
    .yc-products__creator-name {
        margin-top: 1.1em;
        font-size: 12px
    }
}

@media (min-width: 992px) {
    .yc-products__creator-name {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .yc-products__creator-name {
        font-size: 18px
    }
}

.yc-links {
    position: relative;
    overflow: hidden;
    padding: 20vw 0 24vw;
    background: #F58F25 url("../images/links_bg.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .yc-links {
        padding: 0 0 90px;
        background: none;
        background-color: #F58F25
    }
}

.yc-links::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    /*border-top: 26.4vw solid #FFD500;*/
    border-top: 26.4vw solid #FFE41A;
    border-right: 100vw solid transparent
}

@media (min-width: 768px) {
    .yc-links::before {
        /*border-top: 19vw solid #FFD500;*/
        border-top: 19vw solid #FFE41A;
        border-right: none;
        border-left: 100vw solid transparent
    }
}

@media (min-width: 768px) {
    .yc-links__icon {
        position: absolute;
        top: 199px;
        left: 0;
        right: 0;
        width: 100%;
        height: 947px;
        margin: auto;
        background: url("../images/links_bg_pc.png") no-repeat center top;
        background-size: 100%
    }
}

@media (min-width: 992px) {
    .yc-links__icon {
        top: 219px
    }
}

@media (min-width: 1200px) {
    .yc-links__icon {
        top: 235px
    }
}

@media (min-width: 768px) {
    .yc-links__inner {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
        padding: 14% 2vw 4vw
    }
}

@media (min-width: 1200px) {
    .yc-links__inner {
        padding: 180px 0 20px
    }
}

.yc-links__ttl {
    width: 60.8vw;
    margin: -10vw 0 0 auto;
    padding-top: 6.66667vw
}

@media (min-width: 768px) {
    .yc-links__ttl {
        width: 35.5%;
        margin: 0 auto 0 0;
        padding-top: 0
    }
}

.yc-links__list {
    width: 84vw;
    margin: 8.13333vw auto 0
}

@media (min-width: 768px) {
    .yc-links__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 5.8%
    }
}

@media (min-width: 768px) {
    .yc-links__item {
        width: 47%
    }
}

.yc-links__item + .yc-links__item {
    margin-top: 7.86667vw
}

@media (min-width: 768px) {
    .yc-links__item + .yc-links__item {
        margin-top: 0
    }
}

.yc-links__btn {
    width: 84vw;
    margin: 6.66667vw auto 0
}

@media (min-width: 768px) {
    .yc-links__btn {
        width: 50%;
        margin-top: 3.3%
    }
}

.yc-links__btn + .yc-links__btn {
    margin-top: 5.33333vw
}

@media (min-width: 768px) {
    .yc-links__btn + .yc-links__btn {
        margin-top: 3.6%
    }
}

.pagetop {
    position: fixed;
    bottom: -12vw;
    right: 2.93333vw;
    width: 12.53333vw;
    z-index: 120;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

@media (min-width: 768px) {
    .pagetop {
        bottom: -70px;
        right: 15px;
        width: 57px
    }
}

.pagetop.is-active {
    bottom: 16vw
}

@media (min-width: 768px) {
    .pagetop.is-active {
        bottom: 55px
    }
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    background-color: #1a1311
}

.mfp-bg.mfp-ready {
    opacity: 0.88
}

.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-align: center
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

@media (min-width: 768px) {
    .mfp-wrap.mfp-ready .mfp-content {
        max-width: 900px
    }
}

.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-container {
    padding: 0 8.66667vw
}

@media (min-width: 768px) {
    .mfp-container {
        padding: 0 3vw
    }
}

.mfp-box {
    width: 100%
}

.mfp-box__ttl {
    font-size: 6.66667vw;
    font-weight: 700;
    letter-spacing: .1em
}

@media (min-width: 768px) {
    .mfp-box__ttl {
        font-size: 44px
    }
}

@media (min-width: 992px) {
    .mfp-box__ttl {
        font-size: 50px
    }
}

.mfp-box__ttl img {
    width: 10.93333vw;
    margin: -.8vw 2.53333vw 0 0;
    vertical-align: middle
}

@media (min-width: 768px) {
    .mfp-box__ttl img {
        width: 7.3%;
        margin: -10px 15px 0 0
    }
}

@media (min-width: 992px) {
    .mfp-box__ttl img {
        margin: -5px 15px 0 0
    }
}

.mfp-incorrect .mfp-box__ttl img {
    width: 8.13333vw
}

@media (min-width: 768px) {
    .mfp-incorrect .mfp-box__ttl img {
        width: 6.8%
    }
}

.mfp-box__txt {
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: .05em
}

@media (min-width: 768px) {
    .mfp-box__txt {
        font-size: 26px
    }
}

@media (min-width: 992px) {
    .mfp-box__txt {
        font-size: 30px
    }
}

.mfp-correct .mfp-box__txt {
    margin-top: 10.13333vw
}

@media (min-width: 768px) {
    .mfp-correct .mfp-box__txt {
        margin-top: 6.2%
    }
}

.mfp-correct .mfp-box__txt::before,
.mfp-correct .mfp-box__txt::after {
    content: '';
    display: inline-block;
    width: 3.6vw;
    height: 5.6vw;
    background: url("../images/mfp_slash.png") no-repeat center;
    background-size: 100%;
    line-height: 1.67;
    vertical-align: middle
}

@media (min-width: 768px) {

    .mfp-correct .mfp-box__txt::before,
    .mfp-correct .mfp-box__txt::after {
        width: 20px;
        height: 35px;
        background: url("../images/mfp_slash_pc.png") no-repeat center;
        background-size: 100%;
        vertical-align: bottom
    }
}

@media (min-width: 992px) {

    .mfp-correct .mfp-box__txt::before,
    .mfp-correct .mfp-box__txt::after {
        width: 27px;
        height: 42px
    }
}

.mfp-correct .mfp-box__txt::before {
    margin-right: 1.6vw
}

@media (min-width: 768px) {
    .mfp-correct .mfp-box__txt::before {
        margin-right: 10px
    }
}

@media (min-width: 992px) {
    .mfp-correct .mfp-box__txt::before {
        margin-right: 19px
    }
}

.mfp-correct .mfp-box__txt::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-left: .66667vw
}

@media (min-width: 768px) {
    .mfp-correct .mfp-box__txt::after {
        margin-left: 6px
    }
}

.mfp-incorrect .mfp-box__txt {
    margin-top: 8vw;
    line-height: 2.08
}

@media (min-width: 768px) {
    .mfp-incorrect .mfp-box__txt {
        margin-top: 6.8%;
        line-height: 2.16
    }
}

.mfp-box__btn {
    width: 70.66667vw;
    margin: 3.86667vw auto 0
}

@media (min-width: 768px) {
    .mfp-box__btn {
        width: 57.7%;
        margin-top: 2.8%
    }
}

.mfp-box__note {
    margin-top: 6.93333vw;
    font-size: 2.93333vw
}

@media (min-width: 768px) {
    .mfp-box__note {
        margin-top: 5%;
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .mfp-box__note {
        font-size: 20px
    }
}

.mfp-correct {
    height: 76vw;
    padding-top: 17.33333vw;
    background: url("../images/mfp_bg_correct.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .mfp-correct {
        height: auto;
        padding: 13.3% 0 4.5%;
        background: url("../images/mfp_bg_correct_pc.png") no-repeat center top;
        background-size: 100%
    }
}

.mfp-incorrect {
    height: 60vw;
    padding-top: 16vw;
    background: url("../images/mfp_bg_incorrect.png") no-repeat center top;
    background-size: 100%
}

@media (min-width: 768px) {
    .mfp-incorrect {
        height: auto;
        padding: 14% 0 12.5%;
        background: url("../images/mfp_bg_incorrect_pc.png") no-repeat center top;
        background-size: 100%
    }
}

.mfp-close-btn-in .mfp-close {
    top: -16vw;
    height: auto;
    line-height: 1;
    font-size: 16vw;
    font-family: inherit;
    color: #FAD534
}

@media (min-width: 768px) {
    .mfp-close-btn-in .mfp-close {
        top: -96px;
        right: 0;
        height: 70px;
        font-size: 100px
    }
}

.mfp-correct .mfp-close {
    display: none
}

.fade-in {
    opacity: 0
}

.fade-in.inview {
    -webkit-animation-name: kf-fade-in;
    animation-name: kf-fade-in;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes kf-fade-in {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes kf-fade-in {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes img-col-a {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes img-col-a {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-webkit-keyframes img-col-b {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes img-col-b {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes zoom-in-animation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-animation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes rotation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
