@charset "UTF-8";
@media screen and (min-width: 768px), print {
  :root {
    --main-color: #b98560;
    --accent-color: #b79333;
    --text-color: #543926;
    --black-color: #3a3934;
    --blue-color: #608db9;
  }
  main p {
    color: #3a3934;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  #contentsmain {
    margin-bottom: 60px;
    width: 1100px;
    margin: 60px auto 0;
    text-align: center;
  }
  #contentsmain h2 {
    font-size: 56px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: var(--black-color);
    letter-spacing: 3px;
    margin-bottom: 60px;
  }
  .contentsmain-img {
    margin-bottom: 125px;
  }
  .contentsmain-underbox {
    position: relative;
    margin-bottom: 140px;
  }
  .contentsmain-underbox h3 {
    font-size: 36px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 39px;
  }
  #contentsmain .contentsmain-underbox::before {
    content: "";
    display: block;
    width: 550px;
    position: absolute;
    left: -170px;
    top: -250px;
    height: 550px;
    background: url(../images/performance/contentsmain_bg01.png) no-repeat 100%
      center;
  }
  #contentsmain .contentsmain-underbox::after {
    content: "";
    display: block;
    width: 550px;
    position: absolute;
    right: -200px;
    bottom: -300px;
    height: 550px;
    background: url(../images/performance/contentsmain_bg02.png) no-repeat 100%
      center;
  }
  #contentsmain .contentsmain-underbox p {
    font-size: 20px;
    line-height: 2.3;
  }
  .contentsmain-underbox p:first-of-type {
    margin-bottom: 29px;
  }
  .contents-wrapper {
    width: 1280px;
    margin: 0 auto;
  }
  .contents-ttl {
    background: #fff;
    border-left: 10px solid var(--blue-color);
    font-size: 36px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    height: 85px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 60px;
    color: #3a3934;
    letter-spacing: 2px;
  }
  #contents01,
  #contents02,
  #contents03,
  #contents05,
  #contents06,
  #contents07,
  #contents08,
  #contents09 {
    margin-bottom: 150px;
    padding: 0 90px;
  }
  #contents01 {
    margin-bottom: 120px;
  }
  #contents02 {
    padding-bottom: 18px;
  }
  #contents04 {
    margin-bottom: 150px;
  }
  .contents03-list {
    display: flex;
    justify-content: space-between;
  }
  .contents03-list li {
    width: 323px;
    p {
      line-height: 1.8;
    }
  }
  .contents03-listttl {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    line-height: 1.54 !important;
    color: var(--text-color);
    font-family: "Zen Maru Gothic", sans-serif;
  }
  #contents03 .photo {
    margin-bottom: 22px;
  }
  .contents-2columnBox {
    display: flex;
    justify-content: space-between;
    div.leftcolumn {
      margin-right: 48px;
      p {
        margin-bottom: 10px;
      }
    }
  }
  #contents04 .photo{width: 550px;height: 302px;}
  #contents04 .photo video{width: 550px;height: 302px;}
  #contents05 .photo{width: 550px;height: 302px;}
  #contents05 .photo video{width: 550px;height: 302px;}
  .contents-subttl {
    font-size: 24px;
    font-weight: 500;
    color: var(--blue-color);
    margin-bottom: 0 !important;
  }
  #contents04 .innerBox {
    width: 1100px;
    margin: 0 auto 36px;
  }

  .common-underbox {
    background: url(../images/support/common_footer_photo.png) center top
      no-repeat;
    margin: 0 auto 150px;
    text-align: center;
    max-width: 1920px;
    height: 736px;
    position: relative;
  }
  .common-underboxtext {
    background-color: #fff;
    height: 268px;
    width: 878px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
  }
  .common-underbox-ttl {
    color: var(--text-color);
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.6;
  }

  .common-bnrBox {
    display: flex;
    justify-content: space-between;
    li {
      width: 350px;
      font-size: 16px;
    }
    p {
      margin-top: 25px;
    }
  }
  #contents11 {
    width: 1100px;
    margin: 0 auto 140px;
  }
  #contents05 .note {
    font-size: 13px;
    color: #074069;
    a {
      margin-left: 20px;
      text-decoration: underline;
      color: #3a3934;
    }
    a:hover {
      text-decoration: none;
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
}

