@media screen and (min-width: 1280px), print {
  .p_top {
    position: relative;
  }
  .p_top .ttl {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
  }
  .p_top .slider_banner .swiper-slide {
    position: relative;
  }
  .p_top .slider_banner .swiper-slide a {
    display: block;
  }
  .p_top .slider_banner .swiper-slide a:hover {
    opacity: 1;
  }
  .p_top .slider_banner .swiper-slide a:hover img {
    opacity: 1;
  }
  .p_top .slider_banner .swiper-slide a .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .slider_banner .swiper-slide a .txt.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 50px;
  }
  .p_top .slider_banner .swiper-slide a .txt h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 60px;
  }
  .p_top .slider_banner .swiper-slide a .txt h3 img {
    width: 355px;
  }
  .p_top .slider_banner .swiper-slide a .txt h3 small {
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .p_top .slider_banner .swiper-slide a .txt p {
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
  }
  .p_top .life_style_products {
    padding: 75px 0 77px;
  }
  .p_top .life_style_products ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .life_style_products ul li:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -295px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1279px) {
  .p_top .life_style_products ul li:nth-of-type(2) {
    margin-top: -255px;
  }
}

@media screen and (min-width: 1280px), print {
  .p_top .life_style_products ul li:nth-of-type(2) .txt {
    text-align: right;
    padding-left: 0;
    padding-right: 60px;
    padding-bottom: 15px;
  }
  .p_top .life_style_products ul li:nth-of-type(2) .txt h3 span {
    text-indent: 0;
    margin-right: -75px;
  }
  .p_top .life_style_products ul li a {
    display: block;
    width: 530px;
    height: 530px;
    border: 1px solid #AE9336;
    padding: 5px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1279px) {
  .p_top .life_style_products ul li a {
    height: auto;
  }
}

@media screen and (min-width: 1280px), print {
  .p_top .life_style_products ul li a:hover {
    opacity: 1;
  }
  .p_top .life_style_products ul li a:hover img {
    opacity: 1;
  }
  .p_top .life_style_products ul li a .hvz {
    -moz-border-radius: 15px;
         border-radius: 15px;
    height: 100%;
    width: 100%;
  }
  .p_top .life_style_products ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
  }
  .p_top .life_style_products ul li .txt {
    color: #231815;
    padding-left: 60px;
  }
  .p_top .life_style_products ul li .txt h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
  }
  .p_top .life_style_products ul li .txt h3 span {
    display: block;
    text-indent: -75px;
  }
  .p_top .life_style_products ul li .txt h3 small {
    display: block;
    font-size: 20px;
  }
  .p_top .faq dl {
    border: 1px solid #AE9336;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .faq dl dt {
    width: 335px;
    background-color: #AE9336;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 22px;
  }
  .p_top .faq dl dt span {
    font-size: 35px;
  }
  .p_top .faq dl dt small {
    font-size: 18px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1279px) {
  .p_top .faq dl dt {
    width: 290px;
  }
}

@media screen and (min-width: 1280px), print {
  .p_top .faq dl dd {
    width: -webkit-calc(100% - 335px);
    width: -moz-calc(100% - 335px);
    width: calc(100% - 335px);
    padding: 22px 130px 22px 45px;
    position: relative;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1279px) {
  .p_top .faq dl dd {
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px);
    padding-left: 15px;
  }
}

