@charset "utf-8";

/* header */
@media only screen and (min-width: 600px) {
  #business-header #header-menu.header-nav .nav-list li:nth-child(4n + 1) {
    width: 22%;
  }
  #business-header #header-menu.header-nav .nav-list li:nth-child(4n + 2) {
    width: 22%;
  }
  #business-header #header-menu.header-nav .nav-list li:nth-child(4n + 3) {
    width: 31%;
  }
}

/* main */
#main {
  margin-top: 40px;
  margin-bottom: 50px;
}
#main .section-title {
  margin-bottom: 30px;
}
#main .main-slider {
  opacity: 0;
}
#main .main-slider .swiper-slide {
  width: 450px;
  padding: 0 20px;
}
#main .main-slider .swiper-slide .slide-inner {
  display: block;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
#main .main-slider .swiper-slide .image a {
  display: block;
}
#main .main-slider .swiper-slide .image img {
  width: 100%;
}
#main .main-slider .swiper-slide .text {
  font-size: 16px;
  color: #fff;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 33%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 33%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 33%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 4em 1em 1em;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
#main .main-slider .swiper-slide .text strong {
  font-size: 1.5em;
  font-weight: 700;
  display: block;
}
#main .main-slider .swiper-pagination {
  font-size: 0;
  margin-top: 20px;
  position: static;
}
#main .main-slider .swiper-pagination .swiper-pagination-bullet {
  font-size: 0;
  background: #bfbfbf;
  margin: 0 5px;
}
#main
  .main-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

/* is-inview */
#main.is-inview .main-slider {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

@media only screen and (max-width: 599px) {
  #main .main-slider .swiper-slide {
    width: 77.33333333333333%;
    padding: 0 1.666666666666667%;
  }
  #main .main-slider .swiper-slide .slide-inner {
    border-radius: 4vw;
  }
  #main .main-slider .swiper-slide .text {
    font-size: 2.933333333333333vw;
  }
  #main .main-slider .swiper-pagination {
    margin-top: 4vw;
  }
  #main .main-slider .swiper-pagination .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.2vw;
    opacity: 1;
  }
}

/* reason */
#reason {
  text-align: center;
}
#reason .section-title,
#reason .section-catch {
  opacity: 0;
}

#reason .item-wrap {
  letter-spacing: -0.4em;
  text-align: center;
  max-width: 1400px;
  margin: 40px auto 0;
}
#reason .item-wrap .item {
  background: #f2f2f2;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 0;
  max-width: 450px;
  width: 32.14285714285714%;
  margin: 0.5%;
  padding: 4.285714285714286% 2.5% 4.285714285714286% 10%;
  position: relative;
  opacity: 0;
  transform: translateY(50%);
}
#reason .item-wrap .item .text {
  white-space: nowrap;
}
#reason .item-wrap .item .icon {
  width: 21.33333333333333%;
  position: absolute;
  top: 50%;
  left: 15.55555555555556%;
  transform: translate(-50%, -50%);
}
#reason .item-wrap .item .subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.222222222222222;
  color: #fff;
  background: #695093;
  border-radius: 1.111111111111111em;
}
#reason .item-wrap .item .number {
  font-family:
    Roboto, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1688c5;
  margin-top: 0.25em;
}
#reason .item-wrap .item .number .num {
  font-size: 3.3em;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.1em;
  transform: translateY(10%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#reason .item-wrap .item .number .num.is-active {
  opacity: 1;
}
#reason .item-wrap .item .number small {
  font-size: 0.5em;
  font-weight: 500;
  color: #333;
  margin-left: 0.2em;
}
#reason .notes {
  max-width: 1378px;
  margin: 1em auto 0;
  text-align: left;
}
#reason .notes p {
  font-size: 13px;
  color: #666;
  margin-bottom: 0.3em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#reason .notes p > span:first-child {
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 0.5em;
}

/* is-inview */
#reason.is-inview .section-title,
#reason.is-inview .section-catch {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
#reason .item-wrap.is-inview .item {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-out;
}
#reason .item-wrap.is-inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
#reason .item-wrap.is-inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
#reason .item-wrap.is-inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
#reason .item-wrap.is-inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
#reason .item-wrap.is-inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
#reason .item-wrap.is-inview .item:nth-child(6) {
  transition-delay: 0.6s;
}

@media only screen and (max-width: 599px) {
  #reason {
    margin-top: 8vw;
    padding: 0 1.333333333333333vw;
  }
  #reason .item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5.333333333333333vw;
  }
  #reason .item-wrap .item {
    width: 49.31506849315068%;
    margin: 0;
    padding: 1.333333333333333vw 1.333333333333333vw 4vw;
  }
  #reason .item-wrap .item:nth-child(n + 3) {
    margin-top: 1.36986301369863%;
  }
  #reason .item-wrap .item .subtitle {
    font-size: 3.466666666666667vw;
    line-height: 1.923076923076923;
  }
  #reason .item-wrap .item .text {
    letter-spacing: -0.4em;
    align-items: center;
    margin-top: 2vw;
    padding: 0;
  }
  #reason .item-wrap .item .text > * {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
  }
  #reason .item-wrap .item .icon {
    text-align: center;
    width: 7.733333333333333vw;
    margin-right: 1.333333333333333vw;
    position: static;
    transform: none;
  }
  #reason .item-wrap .item .icon img {
    display: block;
    width: 100%;
    transform: translateY(6%);
  }
  #reason .item-wrap .item .number {
    font-size: 2.5vw;
    text-align: left;
    margin-top: 0;
  }
  #reason .item-wrap .item .number .num {
    font-size: 3em;
    margin-left: 0;
  }
  #reason .notes {
    max-width: 100%;
    margin: 1em auto 0;
  }
  #reason .notes p {
    font-size: 2.6vw;
  }
}

