@charset "UTF-8";
/* Breakpoint */
/* ============================================ */
/* Spacer */
/* ============================================ */
/* Border radius */
/* ============================================ */
/* Font size */
/* ============================================ */
/* Font family */
/* ============================================ */
/* Line height */
/* ============================================ */
/* Color */
/* ============================================ */
/* Breakpoint */
/* ============================================ */
/* Btn */
/* ============================================ */
/* Background img */
/* ============================================ */
/* Global */
/* ============================================ */
body {
  margin: 0 auto;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  /* メディアクエリの優先度をここで変更不要なプロパティで指定 */
  /* ============================================ */
}

.feel-jscent-5th {
  box-sizing: border-box;
  min-height: 100%;
  background-color: #f7f2f2;
  color: #521313;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  font-family: fot-tsukubrdgothic-std, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;

  -webkit-box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
}

.feel-jscent-5th h1,
.feel-jscent-5th h2,
.feel-jscent-5th h3,
.feel-jscent-5th h4,
.feel-jscent-5th h5,
.feel-jscent-5th h6 {
  color: #521313;
  font-family: fot-tsukubrdgothic-std, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

/* Link hover */
/* ============================================ */
.opacity:hover {
  opacity: 0.7 !important;
  transition: opacity 0.3s ease-out;

  -webkit-transition: opacity 0.3s ease-out;
}

/* Paragraph */
/* ============================================ */
.feel-jscent-5th p + p {
  margin-top: 24px;
}

/* Hidden */
/* ============================================ */
.is-hidden {
  display: none;
}

/* Fadein */
/* ============================================ */
.js-fadein {
  transition: opacity 0.5s;

  -webkit-transition: opacity 0.5s;
}

/* コンテンツの遅延読み込み */
/* ============================================ */
.lazy-load {
  content-visibility: auto;
}

/**
 * vwをピクセルで指定
 */
/**
 * font-sizeのrem単位をpx感覚で使用
 */
/* 大文字変換 */
/* ============================================ */
.uppercase {
  text-transform: uppercase;
}

/* Heading */
/* ============================================ */
.section-title-wrap {
  overflow: hidden;
  text-align: center;
}

.section-title {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #521313;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: fot-tsukubrdgothic-std, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  text-shadow: 1px 1px 1px #fefefe;
}

.section-title .section-title__en {
  display: block;
  margin: 0;
  color: #ff4800;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  text-shadow: 1px 1px 1px #fefefe;
}

.section-title .section-title-sub {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

.section-title::before,
.section-title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background-image: url(../../img/06-feel_jscent05/icon-anmitsu.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";

  -webkit-transform: translateY(-50%);
}

.section-title::before {
  left: -64px;
  left: -4rem;
}

.section-title::after {
  right: -64px;
  right: -4rem;
}

/* 埋め込みyoutubeのレスポンシブ */
.youtube {
  position: relative;
  width: 100%;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* リンクホバーでシャドウを追加 */
.hover-shadow {
  box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.16);
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;

  -webkit-box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.16);
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
}

.hover-shadow:hover {
  box-shadow: 6px 6px 7px 0 rgba(34, 34, 34, 0.16);

  -webkit-box-shadow: 6px 6px 7px 0 rgba(34, 34, 34, 0.16);
}

/* Hidden */
.is-hidden {
  display: none;
}

/* Fadein */
.js-fadein {
  transition: opacity 0.5s;

  -webkit-transition: opacity 0.5s;
}

/* コンテンツの遅延読み込み */
.lazy-load {
  content-visibility: auto;
}

/* 背景画像を遅延読み込み */
.bg-lazy {
  background-image: none !important;
}

/* 改行のレスポンシブ */
br.up-sm {
  display: none;
}

br.up-md {
  display: none;
}

br.up-lg {
  display: none;
}

br.up-xl {
  display: none;
}

br.up-xxl {
  display: none;
}

br.down-sm {
  display: block;
}

br.down-md {
  display: block;
}

br.down-lg {
  display: block;
}

br.down-xl {
  display: block;
}

br.down-xxl {
  display: block;
}

br.only-md {
  display: none;
}

.display-up-sm {
  display: none;
}

.display-up-md {
  display: none;
}

.display-up-lg {
  display: none;
}

.display-up-xl {
  display: none;
}

.display-down-sm {
  display: block;
}

.display-down-md {
  display: block;
}

.display-down-lg {
  display: block;
}

.display-down-xl {
  display: block;
}

/* section */
/* ============================================ */
.section {
  position: relative;
  z-index: 0;
  padding: 64px 0;
  padding: 4rem 0;
}

.section-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 32px;
  padding: 0 2rem;

  -webkit-box-sizing: border-box;
}

