@charset "UTF-8";
@import url(//hello.myfonts.net/count/3533e8);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: NotoSansCJK-exlight;
  font-style: ExtraLight;
  font-weight: 100;
  src: url(../file/fonts/NotoSerifCJKjp-ExtraLight.otf) format("opentype"), url(../file/fonts/NotoSerifCJKjp-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: NotoSansCJK-Regular;
  font-style: Regular;
  font-weight: 400;
  src: url(../file/fonts/NotoSerifCJKjp-Regular.otf) format("opentype"), url(../file/fonts/NotoSerifCJKjp-Regular.woff) format("woff");
}
@font-face {
  font-family: NotoSans-Regular;
  font-style: Regular;
  font-weight: 400;
  src: url(../file/fonts/NotoSerifCJKjp-Regular.otf) format("opentype"), url(../file/fonts/NotoSerifCJKjp-Regular.woff) format("woff");
}
@font-face {
  font-family: NotoSans-en-Regular;
  font-style: Regular;
  font-weight: 400;
  src: url(../file/fonts/NotoSerif-Regular.ttf) format("truetype");
}
@font-face {
  font-family: cn-exlight;
  font-style: ExtraLight;
  font-weight: 100;
  src: url(../file/fonts/SourceHanSerifCH-ExtraLight-8000.otf) format("opentype"), url(../file/fonts/SourceHanSerifCH-ExtraLight-8000.woff) format("woff");
}
@font-face {
  font-family: cn-regular;
  font-style: Regular;
  font-weight: 400;
  src: url(../file/fonts/SourceHanSerifCN-Regular-8000.otf) format("opentype"), url(../file/fonts/SourceHanSerifCN-Regular-8000.woff) format("woff");
}
@font-face {
  font-family: tw-exlight;
  font-style: ExtraLight;
  font-weight: 100;
  src: url(../file/fonts/SourceHanSerifTW-ExtraLight-8000.otf) format("opentype"), url(../file/fonts/SourceHanSerifTW-ExtraLight-8000.woff) format("woff");
}
@font-face {
  font-family: tw-regular;
  font-style: Regular;
  font-weight: 400;
  src: url(/ja/jpn/static/tourist/mjx/assets/file/fonts/SourceHanSerifTW-Regular-8000.otf) format("opentype"), url(/ja/jpn/static/tourist/mjx/assets/file/fonts/SourceHanSerifTW-Regular-8000.woff) format("woff");
}
@font-face {
  font-family: UniversLTPro-65Bold;
  src: url(../file/fonts/3533E8_0_0.eot);
  src: url(../file/fonts/3533E8_0_0.eot?#iefix) format("embedded-opentype"), url(../file/fonts/3533E8_0_0.woff2) format("woff2"), url(../file/fonts/3533E8_0_0.woff) format("woff"), url(../file/fonts/3533E8_0_0.ttf) format("truetype");
}
.l-header {
  width: 100%;
  z-index: 9900;
  background: #fff;
}
.l-header__content {
  height: 60px;
}
.l-header__content .menu-trigger {
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 9990;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  -webkit-tap-highlight-color: transparent;
}
.l-header__content .menu-trigger .wrap {
  padding-top: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__content .menu-trigger .wrap::before {
  content: "MENU";
  font-size: 1rem;
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  color: #0032a1;
  height: 1rem;
  width: 100%;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__content .menu-trigger .line {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0032a1;
}
.l-header__content .menu-trigger .line:nth-of-type(1) {
  top: 10px;
}
.l-header__content .menu-trigger .line:nth-of-type(2) {
  top: 18px;
}
.l-header__content .menu-trigger .line:nth-of-type(3) {
  bottom: 0;
}
.l-header__content .menu-trigger.active .wrap::before {
  opacity: 0;
  top: -25px;
}
.l-header__content .menu-trigger.active .line:nth-of-type(1) {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}
.l-header__content .menu-trigger.active .line:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}
.l-header__content .menu-trigger.active .line:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
          transform: translateY(-15px) rotate(45deg);
}
.l-header__logo {
  background: url(../img/common/cropped-Tiger-Logo.svg) no-repeat center bottom;
  background-size: auto 98%;
  text-indent: -9999px;
  width: 200px;
  height: 30px;
  margin: 0 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: NotoSansCJK-Regular;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  -webkit-column-gap: 400p;
     -moz-column-gap: 400p;
          column-gap: 400p;
  list-style-type: none;
}
[lang=zh-CN] .l-header__gnav {
  font-family: cn-regular;
}
.l-header__gnav .link {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.l-header__gnav .link:hover {
  color: #fe4f13;
}

.l-header__btn-sns .btn {
  display: block;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.l-header__btn-sns .btn .link {
  color: #fff;
  padding: 0 1.3rem 0 0.5rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.l-header__btn-sns .btn .icon {
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
}

.l-header__language {
  font-size: 1.2rem;
}
.l-header__language .btn.current {
  border-bottom: 1px solid #000;
  pointer-events: none;
}
.l-header__language .btn.current .link {
  opacity: 1;
}
.l-header__language .btn:not(:first-child) {
  margin-left: 1rem;
}
.l-header__language .btn .link {
  opacity: 0.4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-header__language .btn .link:hover {
  opacity: 0.8;
}

@media screen and (max-height: 750px) and (min-width: 768px) {
  .l-header__content {
    height: 120px;
  }
  .l-header__content .l-header__language {
    top: 5.5rem;
  }
  .l-header__logo {
    margin-top: -5px;
  }
  .l-header__nav-Wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__content {
    height: 200px;
    padding-top: 35px;
    position: relative;
  }
  .l-header__content > a {
    display: block;
    width: 200px;
    height: 30px;
    margin: auto;
  }
  .l-header__logo {
    margin: 45px auto 0;
  }
  .l-header__nav-Wrap {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    margin-top: 55px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .l-header__nav-Wrap .item:not(:first-child) {
    margin-left: 1.6rem;
  }
  .l-header__btn-sns {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: 190px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 35px;
    background: url(../img/common/img-share.svg) left 50% no-repeat;
  }
  .l-header__btn-sns.ch, .l-header__btn-sns.en {
    width: 150px;
  }
  .l-header__btn-sns .btn.fb {
    background: #3b5998;
  }
  .l-header__btn-sns .btn .icon {
    width: 35px;
    height: 35px;
  }
  .l-header__language {
    position: absolute;
    top: 8.2rem;
    right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .l-header .bshare-custom.icon-medium-plus .bshare-sinaminiblog,
  .l-header .sns-area .bshare-sinaminiblog {
    background-image: url(../img/common/icon_weibo.svg);
  }
  .l-header .bshare-custom.icon-medium-plus .bshare-weixin,
  .l-header .sns-area .bshare-weixin {
    background-image: url(../img/common/icon_wechat.svg);
  }
  .l-header .bshare-custom.icon-medium-plus .icon,
  .l-header .sns-area .icon {
    background-size: 2.5rem;
  }
  .l-header .bshare-custom.icon-medium-plus .icon.fb,
  .l-header .sns-area .icon.fb {
    background-image: url(../img/common/icon_facebook.svg);
    background-size: auto 2.5rem;
  }
  .l-header .bshare-custom.icon-medium-plus .icon.tw,
  .l-header .sns-area .icon.tw {
    background-image: url(../img/common/icon_twitter.svg);
    background-size: 2.5rem auto;
  }
  .l-header__content .menu-trigger {
    display: inline-block;
  }
  .l-header__logo {
    position: absolute;
    top: calc(50% - 15px);
    background-position: 0 50%;
  }
  .l-header__nav-Wrap {
    position: absolute;
    background: #e9e9e9;
    width: 100%;
    top: 60px;
    left: 0;
    display: none;
    z-index: 9990;
  }
  .l-header__gnav {
    display: block;
    margin: 0;
  }
  .l-header__gnav .item {
    font-size: 2.4vh;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .l-header__gnav .item .link {
    color: #49575d;
    padding: 1vh 0 0.5vh;
    display: block;
  }
  .l-header__btn-sns {
    padding: 1rem 0;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-header__btn-sns .bshare-custom.icon-medium-plus .icon.fb {
    background-image: url(../img/common/icon_facebook-bk.svg);
  }
  .l-header__btn-sns .bshare-custom.icon-medium-plus .icon.line {
    background-image: url(../img/common/icon_line-bk.svg);
    background-size: 80%;
  }
  .l-header__btn-sns .bshare-custom.icon-medium-plus .icon.tw {
    background-image: url(../img/common/icon_twitter-bk.svg);
  }
  .l-header__btn-sns .bshare-custom.icon-medium-plus .icon.bshare-sinaminiblog {
    background-image: url(../img/common/icon_weibo-bk.svg);
  }
  .l-header__btn-sns .bshare-custom.icon-medium-plus .icon.bshare-weixin {
    background-image: url(../img/common/icon_wechat-bk.svg);
  }
  .l-header__btn-sns .btn .icon {
    width: 30px;
    height: 35px;
    background-size: auto 2rem;
  }
  .l-header__language {
    padding: 1rem 0;
    color: #fff;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-header__language .btn.current {
    border-color: #49575d;
  }
  .l-header__language .btn .link {
    color: #49575d;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-main {
  font-family: NotoSansCJK-Regular, "Times New Roman", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
}
[lang=zh-CN] .l-main {
  font-family: cn-regular, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "メイリオ", Meiryo, serif;
}

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

.hide {
  display: none;
}

.clearfix:after,
.l-content:after,
.l-footer:after,
.l-main:after {
  clear: both;
  content: "";
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.weightBold {
  font-weight: 700;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", sans-serif;
  line-height: 1.7;
  color: palette("basic", "text");
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
}
body header {
  text-align: center;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  color: #000;
}

p,
ul {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.6;
}

button,
hr {
  border: none;
}

img {
  vertical-align: bottom;
}

address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}

small {
  font-size: 1.3rem;
  letter-spacing: 0;
}

.d-flex {
  -js-display: -ms-flexbox;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  list-style-type: none;
}

.po-re {
  position: relative;
}

.l-content {
  position: relative;
  width: 100%;
}

.l-footer {
  margin: 0;
  position: relative;
  color: #fff;
  font-size: 1rem;
}

.l-footer__nav {
  background: #000;
  padding: 2.8rem 0;
  position: relative;
}

.l-footer__nav__gnav {
  width: 95%;
  margin: 0 auto;
  font-family: NotoSansCJK-Regular;
}
[lang=zh-CN] .l-footer__nav__gnav {
  font-family: cn-regular;
}
.l-footer__nav__gnav .item:not(:first-child) {
  margin-left: 2rem;
}
.l-footer__nav__gnav .item .link {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
}

.l-footer__nav .btn-language {
  position: absolute;
  top: calc(50% - 22px);
  right: 3rem;
  width: 75px;
  height: 40px;
}
.l-footer__nav .btn-Top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
}

.l-footer__copyright {
  background: #f0f0f0;
  color: #717171;
  padding: 3rem 0 2rem;
}
.l-footer__copyright .logo {
  margin-bottom: 2rem;
}
.l-footer__copyright .logo img {
  height: 4rem;
  margin-bottom: 1rem;
}
.l-footer__copyright .system .link {
  font-size: 1.4rem;
  color: #717171;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.d-flex {
  -js-display: -ms-flexbox;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  list-style-type: none;
}

.po-re {
  position: relative;
}

.serif-100 {
  font-family: NotoSansCJK-exlight, "Times New Roman", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
}

.serif-400 {
  font-family: NotoSansCJK-Regular, "Times New Roman", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
}

.serif-400-en {
  font-family: NotoSans-en-Regular, "Times New Roman", Georgia, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
}

.serif-100-tw,
.serif-400-tw {
  font-family: MingLiU, PMinLiU, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif !important;
}

.serif-100-cn {
  font-family: cn-exlight, SimSun, Hei, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif !important;
}

.serif-400-cn {
  font-family: cn-regular, SimSun, Hei, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif !important;
}

body.ch .l-home__title {
  font-family: cn-regular, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif, "メイリオ", Meiryo, serifMeiryo, serif;
}
body.ch .ch-copy,
body.ch span.spec-ch {
  font-family: cn-regular;
}

.l-main {
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
}

.if,
.linkBtn::after {
  display: inline-block;
  font-family: iconfont;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.l-home {
  -webkit-transition: opacity 0.2s 0.8s;
  transition: opacity 0.2s 0.8s;
  opacity: 1 !important;
}

.align-center {
  text-align: center;
}

.l-home__products-list__point-list #products-list-content .item .title,
.l-home__title {
  font-family: NotoSansCJK-Regular, sans-serif;
  font-weight: 600;
}

.l-home {
  position: relative;
}
.l-home #bsWXBox {
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
}
.l-home .bshare-custom.icon-medium-plus,
.l-home .sns-area {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.l-home .bshare-custom.icon-medium-plus .icon img,
.l-home .sns-area .icon img {
  width: auto;
}
.l-home .bshare-custom.icon-medium-plus .icon:not(:first-child),
.l-home .sns-area .icon:not(:first-child) {
  margin-left: 0.5rem;
}
.l-home .bshare-custom.icon-medium-plus .icon.line,
.l-home .sns-area .icon.line {
  background-image: url(../img/common/icon-line.svg);
}
.l-home .bshare-custom.icon-medium-plus .icon.fb,
.l-home .sns-area .icon.fb {
  background-image: url(../img/common/icon-fb.svg);
}
.l-home .bshare-custom.icon-medium-plus .icon.tw,
.l-home .sns-area .icon.tw {
  background-image: url(../img/common/icon-tw.svg);
}
.l-home .bshare-custom.icon-medium-plus .icon,
.l-home .sns-area .icon {
  display: block;
  padding: 0;
  width: 35px;
  height: 35px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.l-home__title, .l-home__title-serif {
  font-size: 3.6rem;
}
.l-home__sub-title {
  font-size: 3rem;
  line-height: 1.4;
}
.l-home__center {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.l-home__hr__line-bkrd {
  height: 3px;
  background: url(../img/common/line-black-red.svg) no-repeat 50%;
  background-size: auto 100%;
}
.l-home__hero {
  z-index: 8000;
  background: url(../img/home/mv-sp.jpg) 50% 100% no-repeat #f6f6f6;
  background-size: 100% auto;
  width: 100%;
  overflow: hidden;
  height: 117.3333333333vw;
}
.l-home__hero .l-home__hero__content__copy {
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 3s 0.5s;
  transition: opacity 3s 0.5s;
}
.l-home__hero .l-home__hero__content__copy__sub {
  opacity: 1;
  -webkit-transition: opacity 2.5s 1.5s;
  transition: opacity 2.5s 1.5s;
}
.l-home__hero .l-home__hero__band {
  opacity: 1;
}
.l-home__hero .l-home__hero__band.top {
  left: 0;
}
.l-home__hero .l-home__hero__band.bottom {
  right: 0;
}
.l-home__hero .imgwrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.l-home__hero__content {
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 7000;
  opacity: 1;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  color: #000;
}
[lang=en] .l-home__hero__content, [lang=th] .l-home__hero__content, [lang=ja] .l-home__hero__content {
  margin-top: 13.5vw;
}
[lang=zh-CN] .l-home__hero__content {
  margin-top: 18vw;
}
.l-home__hero__content__titleSub {
  margin: 2rem 0;
}
.l-home__hero__content__logoWrap {
  overflow: hidden;
  height: 45vh;
  max-height: 450px;
}
.l-home__hero__content__logoWrap img {
  width: auto;
  height: 100%;
}

.l-home__product {
  padding: 10rem 0 6rem;
  width: 100%;
  overflow: hidden;
}
.l-home__product__title {
  z-index: 8000;
  padding-bottom: 30px;
  background: url("../img/home/bg-title-ribbon.svg") no-repeat center bottom;
}
[lang=zh-CN] .l-home__product__title {
  font-family: cn-regular;
}
.l-home__product__image-box {
  height: 680px;
  background: url(../img/home/bg-pattern.gif);
  background: #f4f6f8;
  -webkit-transform-style: preserve-3d;
}
.l-home__product__image-box__wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.l-home__product__image-box__name {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 36.4583333333vw);
  z-index: 5000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-home__product__image-box__name .ja {
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 8rem;
}
.l-home__product__image-box__name .en {
  font-size: 3.6rem;
  font-weight: bold;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  font-family: NotoSansCJK-Regular, sans-serif;
}
.l-home__product__image-box__name .en span {
  position: relative;
  z-index: 2;
}
[lang=th] .l-home__product__image-box__name .en, [lang=ko] .l-home__product__image-box__name .en, [lang=en] .l-home__product__image-box__name .en {
  font-size: 8rem;
  position: relative;
  z-index: 2;
  padding: 0 0.5em;
}
[lang=th] .l-home__product__image-box__name .en::before, [lang=ko] .l-home__product__image-box__name .en::before, [lang=en] .l-home__product__image-box__name .en::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: skew(-8deg, 0deg);
          transform: skew(-8deg, 0deg);
  content: "";
}
[lang=th] .l-home__product__image-box__name .en, [lang=ko] .l-home__product__image-box__name .en {
  font-size: 5rem;
}
.l-home__product__image-box__bg {
  width: calc(50% + 260px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff no-repeat center;
  background-size: cover;
  z-index: 50;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-home__product__image-box__cut {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 140px);
  background: url(../img/home/bg-pattern-cut.png) no-repeat;
  background-size: auto 100%;
  z-index: 6500;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-home__product__image-box__image {
  width: 440px;
  height: 740px;
  background-size: contain;
  position: absolute;
  top: -10rem;
  right: calc(50% - 610px);
  z-index: 6800;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-home__product__text-box {
  padding: 80px 20px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.l-home__product__title {
  margin: 0 0 4.5rem;
}
.l-home__product__sub-title {
  margin: 6rem 0 6rem;
  line-height: 1.4;
}
.l-home__product.reverse .l-home__product__image-box__name {
  left: auto;
}
.l-home__product.reverse .l-home__product__image-box__bg {
  right: 0;
  left: auto;
}
.l-home__product.reverse .l-home__product__image-box__image {
  left: calc(50% - 570px);
  right: auto;
}
.l-home__product.reverse .l-home__product__image-box__cut {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  right: calc(50% - 140px);
  left: auto;
}
.l-home__product.chikurinnotora .l-home__product__image-box__bg {
  background-image: url(../img/home/bg-chikurinnotora.jpg);
}
.l-home__product.chikurinnotora .l-home__product__image-box__image {
  background-image: url(../img/home/product-photo-01.png);
}
.l-home__product.chikurinnotora .l-home__product__image-box__name {
  position: relative;
  z-index: 20000;
}
.l-home__product.chikurinnotora .l-home__product__image-box__name .ja {
  position: relative;
  padding: 20px 0 40px;
  margin-right: min(40px, 2.0833333333vw);
}
.l-home__product.chikurinnotora .l-home__product__image-box__name .ja span {
  position: relative;
  z-index: 2;
  letter-spacing: -0.3em;
}
.l-home__product.chikurinnotora .l-home__product__image-box__name .ja::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(178, 167, 110, 0.75);
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
}
[lang=th] .l-home__product.chikurinnotora .l-home__product__image-box__name .en::before, [lang=ko] .l-home__product.chikurinnotora .l-home__product__image-box__name .en::before, [lang=en] .l-home__product.chikurinnotora .l-home__product__image-box__name .en::before {
  background: rgba(178, 167, 110, 0.75);
}
.l-home__product.tsuru .l-home__product__image-box__name .ja {
  position: relative;
  padding: 40px 0 60px;
  margin-left: min(40px, 2.0833333333vw);
}
.l-home__product.tsuru .l-home__product__image-box__name .ja span {
  position: relative;
  z-index: 2;
  letter-spacing: -0.3em;
}
.l-home__product.tsuru .l-home__product__image-box__name .ja::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(225, 0, 1, 0.75);
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
}
[lang=th] .l-home__product.tsuru .l-home__product__image-box__name .en::before, [lang=ko] .l-home__product.tsuru .l-home__product__image-box__name .en::before, [lang=en] .l-home__product.tsuru .l-home__product__image-box__name .en::before {
  background: rgba(225, 0, 1, 0.75);
}
.l-home__product.tsuru .l-home__product__image-box__bg {
  background-image: url(../img/home/bg-tsuru.jpg);
  background-position: left 170px center;
  background-size: cover;
}
.l-home__product.tsuru .l-home__product__image-box__image {
  left: calc(50% - 500px);
  background-image: url(../img/home/product-photo-02.png);
}
.l-home__product.onami .l-home__product__image-box__name .ja {
  position: relative;
  padding: 20px 0 40px;
  margin-right: min(40px, 2.0833333333vw);
}
.l-home__product.onami .l-home__product__image-box__name .ja span {
  position: relative;
  z-index: 2;
  letter-spacing: -0.3em;
}
.l-home__product.onami .l-home__product__image-box__name .ja::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(32, 51, 98, 0.75);
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
}
[lang=th] .l-home__product.onami .l-home__product__image-box__name .en::before, [lang=ko] .l-home__product.onami .l-home__product__image-box__name .en::before, [lang=en] .l-home__product.onami .l-home__product__image-box__name .en::before {
  background: rgba(32, 51, 98, 0.75);
}
.l-home__product.onami .l-home__product__image-box__bg {
  background: url(../img/home/bg-onami.jpg) no-repeat;
  background-size: 1920px auto;
  background-position: right 80px bottom -90px;
}
.l-home__product.onami .l-home__product__image-box__image {
  background-image: url(../img/home/product-photo-03.png);
}

.reverse .l-home__product__image-box__name {
  right: calc(50% - 36.4583333333vw);
}
.reverse .l-home__product__image-box__name .ja {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.reverse .l-home__product__image-box__name .en {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body.en .l-home__hero__content__copy__sub {
  font-size: 1.8vw;
  letter-spacing: 0.05rem;
}
body.ch .l-home__product__title {
  line-height: 1.2;
}
body.hk .l-home__product__title {
  line-height: 1.2;
}

.android.l-home .fixed-wrap {
  position: static !important;
}
.android.l-home .fixed-wrap .l-header__content .l-header__logo {
  left: 0;
  top: 1.5rem;
  margin-left: 0;
}
.android.l-home .l-footer__copyright .logo .link img {
  height: 40px;
  width: 276px;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .only-pc {
    display: inline-block;
  }
  .l-home__hero {
    background-position: 50% 100%;
    background-image: url(../img/home/mv.jpg);
    background-size: cover;
    height: 45.8333333333vw;
  }
  .l-home__hero__content {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;
    text-align: left;
    padding-left: 12%;
    text-shadow: 3px 3px 3px #333;
    margin-top: 0;
  }
  [lang=th] .l-home__hero__content, [lang=ja] .l-home__hero__content, [lang=en] .l-home__hero__content, [lang=zh-CN] .l-home__hero__content {
    margin-top: 0;
  }
  .l-home__hero__content__copy {
    font-size: 1.7708333333vw;
    text-align: left !important;
    font-weight: normal;
    margin: 0;
  }
  .l-home__hero__content__copy__sub {
    font-size: 1.7708333333vw;
    font-weight: normal;
  }
  .l-home__hero__content__copy__sub.en {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  .l-home__product {
    padding: 10rem 0 10rem;
  }
  .l-home__product.onami .l-home__product__image-box__name {
    width: 276px;
    height: 290px;
  }
  .l-home__product.onami .l-home__product__image-box__name {
    width: 276px;
    height: 290px;
  }
  [lang=ko] .l-home__product.onami .l-home__product__image-box__name {
    width: 320px;
  }
  .l-home__product__title {
    margin-bottom: 10rem;
  }
  .l-home__product__image-box__wrap {
    height: 680px;
  }
  .l-home__product__image-box__btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-home__product__image-box__btn:hover {
    -webkit-transform: scale(1.04) rotate(90deg);
            transform: scale(1.04) rotate(90deg);
  }
}
@media screen and (max-width: 860px) {
  .l-footer__nav__gnav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  br.sp-view {
    display: inline-block;
  }
  p {
    font-size: 1.2rem;
  }
  .l-footer {
    margin-top: 8rem;
  }
  .l-footer__nav__gnav {
    display: none;
  }
  .l-footer__nav .btn-language {
    right: 2rem;
    width: 65px;
    top: calc(50% - 20px);
  }
  .l-footer__nav .btn-Top {
    right: 2rem;
    bottom: 3rem;
    padding: 1rem 1rem 1.5rem;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8);
  }
  .l-footer__nav .btn-Top img {
    width: 6rem;
    height: auto;
  }
  .paragraph {
    padding: 0 1.5rem;
  }
  .l-home {
    padding-top: 60px;
  }
  .l-home .bshare-custom.icon-medium-plus .icon:not(:first-child),
  .l-home .sns-area .icon:not(:first-child) {
    margin-left: 1rem;
  }
  .l-home__title {
    font-size: 8.5333333333vw;
  }
  .l-home__title-serif {
    font-size: 2.6rem;
    padding: 0 1.5rem;
    line-height: 1.2;
  }
  [lang=ko] .l-home__hero__content {
    margin-top: 13vw;
  }
  .l-home__hero__content__copy {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    margin-top: 6vw;
  }
  .l-home__hero__content__copy__sub {
    margin-top: 0;
    font-size: 4.5vw;
  }
  .l-home__product {
    padding: 3rem 0;
  }
  .l-home__product__image-box__wrap {
    height: 96vw;
  }
  .l-home__product__image-box {
    height: 96vw;
  }
  .l-home__product__image-box__name {
    top: 6.9333333333vw;
    left: 2rem;
    z-index: 7000;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    color: #000000;
  }
  .l-home__product__image-box__name .ja {
    line-height: 1.4;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 8.5333333333vw;
    margin-right: 5.3333333333vw;
    margin-left: 0;
    padding: 0;
  }
  .l-home__product__image-box__name .ja::before {
    display: none !important;
  }
  .l-home__product__image-box__name .en {
    font-size: 3.2vw;
    font-weight: bold;
    text-shadow: none;
  }
  [lang=ko] .l-home__product__image-box__name .en {
    font-size: 7.4666666667vw;
  }
  [lang=ko] .l-home__product__image-box__name .en::before {
    display: none;
  }
  [lang=th] .l-home__product__image-box__name .en, [lang=en] .l-home__product__image-box__name .en {
    font-size: 8.5333333333vw;
  }
  [lang=th] .l-home__product__image-box__name .en::before, [lang=en] .l-home__product__image-box__name .en::before {
    display: none;
  }
  .l-home__product__image-box__bg {
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
  }
  .l-home__product__image-box__image {
    top: -6.6666666667vw;
    width: 46.4vw;
    left: auto;
    height: 100%;
    right: 2.6666666667vw;
  }
  .l-home__product__image-box__btn {
    left: calc(50% - 32px);
    width: 58px;
    height: 55px;
    top: 5rem;
    right: auto;
    bottom: auto;
  }
  .l-home__product__image-box__btn:hover {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
  }
  .l-home__product__image-box__cut {
    -webkit-transform: scale(1);
            transform: scale(1);
    right: auto;
    left: 0;
    background-image: url(../img/home/bg-pattern-cut-sp02.png);
    top: 0;
    bottom: calc(50% - 50px);
    left: 0;
    width: 100%;
    height: 58.6666666667vw;
    background-size: 100% 100%;
    z-index: 500;
  }
  .l-home__product.reverse .l-home__product__image-box__name {
    left: 2rem;
  }
  .l-home__product.reverse .l-home__product__image-box__name .ja {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-home__product.reverse .l-home__product__image-box__name .ja::before {
    display: none !important;
  }
  .l-home__product.reverse .l-home__product__image-box__name .en {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-home__product.reverse .l-home__product__image-box__bg {
    left: 0;
    right: auto;
  }
  .l-home__product.reverse .l-home__product__image-box__image {
    left: auto;
    right: 2.6666666667vw;
  }
  .l-home__product.reverse .l-home__product__image-box__cut {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    right: 0;
    left: 0;
  }
  .l-home__product__text-box {
    padding-top: 6.4vw;
  }
  .l-home__product__text-box p {
    font-size: 3.7333333333vw;
  }
  .l-home__product.chikurinnotora .l-home__product__image-box__name .ja {
    padding: 0;
  }
  body.en .l-home__hero__content__copy__sub {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 340px) {
  .l-home__hero__content__copy {
    font-size: 1.6rem;
  }
  .l-home__hero__content__copy__sub {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 400px) and (max-width: 999px) {
  .l-home__center {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .l-home__product.reverse .l-home__product__image-box__name {
    right: 20px;
  }
  .l-home__product.reverse .l-home__product__image-box__image {
    left: calc(50% - 460px);
  }
  .l-home__product.reverse .l-home__product__image-box__btn {
    left: calc(50% - 150px);
  }
  .l-home__product__image-box__name {
    left: calc(50% - 350px);
  }
  .l-home__product__image-box__image {
    right: calc(50% - 500px);
  }
  .l-home__product__image-box__btn {
    right: calc(50% - 150px);
  }
}
@media all and (-ms-high-contrast: none) {
  .l-home__hero__band,
  ::-ms-backdrop {
    transform: rotate(0.0001deg);
  }
}
.intro {
  padding: 110px 20px 80px;
  text-align: center;
  background: url("../img/home/intro-bg.png") repeat-x center bottom;
}
.intro__title {
  font-size: 3.6rem;
  margin: 0 0 56px;
}
.intro__lead {
  font-size: 2.8rem;
  margin-bottom: 200px;
}
.intro__logo {
  max-width: 522px;
  margin: 0 auto 64px;
}
.intro__copy {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 56px;
}
.intro__names {
  font-size: 2.8rem;
  margin-bottom: 40px;
}
.intro__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 28px;
}
.intro__desc__note {
  padding-top: 2.7rem;
  font-size: 1.2rem;
}
.intro .yuzen__title {
  font-size: 2.8rem;
}
.intro .yuzen__desc {
  font-size: 1.6erem;
  margin-bottom: 90px;
}
.intro .yuzen__list {
  display: grid;
  max-width: 1400px;
  margin: 0 auto 120px;
  row-gap: min(140px, 10vw);
  grid-template-columns: 48.2142857143% 48.2142857143%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .yuzen__list li {
  list-style-type: none;
  padding: 0;
}
.intro .yuzen__link {
  text-align: center;
}
.intro .yuzen__btn {
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  display: inline-block;
  padding: 20px 40px;
  background: #000;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.intro .yuzen__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 16vw 0 21.3333333333vw;
    background: url("../img/home/intro-bg.png") repeat-x center bottom;
    margin-bottom: 10.6666666667vw;
  }
  .intro__title {
    font-size: 8.5333333333vw;
    line-height: 1.5;
    margin: 0 0 8.5333333333vw;
  }
  .intro__lead {
    font-size: 6.4vw;
    width: 72vw;
    margin: 0 auto 21.3333333333vw;
  }
  .intro__logo {
    max-width: 84vw;
    margin: 0 auto 10.6666666667vw;
  }
  .intro__copy {
    font-size: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
  .intro__names {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .intro__desc {
    font-size: 3.7333333333vw;
    width: 84vw;
    margin: 0 auto;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 21.3333333333vw;
  }
  .intro__desc__note {
    padding-top: 6.4vw;
    font-size: 3.2vw;
  }
  .intro .yuzen__title {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .intro .yuzen__desc {
    font-size: 3.7333333333vw;
    margin: 0 auto 8.5333333333vw;
    width: 84vw;
    text-align: left;
  }
  .intro .yuzen__list {
    max-width: 84vw;
    margin-bottom: 16vw;
    row-gap: 10.6666666667vw;
    grid-template-columns: 100%;
  }
  .intro .yuzen__btn {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw;
    background: #000;
    width: 84vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.layercoat {
  padding-top: 80px;
  margin-bottom: 100px;
}
.layercoat .l-home__product__title {
  margin-bottom: 40px;
}
.layercoat__header {
  margin-bottom: 40px;
}
.layercoat__lead {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 80px;
}
.layercoat__image {
  width: 100%;
  height: min(640px, 45.7142857143vw);
  background: url("../img/home/layercoat-image.jpg") no-repeat center;
  background-size: cover;
}
.layercoat__body {
  padding-top: 40px;
}
.layercoat__detail__image {
  width: 440px;
  margin: 0 auto 80px;
}
.layercoat__detail__image__caption {
  padding-top: 40px;
  text-align: center;
  font-size: 1.6rem;
}
.layercoat__detail__text {
  text-align: center;
  font-size: 1.6rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .layercoat {
    padding-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .layercoat .l-home__product__title {
    margin-bottom: 8.5333333333vw;
  }
  .layercoat__header {
    margin-bottom: 4.2666666667vw;
  }
  .layercoat__lead {
    font-size: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
  .layercoat__image {
    height: 66.6666666667vw;
    background: url("../img/home/layercoat-image_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .layercoat__body {
    padding-top: 4.2666666667vw;
  }
  .layercoat__detail__image {
    width: 84vw;
    margin: 0 auto 10.6666666667vw;
  }
  .layercoat__detail__image img {
    width: 100%;
    height: auto;
  }
  .layercoat__detail__image__caption {
    padding-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .layercoat__detail__text {
    padding: 0 8vw;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .layercoat__detail__text p {
    font-size: 3.7333333333vw;
  }
}

.products {
  padding-top: 40px;
  padding-bottom: min(150px, 10.7142857143vw);
  position: relative;
  margin-bottom: 100px;
}
.products::after {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f6f8;
  display: block;
  content: "";
  width: 100%;
  height: min(640px, 45.7142857143vw);
}
.products__header {
  margin-bottom: 80px;
}
.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: min(40px, 2.8571428571vw);
     -moz-column-gap: min(40px, 2.8571428571vw);
          column-gap: min(40px, 2.8571428571vw);
  max-width: 1400px;
  margin: 0 auto;
}
.products__item {
  list-style-type: none;
}
.products__item:nth-child(2) {
  margin-top: 60px;
}
.products__item:nth-child(2) .products__item__image {
  margin-bottom: 40px;
}
.products__item:nth-child(2) .products__item__image__name {
  top: 0;
}
.products__item__image {
  margin-bottom: 75px;
  position: relative;
}
.products__item__image__name {
  position: absolute;
  top: 100%;
  line-height: 1.25;
  left: 50%;
  font-size: min(2.4rem, 1.7142857143vw);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.1));
  padding: min(17px, 1.2142857143vw);
  width: 59.0909090909%;
}
[lang=zh-CN] .products__item__image__name {
  font-size: min(2.2rem, 1.5714285714vw);
}
.products__item__image__name span {
  position: relative;
  z-index: 2;
}
.products__item__image__name::before {
  width: 59.0909090909%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-5deg);
          transform: translate(-50%, -50%) skew(-5deg);
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
}
.products__item__desc {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .products {
    padding-bottom: 21.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .products::after {
    height: 355.4666666667vw;
  }
  .products__header {
    margin-bottom: 8.5333333333vw;
  }
  .products__list {
    display: block;
    width: 84vw;
    margin: 0 auto;
  }
  .products__item {
    list-style-type: none;
    margin-bottom: 10.6666666667vw;
  }
  .products__item:last-child {
    margin-bottom: 0;
  }
  .products__item:nth-child(2) {
    margin-top: 0px;
  }
  .products__item:nth-child(2) .products__item__image {
    margin-bottom: 14.4vw;
  }
  .products__item:nth-child(2) .products__item__image__name {
    top: 100%;
  }
  .products__item__image {
    margin-bottom: 14.4vw;
    position: relative;
  }
  .products__item__image__name {
    position: absolute;
    font-size: 5.3333333333vw;
    padding: 4vw;
    width: 72%;
  }
  [lang=zh-CN] .products__item__image__name {
    font-size: 4.8vw;
  }
  .products__item__image__name span {
    position: relative;
    z-index: 2;
  }
  .products__item__image__name::before {
    width: 72%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skew(-5deg);
            transform: translate(-50%, -50%) skew(-5deg);
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
  }
  .products__item__desc {
    line-height: 1.8;
  }
  .products__item__desc p {
    font-size: 3.7333333333vw;
  }
}

.packaging {
  padding-top: 100px;
  margin-bottom: 100px;
}
.packaging .l-home__product__title {
  margin-bottom: 40px;
}
.packaging__header {
  margin-bottom: 80px;
}
.packaging__lead {
  text-align: center;
  font-size: 2.8rem;
  padding: 0 20px;
}
.packaging__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto 80px;
  -webkit-column-gap: min(32px, 2.2857142857vw);
     -moz-column-gap: min(32px, 2.2857142857vw);
          column-gap: min(32px, 2.2857142857vw);
}
.packaging__copy {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 40px;
}
.packaging__text {
  font-size: 1.6rem;
  text-align: center;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .packaging .swiper-pagination {
    display: none;
  }
  .packaging .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .packaging .swiper-slide {
    width: min(684px, 48.8571428571vw);
  }
}
@media screen and (max-width: 767px) {
  .packaging {
    padding-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .packaging .l-home__product__title {
    margin-bottom: 8.5333333333vw;
  }
  .packaging__header {
    margin-bottom: 8.5333333333vw;
  }
  .packaging__lead {
    font-size: 6.4vw;
  }
  .packaging__image {
    display: grid;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .packaging__copy {
    text-align: center;
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .packaging__text {
    text-align: left;
    padding: 0 8vw;
  }
  .packaging__text p {
    font-size: 3.7333333333vw;
  }
  .packaging .swiper {
    position: relative;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .packaging .swiper .swiper-pagination {
    bottom: 0;
  }
  .packaging .swiper .swiper-pagination-bullet {
    width: 10.6666666667vw;
    height: 1.0666666667vw;
    background: #d9d9d9;
    border-radius: 0;
    opacity: 0.6;
  }
  .packaging .swiper .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

.spec {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.spec__table {
  width: 100%;
  margin-bottom: 24px;
  border: 1px solid #d9d9d9;
}
.spec__table th,
.spec__table td {
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  padding: min(30px, 2.1428571429vw) min(40px, 2.8571428571vw);
}
.spec__table th {
  background: #f4f6f8;
  text-align: center;
}
.spec__table__note {
  list-style: none;
}
.spec__table__note li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 1.2rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .spec {
    padding: 10.6666666667vw 0 0;
    max-width: 84vw;
  }
  .spec__table {
    width: 100%;
    margin-bottom: 4vw;
  }
  .spec__table th,
  .spec__table td {
    font-size: 3.7333333333vw;
  }
  .spec__table th sup,
  .spec__table td sup {
    font-size: 2.6666666667vw;
  }
  .spec__table th {
    padding: 5.3333333333vw 1.3333333333vw;
  }
  .spec__table td {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .spec__table__note {
    list-style: none;
  }
  .spec__table__note li {
    font-size: 3.2vw;
  }
}

.various-conductor ul {
  margin: 50px 0;
  text-align: center;
}
.various-conductor ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.various-conductor ul li::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
}
.various-conductor ul li.faq, .various-conductor ul li:nth-child(1) {
  margin-right: 40px;
}
.various-conductor ul li.faq::before, .various-conductor ul li:nth-child(1)::before {
  background: url("https://www.tiger-corporation.com/wp-content/themes/tiger-corporation/assets/images/faq-icon.svg") no-repeat left 0 bottom 0;
  background-size: auto 18px;
}
.various-conductor ul li.manual::before, .various-conductor ul li:nth-child(2)::before {
  background: url("https://www.tiger-corporation.com/wp-content/themes/tiger-corporation/assets/images/manual-icon.svg") no-repeat left 0 bottom 0;
  background-size: auto 18px;
}
@media screen and (max-width: 767px) {
  .various-conductor {
    width: 84vw;
    margin: 0 auto;
  }
  .various-conductor ul {
    text-align: left;
  }
  .various-conductor ul li {
    font-size: 3.7333333333vw;
  }
  .various-conductor ul li a {
    text-decoration: underline;
  }
}