/* story */
#story {
  margin-top: 150px;
  padding-bottom: 0px;
}
#story .item-carousel-wrap {
  margin-top: 80px;
}
#story .item-carousel-wrap .carousel-item:nth-child(n + 2) {
  margin-top: 120px;
}

@media only screen and (max-width: 599px) {
  #story {
    margin-top: 16vw;
    padding: 0 4vw;
  }
  #story .video-wrap {
    margin-top: 8vw;
  }
  #story .item-carousel-wrap {
    margin-top: 16vw;
  }
  #story .item-carousel-wrap .carousel-item:nth-child(n + 2) {
    margin-top: 16vw;
  }
}

#story2 {
  margin-top: 80px;
  /* padding-bottom: 80px; */
}
#story2 .video-wrap {
  max-width: 800px;
  margin: 40px auto 0;
}
#story2 .video-wrap .video {
  padding-top: 56.25%;
  position: relative;
}
#story2 .video-wrap .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 599px) {
  #story2.useful__section.for-2minutes {
    width: auto;
  }
  #story2 .useful__videos {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: calc(4.3 / 14 * 1rem) 0 calc(4.3 / 14 * 1rem) calc(17 / 14 * 1rem);
    overflow-x: auto;
    overflow-y: hidden;
  }

  #story2 .useful__videos .useful__video {
    display: block;
    margin: 0 calc(21.3 / 14 * 1rem) 0 0;
    padding: calc(21.3 / 14 * 1rem) 0;
    border: 0;
    /* padding: 0; */
    background: #fff;
    border-radius: calc(4.3 / 14 * 1rem);
    box-shadow: 0 calc(0.85 / 14 * 1rem) calc(6.4 / 14 * 1rem)
      rgba(6, 0, 1, 0.1);
    flex-shrink: 0;
    flex-basis: calc(221.75 / 14 * 1rem);
    width: calc(221.75 / 14 * 1rem);
    height: auto;
    overflow: hidden;
  }

  #story2 .useful__videos .useful__video .__video-title {
    font-size: calc(15 / 14 * 1rem);
  }

  #story2 .useful__videos .useful__video a {
    width: 85%;
  }
}

/* useful */
#useful {
  padding: 80px 50px 0;
}
#useful > .inner {
  max-width: 1060px;
  margin: 0 auto;
}
#useful .item-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#useful .item-wrap .item {
  background: #f2f2f2;
  box-sizing: border-box;
  width: 23.58490566037736%;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#useful .item-wrap .item .image img {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
#useful .item-wrap .item:hover .image img {
  opacity: 0.6;
}
#useful .item-wrap .item .text {
  text-align: center;
  margin-top: 20px;
}
#useful .item-wrap .item .text .txt1 {
  font-size: 16px;
  line-height: 1.625;
}

@media only screen and (max-width: 599px) {
  #useful {
    margin-top: 16vw;
    padding: 0 4vw;
  }
  #useful .item-wrap {
    flex-wrap: wrap;
    margin-top: 8vw;
  }
  #useful .item-wrap .item {
    width: 47.82608695652174%;
    padding: 1.333333333333333vw;
    border-radius: 1.333333333333333vw;
  }
  #useful .item-wrap .item:nth-child(n + 3) {
    margin-top: 4vw;
  }
  #useful .item-wrap .item .text {
    margin-top: 2vw;
  }
  #useful .item-wrap .item .text .txt1 {
    font-size: 2.666666666666667vw;
  }
}

/* info */
#info {
  padding: 80px 50px;
  border-top: solid 1px #ddd;
}
#info > .inner {
  max-width: 1060px;
  margin: 0 auto;
}
#info .info-wrap {
  display: flex;
  justify-content: space-between;
}
#info .info-wrap > * {
  width: 47.16981132075472%;
}
#info .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 0.25em;
  border-radius: 1em;
}
#info .title + * {
  margin-top: 30px;
}

@media only screen and (max-width: 599px) {
  #info {
    margin-top: 16vw;
    padding: 0 4vw 14.66666666666667vw;
    border: none;
  }
  #info .info-wrap {
    display: block;
  }
  #info .info-wrap > * {
    width: auto;
  }
  #info .title {
    font-size: 4vw;
  }
  #info .title + * {
    margin-top: 5.333333333333333vw;
  }
}

/* news */
#news .scrollbox {
  max-height: 465px;
  padding-right: 30px;
  overflow: hidden;
  overflow-y: auto;
}
#news .scrollbox .simplebar-track {
  background: #e5e5e5;
  width: 15px;
}
#news .scrollbox .simplebar-track .simplebar-scrollbar {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  right: 0;
  background: #fff;
}
#news .scrollbox .simplebar-track .simplebar-scrollbar:before {
  display: none;
}
#news .news-wrap .item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#news .news-wrap .item:nth-child(n + 2) {
  margin-top: 9px;
}
#news .news-wrap .item .thumb {
  align-self: flex-start;
  width: 70px;
  border: 1px solid #bfbfbf;
  transition: opacity 0.3s ease-in-out;
}
#news .news-wrap .item:hover .thumb {
  opacity: 0.6;
}
#news .news-wrap .item .thumb img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
#news .news-wrap .item .article {
  font-size: 14px;
  width: calc(100% - 90px);
}
#news .news-wrap .item .article .article-date {
  font-weight: 500;
}
#news .news-wrap .item .article .article-title:nth-child(n + 2) {
  margin-top: 0.5em;
}
#news .news-wrap .item .article .article-title a {
  color: #333;
}
#news .news-wrap .item .article .article-title:hover a {
  text-decoration: underline;
}
#news .more {
  font-size: 14px;
  text-align: right;
  margin-top: 1em;
}
#news .more a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 599px) {
  #news .scrollbox {
    max-height: 66.66666666666667vw;
  }
  #news .news-wrap .item:nth-child(n + 2) {
    margin-top: 1.333333333333333vw;
  }
  #news .news-wrap .item .thumb {
    width: 12.53333333333333vw;
  }
  #news .news-wrap .item .thumb img {
    width: 12.53333333333333vw;
    height: 12.53333333333333vw;
  }
  #news .news-wrap .item .article {
    font-size: 3.2vw;
    width: calc(100% - 16vw);
  }
  #news .news-wrap .item .article .article-title:nth-child(n + 2) {
    margin-top: 0.25em;
  }
  #news .more {
    font-size: 3.2vw;
  }
}