.section-inner + .section-inner {
  margin-top: 80px;
  margin-top: 5rem;
}

.section-header-txt,
.section-footer-txt {
  box-sizing: border-box;
  width: 100%;
  max-width: 840px;
  max-width: 52.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  font-size: 16px;
  font-size: 1rem;

  -webkit-box-sizing: border-box;
}

.section-header-txt {
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
}

.section-footer-txt {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

/* section-joint */
/* ============================================ */
.bg-pattern-red-blue::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  height: 0.4375rem;
  background-image: url(../../img/06-feel_jscent05/bg-pattern-red-blue.svg);
  content: "";
}

.bg-pattern-red-blue--end::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  height: 0.4375rem;
  background-image: url(../../img/06-feel_jscent05/bg-pattern-red-blue.svg);
  content: "";
}

.bg-pattern-white-syrup {
  background-image: url(../../img/06-feel_jscent05/bg-pattern-white-syrup.svg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 28.125rem;
}

.bg-pattern-white-syrup-mellow {
  background-image: url(../../img/06-feel_jscent05/bg-pattern-white-syrup-mellow.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.bg-line-red:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  height: 0.4375rem;
  background-color: #ff4800;
  content: "";
}

.bg-line-red--thick:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  background-color: #ff4800;
  content: "";
}

/* btn-regular */
/* ============================================ */
.btn-regular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  min-width: 12.5rem;
  max-width: 350px;
  max-width: 21.875rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  padding: 12px 12px;
  padding: 0.75rem 0.75rem;
  border: 1px solid #ff4800;
  border-radius: 50vh;
  background-color: #ff4800;
  color: #fefefe;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  transition: color, opacity 0.3s;

  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: color, opacity 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-regular span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.btn-regular span::before {
  width: 12px;
  width: 0.75rem;
  min-width: 12px;
  min-width: 0.75rem;
  height: 20px;
  height: 1.25rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  background-image: url(../../img/06-feel_jscent05/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;

  -webkit-transition: -webkit-transform ease-out 0.3s;
}

.btn-regular.arrow-bottom span::before {
  background-image: url(../../img/06-feel_jscent05/arrow-bottom-white.svg);
}

.btn-regular:hover span::before {
  transform: translateX(8px);

  -webkit-transform: translateX(8px);
}

.btn-regular.arrow-bottom:hover span::before {
  transform: translate(0, 8px);

  -webkit-transform: translate(0, 8px);
}

section + .btn-regular,
div + .btn-regular {
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* Slider */
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  transform: scale(0.85);
  float: left;
  height: 100%;
  min-height: 1px;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;

  -webkit-transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.slick-slide.slick-current {
  transform: scale(1);

  -webkit-transform: scale(1);
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../img/06-feel_jscent05/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "slick";

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;

  -webkit-transform: translateY(-50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  opacity: 0.75;
  color: #fefefe;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
  -webkit-font-smoothing: antialiased;
  content: "";

  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 8%;
}

[dir="rtl"] .slick-prev {
  right: 8%;
  left: auto;
}

.slick-prev:before {
  background-image: url(../../img/06-feel_jscent05/common/icon/icon-arrow-circle-left.svg);
}

[dir="rtl"] .slick-prev:before {
  background-image: url(../../img/06-feel_jscent05/common/icon/icon-arrow-circle-left.svg);
}

.slick-next {
  right: 8%;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 8%;
}

.slick-next:before {
  background-image: url(../../img/06-feel_jscent05/common/icon/icon-arrow-circle-right.svg);
}

[dir="rtl"] .slick-next:before {
  background-image: url(../../img/06-feel_jscent05/common/icon/icon-arrow-circle-right.svg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -32px;
  bottom: -2rem;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  height: 20px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: #ff4800;
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0;
  font-family: acumin-pro, sans-serif;
  cursor: pointer;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  opacity: 0.25;
  color: #121212;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  content: "";

  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  color: #121212;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  transition: font-size 0.3s ease-out;

  -webkit-transition: font-size 0.3s ease-out;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #121212;
}

/* main-visual */
/* ============================================ */
.main-visual-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 100px);
  padding: 100px 0 0;
  padding: 6.25rem 0 0;
}

.main-visual-section::before,
.main-visual-section::after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 38px;
  width: 2.375rem;
  height: 100%;
  background-repeat: repeat-y;
  content: "";
}

.main-visual-section::before {
  left: 0;
  background-image: url(../../img/06-feel_jscent05/bg-pattern-red-blue-vertical.svg);
}

.main-visual-section::after {
  right: 0;
  background-image: url(../../img/06-feel_jscent05/bg-pattern-red-blue-grid.svg);
}

.main-visual-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #f7f2f2;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.main-visual-section-inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 80%;
  height: 80%;
  border-radius: 0 18.75rem 0 0;
  background-color: #fefefe;
  content: "";
}

.main-visual-section__img {
  position: relative;
  z-index: 2;
  width: auto;
  height: calc(100vh - 100px);
  max-height: 1080px;
  max-height: 67.5rem;
}

.main-visual-section__img--vertical {
  display: none;
}

.main-visual-section__img--landscape {
  display: none;
}

/* intro */
/* ============================================ */

.intro-message {
  text-align: left;
}

.intro-txt01 span {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.intro-txt02 span {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ff4800));
  background: linear-gradient(transparent 70%, #ff4800 70%);
  font-size: 30px;
  font-size: 1.875rem;
}

.intro-section__img--pc {
  width: 150px;
  width: 9.375rem;
}

.intro-section__img--sp {
  max-width: 390px;
  max-width: 24.375rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

/* brand */
/* ============================================ */
.section.brand-section {
  overflow-x: hidden;
  padding-bottom: 0;
  background-color: #2a5ac9;
}

.section.brand-section p {
  color: #fefefe;
  text-shadow: 0 0 3px #081f9e, 0 0 10px #081f9e, 0 0 20px #081f9e;
}

.section.brand-section .section-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #fefefe;
  font-size: 18px;
  font-size: 1.125rem;
  text-shadow: none;
}

.section.brand-section .section-title::before,
.section.brand-section .section-title::after {
  content: none;
}

.section.brand-section .section-title-img {
  display: block;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
}

.brand-fujisan {
  position: absolute;
  right: -14%;
  bottom: 45%;
  z-index: -1;
  width: 50%;
  height: 48%;
  background-image: url(../../img/06-feel_jscent05/brand-fujisan.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.brand-message {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.brand-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  max-width: 900px;
  max-width: 56.25rem;
  border-radius: 9.375rem 0 0 0;
}

/* product */
/* ============================================ */
.product-section {
  background-color: #fefefe;
}

.product-section-inner {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.product-visual {
  display: block;
  border-radius: 0.625rem;
}

.product-info-wrap {
  margin-top: 32px;
  margin-top: 2rem;
}

.product-info {
  display: block;
}

.product-info__name {
  margin: 0;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}

.product-info__name span {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.product-info__txt {
  display: block;
}

.product-info__img {
  display: block;
  overflow-x: hidden;
  width: calc(100% + 32px);
  margin-top: 24px;
  margin-top: 1.5rem;
  border-radius: 0.625rem 0 0 0.625rem;
}

.product-detail {
  margin-top: 32px;
  margin-top: 2rem;
  padding: 16px;
  padding: 1rem;
  border: 8px solid #f7f2f2;
  border-radius: 0.625rem;
  letter-spacing: 0;
}

.product-detail-list-wrap {
  width: 100%;
}

.product-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.product-detail-list dt {
  width: 60px;
  width: 3.75rem;
}

.product-detail-list dt::after {
  content: "：";
}

.product-detail-list dd {
  width: calc(100% - 50px);
  margin-left: 0;
}

.product-detail-tml__img {
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.product-detail-tml-list {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 0;
}

.product-detail-tml-item {
  display: block;
}

/* column */
/* ============================================ */
.section.column-section {
  padding-bottom: 0;
}

.section.column-section .section-title::before {
  background-image: url(../../img/06-feel_jscent05/icon-book-red.svg);
}

.section.column-section .section-title::after {
  background-image: url(../../img/06-feel_jscent05/icon-book-blue.svg);
}

.column-body {
  padding: 24px;
  padding: 1.5rem;
  background-image: url(../../img/06-feel_jscent05/bg-pattern-red-blue-grid-heart.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 31.25rem;
}

.column-body-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  max-width: 47.5rem;
  margin: 0 auto;
  padding: 24px;
  padding: 1.5rem;
  border-radius: 0.625rem;
  box-shadow: 1px 1px 10px #521313;
  background-color: #fefefe;

  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 10px #521313;
}

.column-body__note {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 8px;
  padding: 0.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.column-contents {
  overflow-y: scroll;
  height: 70vh;
}

.column-contents p + p {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.column-contents section + section {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  border-top: 1px solid #ccc;
}

.column-contents .paragraph + .paragraph {
  margin-top: 80px;
  margin-top: 5rem;
}

.column-contents__img {
  display: block;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
}

.column-contents__finish {
  display: block;
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}

.column-profile {
  background-color: #fefefe;
}

.column-profile__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.column-profile__name {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.column-profile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
  padding: 40px;
  padding: 2.5rem;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
}

/* voice */
/* ============================================ */
.voice-section {
  overflow: hidden;
}

.voice-section .section-header-txt {
  text-align: center;
}

.carousel-voice {
  margin: 0;
  padding: 0;
}

/* report */
/* ============================================ */
.report-section {
  overflow: hidden;
}

.report-section .section-title {
  font-size: 14px;
  font-size: 0.875rem;
}

.report-section .section-header-txt,
.report-section .section-footer-txt {
  text-align: center;
}

.report-list {
  padding-left: 0;
  list-style: none;
}

.report-item {
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  height: 460px;
  height: 28.75rem;
  margin: 0 auto;
  background-image: url(../../img/06-feel_jscent05/bg-pattern-road.svg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 31.25rem;
  counter-increment: mycounter;
}

.report-item-info {
  margin-top: -150px;
  margin-top: -9.375rem;
  padding: 24px;
  padding: 1.5rem;
}

.report-item-info__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 34px;
  width: 2.125rem;
  color: #ff4800;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: futura-pt, sans-serif;
  text-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.report-item-info__num::after {
  display: block;
  padding: 0 0 4px;
  padding: 0 0 0.25rem;
  border-bottom: 4px solid #ff4800;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  content: counter(mycounter, decimal-leading-zero);
}

.report-item-info__shopname {
  margin-bottom: 0;
  border-bottom: 1px solid #521313;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.report-item-info__shopname span {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.report-item-info__anmitsu {
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.report-item-info__report {
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
}

.report-item .report-item__img {
  transform: translateX(120px);
  width: 280px;
  width: 17.5rem;
  margin-top: 0;
  margin-left: auto;

  -webkit-transform: translateX(120px);
}

.report-item .report-item__img.under {
  transform: translate(120px, 60px);

  -webkit-transform: translate(120px, 60px);
}

.report-item:nth-of-type(even) .report-item-info__num {
  color: #2a5ac9;
}

.report-item:nth-of-type(even) .report-item-info__num::after {
  border-bottom: 4px solid #2a5ac9;
}

.report-item:first-of-type {
  background-image: url(../../img/06-feel_jscent05/bg-pattern-road-first.svg);
}

.report-item:last-of-type {
  background-image: url(../../img/06-feel_jscent05/bg-pattern-road-last.svg);
}

/* message */
/* ============================================ */
.section.message-section {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.message-title__img {
  display: block;
  max-width: 560px;
  max-width: 35rem;
  margin-right: auto;
  margin-left: auto;
}

.message-box {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  margin-right: auto;
  margin-left: auto;
}

.message-box + .message-box {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.message-box__question {
  position: relative;
  padding: 16px;
  padding: 1rem;
  border-radius: 0.625rem;
  background-color: #2a5ac9;
  color: #fefefe;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.message-box__question::after {
  position: absolute;
  top: 50%;
  right: -20px;
  right: -1.25rem;
  transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
  height: 17px;
  height: 1.0625rem;
  background-image: url(../../img/06-feel_jscent05/fukidashi-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";

  -webkit-transform: translateY(-50%);
}

.message-box-answer {
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: 40px;
  margin-left: 2.5rem;
  padding: 16px;
  padding: 1rem;
  border-radius: 0.625rem;
  background-color: #fefefe;
  font-size: 14px;
  font-size: 0.875rem;
}

.message-box-answer::after {
  position: absolute;
  top: 60px;
  top: 3.75rem;
  left: -20px;
  left: -1.25rem;
  width: 20px;
  width: 1.25rem;
  height: 17px;
  height: 1.0625rem;
  background-image: url(../../img/06-feel_jscent05/fukidashi-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.message-box-answer__icon {
  position: absolute;
  top: 0;
  left: -60px;
  left: -3.75rem;
  width: 40px;
  width: 2.5rem;
}

.message-box-answer__image {
  position: absolute;
  right: -16px;
  right: -1rem;
  bottom: -64px;
  bottom: -4rem;
  width: 84px;
  width: 5.25rem;
}

/* サイトトップリンク */
/* ============================================ */
.site-top-link {
  background-color: #000;
}

.site-top-link a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  padding: 1rem;
  color: #fff;
  line-height: 1;
  text-decoration: none;

  -webkit-box-sizing: border-box;
}

.site-top-link a .site-top-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.site-top-link a .site-top-link-inner img {
  display: block;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
}

.site-top-link a .site-top-link-inner span {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
}

@media screen and (min-width: 0) {
  body {
    min-height: 100%;
  }
}

@media screen and (min-width: 374px) {
  body {
    min-height: 100%;
  }
}

@media screen and (min-width: 576px) {
  body {
    min-height: 100%;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .section-title::before,
  .section-title::after {
    width: 3.75rem;
    height: 3.6875rem;
  }
  .section-title::before {
    left: -5rem;
  }
  .section-title::after {
    right: -5rem;
  }
  br.up-sm {
    display: block;
  }
  br.down-sm {
    display: none;
  }
  .display-up-sm {
    display: block;
  }
  .display-down-sm {
    display: none;
  }
  .section {
    padding: 4rem 0;
  }
  .section-inner {
    padding: 0 2.5rem;
  }
  .btn-regular span::before {
    margin-right: 1rem;
  }
  .intro-txt02 span {
    font-size: 2.3125rem;
  }
  .brand-message {
    text-align: center;
  }
  .product-info__img {
    width: calc(100% + 40px);
  }
  .report-item-info__shopname span {
    display: inline;
    margin-bottom: 0;
  }
  .message-box-answer {
    margin-left: 4rem;
  }
  .message-box-answer__icon {
    left: -5.375rem;
    width: 4rem;
  }
  .site-top-link a {
    padding: 2rem;
  }
  .site-top-link a .site-top-link-inner {
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
  }
  .site-top-link a .site-top-link-inner img {
    margin: 0 1rem 0 0;
  }
  .site-top-link a .site-top-link-inner span {
    font-size: 1.25rem;
  }
  .site-top-link a .site-top-link-inner::before {
    width: 1.4375rem;
    height: 2.875rem;
    margin-right: 1rem;
    background-image: url(../../img/06-feel_jscent05/arrow-right-white-l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
}

@media screen and (min-width: 768px) {
  body {
    min-height: 100%;
  }
  .feel-jscent-5th {
    font-size: 16px;
  }
  .sp {
    display: none;
  }
  .contents {
    max-width: 1440px;
    margin: 0 auto;
    padding: 10% 5% 3%;
  }
  .section-title {
    margin-bottom: 4rem;
    font-size: 1.75rem;
  }
  .section-title .section-title__en {
    font-size: 0.875rem;
  }
  br.up-md {
    display: block;
  }
  br.down-md {
    display: none;
  }
  br.only-md {
    display: block;
  }
  .display-up-md {
    display: block;
  }
  .display-down-md {
    display: none;
  }
  .section {
    padding: 5rem 0;
  }
  .section-header-txt,
  .section-footer-txt {
    padding: 0 2.5rem;
    font-size: 1.125rem;
  }
  .btn-regular {
    font-size: 1.125rem;
  }
  .main-visual-section {
    background-image: url(../../img/06-feel_jscent05/mv-pattern@2x.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 46.875rem;
  }
  .main-visual-section::before,
  .main-visual-section::after {
    content: none;
  }
  .main-visual-section-inner {
    width: 80%;
    max-width: 1000px;
  }
  .intro-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 81.25rem;
    margin: 0 auto;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .brand-message {
    text-align: left;
  }
  .product-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-pack: distribute;
  }
  .product-info__img {
    width: 100%;
    max-width: 22.4375rem;
    margin-top: 0;
    margin-left: 2.5rem;
    border-radius: 0.625rem;
  }
  .product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    padding: 2rem;

    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .product-detail-list-wrap {
    width: 45%;
    margin-right: 5%;
  }
  .product-detail-tml__img {
    width: 12.5rem;
    margin-top: 0;
  }
  .product-detail-tml-list {
    margin-top: 0;
  }
  .column-body {
    padding: 2.5rem 0;
  }
  .column-body__note {
    font-size: 0.875rem;
  }
  .column-contents {
    height: 80vh;
  }
  .report-section .section-title {
    font-size: 1.125rem;
  }
  .report-list {
    padding: 0 2.5rem;
  }
  .report-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-width: 53.75rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .report-item-info {
    width: 48%;
    margin-left: 2%;
  }
  .report-item .report-item__img {
    transform: translateX(0);
    width: 50%;
    margin-left: inherit;

    -webkit-transform: translateX(0);
  }
  .report-item:nth-of-type(even) {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
  }
  .message-box__question {
    padding: 1.5rem;
    font-size: 1.375rem;
  }
  .message-box-answer {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  body {
    min-height: 100%;
  }
  .section-title {
    margin-bottom: 5rem;
    font-size: 2.125rem;
  }
  .section-title .section-title__en {
    font-size: 1rem;
  }
  .section-title::before,
  .section-title::after {
    width: 6.3125rem;
    height: 6.25rem;
  }
  .section-title::before {
    left: -7.5rem;
  }
  .section-title::after {
    right: -7.5rem;
  }
  br.up-lg {
    display: block;
  }
  br.down-lg {
    display: none;
  }
  br.only-md {
    display: none;
  }
  .display-up-lg {
    display: block;
  }
  .display-down-lg {
    display: none;
  }
  .section {
    padding: 7.5rem 0;
  }
  .section-header-txt,
  .section-footer-txt {
    font-size: 1.375rem;
  }
  .section-header-txt {
    margin: 0 auto 5rem;
  }
  .section-footer-txt {
    margin: 5rem auto 0;
  }
  .bg-pattern-white-syrup {
    background-size: 58.5rem;
  }
  .intro-section__img--pc {
    width: 12.5rem;
  }
  .section.brand-section .section-title {
    font-size: 1.375rem;
  }
  .section.brand-section .section-title-img {
    margin: 0 auto 5rem;
  }
  .brand-fujisan {
    bottom: 0;
    left: -7%;
    width: 25%;
    height: 24%;
  }
  .brand-message {
    padding-bottom: 7.5rem;
  }
  .brand-image {
    width: 50%;
  }
  .product-info__name span {
    font-size: 1.375rem;
  }
  .product-detail-list-wrap {
    width: 35%;
    margin-right: 5%;
  }
  .product-detail-tml {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-detail-tml__img {
    width: 8.25rem;
  }
  .product-detail-tml-item {
    margin: 0.125rem 0 0.125rem 1rem;
  }
  .column-body {
    padding: 5rem 0;
  }
  .column-body-inner {
    padding: 2.5rem;
  }
  .column-contents section + section {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .report-section .section-title {
    font-size: 2.125rem;
  }
  .report-item-info__num {
    width: 2.75rem;
    font-size: 0.9375rem;
  }
  .report-item-info__num::after {
    font-size: 2.25rem;
  }
  .report-item-info__shopname {
    font-size: 2.1875rem;
  }
  .report-item-info__shopname span {
    font-size: 1rem;
  }
  .report-item-info__anmitsu {
    font-size: 1.5rem;
  }
  .report-item-info__report {
    font-size: 1rem;
  }
  .report-item .report-item__img {
    width: 25rem;
  }
  .section.message-section {
    padding-top: 5rem;
  }
  .message-title__img {
    max-width: 52.5rem;
  }
  .message-box {
    max-width: none;
  }
  .message-box + .message-box {
    margin-top: 15rem;
  }
  .message-box__question {
    padding: 2rem;
    font-size: 1.625rem;
  }
  .message-box__question::after {
    right: -3.625rem;
    width: 3.625rem;
    height: 3.1875rem;
  }
  .message-box-answer {
    margin-top: 2.5rem;
    margin-left: 7.5rem;
    font-size: 1.125rem;
  }
  .message-box-answer::after {
    width: 2.1875rem;
    height: 1.9375rem;
  }
  .message-box-answer__icon {
    left: -7.5rem;
    width: 5.875rem;
  }
  .message-box-answer__image {
    right: -3.5rem;
    bottom: -11.875rem;
    width: 9.875rem;
  }
  .site-top-link a {
    padding: 2.5rem;
  }
  .site-top-link a .site-top-link-inner img {
    margin: 0 1.5rem 0 0;
  }
  .site-top-link a .site-top-link-inner::before {
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  body {
    min-height: 100%;
  }
  .feel-jscent-5th {
    font-size: 18px;
  }
  br.up-xl {
    display: block;
  }
  br.down-xl {
    display: none;
  }
  .display-up-xl {
    display: block;
  }
  .display-down-xl {
    display: none;
  }
  .section {
    padding: 11.25rem 0;
  }
  .main-visual-section {
    background-size: 93.75rem !important;
  }
  .intro-message {
    text-align: center;
  }
  .intro-section__img--pc {
    width: 18.6875rem;
  }
  .brand-fujisan {
    bottom: 0;
    left: -7%;
    width: 50%;
    height: 48%;
  }
  .brand-image {
    width: 45%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    min-height: 100%;
  }
  br.up-xxl {
    display: block;
  }
  br.down-xxl {
    display: none;
  }
  .brand-fujisan {
    bottom: 0;
    left: -5%;
    width: 52.5625rem;
    height: 39.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .contents {
    width: 90%;
    margin: 0 auto;
    padding: 15% 0 3%;
  }
}

@media screen and (orientation: landscape) {
  .main-visual-section {
    background-image: url(../../img/06-feel_jscent05/mv-pattern@2x.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 46.875rem;
  }
  .main-visual-section::before,
  .main-visual-section::after {
    content: none;
  }
  .main-visual-section-inner {
    width: 80%;
    max-width: 1000px;
  }
  .main-visual-section__img--landscape {
    display: block;
  }
}

@media screen and (orientation: portrait) {
  .main-visual-section__img--vertical {
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 992px) {
  .product-detail {
    align-items: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

/*# sourceMappingURL=maps/app.css.map */
