html {
    box-sizing: border-box;
    font-size: 62.5%;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
    html {
        font-size: 0.65vw;
    }
}

@media screen and (max-width: 820px) {
    html {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 640px) {
    .header--sp__menu__box__hamburger__button__text,
    .header__inner__account__log__text,
    .header__inner__account__cart__text {
      line-height: 1;
    }
    .fs-c-breadcrumb {
      font-size: 2.4rem;
    }
    .fs-c-breadcrumb__listItem {
      display: inline;
    }
}

#temperature .result .lp_style * {
    box-sizing: border-box;
}

.lp_style {
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    overflow: hidden;
}

.lp_style button {
    background: transparent;
    padding: 0;
    margin: 0;
}

.lp_style ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.lp_style a {
    text-decoration: none;
}

.lp_style img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.sp_only{
    display: none;
}

@media screen and (max-width:820px) {
    .sp_only{
        display: block;
    }
}

#tabi {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝B, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #000;
}

@media screen and (max-width:820px) {
    #tabi {
        padding: 8px;
    }
}

.content_wrap {
    max-width: 120rem;
    margin: 0 auto 8.5rem;
    padding: 3rem 0 0;
}

@media screen and (max-width:820px) {
    .content_wrap {
        max-width: inherit;
        margin: 0 auto 8.5rem;
    }
}

.pagehead {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3.6rem;
}

@media screen and (max-width:820px) {
    .pagehead {
        display: block;
        text-align: left;
    }
}

.pagehead img {
    margin: 0;
    width: 28.8rem;
}

@media screen and (max-width:820px) {
    .pagehead .logo {
        width: 26%;
        margin: 0;
    }
}

#tabi .pagehead ._catch {
    margin-left: 2.5rem;
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width:820px) {
    #tabi .pagehead ._catch {
        margin-left: 0;
        font-size: 2.8rem;
        line-height: 1.6;
        text-align: left;
    }
}

.pagehead ._catch .txtblock {
    display: block;
}

._main {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:820px) {
    ._main {
        display: block;
    }
}

._main ._visual {
    width: 75rem;
}

@media screen and (max-width:820px) {
    ._main ._visual {
        width: 100%;
        margin-bottom: 4rem;
    }
}

._main ._list {
    width: calc(100% - (75rem + 1.2rem));
    margin-left: 1.2rem;
}

@media screen and (max-width:820px) {
    ._main ._list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
    }
}

._main ._list li {
    margin-bottom: 1rem;
}

@media screen and (max-width:820px) {
    ._main ._list li {
        width: calc((100% / 2) - 1%);
    }
}

@media screen and (max-width:820px) {
    ._main ._list li:nth-of-type(odd) {
        margin-right: 1%;
    }

    ._main ._list li:nth-of-type(even) {
        margin-left: 1%;
    }
}

.movie--outer {
    max-width: 1200px;
    margin: 5rem auto 10rem;
}

.movie--outer .movie__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
}

.movie__list .movie__list__content {
    width: calc((100% / 3) - 30px);
}

@media screen and (max-width: 768px) {
    .movie__list .movie__list__content {
        width: 100%;
    }
}

.movie__list .movie__list__content:hover {
    opacity: .8;
}

.movie__list .movie__list__content>a {
    text-decoration: none;
}

.movie__list__content:not(:first-of-type) {
    margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
    .movie__list .movie__list__content:first-of-type {
        margin: 0 0 4vw;
    }

    .movie__list .movie__list__content {
        margin: 4vw 0;
    }

}

@media screen and (max-width: 640px) {
    .movie__list .movie__list__content:first-of-type {
        margin: 0 0 25px;
    }

    .movie__list .movie__list__content {
        margin: 25px 0;
    }
}

.movie__list .movie__list__content img {
    width: 100%;
    height: auto;
}

.movie__list__content__name {
    margin: 1em auto 0;
    font-size: 16px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝B, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .movie__list__content__name {
        font-size: 4.08vw;
    }
}

@media screen and (max-width: 640px) {
    .movie__list__content__name {
        font-size: 16px;
    }
}

/*-----------------------------
    pageintroduction
-----------------------------*/

#pageintroduction {
    margin-top: 6rem;
}

#pageintroduction ._head {
    margin-bottom: 2.4rem;
    font-size: 4rem;
    text-align: center;
    line-height: 1;
}

#pageintroduction ._paragraph {
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width:820px) {
    #pageintroduction ._paragraph {
        font-size: 2.6rem;
        line-height: 1.6;
    }
}

#pageintroduction ._paragraph .txtblock {
    display: block;
}

@media screen and (max-width:820px) {
    #pageintroduction ._paragraph .txtblock {
        display: inline;
    }
}

/*-----------------------------
    mainContents
-----------------------------*/
.mainContents {
    margin: 8.5rem auto 0;
    padding: 0 6rem;
}

@media screen and (max-width:820px) {
    .mainContents {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }
}

.article {
    background: #fcfcfc;
    padding: 6rem 8.4rem;
}

@media screen and (max-width:820px) {
    .article {
        background: #fcfcfc;
        padding: 6rem 5%;
    }
}

.article:not(:last-of-type) {
    margin-bottom: 6rem;
}

._title {
    text-align: center;
}

._subtitle {
    margin-bottom: 3rem;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
}

._subtitle+._paragraph {
    margin-bottom: 3rem;
}

._paragraph {
    font-size: 1.5rem;
    line-height: 2;
}