/* qualification */
#qualification .marks {
  position: relative;
}
#qualification .marks:after {
  background: #ddd;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
#qualification .marks .item-wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#qualification .marks .item-wrap .item {
  width: 44%;
}
#qualification .marks .item-wrap .item .mark img {
  width: 78px;
}
#qualification .marks .item-wrap .item .txt1 {
  font-size: 12px;
  margin-top: 1.5em;
}
#qualification .sign {
  margin-top: 20px;
}
#qualification .sign table {
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
#qualification .sign table th,
#qualification .sign table td {
  box-sizing: border-box;
  padding: 1em;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
#qualification .sign table th {
  font-weight: 700;
  background: #f2f2f2;
  white-space: nowrap;
  text-align: left;
  width: 15em;
}
#qualification .sign .notes {
  font-size: 12px;
  margin-top: 1.5em;
}

@media only screen and (max-width: 599px) {
  #qualification {
    margin-top: 14.66666666666667vw;
  }
  #qualification .marks .item-wrap .item .mark img {
    width: 16vw;
  }
  #qualification .marks .item-wrap .item .txt1 {
    font-size: 2.133333333333333vw;
  }
  #qualification .sign {
    margin-top: 4vw;
  }
  #qualification .sign table {
    font-size: 2.133333333333333vw;
  }
}

/* howtouse */
#howtouse {
  margin-top: 80px;
}
@media only screen and (max-width: 599px) {
  #howtouse {
    margin-top: 24vw;
  }
}

/* other */
#other {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 599px) {
  #other {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
}

/* confirm */
#confirm {
  margin-top: 80px;
}

@media only screen and (max-width: 599px) {
  #confirm {
    margin-top: 30.66666666666667vw;
  }
}

/* regist */
#regist {
  margin-top: 70px;
}

@media only screen and (max-width: 599px) {
  #regist {
    margin-top: 16vw;
  }
}

#business-breadcrumb {
  background: transparent;
}

@media only screen and (max-width: 599px) {
  #business-breadcrumb {
    margin: 1.6vw 0;
  }
}

#pickup {
  margin-top: 90px;
}
@media only screen and (max-width: 599px) {
  #pickup {
    margin-top: 12vw;
  }
}

#contact {
}

#contact > .inner,
#contact2 > .inner {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#contact .box,
#contact2 .box {
  width: calc(100% / 3 - 20px);
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
#contact .box .reception,
#contact2 .box .reception {
  font-size: 24px;
}
#contact .box .reception2,
#contact2 .box .reception2 {
  font-size: 20px;
  margin-top: 20px;
}
#contact .box .tel,
#contact2 .box .tel {
  font-size: 40px;
}
#contact .box .tel2,
#contact2 .box .tel2 {
  font-size: 36px;
}
#contact .box .time,
#contact2 .box .time {
  font-size: 14px;
}

#download,
#mail-magazine,
#sample {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}

#download .time,
#mail-magazine .time,
#sample .time {
  margin-top: auto;
  margin-bottom: auto;
}

#mail-magazine .time {
  text-align: left;
}

#contact .box:first-child,
#contact2 .box:first-child {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 60px;
}

#contact .box:first-child .contact-inner,
#contact2 .box:first-child .contact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .box:first-child .contact-inner > div,
#contact2 .box:first-child .contact-inner > div {
  margin: 0 40px;
}

@media only screen and (max-width: 599px) {
  #contact > .inner,
  #contact2 > .inner {
    flex-direction: column;
  }
  #contact .box,
  #contact2 .box {
    width: auto;
    box-sizing: border-box;
  }
  #contact .box + .box,
  #contact2 .box + .box {
    margin-top: 10vw;
  }
  #contact .box .reception,
  #contact2 .box .reception {
    font-size: 5vw;
  }
  #contact .box .reception2,
  #contact2 .box .reception2 {
    font-size: 4vw;
    margin-top: 5vw;
  }
  #contact .box .tel,
  #contact2 .box .tel {
    font-size: 10.66666666666667vw;
  }
  #contact .box .time,
  #contact2 .box .time {
    font-size: 3.1vw;
  }

  #contact .box:first-child,
  #contact2 .box:first-child {
    margin-bottom: 0;
  }

  #contact .box:first-child .contact-inner,
  #contact2 .box:first-child .contact-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #contact .box:first-child .contact-inner > div,
  #contact2 .box:first-child .contact-inner > div {
    margin: 3vw 0;
  }
}

@media only screen and (max-width: 599px) {
  #business-container {
    padding-top: calc(18vw + 10vw + (50 / 750 * 100vw));
  }
}

.carousel__container {
  width: 1140px;
  height: 422px;
  margin: 0 auto;
  overflow: hidden;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 599px) {
  .carousel__container {
    width: auto;
    height: auto;
    display: block;
  }
}

.carousel {
  width: 760px;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .carousel {
    width: auto;
  }
}

.carousel__main.swiper-container {
  margin: 0 auto;
  width: 760px;
  height: 380px;
  overflow: visible;
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .carousel__main.swiper-container {
    width: calc(360 / 750 * 100vw);
    height: calc(510 / 750 * 100vw);
  }
}

