@charset "UTF-8";
/*color*/
/*util*/
@-webkit-keyframes loading {
  0% {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(36px, 0px);
    -ms-transform: translate(36px, 0px);
    -webkit-transform: translate(36px, 0px);
    transform: translate(36px, 0px);
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(36px, 0px);
    -ms-transform: translate(36px, 0px);
    -webkit-transform: translate(36px, 0px);
    transform: translate(36px, 0px);
  }
}
@keyframes loading {
  0% {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(36px, 0px);
    -ms-transform: translate(36px, 0px);
    -webkit-transform: translate(36px, 0px);
    transform: translate(36px, 0px);
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-moz-keyframes scroll {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes scroll {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-vertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
/*============================
function
============================*/
/*============================
mixin
============================*/
/*============================
easing
============================*/
/*size*/
@media screen and (min-width: 768px) {
  body #wrapper {
    z-index: unset;
    overflow: visible !important;
  }
  body #main {
    overflow: visible !important;
  }
  body #main .reg {
    display: inline !important;
    position: relative;
    top: 0.6em;
  }
  body #main .pulldown_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body #main .pulldown_area p {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.875em;
  }
  body #main .pulldown_area .pulldown_box {
    position: relative;
  }
  body #main .pulldown_area .pulldown_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 246px;
    height: 44px;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.42857em;
    border: 1px solid #1A1311;
    border-radius: unset;
    font-family: "ryo-gothic-plusn", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    background: #FDF3E2;
    box-sizing: border-box;
    padding: 0 0 0 19px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main .pulldown_area .pulldown_box select:hover {
    opacity: 0.8;
  }
  body #main .pulldown_area .pulldown_box::after {
    content: '';
    width: 11px;
    height: 6.21px;
    background: url(/ggt/products/image/ico_arw_b_b.svg) center/contain no-repeat;
    position: absolute;
    right: 14.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
  }
  body #main .product_pnl {
    width: 288px;
  }
  body #main .product_pnl figure .img {
    width: 287px;
    height: 287px;
    display: block;
    cursor: pointer;
    transition: 0.3s;
    line-height: 0;
    position: relative;
  }
  body #main .product_pnl figure .img:hover {
    opacity: 0.8;
  }
  body #main .product_pnl figure .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body #main .product_pnl figure .img .new {
    position: absolute;
    width: 60px;
    top: 10px;
    left: 10px;
  }
  body #main .product_pnl figure figcaption {
    text-align: center;
  }
  body #main .product_pnl figure figcaption .type {
    color: #E6851C;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.66667em;
    margin: 12px 0 0 0;
  }
  body #main .product_pnl figure figcaption .type + .ttl {
    margin: 12px 0 0 0;
  }
  body #main .product_pnl figure figcaption .ttl {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 0.90909em;
    margin: 48px 0 0 0;
  }
  body #main .product_pnl figure figcaption .ttl .s {
    font-size: 16px;
    line-height: 1em;
  }
  body #main .product_pnl figure figcaption .price {
    display: flex;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1.4em;
    margin: 17px 0 0 0;
    gap: 8px;
  }
  body #main .product_pnl figure figcaption .price .n {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1em;
  }
  body #main .product_pnl figure figcaption .price dl {
    width: 137px;
    display: flex;
    align-items: center;
  }
  body #main .product_pnl figure figcaption .price dl dt {
    margin: 0 8px 0 0;
  }
  body #main .product_pnl figure figcaption .price dl dd .s {
    margin: 0 0 0 -7px;
  }
  body #main .product_pnl figure figcaption .btn_area {
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  body #main .product_pnl figure figcaption .btn_area a {
    width: 135px;
    color: white;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 3.14286em;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main .product_pnl figure figcaption .btn_area a:hover {
    opacity: 0.8;
  }
  body #main .product_pnl figure figcaption .btn_area a.more {
    background: #1A1311;
  }
  body #main .product_pnl figure figcaption .btn_area a.cart {
    background: #E6851C;
  }
  body #main #float_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.58);
  }
  body #main .float_condition {
    position: absolute;
    top: 91px;
    right: 0;
    left: 0;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    width: 780px;
    min-height: 616px;
    background: white;
    z-index: 5001;
    padding: 54px 40px 40px;
    display: flex;
    justify-content: space-between;
  }
  body #main .float_condition .close {
    position: absolute;
    top: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    transition: 0.3s;
    right: 0;
    top: 0;
  }
  body #main .float_condition .close:hover {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  body #main .float_condition .close span {
    height: 1px;
    background: white;
    width: 33.94px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    background: transparent;
  }
  body #main .float_condition .close span::before {
    content: '';
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: white;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body #main .float_condition .close span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: white;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body #main .float_condition .close span::before {
    background: #1A1311;
  }
  body #main .float_condition .close span::after {
    background: #1A1311;
  }
  body #main .float_condition .l {
    width: 310px;
    padding: 2px 0 0 0;
  }
  body #main .float_condition .r {
    width: 342px;
  }
  body #main .float_condition .prod_ttl {
    color: #E6851C;
  }
  body #main .float_condition .prod_ttl span {
    display: block;
  }
  body #main .float_condition .prod_ttl .s {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.42857em;
  }
  body #main .float_condition .prod_ttl .m {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 0.90909em;
  }
  body #main .float_condition .prod_ttl .m:not(:first-child) {
    margin: 5px 0 0 0;
  }
  body #main .float_condition .size {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 2em;
    margin: 9px 0 0 0;
  }
  body #main .float_condition .course {
    margin: 9px 0 0 0;
  }
  body #main .float_condition .course .course_ttl {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.875em;
  }
  body #main .float_condition .course .course_ttl + p {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: -2px 0 0 0;
  }
  body #main .float_condition .course .radio_wrapper {
    margin: 15px 0 0 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box:not(:first-child) {
    margin: 8px 0 0 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label {
    display: block;
    position: relative;
    height: 80px;
    box-sizing: border-box;
    background: white;
    padding: 6px 0 0 92.5px;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label:hover {
    opacity: 0.8;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #1A1311;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .i {
    border: 1px solid #1A1311;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    left: 24px;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .i img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t {
    position: relative;
    display: block;
    text-align: left;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .radio_ttl {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 2em;
    margin: 0 0 -5px 0;
    display: block;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .price {
    display: flex;
    align-items: flex-end;
    color: #E6851C;
    margin: 2px 0 0 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .price .b {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.06667em;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .price .s {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1em;
    margin: 0 0 4px -7px;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .price .en {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1em;
    margin: 0 0 4px 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label.regular {
    padding-left: 68px;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label.regular .t .radio_ttl {
    padding: 0 0 0 4px;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label.regular .t .price {
    padding: 0 0 0 4px;
    color: #E6851C;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label.regular .t .price .discount {
    margin: 0 8px 3px 0;
    background: #E6851C;
    width: 54px;
    height: 24px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main .float_condition .course .radio_wrapper .radio_box input:checked + label::before {
    border: 4px solid #E6851C;
  }
  body #main .float_condition .course .radio_wrapper .radio_box input:checked + label .i {
    background: #E6851C;
    border: none;
  }
  body #main .float_condition .course .course_about {
    text-align: center;
  }
  body #main .float_condition .course .course_about a {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main .float_condition .course .course_about a:hover {
    opacity: 0.8;
  }
  body #main .float_condition .course .course_about a .i {
    width: 14px;
    height: 14px;
    background: #E6851C;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0em;
    line-height: 1.27273em;
    color: white;
    border-radius: 50%;
    margin: 0 7px 0 0;
  }
  body #main .float_condition .course .course_about a .t {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.14286em;
    color: #1A1311;
  }
  body #main .float_condition .quantity {
    margin: 11px 0 0 0;
  }
  body #main .float_condition .quantity .quantity_ttl {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.875em;
    font-weight: bold;
  }
  body #main .float_condition .quantity .pulldown_area {
    margin: 9px 0 0 0;
  }
  body #main .float_condition .quantity .pulldown_area .pulldown_box select {
    padding: 0 0 0 14px;
    background: white;
    width: 342px;
    height: 32px;
  }
  body #main .float_condition .cart {
    margin: 24px 0 0 0;
  }
  body #main .float_condition .cart .btn {
    display: flex;
    align-items: center;
    height: 62px;
    background: #E6851C;
    box-sizing: border-box;
    padding: 0 0 0 60.5px;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main .float_condition .cart .btn:hover {
    opacity: 0.8;
  }
  body #main .float_condition .cart .btn .i {
    width: 26px;
    line-height: 0;
    margin: 0 15.5px 0 0;
  }
  body #main .float_condition .cart .btn .t {
    color: white;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 2.22222em;
  }
  body #main #float_cartin {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 478px;
    background: white;
    top: 71px;
    text-align: center;
    padding: 66px 0 37px 0;
    z-index: 5001;
  }
  body #main #float_cartin .close_btn {
    position: absolute;
    top: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    transition: 0.3s;
    right: 0;
  }
  body #main #float_cartin .close_btn:hover {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  body #main #float_cartin .close_btn span {
    height: 1px;
    background: white;
    width: 33.94px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    background: transparent;
  }
  body #main #float_cartin .close_btn span::before {
    content: '';
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: white;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body #main #float_cartin .close_btn span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: white;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body #main #float_cartin .close_btn span::before {
    background: #1A1311;
  }
  body #main #float_cartin .close_btn span::after {
    background: #1A1311;
  }
  body #main #float_cartin .float_ttl {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main #float_cartin .ico_area {
    margin: 17px 0 0 0;
    line-height: 0;
  }
  body #main #float_cartin .ico_area .ico {
    width: 98px;
    display: inline-block;
    line-height: 0;
  }
  body #main #float_cartin .btn_area {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
  }
  body #main #float_cartin .btn_area .btn {
    width: 145px;
    margin: 0 8px;
    height: 44px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 11px;
  }
  body #main #float_cartin .btn_area .btn .t {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.21429em;
    color: white;
  }
  body #main #float_cartin .btn_area .btn .arw {
    width: 6.21px;
    line-height: 0;
  }
  body #main #float_cartin .btn_area .btn.continue {
    background: #1A1311;
    padding: 0 0 0 9.3px;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main #float_cartin .btn_area .btn.continue .arw {
    transition: 0.3s;
  }
  body #main #float_cartin .btn_area .btn.continue:hover {
    opacity: 0.8;
  }
  body #main #float_cartin .btn_area .btn.continue:hover .arw {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  body #main #float_cartin .btn_area .btn.order {
    background: #E6851C;
    flex-direction: row-reverse;
    padding: 0 9.3px 0 0;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main #float_cartin .btn_area .btn.order .arw {
    transition: 0.3s;
  }
  body #main #float_cartin .btn_area .btn.order:hover {
    opacity: 0.8;
  }
  body #main #float_cartin .btn_area .btn.order:hover .arw {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  body #main #float_cartin .btn_area .btn.order .arw img {
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  body #main #float_cartin .postage {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: 16px 0 0 0;
  }
  body #main #float_cartin .postage .o {
    color: #E6851C;
  }
  body #main #float_cartin .recommend {
    margin: 13px 0 0 0;
  }
  body #main #float_cartin .recommend .recommend_ttl {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.53846em;
  }
  body #main #float_cartin .recommend .swiper {
    overflow: hidden;
    margin: 16px 0 0 46px;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide {
    width: 236px;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    color: #1A1311;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a:hover {
    opacity: 0.8;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .thum {
    display: block;
    line-height: 0;
    height: 141.5px;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area {
    margin: 5px 0 0 0;
    text-align: left;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .ttl {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.42857em;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area {
    padding: 0 0 0 8px;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area .quantity {
    font-size: 12px;
    letter-spacing: 0.085em;
    line-height: 1.66667em;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area .price {
    display: flex;
    align-items: flex-end;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area .price .b {
    font-size: 22px;
    letter-spacing: 0.085em;
    line-height: 0.90909em;
    margin: 0 6px 0 0;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area .price .s {
    font-size: 14px;
    letter-spacing: 0.085em;
    line-height: 1em;
  }
  body #main.archive {
    opacity: 0;
    padding: 39.5px 0 67px 0;
  }
  body #main.archive .inner {
    width: 944px;
  }
  body #main.archive h1 {
    width: 120.14px;
    line-height: 0;
    margin: 0 auto;
  }
  body #main.archive .area.pulldown {
    margin: 49.9px 0 0 0;
  }
  body #main.archive .area.pulldown .inner {
    width: 358px;
  }
  body #main.archive .area.pager.upper {
    margin: 40px 0 0 0;
  }
  body #main.archive .area.pager.bottom {
    margin: 41px 0 0 0;
  }
  body #main.archive .area#products {
    margin: 32px 0 0 0;
  }
  body #main.archive .area#products ul {
    display: flex;
    gap: 80px 40px;
    flex-wrap: wrap;
  }
  body #main.detail {
    opacity: 0;
    padding: 40px 0 83px 0;
  }
  body #main.detail #contents {
    align-items: flex-start;
  }
  body #main.detail #contents #contents_mainarea .pager {
    margin: 40px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea .pager .inner {
    width: 100%;
  }
  body #main.detail #contents #contents_mainarea > .area#fv .swiper {
    width: 490px;
    margin: 0 auto;
  }
  body #main.detail #contents #contents_mainarea > .area#fv .swiper .swiper-slide {
    line-height: 0;
  }
  body #main.detail #contents #contents_mainarea > .area#fv .swiper .swiper-pagination {
    margin: 19.1px 0 0 0;
    position: relative;
    line-height: 0;
    bottom: 0;
  }
  body #main.detail #contents #contents_mainarea > .area#fv .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 86px;
    height: 86px;
    border-radius: 0px;
    margin: 0 8px;
    opacity: 0.5;
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea > .area#fv .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  body #main.detail #contents #contents_mainarea section#detail_area {
    overflow: visible;
    margin: 17px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area {
    display: flex;
    justify-content: center;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area h1 {
    margin: 0 17px 0 0;
    color: #E6851C;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area h1 span {
    display: block;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area h1 span.s {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area h1 span.m {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.09091em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area {
    padding: 4px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area .size {
    font-size: 12px;
    letter-spacing: 0.085em;
    line-height: 1.66667em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area .price {
    padding: 0 0 0 3px;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area .price .c {
    font-size: 22px;
    letter-spacing: 0.085em;
    line-height: 0.90909em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area .price .t {
    margin: 0 0 0 -6px;
    font-size: 14px;
    letter-spacing: 0.085em;
    line-height: 1.42857em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .btn {
    display: block;
    color: white;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 2.75em;
    width: 129px;
    height: 44px;
    background: #E6851C;
    text-align: center;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail {
    margin: 18px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail > p {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.75em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 161px;
    line-height: 0;
    z-index: 1;
    transition: top 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a {
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a .arw {
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a:hover {
    opacity: 0.8;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a:hover .arw {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a span {
    display: block;
    line-height: 0;
    margin: 0 auto;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a span.t {
    width: 76.56px;
    margin-bottom: 8.8px;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a span.arw {
    width: 11px;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a.open {
    cursor: pointer;
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a.open .arw {
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a.open:hover {
    opacity: 0.8;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a.open:hover .arw {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a.open .arw img {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion_area {
    padding: 36px 0 0 0;
    position: relative;
    transition: padding 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion_area.open {
    padding: 111px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion_area.open h2 {
    top: 36px;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion_area.open .accordion::after {
    display: none;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion {
    overflow: hidden;
    height: 164px;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion .set-content {
    padding: 0 0 53px 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 109px;
    background: #FDF3E2;
    background: linear-gradient(0deg, #fdf3e2 27%, rgba(253, 243, 226, 0) 100%);
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article:not(:first-child) {
    margin: 32px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article h3 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.09091em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article p {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article p:not(:first-child) {
    margin: 32px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article figure {
    line-height: 0;
    margin: 33px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article dl {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: 30px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article dl dt {
    color: #E6851C;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article dl dt:not(:first-child) {
    margin: 19px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review {
    margin: 19px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review h2 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.36364em;
    text-align: center;
  }
  body #main.detail #contents #contents_mainarea section#review .pulldown_area {
    width: 260px;
    margin: 17px 0 0px 215px;
  }
  body #main.detail #contents #contents_mainarea section#review .pulldown_area p {
    display: flex;
    align-items: center;
  }
  body #main.detail #contents #contents_mainarea section#review .pulldown_area p .i {
    width: 14px;
    line-height: 0;
    margin: 0 6px 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .pulldown_area .pulldown_box select {
    width: 160px;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper {
    margin: 36px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box {
    padding: 0 0 35px 0;
    border-bottom: 1px solid #B2B2B2;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box:not(:first-child) {
    margin: 36px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .accordion {
    overflow: hidden;
    height: 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .accordion .set-content {
    padding: 29px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_ttlarea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_ttlarea .ttl {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.36364em;
    width: calc(100% - 89px);
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_ttlarea .star {
    margin: 9px 0 0 0;
    width: 89px;
    display: flex;
    justify-content: space-between;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_ttlarea .star span {
    line-height: 0;
    width: 13px;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt {
    margin: 13px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .user_box {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .user_box .user_info {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .user_box .user_info .name {
    margin: 0 16px 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .staff_box:not(:first-child) {
    margin: 29px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .staff_box .staff_ttl {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .staff_box .staff_voice {
    margin: 13px 0 0 0;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area {
    margin: 22px 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn {
    margin: 0 0 0 293px;
    width: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn .arw {
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn:hover {
    opacity: 0.8;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn:hover .arw {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn .t {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn .arw {
    width: 11px;
    line-height: 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn.open {
    cursor: pointer;
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn.open .arw {
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn.open:hover {
    opacity: 0.8;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn.open:hover .arw {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn.open .arw img {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body #main.detail #contents_aside {
    transform-origin: top left;
    position: sticky;
    top: 55px;
    padding: 4px 0 0 0;
    text-align: center;
  }
  body #main.detail #contents_aside .prod_ttl {
    color: #E6851C;
  }
  body #main.detail #contents_aside .prod_ttl span {
    display: block;
  }
  body #main.detail #contents_aside .prod_ttl .s {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: 0 0 9px 0;
  }
  body #main.detail #contents_aside .prod_ttl .m {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 0.90909em;
  }
  body #main.detail #contents_aside .size {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 2em;
    margin: 25px 0 0 0;
  }
  body #main.detail #contents_aside .q {
    margin: 12px 0 0 0;
  }
  body #main.detail #contents_aside .q a {
    color: #1A1311;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2em;
    display: inline-block;
    position: relative;
  }
  body #main.detail #contents_aside .q a:hover::after {
    display: none;
  }
  body #main.detail #contents_aside .q a::after {
    position: absolute;
    left: 0;
    bottom: 4px;
    content: '';
    height: 1px;
    width: 100%;
    background: #1A1311;
  }
  body #main.detail #contents_aside .course {
    margin: 35px 0 0 0;
  }
  body #main.detail #contents_aside .course .course_ttl {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.875em;
    font-weight: bold;
  }
  body #main.detail #contents_aside .course .course_ttl + p {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: 6px 0 0 0;
  }
  body #main.detail #contents_aside .course .radio_wrapper {
    margin: 13px 0 0 0;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box:not(:first-child) {
    margin: 16px 0 0 0;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label {
    display: block;
    position: relative;
    height: 72px;
    box-sizing: border-box;
    background: white;
    padding: 9px 0 0 86px;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label:hover {
    opacity: 0.8;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #1A1311;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label span {
    display: block;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label .i {
    border: 1px solid #1A1311;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    left: 24px;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label .i img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label .t {
    position: relative;
    display: block;
    text-align: left;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label .t .radio_ttl {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2em;
    margin: 0 0 -5px 0;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label .t .price {
    display: flex;
    align-items: flex-end;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label .t .price .b {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.36364em;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label .t .price .s {
    margin: 0 0 4px -5px;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label.regular {
    padding-left: 68px;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label.regular .t .radio_ttl {
    padding: 0 0 0 18px;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label.regular .t .price {
    color: #E6851C;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box label.regular .t .price .discount {
    margin: 0 8px 3px 0;
    background: #E6851C;
    width: 54px;
    height: 24px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box input:checked + label::before {
    border: 4px solid #E6851C;
  }
  body #main.detail #contents_aside .course .radio_wrapper .radio_box input:checked + label .i {
    background: #E6851C;
    border: none;
  }
  body #main.detail #contents_aside .course .course_about {
    text-align: left;
  }
  body #main.detail #contents_aside .course .course_about a {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main.detail #contents_aside .course .course_about a:hover {
    opacity: 0.8;
  }
  body #main.detail #contents_aside .course .course_about a .i {
    width: 14px;
    height: 14px;
    background: #E6851C;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0em;
    line-height: 1.27273em;
    color: white;
    border-radius: 50%;
    margin: 0 7px 0 0;
  }
  body #main.detail #contents_aside .course .course_about a .t {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.14286em;
    color: #1A1311;
  }
  body #main.detail #contents_aside .quantity {
    margin: 23px 0 0 0;
  }
  body #main.detail #contents_aside .quantity .quantity_ttl {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.875em;
    font-weight: bold;
  }
  body #main.detail #contents_aside .quantity .pulldown_area {
    margin: 5px 0 0 0;
  }
  body #main.detail #contents_aside .quantity .pulldown_area .pulldown_box select {
    width: 300px;
  }
  body #main.detail #contents_aside .cart {
    margin: 8px 0 0 0;
  }
  body #main.detail #contents_aside .cart .btn {
    display: flex;
    align-items: center;
    height: 44px;
    background: #E6851C;
    box-sizing: border-box;
    padding: 0 0 0 39.5px;
    cursor: pointer;
    transition: 0.3s;
  }
  body #main.detail #contents_aside .cart .btn:hover {
    opacity: 0.8;
  }
  body #main.detail #contents_aside .cart .btn .i {
    width: 26px;
    line-height: 0;
    margin: 0 14.5px 0 0;
  }
  body #main.detail #contents_aside .cart .btn .t {
    color: white;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.21429em;
  }
  body #main.detail > section#prod {
    float: none;
    margin: 76px 0 0 0;
  }
  body #main.detail > section#prod .inner {
    width: 944px;
  }
  body #main.detail > section#prod .inner h2 {
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 1.33333em;
    text-align: center;
  }
  body #main.detail > section#prod .inner .swiper {
    overflow: hidden;
    margin: 38px 0 0 0;
  }
  body #main.detail > section#prod .inner .swiper.disabled .swiper-wrapper {
    justify-content: space-between;
    gap: 40px;
  }
  body #main.detail > section#prod .inner .swiper-wrapper {
    display: flex;
  }
  body #main.detail #magazine_link {
    margin-top: 43px;
  }
}
/*size*/
@media screen and (max-width: 767px) {
  body #wrapper {
    z-index: unset;
  }
  body #main .reg {
    display: inline !important;
    position: relative;
    top: 0.6em;
  }
  body #main .pulldown_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body #main .pulldown_area p {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2.21429em;
  }
  body #main .pulldown_area .pulldown_box {
    position: relative;
  }
  body #main .pulldown_area .pulldown_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 31.53846vw;
    height: 11.28205vw;
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2.21429em;
    border: 1px solid #1A1311;
    border-radius: unset;
    font-family: "ryo-gothic-plusn", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    background: #FDF3E2;
    box-sizing: border-box;
    padding: 0 0 0 4.87179vw;
    position: relative;
    color: #1A1311;
  }
  body #main .pulldown_area .pulldown_box::after {
    content: '';
    width: 2.82051vw;
    height: 1.59231vw;
    background: url(/ggt/products/image/ico_arw_b_b.svg) center/contain no-repeat;
    position: absolute;
    right: 3.71795vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
  }
  body #main .product_pnl figure .img {
    height: 73.58974vw;
    display: block;
    line-height: 0;
    position: relative;
  }
  body #main .product_pnl figure .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body #main .product_pnl figure .img .new {
    position: absolute;
    width: 15.38462vw;
    top: 2.5641vw;
    left: 2.5641vw;
  }
  body #main .product_pnl figure figcaption {
    text-align: center;
  }
  body #main .product_pnl figure figcaption .type {
    color: #E6851C;
    font-size: 3.07692vw;
    letter-spacing: 0em;
    line-height: 1.66667em;
    margin: 3.07692vw 0 0 0;
  }
  body #main .product_pnl figure figcaption .ttl {
    font-size: 5.64103vw;
    letter-spacing: 0em;
    line-height: 0.90909em;
    margin: 3.07692vw 0 0 0;
  }
  body #main .product_pnl figure figcaption .ttl .s {
    font-size: 4.10256vw;
    line-height: 1em;
  }
  body #main .product_pnl figure figcaption .price {
    display: flex;
    justify-content: center;
    font-size: 2.5641vw;
    letter-spacing: 0em;
    line-height: 1.4em;
    margin: 4.35897vw 0 0 0;
    gap: 2.05128vw;
  }
  body #main .product_pnl figure figcaption .price .n {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 1em;
  }
  body #main .product_pnl figure figcaption .price dl {
    width: 35.12821vw;
    display: flex;
    align-items: center;
  }
  body #main .product_pnl figure figcaption .price dl dt {
    margin: 0 2.05128vw 0 0;
  }
  body #main .product_pnl figure figcaption .price dl dd .s {
    margin: 0 0 0 -1.6vw;
  }
  body #main .product_pnl figure figcaption .btn_area {
    margin: 3.84615vw 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  body #main .product_pnl figure figcaption .btn_area a {
    width: 34.61538vw;
    color: white;
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 3.14286em;
  }
  body #main .product_pnl figure figcaption .btn_area a.more {
    background: #1A1311;
  }
  body #main .product_pnl figure figcaption .btn_area a.cart {
    background: #E6851C;
  }
  body #main #tuijyu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 3vw 0;
    z-index: 10;
  }
  body #main #tuijyu a {
    width: 87.69231vw;
    height: 11.28205vw;
    display: block;
    background: #E6851C;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  body #main #tuijyu a span.i {
    line-height: 0;
    width: 6.88718vw;
    margin: 0 4.4359vw 0 0;
  }
  body #main #tuijyu a span.t {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.5em;
    color: white;
  }
  body #main #float_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.58);
  }
  body #main #float_cartin {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 87.69231vw;
    background: white;
    top: 23.84615vw;
    text-align: center;
    padding: 16.92308vw 5.12821vw 13vw;
    box-sizing: border-box;
    z-index: 5001;
  }
  body #main #float_cartin .close_btn {
    position: absolute;
    top: 0.5vw;
    width: 14.10256vw;
    height: 14.10256vw;
    right: 0;
    top: 0;
  }
  body #main #float_cartin .close_btn span {
    height: 1px;
    background: white;
    width: 8.70256vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    background: transparent;
  }
  body #main #float_cartin .close_btn span::before {
    content: '';
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: white;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body #main #float_cartin .close_btn span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: white;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body #main #float_cartin .close_btn span::before {
    background: #1A1311;
  }
  body #main #float_cartin .close_btn span::after {
    background: #1A1311;
  }
  body #main #float_cartin .float_ttl {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main #float_cartin .ico_area {
    margin: 4.35897vw 0 0 0;
    line-height: 0;
  }
  body #main #float_cartin .ico_area .ico {
    width: 25.12821vw;
    display: inline-block;
    line-height: 0;
  }
  body #main #float_cartin .btn_area {
    margin: 7.69231vw 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  body #main #float_cartin .btn_area .btn {
    width: 37.17949vw;
    height: 11.28205vw;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 2.82051vw;
  }
  body #main #float_cartin .btn_area .btn .t {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2.21429em;
    color: white;
  }
  body #main #float_cartin .btn_area .btn .arw {
    width: 1.59231vw;
    line-height: 0;
  }
  body #main #float_cartin .btn_area .btn.continue {
    background: #1A1311;
    padding: 0 0 0 2.38462vw;
  }
  body #main #float_cartin .btn_area .btn.order {
    background: #E6851C;
    flex-direction: row-reverse;
    padding: 0 2.38462vw 0 0;
  }
  body #main #float_cartin .btn_area .btn.order .arw img {
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  body #main #float_cartin .postage {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: 4.10256vw 0 0 0;
  }
  body #main #float_cartin .postage .o {
    color: #E6851C;
  }
  body #main #float_cartin .recommend {
    margin: 3.33333vw 0 0 0;
  }
  body #main #float_cartin .recommend .recommend_ttl {
    font-size: 3.33333vw;
    letter-spacing: 0em;
    line-height: 1.53846em;
  }
  body #main #float_cartin .recommend .swiper {
    overflow: hidden;
    width: calc(100% + 5.12821vw);
    margin: 1.2vw 0 0 0;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide {
    width: 60.51282vw;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    color: #1A1311;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .thum {
    display: block;
    line-height: 0;
    height: 36.28205vw;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area {
    margin: 1.28205vw 0 0 0;
    text-align: left;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .ttl {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 1.42857em;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area {
    padding: 0 0 0 2.05128vw;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area .quantity {
    font-size: 3.07692vw;
    letter-spacing: 0.085em;
    line-height: 1.66667em;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area .price {
    display: flex;
    align-items: flex-end;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area .price .b {
    font-size: 5.64103vw;
    letter-spacing: 0.085em;
    line-height: 0.90909em;
    margin: 0 1.53846vw 0 0;
  }
  body #main #float_cartin .recommend .swiper .swiper-wrapper .swiper-slide a .ttl_area .price_area .price .s {
    font-size: 3.58974vw;
    letter-spacing: 0.085em;
    line-height: 1em;
  }
  body #main .float_condition {
    position: absolute;
    top: 5.38462vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89.74359vw;
    padding: 14.74359vw 5.12821vw 7.61538vw;
    box-sizing: border-box;
    text-align: center;
    background: white;
    z-index: 5001;
  }
  body #main .float_condition .close {
    position: absolute;
    top: 0.5vw;
    width: 14.10256vw;
    height: 14.10256vw;
    right: 0.1vw;
  }
  body #main .float_condition .close span {
    height: 1px;
    background: white;
    width: 8.70256vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    background: transparent;
  }
  body #main .float_condition .close span::before {
    content: '';
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: white;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body #main .float_condition .close span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: white;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body #main .float_condition .close span::before {
    background: #1A1311;
  }
  body #main .float_condition .close span::after {
    background: #1A1311;
  }
  body #main .float_condition figure {
    line-height: 0;
  }
  body #main .float_condition .prod_ttl {
    margin: 1.53846vw 0 0 0;
    color: #E6851C;
  }
  body #main .float_condition .prod_ttl span {
    display: block;
  }
  body #main .float_condition .prod_ttl .s {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main .float_condition .prod_ttl .m {
    font-size: 5.64103vw;
    letter-spacing: 0em;
    line-height: 0.90909em;
  }
  body #main .float_condition .prod_ttl .m:not(:first-child) {
    margin: 1vw 0 0 0;
  }
  body #main .float_condition .size {
    margin: 2vw 0 0 0;
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main .float_condition .q {
    margin: 6.66667vw 0 0 0;
  }
  body #main .float_condition .q a {
    color: #1A1311;
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2em;
    display: inline-block;
    position: relative;
  }
  body #main .float_condition .q a::after {
    position: absolute;
    left: 0;
    bottom: 1.02564vw;
    content: '';
    height: 1px;
    width: 100%;
    background: #1A1311;
  }
  body #main .float_condition .course {
    padding: 0 0 0 2vw;
    margin: 2.5vw 0 0 0;
  }
  body #main .float_condition .course .course_ttl {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.875em;
  }
  body #main .float_condition .course .course_ttl + p {
    font-size: 3.07692vw;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: 0.5vw 0 0 0;
  }
  body #main .float_condition .course .radio_wrapper {
    margin: 5vw 0 0 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box:not(:first-child) {
    margin: 3.07692vw 0 0 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label {
    display: block;
    position: relative;
    height: 20.51282vw;
    box-sizing: border-box;
    background: white;
    padding: 2.30769vw 0 0 20.2vw;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #1A1311;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label span {
    display: block;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .i {
    border: 1px solid #1A1311;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6.41026vw;
    height: 6.41026vw;
    box-sizing: border-box;
    left: 6.41026vw;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .i img {
    position: absolute;
    top: 2.28205vw;
    left: 1.61538vw;
    width: 3.38718vw;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t {
    position: relative;
    display: block;
    text-align: left;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .radio_ttl {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 2em;
    margin: 0 0 -1vw 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .price {
    display: flex;
    align-items: flex-end;
    color: #E6851C;
    padding: 0 0 0 1vw;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .price .b {
    font-size: 7.69231vw;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: 0 1vw 0 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .price .en {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1em;
    margin: 0 1vw 1vw 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label .t .price .s {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1em;
    margin: 0 0 1vw -2.2vw;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label.regular {
    padding-left: 19.5vw;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label.regular .t .price {
    color: #E6851C;
    padding: 0 0 0 1.2vw;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label.regular .t .price .discount {
    margin: 0 0 0.76923vw 0;
    background: #E6851C;
    width: 13.84615vw;
    height: 6.15385vw;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main .float_condition .course .radio_wrapper .radio_box label.regular .t .price .en {
    margin-right: 0;
  }
  body #main .float_condition .course .radio_wrapper .radio_box input:checked + label::before {
    border: 4px solid #E6851C;
  }
  body #main .float_condition .course .radio_wrapper .radio_box input:checked + label .i {
    background: #E6851C;
    border: none;
  }
  body #main .float_condition .course .course_about {
    text-align: center;
    margin: 1vw 0 0 0;
  }
  body #main .float_condition .course .course_about a {
    display: inline-flex;
    align-items: center;
  }
  body #main .float_condition .course .course_about a .i {
    width: 4.10256vw;
    margin: 0 1.02564vw 0 0;
    line-height: 0;
  }
  body #main .float_condition .course .course_about a .t {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2.14286em;
    color: #1A1311;
  }
  body #main .float_condition .quantity {
    margin: 2.9vw 0 0 0;
  }
  body #main .float_condition .quantity .quantity_ttl {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.875em;
  }
  body #main .float_condition .quantity .pulldown_area {
    margin: 0.5vw 0 0 0;
  }
  body #main .float_condition .quantity .pulldown_area .pulldown_box {
    margin: 0 auto;
  }
  body #main .float_condition .quantity .pulldown_area .pulldown_box select {
    width: 77.4359vw;
    height: 8.71795vw;
    background: white;
  }
  body #main .float_condition .cart {
    margin: 6.15385vw 0 0 0;
  }
  body #main .float_condition .cart .btn {
    display: flex;
    align-items: center;
    width: 77.4359vw;
    margin: 0 auto;
    height: 15.89744vw;
    background: #E6851C;
    box-sizing: border-box;
    padding: 0 0 0 9.10256vw;
  }
  body #main .float_condition .cart .btn .i {
    width: 6.66667vw;
    line-height: 0;
    margin: 0 3.97436vw 0 0;
  }
  body #main .float_condition .cart .btn .t {
    color: white;
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 2.1875em;
    font-weight: bold;
  }
  body #main.archive {
    opacity: 0;
    overflow: visible !important;
    padding: 8.3vw 0 10.25641vw 0;
  }
  body #main.archive .inner {
    width: 87.69231vw;
    margin: 0 auto;
    float: none;
  }
  body #main.archive h1 {
    width: 30.80513vw;
    margin: 0 auto;
    line-height: 0;
  }
  body #main.archive .area.pulldown {
    margin: 9.7vw 0 0 0;
  }
  body #main.archive .area.pulldown .inner {
    width: 55.12821vw;
  }
  body #main.archive .area.pager.upper {
    margin: 8.5vw 0 0 0;
  }
  body #main.archive .area.pager.bottom {
    margin: 15.38462vw 0 0 0;
  }
  body #main.archive .area#products {
    margin: 6.66667vw 0 0 0;
  }
  body #main.archive .area#products .inner {
    width: 73.58974vw;
  }
  body #main.archive .area#products ul li:not(:last-child) {
    margin: 0 0 15.38462vw 0;
  }
  body #main.detail {
    overflow: visible !important;
    opacity: 0;
    padding: 7.05128vw 0 6vw 0;
  }
  body #main.detail #contents #contents_mainarea {
    overflow: hidden;
  }
  body #main.detail #contents #contents_mainarea .pager {
    padding: 0 0 2px 0;
    margin: 10.25641vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea .pager .inner {
    width: 100%;
    margin: 0;
  }
  body #main.detail #contents #contents_mainarea #copy .copy {
    line-height: 0;
  }
  body #main.detail #contents #contents_mainarea #copy .copy + p {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 1.42857em;
    color: #E6851C;
    text-align: center;
  }
  body #main.detail #contents #contents_mainarea #fv {
    margin: 5.7vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea #fv .swiper {
    width: 74.35897vw;
    margin: 0 auto;
  }
  body #main.detail #contents #contents_mainarea #fv .swiper .swiper-slide {
    line-height: 0;
  }
  body #main.detail #contents #contents_mainarea #fv .swiper .swiper-pagination {
    margin: 4.10256vw 0 0 0;
    position: relative;
    line-height: 0;
    bottom: 0;
  }
  body #main.detail #contents #contents_mainarea #fv .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 22.05128vw;
    height: 22.05128vw;
    border-radius: 0px;
    opacity: 0.5;
    margin: 0;
    transition: 0.3s;
  }
  body #main.detail #contents #contents_mainarea #fv .swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 4.10256vw 0 0;
  }
  body #main.detail #contents #contents_mainarea #fv .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  body #main.detail #contents #contents_mainarea section#detail_area {
    margin: 5.5vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 12.30769vw;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area h1 {
    color: #E6851C;
    width: 100%;
    margin: 0 0 -0.5vw 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area h1 span {
    display: block;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area h1 span.s {
    font-size: 3.07692vw;
    letter-spacing: 0em;
    line-height: 2em;
    margin: 0 0 -1vw 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area h1 span.m {
    font-size: 5.64103vw;
    letter-spacing: 0em;
    line-height: 1.09091em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area {
    margin: 1vw 5vw 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area .size {
    font-size: 3.07692vw;
    letter-spacing: 0.085em;
    line-height: 1.66667em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area .price {
    display: flex;
    align-items: flex-end;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area .price .c {
    margin: 0 1.53846vw 0 0;
    font-size: 5.64103vw;
    letter-spacing: 0.085em;
    line-height: 0.90909em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .price_area .price .t {
    font-size: 3.58974vw;
    letter-spacing: 0.085em;
    line-height: 1em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .ttl_area .btn {
    display: block;
    color: white;
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 2.75em;
    width: 33.07692vw;
    height: 11.28205vw;
    background: #E6851C;
    text-align: center;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail {
    width: 87.69231vw;
    margin: 6vw auto 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail > p {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.75em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 47vw;
    line-height: 0;
    z-index: 1;
    transition: top 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a {
    display: inline-block;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a span {
    display: block;
    line-height: 0;
    margin: 0 auto;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a span.t {
    width: 19.63077vw;
    margin-bottom: 2.25641vw;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail h2 a span.arw {
    width: 2.82051vw;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion_area {
    position: relative;
    padding: 22vw 0 0 0;
    transition: padding 0.3s;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion_area.open h2 {
    top: 4vw;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion_area.open h2 .arw img {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion_area.open .accordion::after {
    display: none;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion {
    overflow: hidden;
    position: relative;
    height: 35vw;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 25.12821vw;
    background: #FDF3E2;
    background: linear-gradient(0deg, #fdf3e2 27%, rgba(253, 243, 226, 0) 100%);
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail .accordion .set-content {
    padding: 0 0 2vw 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article:not(:first-child) {
    margin: 8.20513vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article h3 {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article p {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article p:not(:first-child) {
    margin: 3vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article figure {
    line-height: 0;
    width: 74.35897vw;
    margin: 8.46154vw auto 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article dl {
    font-size: 3.07692vw;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: 7.69231vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article dl dt {
    color: #E6851C;
  }
  body #main.detail #contents #contents_mainarea section#detail_area #detail article dl dt:not(:first-child) {
    margin: 4.87179vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area {
    margin: 14.4vw 0 0 0;
    text-align: center;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .prod_ttl span {
    color: #E6851C;
    display: block;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .prod_ttl span.s {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 1.42857em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .prod_ttl span.m {
    font-size: 5.64103vw;
    letter-spacing: 0em;
    line-height: 0.90909em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .prod_ttl span.m:not(:first-child) {
    margin: 1.2vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .size {
    margin: 2.5vw 0 0 0;
    font-feature-settings: normal;
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .q {
    margin: 4.5vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .q a {
    color: #1A1311;
    display: inline-block;
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2em;
    position: relative;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .q a::after {
    content: '';
    height: 1px;
    background: #1A1311;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1.1vw;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .price {
    width: 53vw;
    margin: 2.5vw auto 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .price .regular {
    color: #E6851C;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .price dt {
    width: 22.5641vw;
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .price dd {
    white-space: nowrap;
    width: calc(100% - 22.5641vw);
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .price dd .b {
    font-size: 5.64103vw;
    letter-spacing: 0em;
    line-height: 1.36364em;
    font-weight: bold;
    margin: 0 -2vw 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .price dd .t {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .btn_area {
    text-align: center;
    margin: 3.7vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .btn_area a {
    background: #E6851C;
    display: inline-flex;
    width: 66.66667vw;
    height: 11.28205vw;
    align-items: center;
    justify-content: center;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .btn_area a .i {
    width: 6.66667vw;
    line-height: 0;
    margin: 0 3.97436vw 0 0;
  }
  body #main.detail #contents #contents_mainarea section#detail_area .buy_area .btn_area a .t {
    color: white;
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2.21429em;
  }
  body #main.detail #contents #contents_mainarea section#review {
    margin: 13.5vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review h2 {
    font-size: 5.64103vw;
    letter-spacing: 0em;
    line-height: 1.36364em;
    text-align: center;
  }
  body #main.detail #contents #contents_mainarea section#review .pulldown_area {
    width: 66.66667vw;
    margin: 5vw auto 0;
  }
  body #main.detail #contents #contents_mainarea section#review .pulldown_area p {
    display: flex;
    align-items: center;
  }
  body #main.detail #contents #contents_mainarea section#review .pulldown_area p .i {
    width: 3.58974vw;
    line-height: 0;
    margin: 0 1.53846vw 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .pulldown_area .pulldown_box select {
    width: 41.02564vw;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper {
    width: 87.69231vw;
    margin: 9.3vw auto 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box {
    padding: 0 0 8.97436vw 0;
    border-bottom: 1px solid #B2B2B2;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box:not(:first-child) {
    margin: 9.23077vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_ttlarea .ttl {
    font-size: 5.64103vw;
    letter-spacing: 0em;
    line-height: 1.36364em;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_ttlarea .star {
    display: flex;
    justify-content: space-between;
    margin: 5vw 0 0 0;
    width: 22.82051vw;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_ttlarea .star span {
    line-height: 0;
    width: 3.33333vw;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt {
    margin: 5vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .accordion {
    height: 0;
    overflow: hidden;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .accordion .set-content {
    padding: 7.4359vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .user_box {
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .user_box .user_info {
    margin: 2.5641vw 0 0 0;
    display: flex;
    align-items: center;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .user_box .user_info .name {
    margin: 0 4.10256vw 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .staff_box:not(:first-child) {
    margin: 7.4359vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .staff_box .staff_ttl {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .review_txt .staff_box .staff_voice {
    margin: 3.33333vw 0 0 0;
    font-size: 3.58974vw;
    letter-spacing: 0em;
    line-height: 2em;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area {
    margin: 5vw 0 0 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn {
    width: 25.12821vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn .t {
    font-size: 4.10256vw;
    letter-spacing: 0em;
    line-height: 1.5em;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn .arw {
    width: 2.82051vw;
    line-height: 0;
  }
  body #main.detail #contents #contents_mainarea section#review .review_wrapper .review_box .btn_area .set-btn.open .arw img {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body #main.detail > section#prod {
    float: none;
    margin: 19.48718vw 0 0 0;
  }
  body #main.detail > section#prod .inner {
    width: 100%;
    margin: 0;
  }
  body #main.detail > section#prod .inner h2 {
    font-size: 7.69231vw;
    letter-spacing: 0em;
    line-height: 1.33333em;
    text-align: center;
  }
  body #main.detail > section#prod .inner .swiper {
    margin: 9.74359vw 0 0 0;
  }
  body #main.detail > section#prod .inner .swiper.disabled .swiper-wrapper {
    justify-content: center;
  }
  body #main.detail > section#prod .inner .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  body #main.detail > section#prod .inner .swiper-wrapper .swiper-slide {
    width: 73.84615vw;
  }
  body #main.detail #magazine_link {
    margin-top: 12vw;
  }
}
