/* ========================================= */
/* hero*/
/* ========================================== */
.p-top__hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-top__hero img {
    width: 100%;
    height: 100%;
}

.p-top__hero--title {
    position: absolute;
    top: 43%;
    left: 20%;
    width: 65%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-top__hero--title {
        width: 33.333%;
        top: 46%;
        left: 33%;
    }
}

/* ========================================= */
/* section01*/
/* ========================================== */
.p-top__section.section01 {
    padding: 20px 20px 100px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-top__section.section01 {
        padding: 50px 20px 120px;
    }
}

.p-top__section01--title--logo {
    margin-top: 46px;
    margin-bottom: 54px;
    line-height: 1.43;
    letter-spacing: 1.4px;
}

@media screen and (min-width: 768px) {
    .p-top__section01--title--logo {
        margin-top: 58px;
    }
}

.p-top__section01--title--ancora {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
    .p-top__section01--title--ancora {
        margin-bottom: 50px;
    }
}

.p-top__section01--title--text {
    letter-spacing: 1.4px;
}

.p-top__section01--title--text.is-small {
    font-size: 13px;
    vertical-align: top;
}

.p-top__section01--title--text-annotation {
  position: relative;
  bottom: 10px;
}

.p-top__text--container {
    line-height: 2;
    font-weight: 300;
}

.p-top__text--container--item {
    margin-bottom: 40px;
}

.p-top__text--container--text {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
}

.p-top__text--container--item.is-mb {
    margin-bottom: 40px !important;
}

.p-top__text--container--item:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-top__text--container--item {
        margin-bottom: 32px;
    }
}

.p-top__text--container--item.is-small {
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
    max-width: 320px;
    margin: 0 auto 40px;
}

/* ========================================= */
/* section02*/
/* ========================================== */
.p-top__section {
    padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
    .p-top__section.section02 {
        padding-bottom: 120px;
    }
}

.p-top__section--img {
    max-width: 1000px;
    margin: 0 auto 54px;
}

@media screen and (min-width: 768px) {
    .p-top__section--img {
        padding: 0 100px;
        margin-bottom: 70px;
    }
}

.p-top__section--contents {
    padding: 0 25px;
    text-align: center;
}

.p-top__section--title02 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 54px;
}

.p-top__section--title02.is-en {
    font-family: Montserrat;
}

.p-top__section--title02.is-en {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .p-top__section--title02 {
        margin-bottom: 60px;
    }
}

.p-top__section--title--sub {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.78;
    font-weight: 300;
}

.p-top__link {
    text-align: right;
    font-size: 13px;
    max-width: 320px;
    margin: 0 auto;
}

.p-top__link a {
    display: block;
    text-decoration: underline;
    color: #707070;
}

.p-top__link a:first-child {
    margin-bottom: 5px;
}

.p-top__link a:hover {
    text-decoration: none;
}

/* ==============
=========================== */
/* section03*/
/* ========================================== */
.p-top__step {
    display: flex;
    justify-content: space-between;
    max-width: 335px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-top__step {
        justify-content: center;
        max-width: 415px;
    }
}

.p-top__step--item {
    width: 25.333vw;
    height: 25.333vw;
    max-width: 95px;
    max-height: 95px;
    border-radius: 100%;
    background: #666666;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-top__step--item {
        max-width: 125px;
        max-height: 125px;
        width: 125px;
        height: 125px;
        margin-right: 20px;
        padding-bottom: 20px;
    }
    .p-top__step--item:last-child {
        margin-right: 0;
    }
}

.p-top__step--item:after {
    position: absolute;
    top: 45px;
    right: -17px;
    content: "";
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #d0d0d0;
}

@media screen and (min-width: 768px) {
    .p-top__step--item:after {
        top: 60px;
        right: -16px;
        border-width: 8px 0 8px 10px;
    }
}

.p-top__step--item:last-child:after {
    display: none;
}

@media screen and (max-width: 360px) {
    .p-top__step--title {
        font-size: 3.733vw;
    }
    .p-top__step--text {
        transform: scale(0.9);
    }
    .p-top__step--item:after {
        position: absolute;
        top: 36px;
        right: -12px;
        border-width: 5px 0 5px 10px;

    }
}