.carousel__main .swiper-slide {
  transition-property: opacity, transform, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.carousel__main .swiper-slide a {
  display: block;
}
@media only screen and (max-width: 599px) {
  .carousel__main .swiper-slide a {
    margin: 0 calc(10 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
    overflow: hidden;
  }
}

.carousel__main .swiper-slide:not(.swiper-slide-active),
.carousel__main .swiper-slide:hover {
  opacity: 0.5;
}

.carousel__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.carousel__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.carousel__pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #a9a9a9;
  transition: background 0.2s ease;
}

.carousel__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #1688c5;
}

@media only screen and (max-width: 599px) {
  .carousel__pagination {
    height: calc(80 / 750 * 100vw);
  }

  .carousel__pagination .swiper-pagination-bullet {
    width: calc(40 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }

  .carousel__pagination .swiper-pagination-bullet::before {
    width: calc(11 / 750 * 100vw);
    height: calc(11 / 750 * 100vw);
  }
}

.sp-nav {
  display: none;
}

@media only screen and (max-width: 599px) {
  .sp-nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: calc(25 / 750 * 100vw);
  }

  .sp-nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(140 / 750 * 100vw);
  }

  .sp-nav__item i {
    background: #282828;
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    border-radius: calc(100 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: calc(16 / 750 * 100vw);
  }

  .sp-nav__item span {
    color: #333;
    font-size: calc(18 / 750 * 100vw);
    font-weight: 700;
    text-align: center;
    line-height: 1.111;
  }
  .sp-nav__item span small {
    font-size: calc(16 / 750 * 100vw);
  }
}

#recommend {
  margin-top: 100px;
  margin-bottom: 100px;
}

#recommend > .inner {
  max-width: 1060px;
  margin: 0 auto;
}

.recommend__blocks {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}

.recommend__section {
  width: calc(50% - 25px);
  border: solid 2px #ddd;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.recommend__title {
  font-size: 26px;
  font-weight: 700;
  color: #695093;

  display: flex;
  justify-content: flex-start;
  align-items: center;

  margin-bottom: 30px;
}

.recommend__title i {
  font-size: 50px;
  margin-right: 30px;
}

a.recommend__button {
  background: #695093;
  color: #fff;
  width: 60%;
  height: 50px;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 18px;
  font-weight: 700;

  transition: opacity 0.2s ease;
}

a.recommend__button:hover {
  opacity: 0.6;
}

a.recommend__button i {
  font-size: 0.8rem;
  margin-left: 20px;
}

.recommend__section + .recommend__section .recommend__title {
  color: #1688c5;
}
.recommend__section + .recommend__section a.recommend__button {
  background: #1688c5;
}

#catalog {
  margin-top: 90px;
  margin-bottom: 90px;
}

#catalog .inner {
  max-width: 1140px;
  margin: 0 auto;
}

.catalog__tabs {
  margin-top: 45px;
  margin-bottom: 60px;

  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.catalog__tabs + .catalog__tabs {
  margin-top: -58px;
}

.catalog__tab {
  width: calc((100% - 2px * 5) / 6);
  height: 60px;

  font-weight: 700;
  font-size: 14px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.catalog__tab,
.catalog__tab:link,
.catalog__tab:visited {
  color: #333;
  background: #f3f0eb;
}

.catalog__tab.is-active,
.catalog__tab.is-active:link,
.catalog__tab.is-active:visited {
  color: #fff;
  background: #ac947c;
}

.catalog__tab:nth-child(6n) {
  margin-right: 0;
}

.catalog__tab small {
  font-size: 12px;
}

.catalog__section {
  display: none;
}

.catalog__section.is-active {
  display: block;
}

.catalog__heading {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 36px;
}

.catalog__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.catalog__item {
  width: 210px;
  flex-basis: 210px;
  flex-shrink: 0;
}

.catalog__item,
.catalog__item:link,
.catalog__item:visited {
  color: #333;
}

.catalog__thumbnail {
  height: 210px;
}

.catalog__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog__category {
  font-size: 14px;
  margin-bottom: 0.5em;
}

.catalog__name {
  font-size: 16px;
  margin-bottom: 0.5em;
}

.catalog__price {
  font-size: 14px;
}

.catalog__price strong {
  font-size: 16px;
}

#reason .item2-wrap {
  text-align: left;
  max-width: calc(1378 / 14 * 1rem);
  box-sizing: border-box;
  margin: 40px auto -33px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: stretch;
  opacity: 0;
  transform: translateY(50%);
  padding: calc(36 / 14 * 1rem) 0;
}
#reason .item2-wrap.is-inview {
  opacity: 1;
  transform: translateY(0%);
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-out;
}
#reason .item2-wrap .item2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: calc(22 / 14 * 1rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}
#reason .item2-wrap .item2:first-child {
  margin-right: calc(50 / 14 * 1rem);
  padding-right: calc(50 / 14 * 1rem);
  border-right: 2px solid #333;
}
#reason .item2-wrap .item2 img {
  width: calc(94 / 14 * 1rem);
  height: auto;
  margin-right: calc(26 / 14 * 1rem);
  flex-shrink: 0;
}
#reason .item2-wrap .item2 strong {
  font-family:
    Roboto, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: 700;
  color: #1688c5;
  font-size: calc(90 / 14 * 1rem);
  line-height: 1;
  margin-left: calc(32 / 14 * 1rem);
  flex-shrink: 0;
}
#reason .item2-wrap .item2 strong span {
  margin-left: -0.1em;
}
#reason .item2-wrap .item2 strong small {
  color: #333;
  font-weight: 500;
  font-size: 0.15em;
}

#regist {
  border-top: 0;
}

#story2 {
  margin-top: 0;
  padding-top: 1rem;
}

#useful a {
  transition: opacity 0.2s ease;
}
#useful a:hover {
  opacity: 0.6;
}

.useful__sections {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px auto;
  max-width: 1378px;
}

.useful__section {
  width: calc((100% - 3rem) / 3);
  flex-basis: calc((100% - 3rem) / 3);
  flex-shrink: 0;
  padding: 1rem 0;
}

