@charset "UTF-8";
/* include utils scss  */
/* Variables
======================================*/
@font-face {
  src: url("/assets/fonts/SnellBT-Regular.ttf") format("truetype");
  font-family: "Snell Roundhand"; }

/* Mixins
======================================*/
@keyframes slider {
  50% {
    transform: scale(1.015); }
  100% {
    transform: scale(1); } }

@keyframes slide-down {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.sp-visible {
  display: none !important; }
  @media screen and (max-width: 959px) {
    .sp-visible {
      display: block !important; } }

.pc-visible {
  display: block !important; }
  @media screen and (max-width: 959px) {
    .pc-visible {
      display: none !important; } }

.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sp-visible-header {
  display: none !important; }
  @media screen and (max-width: 1165px) {
    .sp-visible-header {
      display: block !important; } }

.pc-visible-header {
  display: block !important; }
  @media screen and (max-width: 1165px) {
    .pc-visible-header {
      display: none !important; } }

@media screen and (min-width: 960px) {
  .pc-lh-64 {
    line-height: 64px !important; } }

.d-none {
  display: none; }

.disable-scroll {
  overflow: hidden; }

.hover {
  opacity: 0.6 !important; }

.tran-delay-03 {
  transition-delay: 0.3s !important; }

.tran-delay-1 {
  transition-delay: 1s !important; }

.tran-delay-13 {
  transition-delay: 1.3s !important; }

.tran-delay-16 {
  transition-delay: 1.6s !important; }

@media screen and (min-width: 960px) {
  a {
    opacity: 1;
    transition: opacity 0.5s ease-in-out; }
  a:hover:not(.btn-more):not(.news-item):not(.brand-item):not(.sub-brand):not(.disable-hover-default) {
    opacity: 0.6 !important;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; } }

.float-type-wrap {
  overflow: hidden; }

.has-float-type {
  transform: translateY(100%);
  visibility: hidden;
  position: relative;
  overflow: hidden; }

.has-float-type-2 {
  transform: translateY(0);
  visibility: hidden;
  position: relative;
  overflow: hidden; }

.float-type {
  visibility: visible !important;
  transform: translateY(0) !important;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }

.bg-float-type {
  animation-name: bgFadeInUp;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: forwards; }

.img-float-type {
  visibility: visible !important;
  animation-name: FloatType2;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease; }

.btn-more {
  display: block;
  position: relative;
  padding-top: 27px;
  padding-bottom: 27px;
  text-align: center;
  width: 367px;
  letter-spacing: 0.24em;
  border: solid 1px #D8D8D8;
  border-radius: 0;
  font-size: 14px;
  font-family: "Raleway";
  font-weight: 500;
  background: #fff;
  transition: background-color 1s linear;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
  animation: grey2white 0.5s forwards; }
  @media screen and (max-width: 959px) {
    .btn-more {
      width: 270px;
      padding-top: 17px;
      padding-bottom: 17px;
      font-size: 13px;
      text-align: center; } }
  .btn-more:hover {
    background: #efefef;
    animation: hoverInButton 0.5s ,hoverButton 2s ease-in-out 0.5s infinite; }
  .btn-more img {
    position: absolute;
    width: 58px;
    right: 21px;
    top: calc(50% - 4px); }
  .btn-more::before, .btn-more::after {
    position: absolute;
    top: 50%;
    right: 21px;
    content: '';
    margin-top: -5px;
    background-image: url("../images/common/arrow_s.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 58px;
    height: 8px; }
    @media screen and (max-width: 959px) {
      .btn-more::before, .btn-more::after {
        background-image: url("../images/common/arrow_s_sp.svg");
        width: 41px;
        height: 5.5px; } }
  .btn-more::after {
    opacity: 0;
    right: 67px; }
  .btn-more:hover::before {
    animation: arrowbefore .5s; }
    @media screen and (max-width: 959px) {
      .btn-more:hover::before {
        animation: none; } }
  .btn-more:hover::after {
    animation: arrowafter .5s; }
    @media screen and (max-width: 959px) {
      .btn-more:hover::after {
        animation: none; } }
  .btn-more.inactive {
    display: none; }
  .btn-more.btn-arrow--down {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 68px;
    cursor: pointer; }
    @media screen and (max-width: 959px) {
      .btn-more.btn-arrow--down {
        height: 48px;
        padding-top: 15px;
        padding-bottom: 15px; } }
    .btn-more.btn-arrow--down:after, .btn-more.btn-arrow--down:before {
      top: calc(50% - 3px);
      background-image: none;
      height: 10px;
      width: 10px;
      border-top: 1px solid #2C2C2C;
      border-right: 1px solid #2C2C2C;
      transform: rotate(135deg); }
      @media screen and (max-width: 959px) {
        .btn-more.btn-arrow--down:after, .btn-more.btn-arrow--down:before {
          height: 8px;
          width: 8px;
          top: 50%; } }
    .btn-more.btn-arrow--down:hover::before {
      animation: none; }
    .btn-more.btn-arrow--down:hover::after {
      animation: none; }
  .btn-more.btn-arrow--up:after, .btn-more.btn-arrow--up:before {
    top: calc(50% + 3px);
    transform: rotate(-45deg); }
  .btn-more.btn-back {
    height: 68px;
    padding-top: 24px;
    padding-bottom: 24px; }
    @media screen and (max-width: 959px) {
      .btn-more.btn-back {
        height: 48px;
        padding-top: 15px;
        padding-bottom: 15px; } }
    .btn-more.btn-back::before, .btn-more.btn-back::after {
      background-image: url("../images/common/arrow_s_left.svg");
      left: 21px;
      right: auto; }
      @media screen and (max-width: 959px) {
        .btn-more.btn-back::before, .btn-more.btn-back::after {
          top: calc(50% + 2px);
          background-image: url("../images/common/arrow_s_left_sp.svg");
          background-size: contain; } }
    .btn-more.btn-back::after {
      opacity: 0;
      left: 67px; }
    .btn-more.btn-back:hover::before {
      animation: arrowbeforeback .5s; }
      @media screen and (max-width: 959px) {
        .btn-more.btn-back:hover::before {
          animation: none; } }
    .btn-more.btn-back:hover::after {
      animation: arrowafterback .5s; }
      @media screen and (max-width: 959px) {
        .btn-more.btn-back:hover::after {
          animation: none; } }
  .btn-more.btn-newTab {
    padding-top: 28px;
    padding-bottom: 26px;
    height: 68px;
    cursor: pointer; }
    @media screen and (max-width: 959px) {
      .btn-more.btn-newTab {
        height: 48px;
        padding-top: 16.5px;
        padding-bottom: 17px; } }
    .btn-more.btn-newTab:before {
      top: calc(50% - 2px);
      right: 25px;
      height: 14px;
      width: 14px;
      background-image: url("/assets/images/common/icon_new_tab_pink.svg");
      background-size: contain; }
      @media screen and (max-width: 959px) {
        .btn-more.btn-newTab:before {
          right: 16px; } }
    .btn-more.btn-newTab:hover::before {
      animation: none; }
    .btn-more.btn-newTab:hover::after {
      animation: none; }

.title-container .title-jp {
  font-family: "Noto Serif JP" !important;
  font-size: 53px !important;
  letter-spacing: 0.06em !important;
  line-height: 1.4 !important; }
  @media screen and (max-width: 959px) {
    .title-container .title-jp {
      font-size: 27px !important;
      letter-spacing: 0.02em !important;
      line-height: 41px !important;
      word-break: break-word !important; } }

@keyframes wave-effect {
  0% {
    top: 0; }
  99% {
    top: -150%;
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes arrowbefore {
  100% {
    right: -20px;
    opacity: 0; } }

@keyframes arrowbeforeback {
  100% {
    right: -20px;
    opacity: 0; } }

@keyframes arrowafter {
  100% {
    opacity: 1;
    right: 21px; } }

@keyframes arrowafterback {
  100% {
    opacity: 1;
    left: 21px; } }

@keyframes leftarrowbefore {
  100% {
    left: 40px;
    opacity: 0; } }

@keyframes leftarrowafter {
  100% {
    opacity: 1;
    left: 0; } }

@keyframes tableftarrowbefore {
  100% {
    left: calc(25vw - 72px);
    opacity: 0; } }

@keyframes tableftarrowafter {
  100% {
    opacity: 1;
    left: calc(25vw - 112px); } }

@keyframes tab1leftarrowbefore {
  100% {
    left: calc(25vw - 72px - 31px);
    opacity: 0; } }

@keyframes tab1leftarrowafter {
  99% {
    left: calc(25vw - 112px - 31px);
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes enTab1leftarrowbefore {
  100% {
    left: calc(25vw - 72px - 31px - 45px);
    opacity: 0; } }

@keyframes enTab1leftarrowafter {
  100% {
    opacity: 1;
    left: calc(25vw - 112px - 31px - 45px); } }

@keyframes enTab2leftarrowbefore {
  100% {
    left: calc(25vw - 72px - 35px);
    opacity: 0; } }

@keyframes enTab2leftarrowafter {
  100% {
    opacity: 1;
    left: calc(25vw - 112px - 35px); } }

@keyframes hoverButton {
  50% {
    background-color: #efefef47; } }

@keyframes grey2white {
  0% {
    background-color: #efefef; }
  100% {
    background-color: #fff; } }

@keyframes hoverInButton {
  0% {
    background-color: #fff; }
  100% {
    background-color: #efefef; } }

@keyframes bgFadeInUp {
  0% {
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes FloatType2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.full-width {
  width: 100vw;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

.full-height {
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
  top: 0; }

/* Font Size by Viewport
======================================*/
html {
  font-size: 16px;
  height: 100%; }

body {
  min-height: 100%;
  scroll-behavior: smooth;
  color: #222222;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word; }

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

ul,
ol {
  list-style: none;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

h2, h3 {
  font-weight: 400; }

a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  opacity: 1;
  color: inherit; }

img {
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

.wrapper {
  position: relative;
  overflow-x: hidden;
  background-color: #fff; }
  .wrapper--scroll {
    padding-top: 97px; }
  .wrapper--simple {
    min-height: 100vh; }

p {
  font-size: 14px;
  line-height: 1.57142857;
  font-weight: normal; }

.container .content__body {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.container .container__row {
  padding: 0 15px; }

.container-1080 {
  margin: 0 auto;
  max-width: 1080px; }
  @media (min-width: 960px) and (max-width: 1160px) {
    .container-1080 {
      margin-left: 40px;
      margin-right: 40px; } }

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.wrapper {
  animation: wrapFadeIn;
  animation-duration: 1s;
  animation-delay: 0s; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 12px 6px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%; }

select::-ms-expand {
  display: none; }

@keyframes wrapFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.loading-page {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  text-align: center; }
  .loading-page video {
    width: 100%; }

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: "Lato";
  font-size: 15px;
  font-weight: 300;
  height: 40px; }
  @media screen and (max-width: 959px) {
    .custom-select {
      font-size: 13px; } }

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: #fff; }

/*style the arrow inside the select element:*/
.select-selected:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 12px;
  right: 18px;
  top: 15px;
  background: url("../images/common/arrow_down.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 959px) {
    .select-selected:after {
      height: 15px;
      width: 9px;
      top: 13px;
      background: url("../images/common/arrow_down_sp.svg") no-repeat center;
      background-size: contain; } }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  transform: rotate(-180deg); }

/*style the items (options), including the selected item:*/
.select-items {
  border: 1px solid #E2E2E2;
  margin-top: -1px;
  transition: all 0.5s ease-in-out; }

.select-items div, .select-selected {
  color: #2C2C2C;
  padding: 8px 16px;
  border: 1px solid #E2E2E2;
  cursor: pointer;
  user-select: none;
  height: 40px;
  transition: all 0.5s ease-in-out; }
  @media screen and (max-width: 959px) {
    .select-items div, .select-selected {
      padding: 10px 16px 6px; } }

.select-selected {
  position: absolute;
  z-index: 100;
  width: 100%; }

.select-items div {
  border-color: transparent; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 400px;
  overflow: auto; }

/*hide the items when the select box is closed:*/
.select-hide {
  transform: translateY(-100%);
  opacity: 0; }

.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.select-items .same-as-selected:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.news-detail--content img {
  margin-bottom: 55px;
  height: auto !important; }

.news-detail--content h1, .news-detail--content h2, .news-detail--content h3, .news-detail--content h4, .news-detail--content h5, .news-detail--content h6 {
  margin: 0 0 10px; }

.news-detail--content h1, .news-detail--content h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em; }

.news-detail--content h3, .news-detail--content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em; }

.news-detail--content h5, .news-detail--content h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em; }

.news-detail--content h2, .news-detail--content h4, .news-detail--content h6 {
  color: #d32b2b; }

.news-detail--content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.02em;
  clear: both;
  margin-bottom: 35px; }
  .news-detail--content p a {
    display: initial;
    margin: 0; }

.news-detail--content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #d32b2b;
  display: inherit;
  text-decoration: underline;
  margin-bottom: 10px; }

.news-detail--content ul li {
  position: relative;
  padding-left: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-weight: 500;
  list-style: none; }
  .news-detail--content ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px; }

.news-detail--content ol {
  counter-reset: custom-counter;
  padding-left: 0; }
  .news-detail--content ol li {
    counter-increment: custom-counter;
    position: relative;
    padding-left: 16px;
    line-height: 32px;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    font-weight: 500;
    list-style: none; }
    .news-detail--content ol li:before {
      content: counter(custom-counter);
      position: absolute;
      left: 0;
      top: 0;
      font-weight: normal;
      font-size: 14px;
      line-height: 32px;
      color: #d32b2b; }

.news-detail--content blockquote {
  background-color: #EFEFEF;
  padding: 35px;
  margin-bottom: 35px; }
  .news-detail--content blockquote p:last-child {
    margin-bottom: 0; }

.news-detail--content .table-responsive {
  overflow: auto;
  margin-bottom: 35px; }
  @media screen and (max-width: 959px) {
    .news-detail--content .table-responsive {
      margin-bottom: 30px; } }
  .news-detail--content .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5; }
  .news-detail--content .table-responsive::-webkit-scrollbar {
    height: 12px;
    background-color: #F5F5F5;
    -webkit-appearance: none; }
    @media screen and (max-width: 959px) {
      .news-detail--content .table-responsive::-webkit-scrollbar {
        height: 6px; } }
  .news-detail--content .table-responsive::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 6px; }
    @media screen and (max-width: 959px) {
      .news-detail--content .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 3px; } }

.news-detail--content table {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 32px;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box; }
  .news-detail--content table thead {
    letter-spacing: 0.06em;
    text-align: left;
    line-height: 24px; }
  .news-detail--content table th {
    font-weight: 400;
    background-color: #EFEFEF; }
  .news-detail--content table th, .news-detail--content table td {
    padding: 13px;
    vertical-align: top;
    border: 1px solid #E2E2E2; }
  .news-detail--content table tbody th, .news-detail--content table tbody td {
    font-weight: 300; }
  .news-detail--content table tbody th {
    text-align: left; }

@media screen and (max-width: 959px) {
  .news-detail--content img {
    margin-bottom: 30px; }
  .news-detail--content h1, .news-detail--content h2 {
    font-size: 15px;
    letter-spacing: 0.01em; }
  .news-detail--content h3, .news-detail--content h4 {
    font-size: 14px;
    letter-spacing: 0.01em; }
  .news-detail--content h5, .news-detail--content h6 {
    font-size: 13px;
    letter-spacing: 0.01em; }
  .news-detail--content p {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.01em;
    margin-bottom: 30px; }
  .news-detail--content a {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 25px; }
  .news-detail--content ul li li {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.01em; }
    .news-detail--content ul li li:before {
      font-size: 13px;
      line-height: 25px; }
  .news-detail--content ol li {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.01em; }
    .news-detail--content ol li:before {
      font-size: 13px;
      line-height: 25px; }
  .news-detail--content blockquote {
    padding: 25px;
    margin-bottom: 30px; }
  .news-detail--content table {
    font-size: 13px;
    line-height: 25px; }
    .news-detail--content table th, .news-detail--content table td {
      padding: 10px;
      min-width: 130px; } }