.p-top__step--title {
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .p-top__step--title {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.p-top__step--title.step02 {
    margin-bottom: 4px;
    position: relative;
    top: 3px;
}

@media screen and (min-width: 768px) {
    .p-top__step--title.step02 {
        margin-bottom: 10px;
        top: 6px;
    }
}

.p-top__step--text {
    font-size: 11px;
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
    .p-top__step--text {
        font-size: 13px;
        line-height: 1.25;
    }
}

.p-top__step--text.step02 {
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    .p-top__step--text.step02 {
        font-size: 12px;
    }
}

.p-top__movie {
    text-align: center;
    margin-top: 100px;
}
.p-top__movie.is-brand {
    margin-top: 0;
}

/* ========================================= */
/* section04*/
/* ========================================== */
.p-top__section--title02.is-product {
    font-size: 32px;
    text-align: center;
    margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
    .p-top__section--title02.is-product {
        margin-bottom: 80px;
    }
}

.p-top__container {
    padding: 0 40px 130px;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-top__container {
        display: flex;
        padding: 0 0 100px 0;
        max-width: 630px;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 100px;
    }
}

.p-top__container--item {
    font-weight: 300;
    max-width: 295px;
    margin: 0 auto 120px;
    transition: all 0.5s;
}

.p-top__container--item img {
    transition: all 0.5s;
}

.p-top__container--item:hover img {
    opacity: 0.7;
    transition: all 0.5s;
}

.p-top__container--link:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .p-top__container--item {
        width: 260px;
        margin-bottom: 0;
        margin-right: 110px;
    }

    .p-top__container--item:nth-child(2n) {
        margin-right: 0;
    }

    .p-top__container--item:nth-child(3) {
        margin-top: 120px;
    }
    .p-top__container--item:last-child {
        margin-top: 120px;
    }
}

.p-top__container--item:last-child {
    margin-bottom: 0;
}

.p-top__container--img {
    margin: 0 auto 24px;
    text-align: center;
    transition: all 0.5s;
}

.p-top__container--img img {
    height: 260px;
}

.p-top__container--title--head {
    margin-bottom: 10px;
}

.p-top__container--title--foot {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.63;
}

@media screen and (min-width: 768px) {
    .p-top__container--title--foot {
        height: 52px;
        display: flex;
        align-items: center;
    }

    .p-top__container--text.is-04 {
        min-height: 88px;
}
}

.p-top__container--text {
    margin-bottom: 16px;
}

.p-top__container--text.is-price {
    margin-bottom: 30px;
}

.p-top__button--wrap {
    max-width: 295px;
    margin: 0 auto;
    transition: all 0.5s;
    font-weight: 300;
}

.p-top__button--wrap a {
    color: #fff;
}

.p-top__button:hover {
    background: #fff;
    color: #666;
    transition: all 0.5s;
    text-decoration: none;
}

.p-top__button {
    display: inline-block;
    width: 100%;
    color: #fff;
    border: solid 1px #666;
    background: #666;
    text-align: center;
    height: 36px;
    transition: all 0.5s;
    line-height: 34px;
}

.p-top__feature {
    padding: 40px 20px;
    background: #6f6f6f;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .p-top__feature {
        padding: 50px 0 55px;
    }
}

@media screen and (min-width: 768px) {
    .p-top__feature--wrap{
        max-width: 630px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
}

.p-top__feature--item {
    display: flex;
    justify-content: center;
    max-width: 295px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .p-top__feature--item {
   max-width: 260px;
   margin: 0;
}
}

.p-top__feature--item:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 36px;
}

@media screen and (min-width: 768px) {
    .p-top__feature--item:first-child {
        padding-bottom: 0;
        border: none;
    }
}

@media screen and (min-width: 1028px) {
    .p-top__feature--item:first-child {
        /* margin-right: 100px; */
    }
}

.p-top__feature--item:last-child {
    padding-top: 40px;
}

@media screen and (min-width: 768px) {
    .p-top__feature--item:last-child {
        padding-top: 0;
    }
}

.p-top__feature--img {
    width: 110px;
    height: 140px;
    margin-right: 20px;
}

.p-top__feature--title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1.5;
}

.p-top__feature--text {
    line-height: 1.86;
}

/* ========================================= */
/* section05*/
/* ========================================== */
.p-top__section.section05 {
    padding-bottom: 80px;
}

.p-top__movie.is-brand {
    margin-bottom: 90px;
}

.p-top__section.section05 {
    padding-right: 40px;
    padding-left: 40px;
}

@media screen and (max-width: 360px) {
    iframe {
        width: 90%;
    }
    .p-top__section.section05 {
        padding: 0 0 80px;
    }
}

.p-top__message {
    text-align: center;
    border: solid 5px #e8e8e8;
    padding: 25px 0 30px;
    max-width: 295px;
    margin: 0 auto 80px;
}

@media screen and (min-width: 768px) {
    .p-top__message {
        margin-bottom: 70px;
    }
}

.p-top__message--text {
    margin-bottom: 32px;
    line-height: 1.7;
}

.p-top__message--logo--main {
    width: 100px;
    margin: 0 auto 36px;
}

.p-top__message--logo {
    width: 163px;
    margin: 0 auto;
}

.section05 .p-top__text--container--item {
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

.u-dsp-showSp--360 {
    display: none;
}

@media screen and (max-width: 360px) {
    .u-dsp-showSp--360 {
        display: block;
    }
}