.useful__title {
  font-size: calc(32 / 14 * 1rem);
  font-weight: 700;
  text-align: center;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#business-wrapper .useful__title img {
  max-width: 80%;
}

.useful__lead {
  font-size: calc(12 / 14 * 1rem);
  margin-bottom: 1.1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5em;
}

.useful__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 calc(20 / 14 * 1rem) 1.5rem;
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}

.useful__item .__thumbnail {
  width: calc(135 / 14 * 1rem);
  height: calc(108 / 14 * 1rem);
  flex-shrink: 0;
  margin-right: 1rem;
  background: #fff;
}

a.useful__button {
  width: calc(100% - 4rem);
  height: 2.5rem;
  border-radius: 2.5rem;
  border: 1px solid #333;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 0;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.useful__button i {
  font-size: 0.7rem;
  position: absolute;
  width: 1em;
  height: 0.9em;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.useful__video {
  /* margin: 0 2rem; */
  margin: 0 calc(20 / 14 * 1rem) 1.5rem;
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}
.useful__video .__video-title {
  font-size: calc(16 / 14 * 1rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(10 / 14 * 1rem);
}
.useful__video a {
  display: block;
  position: relative;
  width: 75%;
  margin: 0 auto;
}
.useful__video a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/company/mv-movie-play.svg) no-repeat center
    center/4rem auto;
}

#business-wrapper .useful__item .__thumbnail img {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.useful__item .__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  color: #333;
}

.useful__section.for-concierge {
  background: #f4e9d2;
}
.useful__section.for-2minutes {
  background: #f3f3f3;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1100px;
}
.mfp-iframe-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mfp-iframe-holder .mfp-close {
  top: -45px;
  right: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 90px;
  background: url(../images/company/mv-movie-close.svg) no-repeat center center;
  background-size: 80% 80%;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.9);
}
.mfp-bg,
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.mfp-bg.mfp-ready,
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-bg.mfp-removing,
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media only screen and (max-width: 599px) {
  #recommend {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .recommend__blocks {
    display: block;
    margin: 8vw 4vw 0;
  }
  .recommend__section {
    width: auto;
    border-radius: 1.3vw;
    padding: 4vw;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .recommend__title {
    font-size: 5vw;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin-bottom: 4vw;
  }

  .recommend__title i {
    font-size: 10vw;
    margin-right: 4vw;
  }

  a.recommend__button {
    width: 100%;
    height: 12vw;
    border-radius: 1.3vw;

    font-size: 4vw;
  }

  .recommend__section + .recommend__section {
    margin-top: 4vw;
  }

  #catalog {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }

  #catalog .inner {
    max-width: 100vw;
    margin: 0;
  }

  .catalog__tabs {
    margin-top: 6vw;
    margin-bottom: 12vw;
    flex-wrap: wrap;
  }

  .catalog__tabs + .catalog__tabs {
    margin-top: calc(-12vw);
  }

  .catalog__tab {
    width: calc((100% - 2px) / 2);
    height: 15vw;

    margin-right: 2px;
    margin-bottom: 2px;

    font-size: 4vw;
  }

  .catalog__tab:nth-child(2n) {
    margin-right: 0;
  }

  .catalog__tab small {
    font-size: 3vw;
  }

  .catalog__section {
    display: none;
  }

  .catalog__section.is-active {
    display: block;
  }

  .catalog__heading {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .catalog__items {
    overflow: auto;
    padding: 0 4.8vw;
    justify-content: flex-start;
  }

  .catalog__item {
    width: 36vw;
    flex-basis: 36vw;
    margin-right: 6vw;
  }

  .catalog__thumbnail {
    height: 36vw;
  }

  .catalog__category {
    font-size: 3vw;
  }

  .catalog__name {
    font-size: 4vw;
  }

  .catalog__price {
    font-size: 3vw;
  }

  .catalog__price strong {
    font-size: 4vw;
  }

  #reason .item2-wrap {
    max-width: 100%;
    margin: 4vw 0 -4vw;
    flex-direction: column;
    padding: 4vw;
  }
  #reason .item2-wrap .item2 {
    font-size: 3.8vw;
    padding-left: 1em;
    padding-right: 1em;
  }
  #reason .item2-wrap .item2:first-child {
    margin-right: 0;
    padding-right: 1em;
    border-right: 0;

    margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid #333;
  }
  #reason .item2-wrap .item2 img {
    width: 12vw;
    margin-right: 1em;
  }
  #reason .item2-wrap .item2 > span {
    display: block;
    flex-grow: 1;
  }
  #reason .item2-wrap .item2 strong {
    font-size: 9vw;
    margin-left: 4vw;
  }

  .useful__sections {
    display: block;
    margin: 8vw -4vw 0;
    max-width: 100vw;
  }

  .useful__section {
    width: auto;
  }

  .useful__title {
    font-size: 4.3vw;
    padding-left: 4vw;
    margin-bottom: 4vw;
    height: auto;
    display: block;
    text-align: left;
  }

  #business-wrapper .useful__title img {
    display: none;
  }

  .useful__lead {
    display: none;
  }

  .useful__items {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;

    margin: 0;
    padding: calc(4.3 / 14 * 1rem) 0 calc(4.3 / 14 * 1rem) calc(17 / 14 * 1rem);

    overflow-x: auto;
    overflow-y: hidden;
  }

  .useful__item {
    display: block;
    margin: 0 calc(21.3 / 14 * 1rem) 0 0;
    border: 0;
    padding: 0;

    background: #fff;
    border-radius: calc(4.3 / 14 * 1rem);
    box-shadow: 0 calc(0.85 / 14 * 1rem) calc(6.4 / 14 * 1rem)
      rgba(6, 0, 1, 0.1);
    flex-shrink: 0;
    flex-basis: calc(221.75 / 14 * 1rem);
    width: calc(221.75 / 14 * 1rem);
    height: calc(221.75 / 14 * 1rem);
    overflow: hidden;
  }

  .useful__item .__thumbnail {
    width: calc(221.75 / 14 * 1rem);
    height: calc(153.5 / 14 * 1rem);

    margin-bottom: calc(9.8 / 14 * 1rem);
    order: 1;
    margin-right: 0;
    background: #fff;
  }

  a.useful__button {
    display: flex;
    justify-content: center;
    align-items: center;

    background: #8a989a;
    border: 0;
    border-radius: calc(34.1 / 14 * 1rem);
    color: #fff;
    font-size: calc(10.23 / 14 * 1rem);
    font-weight: 700;
    height: calc(34.1 / 14 * 1rem);
    margin-left: auto;
    margin-right: auto;
    width: calc(196.1 / 14 * 1rem);
    padding: 0 1.5em;
    box-sizing: border-box;
  }

  .useful__button i {
    display: none;
  }

  .useful__video {
    margin: calc(4.3 / 14 * 1rem) calc(17 / 14 * 1rem);
  }
  .useful__video a {
    display: block;
    position: relative;
  }
  .useful__video a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/company/mv-movie-play.svg) no-repeat center
      center/4rem auto;
  }

  #business-wrapper .useful__item .__thumbnail img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .useful__item .__body {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    color: #333;
    padding: 0 calc(4.2 / 14 * 1rem) 0 calc(12.8 / 14 * 1rem);
  }

  .useful__item .__name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    order: 3;
    line-height: 1.5;
    overflow: hidden;
    font-weight: 700;
    font-size: calc(10.2 / 14 * 1rem);
  }

  .useful__item .__date {
    font-size: calc(10.2 / 14 * 1rem);
    line-height: 1.5;
    margin-bottom: calc(3.4 / 14 * 1rem);
    order: 1;
  }

  .useful__section.for-concierge,
  .useful__section.for-2minutes {
    background: transparent;
  }

  .mfp-iframe-holder {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .mfp-iframe-holder .mfp-close {
    top: -10vw;
    width: 10vw;
    height: 10vw;
    text-indent: 20vw;
  }
}