@media screen and (min-width: 1280px), print {
  .p_top .faq dl dd > a {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 82px;
    height: 82px;
    display: block;
  }
  .p_top .faq dl dd ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .p_top .faq dl dd ul li a {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
    position: relative;
    padding-left: 28px;
  }
  .p_top .faq dl dd ul li a:hover {
    text-decoration: none;
  }
  .p_top .faq dl dd ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 18px;
    background: url(../images/ic_q.svg) center/contain no-repeat;
    display: block;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1279px), print {
  .p_top {
    position: relative;
  }
  .p_top .ttl {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
  }
  .p_top .slider_banner .swiper-slide {
    position: relative;
  }
  .p_top .slider_banner .swiper-slide a {
    display: block;
  }
  .p_top .slider_banner .swiper-slide a:hover {
    opacity: 1;
  }
  .p_top .slider_banner .swiper-slide a:hover img {
    opacity: 1;
  }
  .p_top .slider_banner .swiper-slide a .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 58.66667px;
  }
  .p_top .slider_banner .swiper-slide a .txt.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 58.66667px;
  }
  .p_top .slider_banner .swiper-slide a .txt h3 {
    font-size: 37.33333px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .p_top .slider_banner .swiper-slide a .txt h3 img {
    width: 333.33333px;
  }
  .p_top .slider_banner .swiper-slide a .txt h3 small {
    display: block;
    font-size: 21.33333px;
    margin-bottom: 26.66667px;
  }
  .p_top .slider_banner .swiper-slide a .txt p {
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
  }
  .p_top .life_style_products {
    padding: 58.66667px 0 122.66667px;
  }
  .p_top .life_style_products ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .life_style_products ul li:not(:last-child) {
    margin-bottom: 64px;
  }
  .p_top .life_style_products ul li:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .life_style_products ul li:nth-of-type(2) .txt {
    text-align: right;
    padding-left: 0;
    padding-right: 26.66667px;
    padding-bottom: 40px;
  }
  .p_top .life_style_products ul li:nth-of-type(2) .txt h3 span {
    text-indent: 0;
    margin-right: -40px;
  }
  .p_top .life_style_products ul li a {
    display: block;
    width: 533.33333px;
    height: 533.33333px;
    border: 1px solid #AE9336;
    padding: 8px;
    -moz-border-radius: 40px;
         border-radius: 40px;
    overflow: hidden;
  }
  .p_top .life_style_products ul li a:hover {
    opacity: 1;
  }
  .p_top .life_style_products ul li a:hover img {
    opacity: 1;
  }
  .p_top .life_style_products ul li a .hvz {
    -moz-border-radius: 40px;
         border-radius: 40px;
    height: 100%;
    width: 100%;
  }
  .p_top .life_style_products ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -moz-border-radius: 40px;
         border-radius: 40px;
    overflow: hidden;
  }
  .p_top .life_style_products ul li .txt {
    color: #231815;
    padding-left: 48px;
    width: -webkit-calc(100% - 533.33333px);
    width: -moz-calc(100% - 533.33333px);
    width: calc(100% - 533.33333px);
    padding-top: 13.33333px;
  }
  .p_top .life_style_products ul li .txt h3 {
    font-size: 53.33333px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  .p_top .life_style_products ul li .txt h3 span {
    display: block;
    text-indent: -66.66667px;
  }
  .p_top .life_style_products ul li .txt h3 small {
    display: block;
    font-size: 24px;
  }
  .p_top .faq dl dt {
    background-color: #AE9336;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 13.33333px 0 21.33333px;
    -moz-border-radius: 26.66667px 26.66667px 0 0;
         border-radius: 26.66667px 26.66667px 0 0;
  }
  .p_top .faq dl dt span {
    font-size: 53.33333px;
  }
  .p_top .faq dl dt small {
    font-size: 29.33333px;
    margin-left: 26.66667px;
  }
  .p_top .faq dl dd {
    border: 1px solid #AE9336;
    padding: 34.66667px 40px 93.33333px;
    position: relative;
    background-color: #fff;
    -moz-border-radius: 0 0 26.66667px 26.66667px;
         border-radius: 0 0 26.66667px 26.66667px;
  }
  .p_top .faq dl dd > a {
    position: absolute;
    left: 50%;
    bottom: -16px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 432px;
    height: 66.66667px;
    display: block;
  }
  .p_top .faq dl dd ul li {
    min-height: 40px;
  }
  .p_top .faq dl dd ul li + li {
    margin-top: 0.5em;
  }
  .p_top .faq dl dd ul li a {
    font-size: 21.33333px;
    text-decoration: underline;
    font-weight: 600;
    position: relative;
    padding-left: 62.22222px;
  }
  .p_top .faq dl dd ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 37.77778px;
    height: 40px;
    background: url(../images/ic_q.svg) center/contain no-repeat;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .p_top {
    position: relative;
  }
  .p_top .ttl {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
  }
  .p_top .slider_banner .swiper-slide {
    position: relative;
  }
  .p_top .slider_banner .swiper-slide a {
    display: block;
  }
  .p_top .slider_banner .swiper-slide a:hover {
    opacity: 1;
  }
  .p_top .slider_banner .swiper-slide a:hover img {
    opacity: 1;
  }
  .p_top .slider_banner .swiper-slide a .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 5.86667vw;
  }
  .p_top .slider_banner .swiper-slide a .txt.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 5.86667vw;
  }
  .p_top .slider_banner .swiper-slide a .txt h3 {
    font-size: 3.73333vw;
    font-weight: 600;
    margin-bottom: 4vw;
  }
  .p_top .slider_banner .swiper-slide a .txt h3 img {
    width: 33.33333vw;
  }
  .p_top .slider_banner .swiper-slide a .txt h3 small {
    display: block;
    font-size: 2.13333vw;
    margin-bottom: 2.66667vw;
  }
  .p_top .slider_banner .swiper-slide a .txt p {
    font-size: 1.6vw;
    line-height: 2;
    font-weight: 600;
  }
  .p_top .life_style_products {
    padding: 5.86667vw 0 12.26667vw;
  }
  .p_top .life_style_products ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .life_style_products ul li:not(:last-child) {
    margin-bottom: 6.4vw;
  }
  .p_top .life_style_products ul li:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .life_style_products ul li:nth-of-type(2) .txt {
    text-align: right;
    padding-left: 0;
    padding-right: 2.66667vw;
    padding-bottom: 4vw;
  }
  .p_top .life_style_products ul li:nth-of-type(2) .txt h3 span {
    text-indent: 0;
    margin-right: -4vw;
  }
  .p_top .life_style_products ul li a {
    display: block;
    width: 53.33333vw;
    height: 53.33333vw;
    border: 1px solid #AE9336;
    padding: 0.8vw;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    overflow: hidden;
  }
  .p_top .life_style_products ul li a:hover {
    opacity: 1;
  }
  .p_top .life_style_products ul li a:hover img {
    opacity: 1;
  }
  .p_top .life_style_products ul li a .hvz {
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    height: 100%;
    width: 100%;
  }
  .p_top .life_style_products ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    overflow: hidden;
  }
  .p_top .life_style_products ul li .txt {
    color: #231815;
    padding-left: 4.8vw;
    width: -webkit-calc(100% - 53.33333vw);
    width: -moz-calc(100% - 53.33333vw);
    width: calc(100% - 53.33333vw);
    padding-top: 1.33333vw;
  }
  .p_top .life_style_products ul li .txt h3 {
    font-size: 5.33333vw;
    font-weight: 600;
    margin-bottom: 4vw;
    position: relative;
    z-index: 1;
  }
  .p_top .life_style_products ul li .txt h3 span {
    display: block;
    text-indent: -6.66667vw;
  }
  .p_top .life_style_products ul li .txt h3 small {
    display: block;
    font-size: 2.4vw;
  }
  .p_top .faq dl dt {
    background-color: #AE9336;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 1.33333vw 0 2.13333vw;
    -moz-border-radius: 2.66667vw 2.66667vw 0 0;
         border-radius: 2.66667vw 2.66667vw 0 0;
  }
  .p_top .faq dl dt span {
    font-size: 5.33333vw;
  }
  .p_top .faq dl dt small {
    font-size: 2.93333vw;
    margin-left: 2.66667vw;
  }
  .p_top .faq dl dd {
    border: 1px solid #AE9336;
    padding: 3.46667vw 4vw 9.33333vw;
    position: relative;
    background-color: #fff;
    -moz-border-radius: 0 0 2.66667vw 2.66667vw;
         border-radius: 0 0 2.66667vw 2.66667vw;
  }
  .p_top .faq dl dd > a {
    position: absolute;
    left: 50%;
    bottom: -1.6vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 43.2vw;
    height: 6.66667vw;
    display: block;
  }
  .p_top .faq dl dd ul li {
    min-height: 4vw;
  }
  .p_top .faq dl dd ul li a {
    font-size: 2.13333vw;
    text-decoration: underline;
    font-weight: 600;
    position: relative;
    padding-left: 6.22222vw;
  }
  .p_top .faq dl dd ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.77778vw;
    height: 4vw;
    background: url(../images/ic_q.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .faq dl dd ul li + li {
    margin-top: 0.5em;
  }
}
