﻿
.main-area {
  font-family: var(--hirakaku);
	font-weight: normal;
	overflow: hidden;
	box-sizing: border-box;
  background-color: #fff;
}

.main-area img {
	width: 100%;
	height: auto;
}

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}

.main-area {
  --Barlow: 'Barlow Condensed', sans-serif;
}


/************** js **************/
  .js_imgFadeIn {
    opacity: 0;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    transform: translateY(100px);
  }

  .imgAnimated{
    opacity: 1;
    transform: translateY(0);
  }


/************** common **************/
  .main-area .sec {
    width: calc(345* (100vw /375));
  }

  .main-area h3 {
    margin-bottom: calc(15* (100vw /375));
    font-size: calc(40* (100vw /375));
    font-family: var(--Barlow);
    color: #BF9C5E;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .main-area .sec_text {
    font-size: calc(14* (100vw /375));
    letter-spacing: 0.1em;
    line-height: 1.85;
    font-weight: 300;
    color: #3E2D25;
  }

  .sec_tax {
    display: flex;
    flex-direction: column;
    gap: calc(8* (100vw /375)) 0;
  }

  .sec_tax li {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0 calc(8* (100vw /375));
  }

  .sec_tax li p {
    font-size: calc(14* (100vw /375));
    font-family: var(--Barlow);
    color: #3E2D25;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .sec_tax li p span {
    font-size: calc(12* (100vw /375));
  }

  .tax_btn {
    width: calc(46* (100vw /375));
    height: calc(21* (100vw /375));
    font-size: calc(14* (100vw /375));
    font-family: var(--Barlow);
    max-width: 100%;
    max-height: 100%;
    background-color: #BF9C5E;
    color: #fff;
  }


/************** before,after **************/
  .sec_box {
    position: relative;
  }

  .img01::before,
  .img04::before,
  .img04::after,
  .img07::before,
  .img07::after,
  .img08::before,
  .img11::before,
  .img11::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  }

  .img01::before,
  .img08::before {
    width: calc(335* (100vw /375));
    height: calc(403* (100vw /375));
    top: 2.5%;
    right: -4.5%;
    left: auto;
    border: 1px solid #BF9C5E;
  }

  .img04::before,
  .img04::after,
  .img07::before,
  .img07::after,
  .img11::before,
  .img11::after {
    width: calc(40* (100vw /375));
    height: calc(40* (100vw /375));
  }
  
  .img04::before,
  .img11::before {
    border-left: solid 1px #BF9C5E;
    border-top: solid 1px #BF9C5E;
    top: 0;
    left: 0;
  }

  .img04::before {
    left: -5%;
  }

  .img11::before {
    left: -5%;
  }
  
  .img04::after,
  .img11::after {
    border-right: solid 1px #BF9C5E;
    border-bottom: solid 1px #BF9C5E;
    bottom: 0;
    right: 0;
  }

  .img04::after {
    right: -5%;
  }

  .img11::after {
    bottom: 0;
    right: -5%;
  }

  .img07::before {
    border-top: solid 1px #BF9C5E;
    border-right: solid 1px #BF9C5E;
    top: 0;
    right: -5%;
    left: auto;
  }

  .img07::after {
    border-left: solid 1px #BF9C5E;
    border-bottom: solid 1px #BF9C5E;
    bottom: 0;
    left: -5%;
  }


/************** mv **************/
  .mv {
    margin: 0 auto calc(55* (100vw /375));
  }

  .mv_img {
    margin-bottom: calc(15* (100vw /375));
  }

  .mv .sec_text {
    text-align: center;
  }


/************** sec01 **************/
  .sec01 {
    margin: 0 auto calc(62* (100vw /375));
  }

  .sec01 .sec_text {
    margin-bottom: calc(25* (100vw /375));
  }

  .img01 {
    margin-bottom: calc(30* (100vw /375));
    width: calc(330* (100vw /375));
    position: relative;
  }

  .sec01 .sec_tax {
    margin-bottom: calc(40* (100vw /375));
    align-items: flex-end;
  }

  .img02 {
    margin-bottom: calc(50* (100vw /375));
    width: calc(280* (100vw /375));
  }

  .img03 {
    margin: 0 0 calc(50* (100vw /375)) auto;
    width: calc(280* (100vw /375));
  }

  .img04 {
    margin: 0 auto;
    padding: calc(15* (100vw /375)) 0;
    width: calc(315* (100vw /375));
  }


/************** sec02 **************/
  .sec02 {
    margin: 0 auto calc(60* (100vw /375));
  }

  .sec02 .sec_text {
    margin-bottom: calc(14* (100vw /375));
  }

  .img05 {
    margin: 0 0 calc(51* (100vw /375)) auto;
    width: calc(280* (100vw /375));
  }

  .img06 {
    margin-bottom: calc(10* (100vw /375));
    width: calc(280* (100vw /375));
  }

  .img07 {
    margin: 0 auto calc(15* (100vw /375));
    padding: calc(16* (100vw /375)) 0;
    width: calc(315* (100vw /375));
  }

  .sec02 .sec_tax:nth-of-type(1) {
    margin-bottom: calc(52* (100vw /375));
  }

  .sec02 .sec_box .sec_tax {
    align-items: flex-end;
  }