.series {
  margin-top: 120px;
}
@media only screen and (max-width: 599px) {
  .series {
    margin-top: 16vw;
    overflow: hidden;
  }
}
@media only screen and (max-width: 599px) {
  .series__inner {
    position: relative;
  }
}

@media only screen and (max-width: 599px) {
  .series__swiper {
    margin: 12vw 12vw 0;
    overflow: visible;
  }
}

@media only screen and (min-width: 600px) {
  .series__list {
    width: 1378px;
    margin: 26px auto 0;

    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 599px) {
  .series__list {
    align-items: stretch;
  }
}

@media only screen and (min-width: 600px) {
  .series__section {
    width: 446px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 40px;
    height: auto;
  }
  .series__section:nth-child(3n) {
    margin-right: 0;
  }
  .series__section.more {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .series__section {
    align-self: stretch;
    height: auto;
  }
}

.series__item {
  display: block;

  background: #e7f2ec;

  height: 100%;
  box-sizing: border-box;

  transition: opacity 0.2s ease;
}
.series__item:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 599px) {
  .series__item {
    display: block;
    height: 100%;
    margin: 0 4vw;
  }
}

.series__title {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 24px;
  font-weight: 700;

  height: 60px;
  background: #8dcfab;
  color: #fff;

  margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
  .series__title {
    font-size: 4vw;
    height: 12vw;
    margin-bottom: 4vw;
  }
}
.series__title.title__small {
  font-size: 20px;
  flex-direction: column;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 599px) {
  .series__title.title__small {
    font-size: 3.8vw;
  }
}
.series__title.title__small small {
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .series__title.title__small small {
    font-size: 3.2vw;
  }
}

.series__upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px 20px;
}
@media only screen and (max-width: 599px) {
  .series__upper {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0 4vw;
  }
}

.series__thumbnail {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  color: #333;
}
@media only screen and (max-width: 599px) {
  .series__thumbnail {
    width: 35vw;
    height: 35vw;
    margin: 0 auto 4vw;
  }
}

.series__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.series__body {
  width: calc(100% - 180px - 24px);
  height: 180px;
  flex-shrink: 0;
  margin-bottom: 30px;
  color: #333;
}
@media only screen and (max-width: 599px) {
  .series__body {
    width: auto;
    height: auto;
    margin-bottom: 4vw;
  }
}

.series__price {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;

  padding-bottom: 1em;
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
@media only screen and (max-width: 599px) {
  .series__price {
    font-size: 3.5vw;
    align-items: center;
    text-align: center;
  }
}

.series__price strong {
  font-size: 120%;
}

.series__text {
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 599px) {
  .series__text {
    font-size: 3.2vw;
  }
}

.series__tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}
@media only screen and (max-width: 599px) {
  .series__tags {
    padding-left: 4vw;
  }
}

.series__tags + .series__tags {
  margin-top: 12px;
}
@media only screen and (max-width: 599px) {
  .series__tags + .series__tags {
    margin-top: 2vw;
  }
}

.series__tags:last-child {
  margin-bottom: 12px;
}
@media only screen and (max-width: 599px) {
  .series__tags:last-child {
    margin-bottom: 2vw;
  }
}

.series__tags span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  border-radius: 1em;
  font-size: 14px;
  background: #3f8e61;
  color: #fff;
  box-sizing: border-box;
  padding: 0 1em;
  margin: 0 8px 8px 0;
}
@media only screen and (max-width: 599px) {
  .series__tags span {
    font-size: 2.5vw;
    margin: 0 2vw 2vw 0;
  }
}