@media screen and (max-width:820px) {
    ._paragraph {
        font-size: 2.6rem;
    }
}

._paragraph.center {
    text-align: center;
}

.content {
    display: block;
    position: relative;
    padding: 5rem 0;
}

.content:not(:last-of-type)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 91.2rem;
    height: .2rem;
    background: url(./../img/hr.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}

@media screen and (max-width:820px) {
    .content:not(:last-of-type)::after {
        width: 100%;
        background: url(./../img/hr.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*-----------------------------
    article01
-----------------------------*/
#article01 .content01 ._box {
    display: flex;
    justify-content: center;
}

#article01 .content01 ._image {
    width: 25rem;
    margin-right: 2.2rem;
}

@media screen and (max-width:820px) {
    #article01 .content01 ._image {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width:820px) {
    #article01 .content01 ._image {
        display: none;
    }
}

#article01 .content01 ._description {
    width: calc(100% - (25rem + 2rem));
}

@media screen and (max-width:820px) {
    #article01 .content01 ._description {
        width: 100%;
    }
}

#article01 .content01 ._description ._paragraph .txtblock {
    display: block;
}

#article01 .content02 .column-02 {
    display: flex;
    justify-content: center;
}

#article01 .content02 ._paragraph {
    text-align: center;
}

@media screen and (max-width:820px) {
    #article01 .content02 ._paragraph .txtblock {
        display: inline;
    }
}

#article01 .content02 .column-02 figure {
    display: block;
    width: 36rem;
    height: 36rem;
}

#article01 .content02 .column-02 figcaption {
    margin: 0 auto 1rem;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

#article01 .content02 .column-02 figure:nth-of-type(odd) {
    margin-right: 1rem;
}

#article01 .content02 .column-02 figure:nth-of-type(even) {
    margin-left: 1rem;
}


#article01 .content03 ._feature ._head {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

#article01 .content03 ._feature ._paragraph {
    margin: 0;
}

#article01 .content03 ._attention {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #888888;
}

#article01 .content03 ._type {
    display: flex;
}

@media screen and (max-width:820px) {
    #article01 .content03 ._type {
        flex-direction: column-reverse;
    }
}

#article01 .content03 ._type:nth-of-type(n+2) {
    margin-top: 1rem;
}

#article01 .content03 ._detaile {
    width: calc(100% - (38rem + 5rem));
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}


@media screen and (max-width:820px) {
    #article01 .content03 ._detaile {
        width: 100%;
    }
}

#article01 .content03 ._image {
    margin-left: 5rem;
    width: 38rem;
}

@media screen and (max-width:820px) {
    #article01 .content03 ._image {
        margin-left: 0;
        width: 100%;
    }
}

/*-----------------------------
    article02
-----------------------------*/
#article02 .content01 ._group {
    margin-bottom: 5rem;
}

#article02 .content01 ._group dt {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
}

#article02 .content01 ._group dd {
    margin: 0;
}

#article02 .content02 ._attention {
    margin-top: -1.5rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #888888;
    text-align: center;
}

@media screen and (max-width:820px) {
    #article02 .content02 ._attention {
        font-size: 2rem;
    }
}

#article02 .content02 ._attention .txtblock {
    display: block;
}

#article02 ._img {
    mix-blend-mode: multiply;
}

#article02 ._img:nth-of-type(1) {
    margin-bottom: 5rem;
}

#article02 ._table {
    display: none;
}

.Sptabi {
    display: none;
    max-width: 550px;
    width: 100%;
}

@media screen and (max-width:820px) {
    .Sptabi {
        display: block;
    }
}

.Sptabi img {
    display: block;
    max-width: 100%;
    height: auto;
}

.Sptabi ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.Sptabi ul li:last-of-type {
    margin-left: 7%;
}

.Tabitype {
    margin-bottom: 40px;
}

.Tabitype>img {
    margin-bottom: 25px;
}

/*-----------------------------
    article03
-----------------------------*/
#article03 ._paragraph .txtblock {
    display: block;
}

/*-----------------------------
    article04
-----------------------------*/
.faq {
    padding-top: 5rem;
}

@media screen and (max-width:820px) {
    .faq {
        padding-top: 5rem;
    }
}

.faq dl,
.faq dt,
.faq dd {
    margin: 0;
}

.faq dl:not(:last-of-type) {
    margin-bottom: 2.5rem;
}

.faq ._answer::before,
.faq ._question::before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
}


.faq ._question::before {
    background: url(./../img/q-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.faq ._answer::before {
    background: url(./../img/a-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.faq ._question,
.faq ._answer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.faq ._question {
    align-items: center;
    margin: 0 auto 2rem;
}

.faq ._question {
    font-size: 2rem;
    font-weight: 500;
}

@media screen and (max-width:820px) {
    .faq ._question {
        font-size: 2rem;
        font-weight: 500;
    }
}

.faq ._question .paragraph ,
.faq ._answer .paragraph {
    font-size: 1.5rem;
    line-height: 2;
    width: calc(100% - (4rem + 2rem));
}

@media screen and (max-width:820px) {
    .faq ._question .paragraph,
    .faq ._answer .paragraph {
        font-size: 2.6rem;
    }
}

.faq ._answer .paragraph .txtblock {
    display: block;
}

.faq ._answer .paragraph a {
    text-decoration: underline;
}

.article+.common_button {
    margin: 8rem auto;
}

@media screen and (max-width:820px) {
    .common_button {
        max-width: 285px;
    }
}