@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.main_inner {
  overflow-x: hidden;
}
#breadcrumbs {
  width: 140rem;
  margin-inline: auto;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  ベーススタイル
///////////////////////////////////////////////////////////////////////////////////////
*/
.barbour_241031 {
  overflow: hidden;
  --color-black: #000;
  --color-green: #204128;
  font-feature-settings: "palt";
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* その場でフェード */
.fadein {
  opacity: 0;
  animation: fadein .7s ease forwards;
  animation-delay: 3.5s;
}
@keyframes fadein {
  100% {  opacity: 1;}
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  fv-section
///////////////////////////////////////////////////////////////////////////////////////
*/
.fv-section_img {
  width: 124rem;
  margin: 0 auto 10.3rem;
  position: relative;
}
.fv-section_svg-ttl {
  width: 49rem;
  position: absolute;
  bottom: 8.3rem;
  right: 9.5rem;
}
.fv-section_svg-subttl {
  width: 10.9rem;
  position: absolute;
  bottom: 3.8rem;
  right: 9.3rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  intro_area
///////////////////////////////////////////////////////////////////////////////////////
*/
.intro_area_ttl_img {
  width: 40.5rem;
  margin: 0 auto 10.6rem;
}
.intro_ttl_area {
  position: relative;
  margin: 0 auto;
}
.intro_area_sub_ttl {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.intro_area_ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2.8rem;
}
.intro_ttl_area_pop {
  position: absolute;
  width: 15.5rem;
  top: -6rem;
  right: -11rem;
}
.intro_area_lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
.intro_area {
  margin-bottom: 10rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  section01
///////////////////////////////////////////////////////////////////////////////////////
*/
.section_ttl {
  width: 35rem;
  margin: 0 auto 5rem;
}
.section_img {
  width: 84rem;
  margin: 0 auto 4.7rem;
  position: relative;
}
.section_img_pop01 {
  width: 8.6rem;
  position: absolute;
  top: 9.5rem;
  left: 16.7rem;
}
.section_img_pop02 {
  width: 30.5rem;
  position: absolute;
  bottom: 4.5rem;
  right: 2.8rem;
}
.section_ttl_text {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.2;
}
.section_lead {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1.9rem;
  text-align: center;
}
.credit_area {
  display: flex;
  justify-content: space-between;
  width: 33.4rem;
  margin: 0 auto;
  align-items: center;
  height: 4rem;
}
.credit_name {
  width: 24.2rem;
}
.buy_button {
  width: 4.2rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  font-size: 1.5rem;
  color: #fff;
  background: #000;
  transition: 0.7s;
}
.buy_button:hover {
  color: #000;
  background: #fff;
}
.section_area {
  margin-bottom: 10rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  section02
///////////////////////////////////////////////////////////////////////////////////////
*/
.section_flex01 {
  display: flex;
  justify-content: space-between;
  width: 83.7rem;
  margin: 0 auto 4.5rem;
  flex-wrap: wrap;
  position: relative;
  left: -0.3rem;
  top: -0.3rem;
}
.section_flex01_left {
  width: 50rem;
  position: relative;
}
.section_img_pop02-1 {
  position: absolute;
  top: 8.4rem;
  right: -29.5rem;
  width: 37rem;
}
.section_flex01_right {
  width: 25rem;
  position: relative;
  margin-top: 34.7rem;
}
.section_img_pop02-2 {
  position: absolute;
  top: -5.6rem;
  left: -6rem;
  width: 9rem;
}
.credit_name.credit02 {
  width: 21.5rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  section03
///////////////////////////////////////////////////////////////////////////////////////
*/
.section_img03-01 {
  width: 50rem;
  position: relative;
  margin: 0 auto;
  left: -17.2rem;
}
.section_img_pop03-1 {
  position: absolute;
  width: 10rem;
  top: 15.9rem;
  right: -17.5rem;
}
.section_img03-02 {
  width: 50rem;
  position: relative;
  margin: -7rem auto 5.2rem;
  left: 17rem;
}
.section_img_pop03-2 {
  width: 40rem;
  position: absolute;
  top: 30.8rem;
  left: -32rem;
}
.credit_name.credit03 {
  width: 22rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  bottom
///////////////////////////////////////////////////////////////////////////////////////
*/
.bottom_area {
  width: 25rem;
  margin: 20rem auto 19.6rem;
}

.link {
  width: 50rem;
  margin: 0 auto 5rem;
}
.link a {
  transition: 0.7s;
}
.link a:hover {
  opacity: 0.7;
}
.btm_txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .01em;
  color: var(--color-black);
  font-weight: var(--fw-regular);
  text-align: center;
  margin-bottom: 3rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  アニメーション
///////////////////////////////////////////////////////////////////////////////////////
*/

/* フェード */
.jsFade {
  opacity: 0;
  transform: translateY(20px);
}
.jsFade.isActive {
  opacity: 1;
  transform: translateY(0px);
  transition: all .7s;
}
.jsFade.delay01.isActive {
  transition-delay: 0.5s;
}

/* その場でフェード */
.jsFade.jsFade_spot {
  opacity: 0;
  transform: unset;
}
.jsFade.jsFade_spot.isActive {
  opacity: 1;
  transition: all .7s;
  transform: unset;
}
.jsFade.jsFade_spot.delay01.isActive {
  transition-delay: 0.5s;
}

/* クリップパス */
.js-scroll-fadeTxt {
  -webkit-clip-path: polygon(0 0,100% 0,100% 0,0 0);
  clip-path: polygon(0 0,100% 0,100% 0,0 0);
  transition: all .5s ease-out;
}
.js-scroll-fadeTxt.is-active {
  -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
  transition-delay: .6s;
}


/* SP */
@media screen and (max-width: 767px) {
.fv-section_img {
  width: 100%;
  margin: 0 auto calc(81* (100vw /390));
}
.fv-section_svg-ttl {
  width: calc(250.95* (100vw /390));
  bottom: calc(52* (100vw /390));
  right: calc(21* (100vw /390));
  rotate: 5deg;
}
.fv-section_svg-subttl {
  width: calc(55* (100vw /390));
  bottom: calc(28* (100vw /390));
  right: calc(26* (100vw /390));
}
.intro_area_sub_ttl {
  font-size: calc(16* (100vw /390));
  margin-bottom: calc(18* (100vw /390));
}
.intro_area_ttl {
  font-size: calc(18* (100vw /390));
  margin-bottom: calc(16* (100vw /390));
}
.intro_area_lead {
  font-size: calc(12* (100vw /390));
  line-height: 2.0833333;
}
.intro_area {
  margin-bottom: calc(80* (100vw /390));
}
/*  */
.section_ttl {
  width: calc(200* (100vw /390));
  margin: 0 auto calc(30* (100vw /390));
}
.section_img {
  width: 100%;
  margin: 0 auto calc(30* (100vw /390));
}
.section_img_pop01 {
  width: calc(46* (100vw /390));
  top: calc(34* (100vw /390));
  left: calc(74* (100vw /390));
}
.section_img_pop02 {
  width: calc(147* (100vw /390));
  bottom: calc(33* (100vw /390));
  right: calc(14* (100vw /390));
}
.section_ttl_text {
  font-size: calc(16* (100vw /390));
  margin-bottom: calc(10* (100vw /390));
  line-height: 1.6875;
}
.section_lead {
  font-size: calc(12* (100vw /390));
  line-height: 1.66666666;
  margin-bottom: calc(20* (100vw /390));
}
.credit_area {
  width: calc(215* (100vw /390));
  height: calc(20* (100vw /390));
}
.credit_name {
  width: calc(158* (100vw /390));
}
.buy_button {
  width: calc(27* (100vw /390));
  height: calc(20* (100vw /390));
  font-size: calc(10* (100vw /390));
}
.credit_area.credit_margin01 {
  margin-bottom: calc(5* (100vw /390));
}
.section_area {
  margin-bottom: calc(80* (100vw /390));
}
/*  */
.section_flex01 {
  width: 100%;
  margin: calc(-1* (100vw /390)) auto calc(30* (100vw /390));
  left: 0;
  top: 0;
  justify-content: center;
}
.section_flex01_left {
  width: 100%;
}
.section_img_pop02-1 {
  top: calc(45* (100vw /390));
  right: calc(191* (100vw /390));
  width: calc(185* (100vw /390));
}
.section_flex01_right {
  width: calc(151* (100vw /390));
  margin-top: calc(63* (100vw /390));
  margin-left: calc(40* (100vw /390));
}
.section_img_pop02-2 {
  top: calc(-33* (100vw /390));
  left: calc(-38* (100vw /390));
  width: calc(52.78* (100vw /390));
}
.credit_name.credit02 {
  width: calc(140* (100vw /390));
}
.credit_area.credit_area02 {
  width: calc(197* (100vw /390));
}
.section02 .section_ttl_text {
  margin-bottom: calc(19*(100vw / 390));
}
.section02 .section_lead {
  margin-bottom: calc(30*(100vw / 390));
}
/*  */
.section_img03-01 {
  width: calc(200* (100vw /390));
  left: calc(-46* (100vw /390));
}
.section_img_pop03-1 {
  width: calc(46* (100vw /390));
  top: calc(8* (100vw /390));
  right: calc(-71* (100vw /390));
}
.section_img03-02 {
  width: calc(200* (100vw /390));
  margin: calc(19* (100vw /390)) auto calc(30* (100vw /390));
  left: calc(45* (100vw /390));
}
.section_img_pop03-2 {
  width: calc(197* (100vw /390));
  top: calc(9* (100vw /390));
  left: calc(-94* (100vw /390));
}
.credit_area.credit_area03 {
  width: calc(200* (100vw /390));
}
.credit_name.credit03 {
  width: calc(143* (100vw /390));
}
/*  */
.bottom_area {
  width: calc(148* (100vw /390));
  margin: calc(80* (100vw /390)) auto calc(80* (100vw /390));
}
.link {
  width: calc(500* (100vw /750));
  margin: 0 auto calc(30* (100vw /390));
}
.btm_txt {
  font-size: calc(24 * (100vw / 750));
  margin-bottom: calc(30 * (100vw / 750));
}
}