.series__tags.is-white span {
  background: #fff;
  color: #7d5a37;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding-right: 1.5em;
  box-shadow:
    inset 1px 0 #7d5a37,
    inset 0 1px #7d5a37,
    inset 0 -1px #7d5a37;
  clip-path: polygon(
    0 0,
    calc(100% - 0.8em) 0,
    100% 50%,
    calc(100% - 0.8em) 100%,
    0 100%
  );
}

.series__tags.is-white span::before,
.series__tags.is-white span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 2px;
  height: 1em;
  background: #7d5a37;
}
.series__tags.is-white span::before {
  top: 0;
  transform-origin: right bottom;
  transform: skewX(38deg) scale(0.8, 1);
}
.series__tags.is-white span::after {
  bottom: 0;
  transform-origin: right top;
  transform: skewX(-38deg) scale(0.8, 1);
}

.series__prev,
.series__next {
  display: none;
}

@media only screen and (max-width: 599px) {
  .series__prev,
  .series__next {
    display: flex;
    position: absolute;
    z-index: 2;
    font-size: 12vw;
    top: 50%;
    margin-top: -6vw;
    color: #999;
  }
  .swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
  }
  .series__prev {
    left: 2vw;
    transform: scale(-1, 1);
  }
  .series__next {
    right: 2vw;
  }
}

.series__more {
  display: block;
  position: relative;

  background: #333;
  color: #fff;

  width: 400px;
  height: 60px;
  border-radius: 30px;

  margin: 50px auto 0;

  font-size: 20px;
  font-weight: 700;
  font-family:
    "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media only screen and (max-width: 599px) {
  .series__more {
    display: none;
  }
}

.series__more span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
}

.series__more.expanded span:first-of-type {
  opacity: 0;
}
.series__more span:last-of-type {
  opacity: 0;
}
.series__more.expanded span:last-of-type {
  opacity: 1;
}

.series__more .icon-arrow {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto 0;
  font-size: 80%;
  margin-left: 0.5em;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
.series__more.expanded .icon-arrow {
  transform: rotate(-90deg);
}

.headline {
  margin: 0 auto;
  width: 1140px;
  min-height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 599px) {
  .headline {
    display: none;
  }
}

.headline .swiper-wrapper {
  align-items: center;
}

.headline__header {
  background: #959595;
  color: #fff;
  width: 150px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.headline__title {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.headline__prev,
.headline__next {
  width: 25px;
  margin: 0 10px auto;
  transition: opacity 0.2s ease;
}
.headline__prev:hover,
.headline__next:hover {
  opacity: 0.6;
}

.headline__body {
  background: #f2f2f2;
  width: calc(100% - 150px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headline__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 28px;
  margin-right: 36px;
}

.headline__items > dt {
  font-size: 16px;
  font-family: Barlow;
  font-weight: 400;
  width: 114px;
  flex-shrink: 0;
  line-height: 1.2;
}

.headline__items > dd {
  width: calc(100% - 114px);
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headline__items > dd a {
  color: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.headline__items > dd a:hover {
  text-decoration: underline;
}
.headline__items > dd::after {
  content: "\e90f";
  font-family: "ringbell-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 8px;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #959595;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
}

.headline__items > dd + dt,
.headline__items > dd + dt + dd {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #cfcdce;
}

@media only screen and (max-width: 599px) {
  #business-container .section .section-title {
    font-size: calc(38 / 750 * 100vw);
  }
}

#select-gourmet {
  padding: 90px 0;
  margin-top: 80px;
  background: url(../images/buyer-select-top.png) no-repeat top center/625px
    auto;
  background-color: #e8f7ff;
}

#select-gourmet .inner .section-title,
#select-gourmet .inner .section-catch {
  color: #fff;
}

#select-gourmet .inner .section-catch::after {
  display: none;
}

#select-gourmet .gourmet-title {
  position: relative;
  width: 625px;
  margin: 0 auto;
}

#select-gourmet .gourmet-title::before {
  display: block;
  content: "";
  background: url(../images/buyer-select-icon01.png) no-repeat center
    center/100% auto;
  width: 152px;
  height: 147px;
  position: absolute;
  top: -10px;
  left: -55px;
}

#select-gourmet .gourmet-title::after {
  display: block;
  content: "";
  background: url(../images/buyer-select-icon02.png) no-repeat center
    center/100% auto;
  width: 152px;
  height: 145px;
  position: absolute;
  top: -10px;
  right: -55px;
}

.gourmet__inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