/************** sec03  **************/
  .sec03  {
    margin: 0 auto calc(50* (100vw /375));
    padding-bottom: calc(60* (100vw /375));
    position: relative;
  }

  .sec03::before {
    width: calc(120* (100vw /375));
    height: calc(41* (100vw /375));
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: auto;
    bottom: 0;
    right: 2%;
    left: auto;
    background-image: url(../img/svg/peanuts_2023.svg);
  }

  .sec03  .sec_text {
    margin-bottom: calc(16* (100vw /375));
  }

  .sec03 .grid_box {
    margin-bottom: calc(30* (100vw /375));
  }

  .img08 {
    margin-bottom: calc(30* (100vw /375));
    width: calc(330* (100vw /375));
    position: relative;
  }

  .sec03  .sec_tax:nth-of-type(1) {
    margin-bottom: calc(40* (100vw /375));
    align-items: flex-end;
  }

  .sec03 .sec_box:nth-of-type(2) {
    padding: 0%;
  }

  .sec03 .sec_box:nth-of-type(2) .sec_tax {
    margin-bottom: calc(50* (100vw /375));
    align-items: flex-end;
  }

  .img09 {
    margin-bottom: calc(50* (100vw /375));
    width: calc(280* (100vw /375));
  }

  .img10 {
    margin: 0 0 calc(50* (100vw /375)) auto;
    width: calc(280* (100vw /375));
  }

  .img11 {
    margin: 0 auto calc(16* (100vw /375));
    padding: calc(16* (100vw /375)) 0;
    width: calc(315* (100vw /375));
  }
  
  .img12 {
    margin: 0 0 calc(50* (100vw /375)) auto;
    width: calc(280* (100vw /375));
  }

  .img13 {
    width: calc(280* (100vw /375));
  }


/************** btn **************/
  .last_btn {
    margin: 0 auto calc(84* (100vw /375));
    width: calc(220* (100vw /375));
    display: flex;
    flex-direction: column;
    gap: calc(15* (100vw /375)) 0;
  }

  .item_btn,
  .top_btn {
    font-size: calc(16* (100vw /375));
    width: 100%;
    height: calc(50* (100vw /375));
    max-width: 100%;
    max-height: 100%;
    font-family: var(--Barlow);
    letter-spacing: 0.1em;
    font-weight: 500;
    border-radius: calc(50 * (100vw / 375));
    position: relative;
  }

  .item_btn::before,
  .top_btn::before {
    width: calc(13* (100vw /375));
    height: calc(9* (100vw /375));
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: auto;
    right: 7%;
    transform: translate(-0%, -50%);
  }

  .item_btn::before {
    background-image: url(../img/svg/arrow_white.svg);
  }

  .top_btn::before {
    background-image: url(../img/svg/arrow_black.svg);
  }

  .item_btn {
    background-color: #BF9C5E;
    color: #fff;
  }

  .top_btn {
    background-color: #EEE1E7;
    color: #4E4E4E;
  }

  .top_btn span {
    font-family: var(--hirakaku)!important;
    font-weight: 600!important;
  }



/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {

  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }

  .main-area {
    margin: 0 auto;
  }

