@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;
}
@media screen and (max-width: 767px) {
  .topics__container{
    padding-bottom: calc(20*(100vw / 390))!important;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  ベーススタイル
///////////////////////////////////////////////////////////////////////////////////////
*/
.barbour_241114 {
  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;}
}

@media only screen and (min-width: 768px) {
  .section_flex01 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section_ttl {
    margin: 0 auto calc(30* (100vw /390));
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  fv-section
///////////////////////////////////////////////////////////////////////////////////////
*/
.fv-section_img {
  position: relative;
}
.fv-section_svg-ttl {
  position: absolute;
}
.fv-section_svg-subttl {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .fv-section_img {
    width: 124rem;
    margin: 0 auto 10.2rem;
  }
  .fv-section_svg-ttl {
    width: 49rem;
    top: 0.2rem;
    right: 5.8rem;
  }
  .fv-section_svg-subttl {
    width: 12.5rem;
    top: 31.8rem;
    right: 4.1rem;
  }
}
  /*
///////////////////////////////////////////////////////////////////////////////////////
  intro_area
///////////////////////////////////////////////////////////////////////////////////////
*/
.intro_ttl_area {
  position: relative;
  margin: 0 auto;
}
.intro_area_sub_ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.intro_area_ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.09em;
}
.intro_ttl_area_pop {
  position: absolute;
}
.intro_area_lead {
  text-align: center;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) {
  .intro_area {
    margin-bottom: 11rem;
  }
  .intro_area_ttl_img {
    width: 40.5rem;
    margin: 0 auto 10.6rem;
  }
  .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: 3rem;
  }
  .intro_ttl_area_pop {
    width: 15.5rem;
    top: -6rem;
    right: -11rem;
  }
  .intro_area_lead {
    font-size: 1.8rem;
    padding-right: 0.6rem;
  }
  .credit_area {
    width: 34rem;
    height: 4rem;
    padding-left: 0.2rem;
  }
  .section_area {
    margin: 0 auto 11rem;
    width: 84rem;
  }
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  section01
///////////////////////////////////////////////////////////////////////////////////////
*/

.section_img {
  position: relative;
}
.section_img_pop01 {
  position: absolute;
}
.section_ttl_text {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.section_lead {
  line-height: 2;
  text-align: center;
  letter-spacing: 0.093em;
}
.credit_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.credit_name {
  width: 24.5rem;
  margin-top: 0.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;
}

@media only screen and (min-width: 768px) {
  .section_ttl {
    width: 35rem;
    margin: 0 auto 6rem;
  }
  .section_img {
    width: 84rem;
    margin: 0 auto 4.7rem;
  }
  .section_img_pop01 {
    width: 6.946rem;
    top: 15.39rem;
    left: 24.519rem;
  }
  .section_ttl_text {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    margin-top: 4.8rem;
  }
  .section_lead {
    font-size: 1.5rem;
    margin-bottom: 1.7rem;
    letter-spacing: 0.093em;
  }
  .buy_button:hover {
    color: #000;
    background: #fff;
  }
}
/* _________________________vol. 02 */
.section01 .section_flex01_right{
  display: flex;
  flex-direction: column;
}
.section01 .section_flex01_left{
  align-self: flex-end;
}
@media only screen and (min-width: 768px) {
  .section01 .section_flex01_left{
  position: relative;
  }
  .section01 .section_img_01{
    width: 50rem;
  }
  .section01 .section_img_01-2{
    width: 25rem;
  }
  .section01 .section_img_pop01-ylw{
    position: relative;
    left: -0.5rem;
    width: 45.578rem;
    height: 14.396rem;
    margin: 10.628rem 0;
  }
  .section01 .section_img_pop01 {
    position: absolute;
    width: 6.946rem;
    top: -19.6rem;
    right: 24.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section01 .section_ttl {
    width: calc(200* (100vw /390));
    margin: 0 auto calc(31* (100vw /390));
  }
  .section01 .section_flex01_right{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    z-index: -1;
    margin: 0 calc(5.5*(100vw / 390)) 0 auto;
  }
  .section01 .section_flex01{
    position: relative;
    width: calc(300* (100vw / 390));
    height: calc(583.14* (100vw / 390));
    margin: 0 auto calc(32* (100vw / 390));
  }
  .section01 .section_flex01_left{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section01 .section_img_01{
    width: calc(250* (100vw / 390));
  }
  .section01 .section_img_01-2 {
    position: relative;
    width: calc(100* (100vw / 390));
    z-index: 10;
  }
  .section01 .section_img_pop01-ylw {
    position: relative;
    width: calc(227.89*(100vw / 390));
    height: calc(67*(100vw / 390));
    right: calc(-18*(100vw / 390));
    margin-bottom: calc(28*(100vw / 390));
  }
  .section01 .section_img_pop01 {
    width:calc(46.8* (100vw /390));
    top: calc(-234.96* (100vw /390));
    left: calc(91.72* (100vw /390));
    z-index: 1000;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  section02
///////////////////////////////////////////////////////////////////////////////////////
*/
.section02 .section_img__wrap{
  display: flex;
  flex-direction: column;
}
.section02 .section_img__cont01{
  position: relative;
}
.section02 .section_img__cont02{
  display: flex;
}
.section02 .section_ttl {
  display: flex;
}
.section02 .section_img_pop02-ylw{
  position: absolute;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .section02 .section_img__cont01{
    display: flex;
    align-self: flex-start;
    margin-bottom: 5rem;
  }
  .section02 .section_img__cont02{
    align-self: end;
  }
  .section02 .section_img_02 {
    width: 50rem;
  }
  .section02 .section_img_02-2 {
    width: 45rem;
  }
  .section02 .section_img_pop02-ylw{
    width: 45.663rem;
    bottom: 11.1em;
    right: -33rem;
  }
  .section02 .section_img_pop02{
    width: 6.99rem;
    margin-right: 10rem;
    margin-top: 8.1rem;
  }
  .section02 .credit_area{
    width: 42.5rem;
    padding-left: 0;
  }
  .section02 .credit_name{
    width: 33.213rem;
  }
}
@media screen and (max-width: 767px) {
  .section02 .section_img__cont01{
    margin-bottom: calc(29.77* (100vw / 390));
  }
  .section02 .section_img__cont02{
    width: calc(260.69* (100vw / 390));
    align-self: flex-end;
    justify-content: space-between;
    margin-right: calc(49*(100vw / 390));
  }
  .section02 .section_ttl {
    width: calc(250* (100vw /390));
  }
  .section02 .section_img_02 {
    width: 100%;
  }
  .section02 .section_img_02 img{
    height: calc(574.09*(100vw / 390));
    object-fit: cover;
    object-position: left top;
  }
  .section02 .section_img_02-2 {
    width: calc(200* (100vw / 390));
  }
  .section02 .section_img_pop02-ylw{
    width: calc(228.31*(100vw / 390));
    bottom: calc(87*(100vw / 390));
    right: calc(12.5*(100vw / 390));
  }
  .section02 .section_img_pop02{
    width: calc(42.64* (100vw / 390));
    margin-top: calc(24*(100vw / 390));
    margin-right: calc(1.95* (100vw / 390));
  }
  .section02 .credit_area{
    width: calc(235.17* (100vw /390));
  }
  .section02 .credit_name{
    width: calc(187.41* (100vw / 390));
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  section03
///////////////////////////////////////////////////////////////////////////////////////
*/
.section03 .section_img__wrap{
  display: grid;
  flex-direction: column;
}
.section03 .section_img__cont01{
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.section03 .section_img__cont02{
  display: flex;
  width: 100%;
  grid-column: 1 / 2;
  grid-row: 2 / 4;
}
.section03 .section_ttl {
  display: flex;
}
.section03 .section_img_pop03-ylw{
  position: absolute;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .section03 .section_img__wrap{
    grid-template-rows: 64.3rem 5.1rem auto;
  }
  .section03 .section_img__cont01{
    display: flex;
  }
  .section03 .section_img_03,
  .section03 .section_img_03-2 {
    width: 50rem;
  }
  .section03 .section_img_pop03-ylw{
    width: 48.441rem;
    bottom: 18.2em;
    left: 1rem;
  }
  .section03 .section_img_pop03{
    width: 7.2rem;
    margin-left: 9.711rem;
    margin-top: 19rem;
  }
  .section03 .credit_area{
    width: 40.7rem;
    padding-left: 0;
  }
  .section03 .credit_name{
    width: 28.2rem;
  }
}

@media screen and (max-width: 767px) {
  .section_area.section03{
    margin-bottom: calc(79*(100vw / 390));
  }
  .section03 .section_img__wrap{
    width: calc(290* (100vw / 390));
    margin: 0 auto;
    grid-template-rows: calc(328* (100vw /390)) calc(19.71* (100vw / 390)) auto;
  }
  .section03 .section_img__cont01{
    margin-bottom: calc(29.77* (100vw / 390));
    padding-right: calc(14*(100vw / 390));
  }
  .section03 .section_img__cont02{
    align-self: flex-end;
    margin-right: calc(49*(100vw / 390));
  }
  .section03 .section_ttl {
    width: calc(250* (100vw /390));
  }
  .section03 .section_img_03{
    width: calc(250* (100vw /390));
  }
  .section03 .section_img_03-2 {
    width: calc(200* (100vw /390));
  }
  .section03 .section_img_pop03-ylw{
    width: calc(242.21*(100vw / 390));
    bottom: calc(-2*(100vw / 390));
    left: calc(-19.3*(100vw / 390));
  }
  .section03 .section_img_pop03{
    width: calc(44.15*(100vw / 390));
    margin-top: calc(29*(100vw / 390));
    margin-left: calc(10.95*(100vw / 390));
  }
  .section03 .credit_area{
    width: calc(247*(100vw / 390));
    padding-right: calc(4*(100vw / 750));
  }
  .section03 .credit_area03,
  .section03 .credit_area04{
    margin-bottom: calc(5.6* (100vw / 390));
  }
  .section03 .credit_name{
    width: calc(194.96* (100vw / 390));
  }
  .section03 .section_lead{
    letter-spacing: 0.1em;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  bottom
///////////////////////////////////////////////////////////////////////////////////////
*/
.bottom_area {
  width: 25rem;
  margin: 20rem auto 19.6rem;
}

.link {
  width: 50rem;
  margin: 0 auto 8rem;
}
.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;
}

@media screen and (max-width: 767px) {
  .bottom_area {
    width: calc(145* (100vw /390));
    margin: 0 auto calc(80* (100vw /390));
  }
  .link {
    width: calc(500* (100vw /750));
    margin: 0 auto calc(80* (100vw /390));
  }
  .btm_txt {
    font-size: calc(24 * (100vw / 750));
    margin-bottom: calc(30 * (100vw / 750));
  }
}

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

/* フェード */
.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(80* (100vw /390));
  }
  .fv-section_svg-ttl {
    width: calc(229.35*(100vw / 390));
    height: calc(268.44*(100vw / 390));
    top: calc(-1*(100vw / 390));
    right: calc(10*(100vw / 390));
    rotate: 5deg;
  }
  .fv-section_svg-subttl {
    width: calc(52*(100vw / 390));
    top: calc(150*(100vw / 390));
    right: calc(11*(100vw / 390));
  }
  .intro_area_sub_ttl {
    font-size: calc(16* (100vw /390));
    margin-bottom: calc(17* (100vw /390));
  }
  .intro_area_ttl {
    font-size: calc(18* (100vw /390));
    margin-bottom: calc(18* (100vw /390));
    margin-left: calc(11*(100vw / 390));
  }
  .intro_area_lead {
    font-size: calc(12* (100vw /390));
    line-height: 2.0833333;
  }
  .intro_area {
    margin-bottom: calc(88* (100vw /390));
  }


  .section_img {
    width: 100%;
    margin: 0 auto calc(30* (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));
    margin-top: calc(32*(100vw / 390));
    line-height: 1.6875;
  }
  .section_lead {
    width: calc(292*(100vw / 390));
    font-size: calc(12*(100vw / 390));
    line-height: 1.66666666;
    text-align: center;
    letter-spacing: 0.075em;
    margin: 0 auto calc(19*(100vw / 390));
  }
  .credit_area {
    width: calc(208* (100vw /390));
    height: calc(20* (100vw /390));
  }
  .credit_name {
    width: calc(148.21* (100vw /390));
    margin-top: calc(2*(100vw / 390));
    margin-left: calc(3*(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(88* (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));
  }
  .credit_name.credit02 {
    width: calc(209.2* (100vw /390));
    margin-left: calc(1*(100vw / 390));
  }
  .credit_area.credit_area02 {
    width: calc(258.17* (100vw /390));
  }
}