.gourmet__list {
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gourmet__section {
  padding: 0 20px 20px;
  width: auto !important;
  box-sizing: border-box;
}

.gourmet__item__box {
  background: #fff;
  width: 320px !important;
  padding: 25px;
  height: auto;
  box-shadow: 0px 5px 20px 0px rgba(79, 136, 166, 0.2);
  box-sizing: border-box;
}

.gourmet__item {
  transition: opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.gourmet__item:hover {
  opacity: 0.6;
}

.gourmet__thumbnail {
  width: 260px;
  height: 260px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.gourmet__thumbnail img {
  width: 100%;
  height: 100%;
}

.gourmet__body .gourmet__name {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-align: center;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.gourmet__body .gourmet__price {
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.gourmet__body .gourmet__price span {
  font-size: 20px;
}

.wine-link {
  width: 800px;
  display: block;
  margin: 70px auto 0;
  transition: 0.3s ease;
}

.wine-link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 599px) {
  #select-gourmet {
    background: url(../images/buyer-select-top.png) no-repeat top center/80vw
      auto;
    padding: 8vw 0;
    margin-top: 16vw;
    background-color: #e8f7ff;
  }

  #select-gourmet .gourmet-title {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #select-gourmet .gourmet-title::before {
    display: block;
    content: "";
    background: url(../images/buyer-select-icon01.png) no-repeat center
      center/100% auto;
    width: 20vw;
    height: 22vw;
    position: absolute;
    top: 7vw;
    left: 5vw;
  }

  #select-gourmet .gourmet-title::after {
    display: block;
    content: "";
    background: url(../images/buyer-select-icon02.png) no-repeat center
      center/100% auto;
    width: 20vw;
    height: 22vw;
    position: absolute;
    top: 7vw;
    right: 5vw;
  }

  .gourmet__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .gourmet__swiper {
    margin: 12vw 16vw 0;
    overflow: visible;
  }

  .gourmet__list {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: unset;
  }

  .gourmet__section {
    width: 100% !important;
    padding: 0 3vw 3vw;
  }

  .gourmet__item__box {
    background: #fff;
    width: 100% !important;
    padding: 5vw;
    height: auto !important;
    box-shadow: 0px 5px 20px 0px rgba(79, 136, 166, 0.2);
    box-sizing: border-box;
  }

  .gourmet__item {
    display: block;
    height: 100%;
  }

  .gourmet__thumbnail {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #business-wrapper .gourmet__thumbnail img {
    max-width: unset;
  }

  .gourmet__body .gourmet__name {
    font-size: 3.2vw;
    color: #666;
    margin: 10px 0;
  }
  .gourmet__body .gourmet__price {
    font-size: 3.2vw;
    color: #666;
  }

  .gourmet__body .gourmet__price span {
    font-weight: 700;
    font-size: 3.3vw;
  }

  .wine-link {
    width: 90vw;
    display: block;
    margin: 8vw auto 0;
  }

  .wine-link img {
    width: 100%;
    height: auto;
  }
}

.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.gourmet__prev {
  position: absolute;
  top: 50%;
  left: -40px;
  color: #5eaad4;
  transform: scale(-1, 1);
  font-size: 50px;
  z-index: 2;
}

.gourmet__next {
  position: absolute;
  top: 50%;
  right: -40px;
  color: #5eaad4;
  font-size: 50px;
  z-index: 2;
}

@media only screen and (max-width: 599px) {
  .gourmet__prev,
  .gourmet__next {
    display: flex;
    position: absolute;
    z-index: 2;
    font-size: 12vw;
    top: 50%;
    margin-top: -6vw;
    color: #5eaad4;
  }
  .swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
  }
  .gourmet__prev {
    left: 2vw;
    transform: scale(-1, 1);
  }
  .gourmet__next {
    right: 2vw;
  }
}

.quick-search {
  box-sizing: border-box;
  width: 370px;
  height: 380px;
  background: #1688c5;
  padding: 0 10px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
@media only screen and (max-width: 599px) {
  .quick-search {
    width: 100%;
    height: auto;
    padding: 0 3vw 3vw;
    display: block;
  }
}

.quick-search__title {
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}
.quick-search__title img {
  width: 40px;
  height: auto;
  margin-right: 15px;
}
@media only screen and (max-width: 599px) {
  .quick-search__title {
    height: auto;
    font-size: 4vw;
    padding: 1em 0;
  }
  .quick-search__title img {
    width: 7vw;
  }
}

.quick-search__tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 95px;
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .quick-search__tabs {
    height: auto;
  }
}

a.quick-search__tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: #0d5880;
  color: rgb(255 255 255/0.4);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.quick-search__tab svg {
  width: 26px;
  height: auto;
  margin-bottom: 7px;
}

@media only screen and (max-width: 599px) {
  a.quick-search__tab {
    font-size: 3.2vw;
    flex-direction: row;
    padding: 0.6em 0;
  }
  .quick-search__tab svg {
    width: 6vw;
    margin-bottom: 0;
    margin-right: 2vw;
  }
}

.quick-search__tab path,
.quick-search__tab circle {
  fill: rgb(255 255 255/0.4);
  transition-property: fill;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a.quick-search__tab.is-active {
  background: #e9f2f7;
  color: #333;
}
.quick-search__tab.is-active path,
.quick-search__tab.is-active circle {
  fill: #333;
}

.quick-search__body {
  background: #e9f2f7;
  padding: 25px;
  display: none;
  flex-grow: 1;
}
@media only screen and (max-width: 599px) {
  .quick-search__body {
    padding: 3vw;
  }
}

.quick-search__body.is-active {
  display: block;
}

.quick-search__body form {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}

.quick-search__select {
  box-sizing: border-box;
  height: 50px;
  background: #fff;
  border: 1px solid #0d5880;
  border-radius: 12px;
  position: relative;
}
.quick-search__select + .quick-search__select {
  margin-top: 13px;
}
.quick-search__select select {
  appearance: none;
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #0d5880;
  height: 100%;
  width: 100%;
  text-align: center;
}
.quick-search__select .icon-arrow {
  position: absolute;
  display: block;
  font-size: 14px;
  width: 10px;
  height: 15px;
  line-height: calc(18 / 14);
  text-indent: calc(-2 / 14 * 1em);
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(90deg);
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .quick-search__select {
    height: 12vw;
    border-radius: 2vw;
  }
  .quick-search__select select {
    font-size: 3.6vw;
  }
  .quick-search__select + .quick-search__select {
    margin-top: 3vw;
  }
  .quick-search__select .icon-arrow {
    font-size: 4vw;
    width: 3vw;
    height: 4.5vw;
    right: 5vw;
  }
}

.quick-search__submit {
  font-family:
    "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 40px;
  border-radius: 40px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.quick-search__submit .icon-arrow {
  position: absolute;
  display: block;
  font-size: 14px;
  width: 10px;
  height: 15px;
  line-height: calc(18 / 14);
  text-indent: calc(-2 / 14 * 1em);
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .quick-search__submit {
    height: 10vw;
    border-radius: 10vw;
    font-size: 3.6vw;
    margin-top: 4vw;
  }
  .quick-search__submit .icon-arrow {
    font-size: 4vw;
    width: 3vw;
    height: 4.5vw;
    right: 5vw;
  }
}