@media screen and (max-width: 767px) {
  :root {
    --main-color: #b98560;
    --accent-color: #b79333;
    --text-color: #543926;
    --black-color: #3a3934;
    --blue-color: #608db9;
  }
  body {
    background: #faf6f2;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  main p {
    color: #3a3934;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  #contentsmain {
    padding-top: 15.5vw;
    margin-bottom: 14.49vw;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #contentsmain h2 {
    font-size: 7.73vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 9.66vw;
  }
  .contentsmain-img {
    margin: 0 2.9vw;
    margin-bottom: 12.49vw;
  }
  .contentsmain-underbox {
    position: relative;
    margin-bottom: 25.85vw;
    padding: 0 5.31vw;
    text-align: center;
    p {
      text-align: left;
      line-height: 1.88;
    }
  }
  .spmb18 {
    margin-bottom: 4.35vw;
  }
  .contentsmain-underbox h3 {
    font-size: 5.8vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 10vw;
  }
  #contentsmain .contentsmain-underbox::before {
    content: "";
    display: block;
    width: 70vw;
    position: absolute;
    left: -11vw;
    top: -21vw;
    height: 70vw;
    background: url(../images/performance/contentsmain_bg01.png) no-repeat 100%
      center;
  }
  #contentsmain .contentsmain-underbox::after {
    content: "";
    display: block;
    width: 87vw;
    position: absolute;
    right: -37vw;
    bottom: -37vw;
    height: 87vw;
    background: url(../images/performance/contentsmain_bg02.png) no-repeat 100%
      center;
  }
  #contentsmain .contentsmain-underbox p {
    font-size: 3.86vw;
    z-index: 1;
  }
  .contents-ttl {
    background: #fff;
    border-left: 2.42vw solid var(--blue-color);
    font-size: 6.28vw;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    display: flex;
    align-items: center;
    padding: 2.2vw 4.28vw 2.2vw 4.28vw;
    color: #3a3934;
    width: calc(100% - 10.62vw);
    margin: 0 auto 7.25vw;
    line-height: 1.62;
    letter-spacing: 0.05em;
  }
  .contents-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #contents01 figure {
    width: 203.38vw;
  }
  #contents02 figure {
    width: 203.38vw;
  }
  .scroll-wrap {
    /* width: 100%; */
    margin-left: 5.31vw;
    overflow-x: auto; /* 横スクロール可能に */
    -webkit-overflow-scrolling: touch; /* iOSで慣性スクロール */
  }
  .scroll-text {
    margin-left: 5.31vw;
    margin-bottom: 3vw;
  }
  #contents01,
  #contents02,
  #contents03,
  #contents05,
  #contents06,
  #contents07,
  #contents08,
  #contents09 {
    margin-bottom: 21.74vw;
    padding: 0;
    width: 100%;
  }
  .contents03-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 10.62vw);
    margin: 10vw auto 0;
    gap: 13.77vw;
  }
  .contents03-list li {
    width: 100%;
    font-size: 3.86vw;
    line-height: 1.75;
    p {
      line-height: 1.75;
    }
  }
  .contents03-listttl {
    font-size: 5.8vw;
    font-weight: 500;
    text-align: center;
    margin-top: 5.8vw;
    margin-bottom: 5.8vw;
    line-height: 1.54;
    color: var(--text-color);
    font-family: "Zen Maru Gothic", sans-serif;
  }
  #contents04 .photo{width: 100%;height: 49.07vw;}
  #contents04 .photo video{width: 100%;height: 49.07vw;}
  #contents05 .photo{width: 100%;height: 49.07vw;}
  #contents05 .photo video{width: 100%;height: 49.07vw;}
  #contents03 .photo {
    margin-bottom: 5vw;
  }
  #contents04 {
    padding-bottom: 7vw;
  }
  #contents04 .innerBox {
    margin: 0 auto;
  }
  #contents04 .photo02 {
    width: 180vw;
    margin-top: 11vw;
  }
  .contents-subttl {
    font-size: 5.31vw;
    font-weight: 500;
    color: var(--blue-color);
    margin-bottom: 0.9vw;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .contents-2columnBox {
    width: calc(100% - 10.62vw);
    margin: 0 auto;
    display: flex;
    font-size: 3.86vw;
    flex-direction: column;
    .leftcolumn {
      order: 2;
      p {
        margin-bottom: 2vw;
      }
    }
    .photo {
      order: 1;
      margin-bottom: 6.04vw;
    }
  }
  .note {
    color: #074069;
    font-size: 3.38vw;
    a {
      display: block;
      text-decoration: underline;
    }
  }
  .common-underbox {
    width: 100%;
    padding-bottom: 26.57vw;
    padding-top: 65vw;
    background: url(../images/support/sp-common_footer_photo.png) no-repeat top;
    background-size: contain;
  }
  .common-underbox-ttl {
    color: var(--text-color);
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 5.31vw;
    font-weight: 500;
    margin-bottom: 3.86vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .common-underboxtext {
    background-color: #fff;
    margin: 0 2.9vw;
    padding: 7.25vw 4.83vw;
    font-size: 3.86vw;
  }
  .common-bnrBox {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 0 7.73vw 26.57vw;
    gap: 9.66vw;
    li {
      width: 100%;
      font-size: 3.86vw;
    }
    p {
      margin-top: 6.04vw;
    }
  }
}