/************** common **************/
  .main-area .sec {
    width: min(100%, 124rem);
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .main-area h3 {
    margin: 0;
    font-size: 4.0rem;
    height: max-content;
  }

  .main-area .sec_text {
    font-size: 1.4rem;
    height: max-content;
  }

  .sec_tax {
    gap: .8rem 0;
  }

  .sec_tax li {
    gap: 0 .8rem;
  }

  .sec_tax li p {
    font-size: 1.4rem;
  }

  .sec_tax li p span {
    font-size: 1.2rem;
  }

  .tax_btn {
    width: 4.6rem;
    height: 2.1rem;
    font-size: 1.4rem;
  }

  .flex_box {
    margin: 0 auto 0;
    width: 100rem;
    display: flex;
    justify-content: space-between;
  }


/************** before,after **************/
  .img01::before,
  .img08::before {
    width: 52rem;
    height: 62.5rem;
    top: 2.5%;
    right: -3%;
  }

  .img04::before,
  .img04::after,
  .img07::before,
  .img07::after,
  .img11::before,
  .img11::after {
    width: 8.0rem;
    height: 8.0rem;
  }

  .img04::before {
    top: 0;
    left: -1.5%;
  }

  .img04::after {
    bottom: 0;
    right: -1.5%;
  }

  .img11::before {
    top: 0;
    left: -2.8%;
  }
  
  .img11::after {
    right: -2.7%;
    bottom: 0%;
  }

  .img07::before {
    top: 0;
    right: -2.8%;
    left: auto;
  }

  .img07::after {
    bottom: 0%;
    left: -2.8%;
  }


/************** mv **************/
  .mv {
    margin: 0 auto 10.5rem;
    width: min(100%, 124rem);
    padding: 0 2rem;
  }

  .mv_img {
    margin-bottom: 4.5rem;
  }


/************** sec01 **************/
  .sec01 {
    margin: 0 auto 14rem;
  }

  .sec01 .grid_box {
    margin-bottom: 10rem;
    width: 110rem;
    display: grid;
    grid-template-columns: 10.1rem 41.9rem 1.5rem 11.5rem 45rem auto;
    grid-template-rows: 4rem 28.9rem 9.7rem 19.9rem 11.6rem 30.7rem 29.5rem;
  }

  .sec01 h3 {
    grid-column: 5/7;
    grid-row: 2/3;
  }

  .sec01 .sec_text {
    margin: 7.2rem 0 0 0;
    grid-column: 5/7;
    grid-row: 2/3;
  }

  .img01 {
    margin: 0;
    width: 52rem;
    grid-column: 1/3;
    grid-row: 1/5;
  }

  .sec01 .sec_tax {
    margin: auto 0 .3rem;
    align-items: flex-start;
    grid-column: 5/7;
    grid-row: 2/3;
  }

  .img02 {
    margin: 0;
    width: 45rem;
    grid-column: 5/6;
    grid-row: 4/7;
  }

  .img03 {
    margin: 0;
    width: 43.5rem;
    grid-column: 2/4;
    grid-row: 6/8;
  }

  .img04 {
    margin: 0 auto;
    padding: 1.5rem 0;
    width: 97rem;
  }

  .sec01 .sec_box {
    margin: 0 auto;
    width: 100rem;
  }


/************** sec02 **************/
  .sec02 {
    margin: 0 auto 14.1rem;
  }

  .sec02 h3 {
    margin: 0 auto 2.5rem;
    text-align: center;
  }

  .sec02 .sec_text {
    margin-bottom: 4.4rem;
    text-align: center;
  }

  .img05 {
    margin: 0;
    width: 48.0rem;
  }

  .img06 {
    margin-bottom: 0;
    width: 48.0rem;
  }

  .img07 {
    margin: 0 auto 1rem;
    padding: 1.4rem 0;
    width: 52rem;
  }

  .sec02 .sec_tax:nth-of-type(1) {
    margin-bottom: 7.2rem;
    align-items: center;
  }

  .sec02 .sec_box {
    margin: 0 auto;
    width: 54.9rem;
  }

  .sec02 .sec_box .sec_tax {
    align-items: flex-end;
  }

  .sec02 .flex_box {
    margin-bottom: 2rem;
  }


/************** sec03  **************/
  .sec03  {
    margin: 0 auto 5rem;
    padding-bottom: 6.1rem;
    display: grid;
  }

  .sec03::before {
    width: 12.0rem;
    height: 4.1rem;
    right: 9.6%;
  }

  .sec03 .grid_box {
    margin: 0 0 10rem auto;
    width: 110rem;
    display: grid;
    grid-template-columns: 48rem 8.5rem 48rem 4rem auto;
    grid-template-rows: 5rem 17.9rem 10rem 29.6rem 11.6rem 19.8rem 41.2rem;
  }

  .sec03 h3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .sec03 .sec_text {
    margin: 7.2rem 3rem 0 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .img08 {
    margin: 0;
    width: 52rem;
    grid-column: 3/5;
    grid-row: 1/5;
  }

  .img09 {
    margin: 0;
    width: 48rem;
    grid-column: 1/2;
    grid-row: 4/7;
  }

  .img10 {
    margin: 0;
    width: 48.0rem;
    grid-column: 3/4;
    grid-row: 6/8;
  }

  .sec03 .sec_tax:nth-of-type(1) {
    margin: auto 0 0;
    align-items: flex-start;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .sec03 .sec_box:nth-of-type(2) {
    margin: 0 auto;
    width: 54.9rem;
  }

  .sec03 .sec_box:nth-of-type(2) .sec_tax {
    margin-bottom: 10.0rem;
    align-items: flex-end;
  }

  .img11 {
    margin: 0 auto .9rem;
    padding: 1.6rem 0;
    width: 52rem;
  }

  .img12 {
    margin: 0;
    width: 48.0rem;
  }

  .img13 {
    width: 48.0rem;
  }


/************** btn **************/
  .last_btn {
    margin: 0 auto 18.4rem;
    width: 22.0rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
  }

  .item_btn,
  .top_btn {
    font-size: 1.6rem;
    width: 100%;
    height: 5.0rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    border-radius: 5rem;
  }

  .item_btn::before,
  .top_btn::before {
    width: 1.3rem;
    height: .9rem;
    top: 50%;
    left: auto;
    right: 7%;
  }

}


/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}

