.content main.top {
  margin-top: -20px;
}
@media only screen and (max-width: 960px) {
  .content main.top {
    margin-top: -15px;
  }
}
.content main.top .text-link {
  text-decoration: none;
  font-size: inherit;
}
.content main.top .text-link::after {
  color: #418fde;
}
.content main.top ul.swiper-wrapper,
.content main.top ul.mv-body {
  margin: 0;
}
.content main.top button {
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  background-image: url(/ja/img/top/icn_arrow_left.svg);
  background-repeat: no-repeat;
  background-position: 19px 50%;
  background-size: auto 13px;
  background-color: #418fde;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.content main.top .carousel button {
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .content main.top .carousel button {
    display: none;
  }
}
.content main.top .new-list {
  margin-bottom: 75px;
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .content main.top .new-list {
    margin-bottom: 70px;
    padding-bottom: 26px;
  }
}
.content main.top .new-list .container {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.content main.top .new-list ul {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .content main.top .new-list ul {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.content main.top .new-list ul li {
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content main.top .new-list ul li:first-child {
  margin-top: 11px;
}
.content main.top .new-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .content main.top .new-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .content main.top .new-list ul li:first-child {
    margin-top: 0;
  }
  .content main.top .new-list ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.content main.top .new-list ul li .date {
  margin-right: 30px;
  min-width: 100px;
}
@media only screen and (max-width: 768px) {
  .content main.top .new-list ul li .date {
    margin-bottom: 8px;
    margin-right: 0;
    min-width: unset;
  }
}
.content main.top .new-list ul li a {
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .content main.top .new-list ul li a {
    line-height: 24px;
  }
}
.content main.top .new-list ul li a[href]:hover {
  text-decoration: underline;
}
.content main.top .new-list h2 {
  padding: 10px 16px;
  background: #418fde;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .content main.top .new-list h2 {
    margin-bottom: 18px;
    padding: 8px 12px;
  }
}
.content main.top .new-list h2 span {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 36px;
}
@media only screen and (max-width: 768px) {
  .content main.top .new-list h2 span {
    padding-left: 30px;
  }
}
.content main.top .new-list h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url(/ja/img/top/icon_info.svg) 0 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .content main.top .new-list h2 span::before {
    width: 20px;
    height: 20px;
  }
}
.content main.top .new-list .d-flexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .content main.top .new-list .d-flexStart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content main .excerpt-news h2 {
  line-height: 1;
}
.content main .excerpt-news h3 {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .content main .excerpt-news h3 {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.content main .excerpt-news p {
  margin: 0;
}
.content main .brands h3 {
  line-height: 1.89;
}
.content main .brands p {
  margin: 0;
}
.content main [class*="catimg_cap"] {
  font-size: 1.25rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .content main [class*="catimg_cap"] {
    font-size: 1rem;
  }
}
.content main [class*="catimg_cap"] span {
  display: block;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
.content main .imglink-col2 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 {
    display: block;
    margin: 0 auto 60px;
  }
}
.content main .imglink-col2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content main .imglink-col2 li {
  width: calc(50% - 13px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 li {
    width: 100%;
    margin: 0 0 52px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 li:last-child {
    margin: 0;
  }
}
.content main .imglink-col2 a {
  color: #333;
}
.content main .imglink-col2 a:hover .fig-wrap figure img {
  -webkit-transform: scale(1.04) rotate(0.001deg);
  transform: scale(1.04) rotate(0.001deg);
  opacity: 0.8;
}
.content main .imglink-col2 .fig-wrap {
  position: relative;
  width: 100%;
  height: 392px;
  margin: 0 0 22px;
}
@media only screen and (max-width: 1240px) {
  .content main .imglink-col2 .fig-wrap {
    padding: calc(391 / 585 * 100%) 0 0;
    height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .fig-wrap {
    margin: 0 0 15px;
    padding: calc(223 / 335 * 100%) 0 0;
  }
}
.content main .imglink-col2 .fig-wrap figure {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #418fde;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .fig-wrap figure.al_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .fig-wrap figure.al_end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.content main .imglink-col2 .fig-wrap figure img {
  width: 100%;
  max-width: none;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.content main .imglink-col2 .catimg_cap {
  margin: 0;
}
.content main .imglink-col2 .catimg_cap span {
  margin: 0 0 18px;
  font-size: 2.375rem;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .catimg_cap span {
    margin: 0 0 12px;
    font-size: 1.625rem;
  }
}
.content main .imglink-col3 {
  margin: 0 auto;
  padding: 100px;
  background-color: #f9f9f9;
  max-width: unset;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col3 {
    padding: 60px;
  }
}
.content main .imglink-col3 ul {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col3 ul li {
    margin: 0 0 52px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col3 ul li a .fig-wrap {
    margin: 0 0 15px;
    padding: calc(223 / 335 * 100%) 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col3 ul li a .catimg_cap {
    font-size: 1rem;
  }
}
.content main .imglink-col3 ul li a .catimg_cap span {
  margin: 0 0 12px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col3 ul li a .catimg_cap span {
    font-size: 1.625rem;
  }
}
.content main .banner p {
  margin: 0;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .content main .banner p {
    margin: 4px 0 0;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.mv {
  position: relative;
  width: 100%;
  margin: 0 0 120px;
}
@media only screen and (max-width: 960px) {
  .mv {
    margin: 0 0 70px;
  }
}
.mv-body {
  width: 100%;
  height: calc(100vh - 106px);
}
@media only screen and (max-width: 960px) {
  .mv-body {
    height: calc(100vh - 70px);
  }
}
.mv-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: #fff;
}
.mv-slide.is-first,
.mv-slide.is-active {
  z-index: 10;
  opacity: 1;
}
.mv-slide.is-last-active {
  z-index: 9;
}
.mv-contents {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.mv-contents .btn-video {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}
.mv-contents .btn-video a {
  background: #fff;
  border: 2px solid #418fde;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  width: 240px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 11vh;
  border-radius: 30px;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media only screen and (max-width: 640px) {
  .mv-contents .btn-video a {
    width: 200px;
    height: 46px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1240px) {
  .mv-contents .btn-video a {
    margin-bottom: 15vh;
  }
}
@media only screen and (max-width: 1040px) {
  .mv-contents .btn-video a {
    margin-bottom: 3vh;
  }
}
.mv-contents .btn-video a::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-left: 6px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 991px) {
  .mv-contents .btn-video a:hover {
    background: #418fde;
    color: #fff;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}
@media only screen and (max-width: 768px) {
  .mv-player {
    display: none;
  }
}
.mv-img-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mv-img-sp {
    display: block;
  }
}
.mv a {
  display: block;
}
.mv figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mv img,
.mv iframe {
  position: absolute;
  max-width: none;
}
.mv img.mv-cover,
.mv iframe.mv-cover {
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv img.mv-contain,
.mv iframe.mv-contain {
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv img.mv-txtImg,
.mv iframe.mv-txtImg {
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1455px;
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .mv img.mv-txtImg,
  .mv iframe.mv-txtImg {
    width: calc(756 / 750 * 100%);
    height: 100%;
    top: 0;
    left: auto;
    right: -0.8%;
    -webkit-transform: unset;
    transform: unset;
  }
}
.mv iframe {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.excerpt-ttl {
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .excerpt-ttl {
    font-size: 1.125rem;
  }
}
.excerpt-ttl span {
  display: block;
  margin: 0 0 10px;
  font-size: 3.75rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .excerpt-ttl span {
    font-size: 2.25rem;
  }
}
.excerpt-news {
  max-width: 1240px;
  overflow: hidden;
  margin: 0 auto 130px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .excerpt-news {
    margin: 0 auto 70px;
    padding: 0;
  }
}
.excerpt-news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .excerpt-news-header {
    padding: 0 20px;
  }
}
.excerpt-news .swiper-container {
  overflow: visible;
  margin: 30px -10px 0;
}
@media only screen and (max-width: 960px) {
  .excerpt-news .swiper-container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .excerpt-news .swiper-container {
    width: calc(760 / 375 * 100%);
    margin: 35px 0 0;
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.excerpt-news .swiper-slide {
  width: calc(25% - 20px);
  margin: 0 10px;
  padding: 10px 0;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .excerpt-news .swiper-slide {
    width: calc(33.33% - 20px);
    margin: 0 20px 0 0;
  }
}
.excerpt-news .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.excerpt-news .swiper-slide a:hover {
  opacity: 0.7;
}
.excerpt-news .swiper-slide a:hover figure img {
  -webkit-transform: scale(1.04) rotate(0.001deg);
  transform: scale(1.04) rotate(0.001deg);
}
.excerpt-news figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 66.32% 0 0;
  padding: calc(189 / 285 * 100%) 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #d5d5d5;
}
.excerpt-news figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: rotate(0.01deg);
  transform: rotate(0.01deg);
}
.excerpt-news-summary {
  padding: 20px 20px 70px;
}
.excerpt-news-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #418fde;
  padding: 8px 22px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .excerpt-news-category {
    font-size: 0.75rem;
  }
}
.excerpt-news-description {
  margin: 15px 0 0;
}
@media only screen and (max-width: 768px) {
  .excerpt-news-description {
    margin: 10px 0 0;
  }
}
.excerpt-news-description img {
  display: inline-block;
  margin: 0 0 0 13px;
}
.excerpt-news-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .excerpt-news-date {
    font-size: 0.875rem;
  }
}

.brands {
  background: #f9f9f9;
  overflow: hidden;
  margin: 145px 0 0;
}
@media only screen and (max-width: 768px) {
  .brands {
    margin: 50px 0 0;
  }
}
.brands-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1240px;
  margin: 0 auto;
  padding: 85px 20px 95px;
}
@media only screen and (max-width: 960px) {
  .brands-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0 50px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .brands-wrap {
    padding: 70px 0 50px;
  }
}
.brands-header {
  width: 525px;
  margin: 18px 0 0;
}
@media only screen and (max-width: 960px) {
  .brands-header {
    width: 100%;
    padding: 0 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 104px 1fr;
    grid-template-rows: 104px 1fr;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .brands-header > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .brands-header > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .brands-header > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .brands-header > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media only screen and (max-width: 768px) {
  .brands-header {
    -ms-grid-rows: 70px 1fr;
    grid-template-rows: 70px 1fr;
    margin: 0;
  }
}
@media only screen and (max-width: 960px) {
  .brands-header .excerpt-ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 960px) {
  .brands-header .excerpt-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    grid-column: 2/2;
  }
}
.brands-body {
  position: relative;
  width: calc(100% - 525px);
}
@media only screen and (max-width: 960px) {
  .brands-body {
    width: 100%;
  }
}
.brands-contents {
  position: relative;
  width: 1347px;
  margin: 30px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .brands-contents {
    width: 100%;
  }
}
.brands-description {
  margin: 28px 0 44px;
}
@media only screen and (max-width: 960px) {
  .brands-description {
    margin: 28px 0 0;
    -ms-grid-row: 2;
    grid-row: 2/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 768px) {
  .brands-description {
    margin: 32px 0 0;
  }
}
.brands-description p {
  font-size: 1.125rem;
  line-height: 1.89;
}
@media only screen and (max-width: 960px) {
  .brands-description p {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .brands-description p {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 960px) {
  .brands-description br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .brands-ttl {
    font-size: 0.875rem;
  }
}
.brands-progressbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .brands-progressbar {
    display: none;
  }
}
.brands-progressbar span {
  display: block;
  width: 140px;
  font-size: 1.125rem;
}
.brands-slideControll {
  width: calc(100% - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brands .slide-progressbar {
  position: relative;
  display: block;
  height: 3px;
  width: calc(100% - 180px);
  background: transparent;
}
.brands .slide-progressbar::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #d5d5d5;
}
.brands .slide-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  border-radius: 4px;
}
@media only screen and (max-width: 960px) {
  .brands .swiper-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .brands .swiper-container {
    width: calc(760 / 375 * 100%);
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.brands .swiper-slide {
  width: calc(20% - 18px);
  margin: 0 18px 0 0;
}
@media only screen and (max-width: 960px) {
  .brands .swiper-slide {
    width: calc(33.33% - 20px);
    margin: 0 20px 0 0;
  }
}
.brands .swiper-slide a {
  display: block;
  color: inherit;
}
.brands .swiper-slide a:hover {
  color: #418fde;
}
.brands figure {
  position: relative;
  margin: 0 0 10px;
  border-radius: 6px;
  overflow: hidden;
}
.brands figure::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08) inset;
}
.brands img {
  width: 100%;
  height: auto;
}
.brands .slide-prev {
  margin: 0 0 0 64px;
}
.brands .slide-next {
  margin: 0 0 0 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner {
  position: relative;
  margin: 130px 0;
}
@media only screen and (max-width: 768px) {
  .banner {
    margin: 80px 20px;
  }
}
.banner a {
  position: relative;
  display: -ms-grid;
  display: grid;
  height: 326px;
  -ms-grid-columns: 1fr 424px;
  grid-template-columns: 1fr 424px;
  -ms-grid-rows: 50% 50%;
  grid-template-rows: 50% 50%;
  max-width: 900px;
  padding: 25px 25px 25px 60px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.banner a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.banner a > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.banner a > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 960px) {
  .banner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    text-align: center;
    padding: 35px 27px;
  }
}
@media only screen and (max-width: 960px) {
  .banner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    text-align: center;
    padding: 38px 24px;
  }
}
.banner a:hover {
  color: #418fde;
}
.banner a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner a h2 {
  font-size: 1.125rem;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  padding: 25px 0 0;
}
@media only screen and (max-width: 960px) {
  .banner a h2 {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner a h2 {
    font-size: 1rem;
  }
}
.banner a h2 span {
  display: block;
  margin: 0 0 10px;
  font-size: 2.875rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .banner a h2 span {
    margin: 0 0 8px;
    font-size: 1.625rem;
  }
}
.banner a figure {
  width: 100%;
  margin: 0;
  background: transparent;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 2;
  grid-column: 2/2;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .banner a figure {
    margin: 20px 0 10px;
  }
}
.banner a img {
  width: 100%;
  max-width: 424px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner a-description {
  padding: 14px 0 0;
  -ms-grid-row: 2;
  grid-row: 2/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media only screen and (max-width: 960px) {
  .banner a-description {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner a-description {
    margin: 0;
    font-size: 0.875rem;
  }
}

.carousel {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 90px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .carousel {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .carousel .swiper-container {
    width: calc(760 / 375 * 100%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.carousel .swiper-slide {
  width: calc(33.33% - 8px);
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 960px) {
  .carousel .swiper-slide {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 768px) {
  .carousel .swiper-slide {
    width: calc(33.33% - 20px);
    margin: 0 20px 0 0;
  }
}
.carousel img {
  width: 100%;
  height: auto;
}
.carousel a {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.carousel a:hover {
  opacity: 0.7;
}
.carousel-prev {
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-next {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.caution-fake {
  max-width: 1240px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
@media only screen and (max-width: 960px) {
  .caution-fake {
    margin: 0 auto 70px;
  }
}
.caution-fake a {
  color: #333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #b2b2b2;
  width: 100%;
  min-height: 90px;
  padding: 20px 180px 20px 80px;
}
@media only screen and (max-width: 960px) {
  .caution-fake a {
    display: block;
    min-height: auto;
    padding: 18px 40px 18px 18px;
  }
}
.caution-fake a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 80px;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .caution-fake a::after {
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.caution-fake a h2 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .caution-fake a h2 {
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.caution-fake a h2 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
@media only screen and (max-width: 960px) {
  .caution-fake a h2 span {
    padding-left: 36px;
  }
}
.caution-fake a h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url(/ja/img/common/icon_caution.svg) 0 0 no-repeat;
  background-size: cover;
}
.caution-fake a p {
  width: calc(100% - 320px);
  margin: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .caution-fake a p {
    font-size: 0.875rem;
    width: 100%;
  }
}

.list-desc {
  font-size: 16px;
  max-width: 1400px;
  margin: 0 auto 30px !important;
  padding: 0 16px;
}

/*----- KOSE Story -----*/
.content {
  padding-bottom: 0;
}

.story {
  max-width: 1240px;
  overflow: hidden;
  margin: 0 auto;
  padding: 130px 20px;
}
@media only screen and (max-width: 768px) {
  .story {
    padding: 80px 0;
  }
}
.story .story-header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.story .story-header .story-ttl {
  line-height: 1;
  width: 100%;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .story .story-header .story-ttl {
    font-size: 1.125rem;
    width: unset;
  }
}
.story .story-header .story-ttl span {
  display: block;
  margin: 0 0 10px;
  font-size: 3.75rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .story .story-header .story-ttl span {
    font-size: 2.25rem;
  }
}
.story .story-header .expert-more {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 20px;
}
.story .story-header .subttl {
  margin: 28px 0 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.125rem;
  line-height: 1.89;
}
@media only screen and (max-width: 960px) {
  .story .story-header .subttl {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .story .story-header .subttl {
    font-size: 1rem;
    line-height: 1.75;
    margin: 32px 0 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.story .story-header .subttl p {
  font-size: 1.125rem;
  line-height: 1.89;
}
@media only screen and (max-width: 960px) {
  .story .story-header .subttl p {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .story .story-header .subttl p {
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 768px) {
  .story .story-header .subttl br {
    display: none;
  }
}
.story-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .story-header {
    padding: 0 20px;
  }
}
.story .swiper-container {
  overflow: visible;
  margin: 30px 0px 0;
}
@media only screen and (max-width: 960px) {
  .story .swiper-container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .story .swiper-container {
    width: calc(760 / 375 * 100%);
    margin: 35px 0 0;
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.story .swiper-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.story .swiper-wrapper .swiper-slide {
  width: calc(33.3333333333% - 12px);
  height: auto;
}
@media only screen and (max-width: 960px) {
  .story .swiper-wrapper .swiper-slide {
    width: calc(33.33% - 20px);
    margin: 0 24px 0 0;
  }
}
.story .swiper-wrapper .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.story .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}
.story .swiper-wrapper .swiper-slide a:hover figure img {
  -webkit-transform: scale(1.04) rotate(0.001deg);
  transform: scale(1.04) rotate(0.001deg);
}
.story figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 66.32% 0 0;
  padding: calc(191 / 285 * 100%) 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #d5d5d5;
}
.story figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: rotate(0.01deg);
  transform: rotate(0.01deg);
}
.story-summary {
  padding: 26px 30px 34px;
}
@media only screen and (max-width: 768px) {
  .story-summary {
    padding: 20px 20px 24px;
  }
}
.story-description {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.4px !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .story-description {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px !important;
  }
}
.story-description img {
  display: inline-block;
  margin: 0 0 0 13px;
}
.story-date {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .story-date {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 768px) {
  .research {
    padding: 60px 20px !important;
  }

  .research li {
    margin: 0 0 50px !important;
  }

  .research li:last-child {
    margin-bottom: 0 !important;
  }
}

.headquarter {
  padding-top: 260px;
  padding-bottom: 145px;
}

@media only screen and (max-width: 767px) {
  .headquarter {
    padding-top: 130px;
    padding-bottom: 100px;
  }

}

@media only screen and (max-width: 767px) {
  .headquarter .excerpt-news-header {
    padding: 0;
  }
}

.headquarter .excerpt-news-header span br {
    display: none;
}

@media only screen and (max-width: 767px) {
  .headquarter .excerpt-news-header span br {
    display: block;
  }
}


.headquarter .headquarter-cotainer {
  max-width: 1240px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
}

.headquarter .headquarter-cotainer p.desc {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 190%; /* 34.2px */
  letter-spacing: 0.9px;
  margin: 48px 0 70px;
}

.headquarter .headquarter-cotainer .expert-more {
  text-align: end;
}

.headquarter .headquarter-cotainer .list-brand {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 70px;
  margin-top: 40px;
  /* column-gap: 41px; */
}

@media only screen and (max-width: 1040px) {
  .headquarter .headquarter-cotainer .list-brand {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}

.headquarter .headquarter-cotainer .list-brand .item {
  padding: 35px 10px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 5px 4px 15px 5px rgba(0, 0, 0, 0.1);
  width: 22%;
  transition: all 0.3s;
}

@media only screen and (max-width: 1240px) {
  .headquarter .headquarter-cotainer .list-brand .item {
    width: 23%;
  }
}

@media only screen and (max-width: 1040px) {
  .headquarter .headquarter-cotainer .list-brand .item {
    width: 48%;
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .headquarter .headquarter-cotainer .list-brand .item {
    width: 100%;
    /* height: 150px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.headquarter .headquarter-cotainer .list-brand .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.headquarter .headquarter-cotainer .list-brand .item:hover {
  opacity: 0.6;
}

.headquarter .headquarter-cotainer .list-brand .item p {
  margin-bottom: 0;
  color: #333;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.95px;
  min-height: 60px;

  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1040px) {
  .headquarter .headquarter-cotainer .list-brand .item p {
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .headquarter .headquarter-cotainer .list-brand .item p > br {
    display: none;
  }
}

.headquarter .headquarter-cotainer .list-brand .item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
