@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #1a1a1a;
  --color-lightBlack: #333a46;
  --color-white: #ffffff;
  --color-gold: #787020;

  --shuei-m: "dnp-shuei-mgothic-std", sans-serif;
  --din-2014: "din-2014-narrow", sans-serif;
  --din-Condensed: "din-condensed", sans-serif;
  --source-han-sans: "source-han-sans-japanese", sans-serif;
}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  /* font-size 20px */
  font-size: 1.388vw;
  background: var(--color-white);
  color: var(--color-black);
}

.wrap {
  width: 80%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.4s;
}

a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;

  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

/* タイトル */
.din-c {
  font-family: var(--din-Condensed);
}

@media screen and (max-width: 768px) {
  body {
    /* font-size 24px */
    font-size: 3.2vw;
  }

  .wrap {
    width: 92%;
    padding: 0;
    box-sizing: border-box;
  }
}

/*================================================
 *  section btn
 ================================================*/
section {
  position: relative;
}

/*================================================
 *  banner
 ================================================*/
#banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: var(--color-white);
  width: 100%;
  padding: 2vw 0;
}

#banner a {
  width: 36vw;
  height: 5vw;
  margin: 0 auto;
  background: var(--color-black);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  font-family: var(--source-han-sans);
  letter-spacing: 0.1em;
}

#banner a img {
  width: 3.68vw;
  display: inline-block;
  margin-right: 2vw;
}

@media screen and (max-width: 768px) {
  #banner {
    padding: 0;
  }

  #banner a {
    width: 100%;
    height: 10vw;
    font-size: 1.166em;
  }

  #banner a img {
    width: 7.06vw;
    margin-right: 4vw;
  }
}

/*================================================
 *  banner1
 ================================================*/
#banner1 {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: var(--color-black);
  width: 100%;
}

#banner1 a {
  width: 36vw;
  height: 7vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

#banner1 a img {
  width: 25.68vw;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #banner1 {
    padding: 0;
  }

  #banner1 a {
    width: 100%;
    height: 18vw;
  }

  #banner1 a img {
    width: 63.06vw;
  }
}

/*================================================
 *  btn
 ================================================*/
#btn {
  width: 100%;
  padding: 6vw 0 3vw;
  background: #333a46;
  text-align: center;
  color: var(--color-white);
  font-size: 1.4em;
  margin-top: -3vw;
}

#btn a {
  margin: 1em auto 0;
  display: block;
  width: 27vw;
}

@media screen and (max-width: 768px) {
  #btn {
    width: 100%;
    padding: 9vw 0 3vw;
    color: var(--color-white);
    font-size: 1.2em;
    margin-top: -6vw;
  }

  #btn a {
    width: 52vw;
  }
}

/*================================================
 *  mv
 ================================================*/
#mv {
  position: relative; /* 必要なら追加 */
  z-index: 0; /* もしくは正の値 (例: 0 or 1) */
}

#mv h2 {
  font-family: var(--shuei-m);
  color: var(--color-lightBlack);
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.92;
  width: 62%;
  margin: -1.7% auto 4.166%;
}

#mv h2 span {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  #mv h2 {
    font-size: 1.125em;
    line-height: 1.92;
    width: 92%;
    margin: -3% 0 6.6666% 6vw;
    -moz-font-feature-settings: "halt";
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
  }

  #mv h2 span {
    margin-left: 2em;
  }

  #mv .wrap {
    width: 100%;
  }
}

/*================================================
 * campaign
================================================*/
#campaign {
  padding-bottom: 8.33vw;
}

#campaign.campaign02 {
  padding-bottom: 6.94vw;
}

#campaign.campaign02::before {
  content: none;
}

@media screen and (max-width: 768px) {
  #campaign {
    padding-bottom: 14.66vw;
  }

  #campaign.campaign02 {
    padding-bottom: 3.33vw;
  }
}

/*================================================
* about
================================================*/
#about {
  background: url(../images/bg_about.png) no-repeat center top/cover;
  height: 100%;
  padding-top: 4.5vw;
  padding-bottom: 8.33vw;
  z-index: 1;
}

/* about ul */
#about ul {
  padding-bottom: 13.63%;
  position: relative;
}

#about ul::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/arrow_about.png);
  width: 6.6vw;
  height: 9.8vw;
  bottom: 20px;
  right: 14.93vw;
}

/* li:first-child */
#about ul li:first-child {
  width: 53%;
  margin-left: 5.45%;
}

#about ul li:first-child h1 {
  width: 52.5%;
  margin: 0 auto 5.1%;
}

#about ul li:first-child h2 {
  font-size: 4.05em;
  font-family: var(--shuei-m);
  color: var(--color-lightBlack);
  letter-spacing: 0.075em;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.28;
}

/* li:nth-child(2) */
#about ul li:nth-child(2) {
  margin-top: 2.75%;
  position: relative;
  z-index: 1;
  width: 106.4%;
  left: -8.1%;
}

#about ul li:nth-child(2) div:first-of-type {
  width: 58%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

#about ul li:nth-child(2) div:first-of-type::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/bg_abouttxt.png);
  width: 39.8vw;
  height: 22.63vw;
  top: 0;
  left: 0;
  z-index: -1;
}

#about ul li:nth-child(2) div:first-of-type p {
  margin-top: 10.5%;
  margin-left: 19%;
  margin-bottom: 6.56%;
  font-size: 1.3em;
  line-height: 2.11;
  font-feature-settings: "palt";
  color: var(--color-lightBlack);
}

#about ul li:nth-child(2) div:nth-of-type(2) {
  width: 58.7%;
  z-index: 1;
  padding-bottom: 3%;
  margin-right: auto;
}

/* about__inner */
.about__inner {
  width: 92%;
  margin: 0 auto;
}

.about__inner p {
  line-height: 2.1;
  margin-bottom: 4.44%;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}

.about__inner h3 {
  text-align: center;
  font-family: var(--shuei-m);
  color: var(--color-lightBlack);
  font-size: 1.9em;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  #about {
    background-image: url(../images/sp_bg_about.png);
    padding-top: 3.33vw;
    padding-bottom: 15.33vw;
  }

  /* #about ul */
  #about ul {
    padding-bottom: 18.2%;
  }

  #about ul::before {
    width: 8.2vw;
    height: 12.2vw;
    bottom: 2vw;
    right: 50%;
    transform: translateX(50%);
  }

  /* li:first-child */
  #about ul li:first-child {
    width: 100%;
    margin: 0;
  }

  #about ul li:first-child h1 {
    width: 34.8%;
  }

  #about ul li:first-child h2 {
    font-size: 1.91em;
  }

  /* li:nth-child(2) */
  #about ul li:nth-child(2) {
    width: 100%;
    left: 0;
    margin-top: 63vw;
  }

  #about ul li:nth-child(2) div:first-of-type {
    width: 100%;
    position: relative;
  }

  #about ul li:nth-child(2) div:first-of-type::before {
    content: none;
  }

  #about ul li:nth-child(2) div:nth-of-type(2) {
    width: 100%;
    position: static;
  }

  #about ul li:nth-child(2) div:first-of-type p {
    font-size: 1.16em;
    line-height: 1.96;
    width: 85%;
    margin: 0 auto;
  }

  /* about__inner */
  .about__inner {
    width: 100%;
  }

  .about__inner p {
    letter-spacing: 0;
    position: relative;
    z-index: 1;
  }

  .about__inner img {
    margin-top: -6vw;
  }

  .about__inner h3 {
    font-size: 1.33em;
  }
}

/*================================================
* point01
================================================*/
#point01 {
  background: url(../images/bg_point01.png) no-repeat center bottom/cover;
  height: 100%;
  padding-top: calc(4.86vw + 8.33vw);
  margin-top: -8.33vw;
  padding-bottom: 14.6vw;
}

#point01 .point01__inner {
  width: 66%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

#point01 .point01__inner h2 {
  width: 92.6%;
  margin: 0 auto 4.2%;
}

#point01 .point01__inner h3 {
  font-family: var(--shuei-m);
  font-size: 1.75em;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: center;
  color: var(--color-lightBlack);
  margin-bottom: 12.2%;
}

#point01 ul li {
  width: 30.5%;
  background: var(--color-white);
  padding-top: 6.3%;
  border: 0.69vw solid;
  border-image: linear-gradient(to right, #d5c4a5, #f3ede4, #ccb893) 1;
  position: relative;
  box-shadow: -6px 6px 6px rgb(35 24 21 / 30%);
}

#point01 ul li:first-child,
#point01 ul li:nth-child(2),
#point01 ul li:nth-child(3) {
  margin-bottom: 10.6%;
}

#point01 ul li:nth-child(3) {
  padding-top: 4.7%;
}

#point01 ul li img.num {
  position: absolute;
  width: 28%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -23%;
}

#point01 ul li h4 {
  font-size: 1.7em;
  text-align: center;
  font-weight: bold;
  color: var(--color-gold);
  line-height: 1.35;
  margin-bottom: 8.9%;
}

#point01 ul li p {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings: "palt";
}

/* point01 */
#point01 ul li:first-child p:nth-of-type(2) {
  font-size: 1.1em;
  line-height: 1;
  padding-top: 16.66%;
  padding-bottom: 18.5%;
}

#point01 ul li:first-child p span:first-of-type {
  font-size: 0.95em;
}

#point01 ul li:first-child p span:nth-of-type(2) {
  font-size: 2.16em;
}

#point01 ul li:first-child p span:nth-of-type(3) {
  font-size: 1.135em;
}

/* point02 */
#point01 ul li:nth-child(2) img:nth-of-type(2) {
  width: 67%;
  margin: 0 auto;
}

#point01 ul li:nth-child(2) img:nth-of-type(3) {
  width: 65.55%;
  margin: 15px auto 0;
}

#point01 ul li:nth-child(2) p {
  padding-top: 9.25%;
}

/* point03 */
#point01 ul li:nth-child(3) img:nth-of-type(2) {
  width: 60%;
  margin: 0 auto;
}

#point01 ul li:nth-child(3) p {
  padding-top: 7.4%;
  padding-bottom: 11.11%;
}

/* point04 */
#point01 ul li:nth-child(4) img:nth-of-type(2) {
  width: 65.55%;
  margin: 0 auto;
}

#point01 ul li:nth-child(4) p {
  padding-top: 9.2%;
  padding-bottom: 16.66%;
}

/* point05 */
#point01 ul li:nth-child(5) h4 {
  margin-bottom: 3.7%;
}

#point01 ul li:nth-child(5) img:nth-of-type(2) {
  width: 77.77%;
  margin: 0 auto;
}

#point01 ul li:nth-child(5) p {
  padding-top: 13%;
}

/* point06 */
#point01 ul li:nth-child(6) img:nth-of-type(2) {
  width: 26%;
  margin: 0 auto;
}

#point01 ul li:nth-child(6) p {
  padding-top: 13%;
}

@media screen and (max-width: 768px) {
  #point01 {
    background-image: url(../images/sp_bg_point01.png);
    padding-bottom: 5.33vw;
  }

  #point01 .point01__inner {
    width: 92%;
  }

  #point01 .point01__inner h2 {
    width: 100%;
  }

  #point01 .point01__inner h3 {
    font-size: 1.458em;
    line-height: 1.54;
  }

  #point01 ul li {
    width: 46.8%;
    margin-bottom: 14.5% !important;
    border: 1.4vw solid;
    border-image: linear-gradient(to right, #d5c4a5, #f3ede4, #ccb893) 1;
  }

  #point01 ul li h4 {
    font-size: 1.58em;
    margin-bottom: 8%;
  }

  /* point01 */
  #point01 ul li:first-child p:nth-of-type(2) {
    font-size: 1em;
    padding-top: 8%;
    padding-bottom: 15%;
  }

  /* point02 */
  #point01 ul li:nth-child(2) h4 {
    margin-bottom: 4.96%;
  }

  #point01 ul li:nth-child(2) img:nth-of-type(2) {
    width: 66.2%;
  }

  #point01 ul li:nth-child(2) img:nth-of-type(3) {
    width: 65.5%;
    margin-top: 10px;
  }

  #point01 ul li:nth-child(2) p {
    padding-top: 4.96%;
    padding-bottom: 9.9%;
  }

  /* point03 */
  #point01 ul li:nth-child(3) img:nth-of-type(2) {
    width: 58.6%;
  }

  /* point04 */
  #point01 ul li:nth-child(4) p {
    padding: 11.5% 0;
  }

  #point01 ul li:nth-child(4) img:nth-of-type(2) {
    width: 65.5%;
  }

  /* point05 */
  #point01 ul li:nth-child(5) p {
    padding-top: 13%;
    padding-bottom: 13.2%;
  }

  /* point06 */
  #point01 ul li:nth-child(6) p {
    padding-top: 9.9%;
  }
}

/*================================================
* point02
================================================*/
#point02 .point02__main--img {
  width: 88.5%;
  margin: -8.33vw auto 0;
  z-index: -1;
  position: relative;
}

#point02 h2 {
  width: 62.5%;
  margin: -13.2vw auto 3.125%;
}

#point02 h3 {
  font-size: 1.6em;
  line-height: 1.875;
  font-weight: bold;
  text-align: center;
  color: var(--color-lightBlack);
}

#point02 ul.list {
  text-align: center;
}

#point02 ul.list li {
  display: inline-block;
  margin: 2.8% 0.87% 0;
  color: var(--color-gold);
  font-size: 0.98em;
  border: 0.13vw solid var(--color-gold);
  padding: 5px 10px;
  border-radius: 9px;
}

#point02 div.flex {
  margin: 9.4vw auto 0;
  width: 75%;
}

#point02 ul.flex {
  flex-wrap: nowrap;
}

#point02 ul.flex li {
  width: 12.85vw;
  height: 12.85vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(213, 196, 165);
  background: linear-gradient(
    90deg,
    rgba(213, 196, 165, 1) 0%,
    rgba(243, 237, 228, 1) 50%,
    rgba(204, 184, 147, 1) 100%
  );
  border-radius: 100%;
  margin-right: 2.08vw;
}

#point02 ul.flex:nth-of-type(2) li:last-child {
  margin: 0;
}

#point02 ul.flex li img {
  width: 47.1%;
  margin: 0 auto 4%;
}

#point02 ul.flex li p {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.27;
  width: 100%;
  margin: 0;
}

#point02 p {
  width: 61%;
  margin: 4.2% auto 6.95%;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  #point02 .point02__main--img {
    width: 100%;
    margin: -13.33vw auto 0;
  }

  #point02 h2 {
    width: 88.66%;
    margin-left: 4vw;
    margin-top: -26vw;
  }

  #point02 h3 {
    font-size: 1.08em;
    margin-top: 8%;
  }

  #point02 ul.list li {
    margin: 6% 2% 0;
    font-size: 1em;
  }

  #point02 ul.flex li {
    width: 27.6vw;
    height: 27.6vw;
    margin-right: 4.66vw;
  }

  #point02 ul.flex li p {
    font-size: 0.83em;
    font-feature-settings: unset;
  }

  #point02 p {
    width: 92%;
    font-feature-settings: "palt";
    margin: 6% auto 11.33%;
  }
}

/*================================================
* point03
================================================*/
.point03__img--inner {
  position: relative;
}

#point03 h2 {
  width: 62.5%;
  position: absolute;
  bottom: 2.43vw;
  left: 50%;
  transform: translateX(-50%);
}

#point03 h3 {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  margin: 2.77% auto 3.125%;
  line-height: 1.72;
  letter-spacing: 0.02em;
}

/* point03__inner */
.point03__inner {
  background: url(../images/bg_point03-2.png) no-repeat center top/cover;
  height: 100%;
  padding: 1.74vw 0;
}

#point03 ul:first-of-type {
  width: 43.8%;
  margin: 0 auto;
}

#point03 ul:first-of-type li:first-child {
  width: 6.25vw;
}

#point03 ul:first-of-type li:nth-child(2) {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.7;
}

/* point03__list */
.point03__list {
  width: 75%;
  margin: 5.2% auto 3.85%;
}

.point03__list li {
  width: 31.7%;
  text-align: center;
}

/* list__top--inner */
.point03__list li .list__top--inner img {
  margin: 6.1% auto 0;
}

.point03__list li .list__top--inner p:first-of-type {
  line-height: 1.5;
}

.point03__list li .list__top--inner p:nth-of-type(2) {
  margin-top: -4%;
  transform: rotate(-2.5deg);
}

.point03__list li .list__top--inner p:nth-of-type(2) span {
  color: var(--color-white);
  font-family: var(--source-han-sans);
  font-weight: bold;
  background: #b1915f;
  padding: 10px 1.4vw;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  line-height: 1;
}

/* list__middle--inner */
.point03__list li .list__middle--inner {
  position: relative;
  padding: 20.5% 0 7.4%;
}

.point03__list li .list__middle--inner::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/arrow_point03.png);
  width: 1.73vw;
  height: 1.6vw;
  top: 2.08vw;
  left: 50%;
  transform: translateX(-50%);
}

.point03__list li .list__middle--inner p:first-of-type {
  font-size: 0.9em;
  color: var(--color-white);
  font-weight: bold;
  line-height: 1.55;
  background: #6a7188;
  border-radius: 1.39vw;
  padding: 4.4% 0;
  margin-bottom: 14.8%;
  position: relative;
}

.point03__list li .list__middle--inner p:first-of-type span {
  font-size: 1.11em;
  color: #ffff00;
}

.point03__list li .list__middle--inner p:first-of-type::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/arrow_point03.png);
  width: 1.73vw;
  height: 1.6vw;
  bottom: -2.4vw;
  left: 50%;
  transform: translateX(-50%);
}

.point03__list li .list__middle--inner p:nth-of-type(2) {
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* list__under--inner */
.point03__list li .list__under--inner h4 {
  color: var(--color-gold);
  font-weight: bold;
  font-family: var(--din-2014);
  font-size: 1.3em;
  letter-spacing: 0.075em;
  line-height: 1.7;
  margin: 10px 0;
}

.point03__list li .list__under--inner p {
  font-size: 0.95em;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

/* point03__underArea */
.point03__underArea {
  background: url(../images/bg_point03-3.png) no-repeat center/cover;
  height: 100%;
  padding: 4.9vw 0 4.17vw;
}

.point03__underArea--inner {
  width: 40.5%;
  text-align: center;
  margin-left: 45.85vw;
}

.point03__underArea p {
  font-size: 1.3em;
  color: var(--color-white);
}

.point03__underArea p span {
  font-size: 1.02em;
  display: block;
  background: var(--color-white);
  color: var(--color-lightBlack);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.04vw;
  padding: 1.04vw 2.45vw;
  font-feature-settings: "palt";
  font-weight: bold;
  white-space: nowrap;
}

.point03__underArea p span:first-of-type {
  margin-top: 1.74vw;
}

.point03__underArea img {
  width: 6.95vw;
  margin: 1.73vw auto 1.39vw;
}

.point03__underArea p:nth-of-type(2) {
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.point03__underArea--txt {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  padding: 2.4% 0 9.7%;
  position: relative;
  color: #000;
}

.point03__underArea--txt small {
  font-size: 0.86em;
}

.point03__underArea--txt span {
  font-size: 1.138em;
}

.point03__underArea--txt::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/arrow.png);
  width: 3.6vw;
  height: 3.6vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #point03 h2 {
    width: 92%;
    bottom: 1.33vw;
  }

  #point03 h3 {
    font-size: 1.083em;
  }

  .point03__inner {
    padding: 2vw 0 0;
  }

  #point03 ul:first-of-type {
    width: 81.4%;
  }

  #point03 ul:first-of-type li:nth-child(2) {
    font-size: 1.083em;
  }

  #point03 ul:first-of-type li:first-child {
    width: 9.33vw;
  }

  /* point03__list */
  .point03__list {
    width: 100%;
    margin: 2.6% auto 0;
  }

  .point03__list li {
    width: 100%;
    margin-bottom: 9.33vw;
  }

  .point03__list li:last-child {
    margin-bottom: 8vw;
  }

  /* list__top--inner */
  .point03__list li .list__top--inner {
    position: relative;
  }

  .point03__list li .list__top--inner img {
    margin: 0;
  }

  .point03__list li .list__top--inner > div {
    position: absolute;
    top: 2.66vw;
    right: 0;
    margin-right: 4.66vw;
  }

  .point03__list li .list__top--inner p:first-of-type {
    font-weight: bold;
    font-size: 1.08em;
    font-feature-settings: "palt";
    letter-spacing: 0.025em;
    margin-bottom: 2vw;
  }

  .point03__list li .list__top--inner p:nth-of-type(2) {
    margin-top: 0;
  }

  .point03__list li .list__top--inner p:nth-of-type(2) span {
    font-size: 1.46em;
    margin: 0 0 1.33vw 11.3vw;
    padding: 1.8vw 2.6vw;
  }

  /* list__middle--inner */
  .point03__list li .list__middle--inner {
    position: relative;
    padding: 6.7% 0 3.33%;
  }

  .point03__list li .list__middle--inner::before {
    width: 4vw;
    height: 3.7vw;
    top: 1.1vw;
  }

  .point03__list li .list__middle--inner p:first-of-type::before {
    width: 4vw;
    height: 3.7vw;
    bottom: -6.4vw;
  }

  .point03__list li .list__middle--inner p:first-of-type {
    padding: 2vw 0;
    width: 91.4%;
    margin: 0 auto 8%;
    border-radius: 2vw;
  }

  .point03__list li .list__middle--inner p:nth-of-type(2) {
    font-size: 1.16em;
    letter-spacing: 0;
  }

  /* list__under--inner */
  .point03__list li .list__under--inner {
    position: relative;
  }

  .point03__list li .list__under--inner div {
    position: absolute;
    top: 0;
    right: 0;
  }

  .point03__list li:first-child .list__under--inner div {
    margin-right: 4vw;
  }

  .point03__list li:nth-child(2) .list__under--inner div {
    margin-right: 2.7vw;
  }

  .point03__list li:nth-child(3) .list__under--inner div {
    margin-right: 4.6vw;
  }

  .point03__list li .list__under--inner h4 {
    color: var(--color-black);
    margin: 3.33vw 0 2vw;
  }

  .point03__list li .list__under--inner p {
    font-size: 1em;
  }

  /* point03__underArea */
  .point03__underArea {
    background-image: url(../images/sp_bg_point03-3.png);
    background-position: center left;
    padding: 8.6vw 0 12vw;
  }

  .point03__underArea--inner {
    width: 87%;
    margin-left: 12%;
  }

  .point03__underArea p {
    font-size: 1.2em;
    font-weight: bold;
  }

  .point03__underArea p span {
    font-size: 1.024em;
    background: rgb(255 255 255 / 84%);
    padding: 1.33vw 4.66vw;
  }

  .point03__underArea img {
    width: 15vw;
    margin: 6vw auto 3.33vw;
  }

  .point03__underArea--txt {
    padding: 4vw 0 15.3vw;
    font-size: 1.7em;
  }

  .point03__underArea--txt::before {
    width: 6.93vw;
    height: 6.93vw;
  }
}

/*================================================
* point04
================================================*/
#point04 {
  margin-top: 1.4%;
}

#point04 .intero {
  background: url(../images/bg_point04.png) no-repeat center top / cover;
  height: 100%;
  padding: 4.17vw 0 8vw;
  position: relative;
  z-index: 1;
}

#point04 .intero h2 {
  width: 64%;
  margin: 0 auto;
}

#point04 .intero h3 {
  font-weight: bold;
  font-size: 2em;
  margin: 0 auto 2.7vw;
  text-align: center;
  color: var(--color-white);
  line-height: 1.5;
  letter-spacing: 0.075em;
}

#point04 .intero .logo__technogym {
  width: 17%;
  margin: 0 auto 2.77vw;
}

#point04 .intero h4 {
  font-size: 1.6em;
  text-align: center;
  color: var(--color-white);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}

#point04 .intero h4::before,
#point04 .intero h4::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 2.08vw;
  height: 2.22vw;
  top: 0;
}

#point04 .intero h4::before {
  left: -3.125vw;
  background-image: url(../images/img_point04-line01.png);
}

#point04 .intero h4::after {
  right: -3.125vw;
  background-image: url(../images/img_point04-line02.png);
}

/* point04__machineArea */
.point04__machineArea {
  background: url(../images/bg_point04-2.png) no-repeat center top / cover;
  height: 100%;
  margin-top: -6.25vw;
  padding: 9.375vw 0 3.81vw 0;
  overflow: hidden;
}

.point04__machineArea h2 {
  font-size: 3.4em;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.7vw;
  color: #000;
}

.point04__machineArea h2 span {
  font-size: 0.5em;
  display: block;
  font-weight: bold;
}

.machine p {
  line-height: 1.9;
}

/* machine01 */
.machine01__inner {
  width: 46.5%;
  margin-left: 9.72vw;
  color: #000;
}

.machine01__inner div {
  padding-left: 3.125vw;
}

.machine01__inner img {
  width: 85%;
}

.point04__machineArea h3.line {
  font-size: 2.1em;
  font-weight: bold;
  color: #000;
  background: rgb(195, 173, 130);
  background: linear-gradient(
    90deg,
    rgba(195, 173, 130, 1) 0%,
    rgba(230, 220, 202, 1) 50%,
    rgba(188, 164, 117, 1) 100%
  );
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.075em;
  padding: 2.77vw 0;
  margin-top: -7.6vw;
  width: 102%;
  position: relative;
  left: 50%;
  transform: translateX(-50%) rotate(-3.2deg);
}

/* machine02 */
.machine02 {
  width: 75%;
  margin: 0 auto;
}

.machine02 .machine02__inner {
  margin-top: -4.5%;
  z-index: 1;
  position: relative;
}

.machine02 .machine02__inner li:first-child {
  width: 48%;
}

.machine02 .machine02__inner li:nth-child(2) {
  width: 52%;
  padding-bottom: 2.08vw;
}

.machine02 .machine02__inner li:nth-child(2) p:first-of-type {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: -0.7vw;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 3.8vw;
  letter-spacing: 0.05em;
}

.machine02 .machine02__inner li:nth-child(2) p:first-of-type::before,
.machine02 .machine02__inner li:nth-child(2) p:first-of-type::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 2.08vw;
  height: 2.22vw;
  bottom: 0.7vw;
}

.machine02 .machine02__inner li:nth-child(2) p:first-of-type::before {
  background-image: url(../images/img_point04-line03.png);
  left: 0;
}

.machine02 .machine02__inner li:nth-child(2) p:first-of-type::after {
  background-image: url(../images/img_point04-line04.png);
  right: 0;
}

/* machine__point */
.machine__point {
  width: 73.6%;
  margin: 1.39vw auto 0;
  position: relative;
  padding-bottom: 7vw;
}

.machine__point::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/arrow.png);
  width: 3.6vw;
  height: 3.6vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.machine__point li {
  width: 31.7%;
  height: 22.56vw;
  text-align: center;
  background: rgb(195, 173, 130);
  background: linear-gradient(
    90deg,
    rgba(195, 173, 130, 1) 0%,
    rgba(230, 220, 202, 1) 50%,
    rgba(188, 164, 117, 1) 100%
  );
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.machine__point li p:first-of-type {
  font-size: 1.4em;
  color: var(--color-lightBlack);
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 1.08vw;
}

.machine__point li p:nth-of-type(2) {
  font-size: 0.9em;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #point04 {
    margin-top: 11.33%;
  }

  #point04 .intero {
    background-image: url(../images/sp_bg_point04.png);
    background-position: center bottom;
    padding: 8vw 0 18vw;
  }

  #point04 .intero h2 {
    width: 91.33%;
    margin-bottom: 4.666%;
  }

  #point04 .intero h3 {
    font-size: 1.5em;
    margin-bottom: 4%;
    font-feature-settings: "palt";
  }

  #point04 .intero .logo__technogym {
    width: 32.7%;
    margin-bottom: 7.4%;
  }

  #point04 .intero h4 {
    font-size: 1.33em;
  }

  #point04 .intero h4::before,
  #point04 .intero h4::after {
    width: 4.331vw;
    height: 4.5333vw;
  }

  #point04 .intero h4::before {
    left: -6vw;
  }

  #point04 .intero h4::after {
    right: -6vw;
  }

  .machine p {
    font-feature-settings: "palt";
    width: 92%;
    margin: 0 auto;
    line-height: 1.8;
  }

  /* point04__machineArea */
  .point04__machineArea {
    margin-top: -10vw;
    padding: 10vw 0 9.3vw 0;
    background-image: url(../images/sp_bg_point04-2.png);
  }

  .machine01__inner {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .machine01__inner div {
    padding: 0;
  }

  .point04__machineArea h2 {
    font-size: 2.8em;
    margin-bottom: 3.6vw;
  }

  .point04__machineArea h2 span {
    font-size: 0.52em;
  }

  .machine01__inner img {
    width: 70.5%;
    margin-top: 50vw;
    position: relative;
    left: -7.4vw;
  }

  .point04__machineArea h3.line {
    font-size: 1.66em;
    line-height: 1.5;
    margin-top: -20vw;
  }

  .machine02 {
    width: 92%;
  }

  .machine02.machine p {
    width: 100%;
  }

  .machine02 .machine02__inner {
    position: relative;
    padding-top: 12vw;
  }

  .machine02 .machine02__inner li:first-child {
    width: 71vw;
    position: absolute;
    top: 19vw;
    right: -5%;
  }

  .machine02 .machine02__inner li:nth-child(2) {
    width: 100%;
  }

  .machine02 .machine02__inner li:nth-child(2) p:first-of-type {
    font-size: 1.33em;
    margin-bottom: 9.33vw;
    padding: 0 7.33vw;
  }

  .machine02 .machine02__inner li:nth-child(2) p:first-of-type::before,
  .machine02 .machine02__inner li:nth-child(2) p:first-of-type::after {
    width: 4.1vw;
    height: 4.5vw;
  }

  .machine02 .machine02__inner li:nth-child(2) h2 {
    width: 48vw;
    padding-bottom: 26vw;
  }

  /* machine__point */
  .machine__point {
    width: 92%;
  }

  .machine__point li {
    width: 100%;
    border-radius: 2vw;
    margin-bottom: 3.33vw;
    padding: 4.5vw 0;
    height: auto;
  }

  .machine__point li:nth-of-type(3) {
    margin-bottom: 10vw;
  }

  .machine__point li p:first-of-type {
    font-size: 1.73em;
  }

  .machine__point li p:nth-of-type(2) {
    font-size: 1.05em;
  }

  .machine__point::before {
    width: 6.93vw;
    height: 6.93vw;
  }
}

/*================================================
* gymArea
================================================*/
#gymArea {
  background: url(../images/bg_gymarea.png) no-repeat center top/cover;
  height: 100%;
  padding-top: 6.95vw;
  margin-top: -3.8vw;
  color: var(--color-white);
}

#gymArea h2 {
  font-size: 2em;
  text-align: center;
  color: var(--color-white);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6vw;
}

/* machine__list */
#gymArea .machine__list {
  width: 67%;
  margin: 0 auto;
}

#gymArea .machine__list li {
  margin-bottom: 3.125vw;
}

#gymArea .machine__list li:nth-child(2) {
  margin-bottom: 5.9vw;
}

#gymArea .machine__list li div:first-of-type {
  width: 20vw;
}

#gymArea .machine__list li div:nth-of-type(2) {
  width: 43vw;
  line-height: 1.9;
}

/* gymArea__inner */
/* inner01 */
.gymArea__inner li {
  position: relative;
  z-index: 1;
}

.gymArea__inner li::before {
  z-index: -1;
}

.gymArea__inner .inner01 {
  padding-bottom: 10.4vw;
}

.gymArea__inner .inner01::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/bg_gymarea_inner01.png);
  width: 100%;
  height: 43.125vw;
  top: 3.47vw;
  left: 50%;
  transform: translateX(-50%);
}

.gymArea__inner .inner01 .flex div:first-of-type {
  width: 52vw;
}

.gymArea__inner .inner01 .flex div:nth-of-type(2) {
  width: 27vw;
  padding-left: 2.45vw;
  padding-top: 1.38vw;
}

.gymArea__inner .inner01 .flex div:nth-of-type(2) img {
  width: 16.8vw;
  margin-bottom: 1.7vw;
}

.gymArea__inner .inner01 .flex div:nth-of-type(2) p {
  font-size: 0.9em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.95;
}

.gymArea__inner .gymArea__under {
  position: relative;
}

.gymArea__inner .inner01 .gymArea__under {
  width: 52.8vw;
  margin-left: 16.3vw;
}

.gymArea__inner .gymArea__under p {
  position: absolute;
  text-align: center;
  top: -1.04vw;
  right: -8.7vw;
  background: rgb(255 255 255 / 80%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.8vw;
  height: 17.8vw;
  color: var(--color-black);
  font-size: 0.9em;
  line-height: 2;
  font-feature-settings: "palt";
}

/* inner02 */
.gymArea__inner .inner02 {
  padding-left: 14.9vw;
}

.gymArea__inner .inner02.strengthArea::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/bg_gymarea_inner02.png);
  width: 87vw;
  height: 63.5vw;
  top: 32.3vw;
  left: 0;
}

.gymArea__inner .inner02.strengthArea {
  padding-bottom: 10.4vw;
}

.gymArea__inner .inner02 .flex div:nth-of-type(2) {
  width: 24vw;
  padding-right: 2.77vw;
  padding-top: 10vw;
}

.gymArea__inner .inner02 .flex div:nth-of-type(2) img {
  width: 19.44vw;
  margin-bottom: 1.04vw;
}

.gymArea__inner .inner02 .flex div:nth-of-type(2) p {
  font-size: 0.9em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.95;
}

.gymArea__inner .inner02 .flex div:first-of-type {
  width: 53vw;
  margin-right: auto;
}

.gymArea__inner .inner01 .gymArea__under {
  width: 52.8vw;
  margin-left: 16.3vw;
}

.gymArea__inner .inner02 .gymArea__under {
  width: 52vw;
}

.gymArea__inner .inner02 .gymArea__under p {
  right: -15vw;
  top: -3.125vw;
}

/* inner02.cardio */
.gymArea__inner .inner02.cardio {
  padding-left: 13.2vw;
  padding-bottom: 15vw;
}

.gymArea__inner .inner02.cardio .flex div:nth-of-type(2) {
  width: 25.4vw;
  padding-right: 1.38vw;
  padding-top: 12.1vw;
}

.gymArea__inner .inner02.cardio .gymArea__under p {
  right: -15.3vw;
  top: -0.7vw;
}

@media screen and (max-width: 768px) {
  #gymArea {
    background-image: url(../images/sp_bg_gymarea.png);
    margin-top: -6.66vw;
    overflow: hidden;
  }

  #gymArea h2 {
    font-size: 1.5em;
    margin-top: 4.66vw;
    margin-bottom: 6.66vw;
    font-feature-settings: "palt";
  }

  #gymArea .machine__list {
    width: 94%;
    position: relative;
    z-index: 2;
  }

  #gymArea .machine__list li {
    margin-bottom: 10.66vw;
  }

  #gymArea .machine__list li:nth-child(2) {
    margin-bottom: 23.33vw;
  }

  #gymArea .machine__list li div:first-of-type {
    width: 40%;
    margin: 0 auto 2.66vw;
  }

  #gymArea .machine__list li div:nth-of-type(2) {
    width: 100%;
    font-size: 0.96em;
  }

  /* gymArea__inner.inner01 */
  .gymArea__inner .inner01 {
    padding-bottom: 18.66vw;
  }

  .gymArea__inner .inner01::before {
    top: -32vw;
    width: 101%;
  }

  .gymArea__inner .inner01 .flex div:first-of-type {
    width: 100%;
  }

  .gymArea__inner .inner01 .flex div:nth-of-type(2) {
    width: 89.5%;
    padding: 0;
    margin: -3px auto 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  .gymArea__inner .inner01 .flex div:nth-of-type(2) img {
    width: 28.7vw;
    margin: 0;
  }

  .gymArea__inner .inner01 .flex div:nth-of-type(2) p {
    width: 57.33vw;
    font-size: 1em;
  }

  .gymArea__inner .gymArea__under {
    width: 61.4vw !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .gymArea__inner .gymArea__under p {
    width: 50vw !important;
    height: 50vw !important;
    font-size: 1.09em !important;
    top: -5.33vw !important;
    right: -36vw !important;
  }

  /* inner02 */
  .gymArea__inner .inner02 {
    padding-left: 0 !important;
  }

  .gymArea__inner .inner02.strengthArea {
    padding-bottom: 17.33vw;
  }

  .gymArea__inner .inner02.strengthArea::before {
    content: none;
  }

  .gymArea__inner .inner02 .flex div:first-of-type {
    width: 100%;
  }

  .gymArea__inner .inner02 .flex div:nth-of-type(2) {
    width: 88%;
    padding: 0 !important;
    margin: -3px auto 8vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: end;
  }

  .gymArea__inner .inner02 .flex div:nth-of-type(2) img {
    width: 31.33vw;
  }

  .gymArea__inner .inner02 .flex div:nth-of-type(2) p {
    width: 53vw;
  }

  .gymArea__inner .inner02.cardio {
    padding-bottom: 25.33vw;
  }

  .gymArea__inner .inner02.cardio .flex div:nth-of-type(2) {
    width: 90%;
  }

  .gymArea__inner .inner02.cardio .flex div:nth-of-type(2) img {
    width: 28.6vw;
  }

  .gymArea__inner .inner02.cardio .flex div:nth-of-type(2) p {
    width: 57.3vw;
  }
}

/*================================================
* visbody
================================================*/
#visbody {
  padding-top: 10.4vw;
  padding-bottom: 28.8vw;
  margin-bottom: 2.43vw;
}

#visbody::before,
#visbody::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/arrow.png);
  width: 3.6vw;
  height: 3.6vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#visbody::before {
  top: 0;
}

#visbody::after {
  bottom: 0;
}

#visbody img.visbody {
  position: absolute;
  width: 51.25vw;
  top: 7.3vw;
  right: 8.33vw;
}

.visbody__inner {
  width: 49vw;
  margin-left: 19.5vw;
  position: relative;
}

#visbody h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-lightBlack);
}

#visbody img.logo {
  width: 17.7vw;
  margin: 3.5vw auto;
}

#visbody p {
  line-height: 2.2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #visbody {
    overflow: hidden;
    padding: 14.66vw 0 45.33vw;
    margin-bottom: 9.33vw;
  }

  #visbody img.visbody {
    position: absolute;
    width: 106vw;
    top: 30.66vw;
    right: -18vw;
  }

  #visbody::before,
  #visbody::after {
    width: 6.93vw;
    height: 6.93vw;
  }

  .visbody__inner {
    width: 93%;
    margin-left: 5.33vw;
  }

  #visbody h2 {
    font-size: 1.66em;
  }

  #visbody img.logo {
    width: 42.66vw;
    margin: 14vw auto 5.3vw 13.33vw;
  }

  #visbody p {
    width: 64.4vw;
    line-height: 2;
    font-feature-settings: "palt";
  }
}

/*================================================
* studio
================================================*/
#studio .inner img {
  width: 23vw;
  margin: 1.7% auto 2.43%;
}

#studio .inner p {
  width: 60.5%;
  margin: 0 auto 4.5%;
  font-size: 0.95em;
  line-height: 2.1;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  #studio .inner img {
    width: 44vw;
    margin-top: -10px;
    margin-bottom: 3.3vw;
  }

  #studio .inner p {
    width: 89.6%;
    line-height: 2;
    font-size: 1em;
    letter-spacing: 0;
    margin-bottom: 8vw;
  }
}

/*================================================
* live
================================================*/
#live {
  background: url(../images/bg_live.png) no-repeat center bottom/cover;
  height: 100%;
  text-align: center;
  margin-bottom: 3.82vw;
}

#live .inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#live .inner h2 span {
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
  background-color: rgb(255 255 255 / 65%);
  white-space: nowrap;
  padding: 0.7vw 2vw;
  display: block;
}

#live h3 {
  color: #000;
  font-size: 1.35em;
  font-weight: bold;
  margin: 1.7vw auto 2.43vw;
}

#live p {
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.85;
}

#live ul {
  width: 74%;
  margin: 1.38vw auto 0;
  padding-bottom: 5.9vw;
}

#live ul li {
  width: 31.65%;
}

#live ul li p {
  font-size: 0.8em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #live {
    background-image: url(../images/sp_bg_live.png);
    margin-bottom: 10px;
  }

  #live .inner h2 span {
    font-size: 1.33em;
    font-feature-settings: "palt";
    width: 100vw;
    padding: 1.33vw 0;
  }

  #live h3 {
    font-size: 1.33em;
    margin: 3.33vw auto;
  }

  #live p {
    width: 92%;
    margin: 0 auto;
    text-align: left;
    font-size: 1em;
    font-feature-settings: "palt";
  }

  #live ul {
    width: 67.33%;
    margin-top: 3.33vw;
    padding-bottom: 10.66vw;
  }

  #live ul li {
    position: relative;
    width: 100%;
    margin-top: -2px;
  }

  #live ul li p {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    font-size: 0.75em;
    padding: 0 2vw 2vw 0;
  }

  #live ul li:nth-child(3) p {
    color: var(--color-white);
  }
}

/*================================================
* training-s
================================================*/
#training-s {
  color: var(--color-white);
  text-align: center;
}

#training-s .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93.75%;
}

#training-s .inner h2 {
  font-size: 2.75em;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding-bottom: 1.04vw;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #d5c4a5, #f3ede4, #ccb893) 1;
  width: 100%;
}

#training-s .inner p {
  margin: 2.8vw auto 5.2vw;
}

#training-s .inner p span {
  font-size: 1.1em;
  border: 1.5px solid var(--color-white);
  padding: 8px 4.16vw;
  border-radius: 20px;
}

#training-s .inner h3 {
  font-size: 2.2em;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #training-s .inner {
    width: 92%;
  }

  #training-s .inner h2 {
    font-size: 2.29em;
    padding-bottom: 2.66vw;
  }

  #training-s .inner p {
    font-size: 1em;
    margin: 4.66vw auto 10.66vw;
  }

  #training-s .inner h3 {
    font-size: 1.66em;
    line-height: 1.2;
  }
}

/*================================================
* beginners
================================================*/
#beginners {
  background: url(../images/bg_beginners.png) no-repeat center top/cover;
  height: 100%;
  color: var(--color-lightBlack);
  padding: 4.166vw 0 5.9vw;
}

#beginners h2 {
  font-weight: 400;
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 2.43vw;
  letter-spacing: 0.1em;
}

#beginners h2 img {
  width: 2.9vw;
  display: inline;
  margin-right: 1.7vw;
}

/* top__inner */
#beginners .top__inner {
  width: 75%;
  margin: 0 auto;
}

#beginners .top__inner li:first-child {
  width: 46.8%;
}

#beginners .top__inner li h3 {
  font-size: 1.75em;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.73vw;
}

#beginners .top__inner li h3 span {
  font-size: 0.8em;
  display: block;
  margin-bottom: 1.04vw;
}

#beginners .top__inner li p {
  line-height: 2.1;
  font-feature-settings: "palt";
}

#beginners .top__inner li:nth-child(2) {
  width: 49%;
}

/* under__inner */
#beginners .under__inner {
  width: 70.2vw;
  margin: 3.47vw auto 0;
}

#beginners .under__inner li {
  width: 47.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-lightBlack);
  position: relative;
  padding: 1.73vw 0 2vw;
}

#beginners .under__inner li:first-child::before {
  position: absolute;
  content: "〉";
  font-size: 2em;
  right: -3.81vw;
  top: 50%;
  transform: translateY(-50%);
}

#beginners .under__inner li > p {
  position: absolute;
  font-family: var(--din-Condensed);
  font-weight: 400;
  top: -1.38vw;
  left: 2vw;
  background: #f5f0e9;
  font-size: 2em;
  letter-spacing: 0.1em;
  color: #2a4957;
  padding: 0 5px;
}

#beginners .under__inner li div {
  width: 88%;
  margin: 0 auto;
}

#beginners .under__inner h3 {
  font-size: 1.43em;
  font-weight: bold;
  margin-bottom: 1.73vw;
}

#beginners .under__inner h3 span {
  font-size: 0.93em;
  color: #2a4957;
}

#beginners .under__inner li:first-child h3 span {
  margin-right: 2.43vw;
}

#beginners .under__inner li:nth-child(2) h3 span {
  margin-right: 3.8vw;
}

#beginners .under__inner li div p {
  font-size: 0.95em;
  line-height: 1.74;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  #beginners {
    background-image: url(../images/sp_bg_beginners.png);
    padding: 4.66vw 0 8.66vw;
  }

  #beginners h2 {
    font-size: 1.83em;
    margin-bottom: 4.66vw;
  }

  #beginners h2 img {
    width: 5.6vw;
    margin-right: 2vw;
  }

  /* top__inner */
  #beginners .top__inner {
    width: 100%;
    position: relative;
  }

  #beginners .top__inner li:first-child {
    width: 100%;
  }

  #beginners .top__inner li h3 {
    font-size: 1.46em;
  }

  #beginners .top__inner li p {
    width: 92%;
    margin: 45.33vw auto 0;
  }

  #beginners .top__inner li:nth-child(2) {
    position: absolute;
    width: 100%;
    top: 13.333vw;
    left: 0;
  }

  /* under__inner */
  #beginners .under__inner {
    width: 92%;
    margin-top: 7.33vw;
  }

  #beginners .under__inner li {
    align-items: flex-start;
    padding: 2.66vw 0 4vw;
  }

  #beginners .under__inner li:first-child::before {
    font-size: 1.66em;
    right: -6.5vw;
  }

  #beginners .under__inner li > p {
    font-size: 1.66em;
    left: 4vw;
    top: -3vw;
    padding: 0 3px 0 5px;
    background: rgb(237, 229, 216);
    background: linear-gradient(
      90deg,
      rgba(237, 229, 216, 1) 0%,
      rgba(246, 241, 234, 1) 100%
    );
  }

  #beginners .under__inner li div {
    width: 95%;
    z-index: 1;
  }

  #beginners .under__inner h3 {
    font-size: 1.16em;
    text-align: center;
    margin-bottom: 2vw;
  }

  #beginners .under__inner li:first-child h3 {
    margin-bottom: 3.33vw;
  }

  #beginners .under__inner h3 span {
    display: block;
    margin-right: 0 !important;
    font-size: 1em;
    margin-bottom: 15px;
  }

  #beginners .under__inner li:first-child p {
    letter-spacing: 0.05em;
    font-feature-settings: unset;
  }
}

/*================================================
* Personal
================================================*/
#personal {
  padding: 0 0 6.6vw;
  color: var(--color-lightBlack);
  margin-top: 6vw;
}

#personal::before {
  position: absolute;
  content: "";
  background: url(../images/bg_personal.png) no-repeat center top/cover;
  width: 100%;
  height: 100%;
  top: 1vw;
  left: 0;
  z-index: -1;
}

#personal .top__ttl {
  width: 15.6vw;
  margin: 0 auto;
}

#personal h2 {
  color: var(--color-lightBlack);
  font-size: 2.2em;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
  margin: 4vw 0 2vw;
}

#personal h2 img {
  width: 5.9vw;
  display: inline;
  margin-right: 2.4vw;
}

#personal > h3 {
  font-size: 1.75em;
  font-family: var(--source-han-sans);
  text-align: center;
  font-feature-settings: "palt";
}

#personal > h3 span {
  font-size: 1.94em;
  color: #c7000b;
  font-weight: bold;
}

#personal > h4 {
  font-size: 5.5em;
  font-family: var(--din-2014);
  color: #c7000b;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

#personal img.top_img {
  width: 76.3vw;
  margin: 1em auto;
}

#personal > ul {
  width: 79%;
  margin: 4.5vw auto;
  justify-content: space-between;
}

#personal > ul li:nth-child(1) {
  width: 51%;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.4;
}

#personal > ul li:nth-child(1) span {
  display: block;
  font-weight: 500;
  font-size: 0.6em;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-top: 1em;
}

#personal > ul li:nth-child(2) {
  width: 42.77%;
}

.personal_flow {
  width: 76%;
  background: var(--color-white);
  margin: 0 auto;
  padding: 2vw 0;
  border-radius: 10px;
}

.personal_flow > p {
  width: 91.3%;
  margin: 0 auto 2em;
}

.personal_flow > ul {
  display: grid;
  gap: 3.47vw;
  grid-template-columns: repeat(3, 1fr);
  width: 91.3%;
  margin: 0 auto;
}

.personal_flow > ul li {
  border: 3px solid var(--color-lightBlack);
  border-radius: 0.5em;
  padding-top: 2em;
  position: relative;
}

.personal_flow > ul li h4 {
  position: absolute;
  width: 1.46em;
  height: 1.46em;
  font-size: 2.15em;
  background: #ffff00;
  border-radius: 100%;
  display: grid;
  place-content: center;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--din-2014);
}

.personal_flow > ul li img {
  width: 7.3vw;
  margin: 1em auto 0;
}

.personal_flow > ul li h3 {
  text-align: center;
  font-size: 1.3em;
}

.personal_flow > ul li p {
  font-size: 0.9em;
  padding: 1em;
  letter-spacing: 0.025em;
  line-height: 1.7;
}

.personal_flow > ul li:nth-child(2)::before,
.personal_flow > ul li:nth-child(2)::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/arrow_flow.png);
  width: 1.35em;
  height: 2.05em;
  top: 50%;
  left: -1.35em;
  transform: translateX(-50%);
}

.personal_flow > ul li:nth-child(2)::after {
  left: auto;
  right: -2.7em;
}

#personal img.under_img {
  width: 75%;
  margin: 4.5vw auto 0;
}

@media screen and (max-width: 768px) {
  #personal {
    padding: 0 0 16vw;
  }

  #personal::before {
    background: url(../images/bg_personal_sp.png) no-repeat center top/cover;
    top: 3vw;
  }

  #personal h2 {
    font-size: 1.8em;
    margin-bottom: 4.66vw;
  }

  #personal h2 img {
    width: 11.3vw;
    margin-right: 4.66vw;
  }

  #personal .top__ttl {
    width: 30vw;
  }

  #personal > h3 {
    font-size: 1.4em;
    line-height: 1.4;
  }

  #personal > h3 span {
    display: block;
  }

  #personal img.top_img {
    width: 91.33vw;
  }

  #personal > ul {
    width: 84.33%;
  }

  #personal > ul li:nth-child(1) {
    width: 100%;
    font-feature-settings: "palt";
  }

  #personal > ul li:nth-child(2) {
    width: 100%;
    margin: 10vw auto 2vw;
  }

  .personal_flow {
    width: 91.33%;
    padding: 10vw 0;
    border-radius: 0;
  }

  .personal_flow > p {
    text-align: center;
    font-size: 0.8em;
    margin: 0 auto 3em;
  }

  .personal_flow > ul {
    gap: 7.4vw;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .personal_flow > ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5em 1em 1em;
  }

  .personal_flow > ul li > div {
    width: 35vw;
  }

  .personal_flow > ul li h3 {
    font-size: 1.08em;
  }

  .personal_flow > ul li img {
    width: 14vw;
  }

  .personal_flow > ul li p {
    width: 31vw;
    padding: 0;
  }

  .personal_flow > ul li:nth-child(2)::before,
  .personal_flow > ul li:nth-child(2)::after {
    content: none;
  }

  #personal img.under_img {
    width: 91.33%;
    margin: 8vw auto 0;
  }
}

/*================================================
* option
================================================*/
#option {
  background: url(../images/bg_option.png) no-repeat center top/cover;
  height: 100%;
  padding: 3.125vw 0 5.9vw;
  overflow: hidden;
}

#option::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/bg_option02.png);
  width: 58.88vw;
  height: 57.22vw;
  top: 8.33vw;
  right: 0;
}

#option .inner {
  position: relative;
  z-index: 1;
}

#option .inner h2 {
  color: var(--color-lightBlack);
  font-size: 2.75em;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 400;
  width: 93.75%;
  border-bottom: 1px solid var(--color-lightBlack);
  padding-bottom: 15px;
  margin: 0 auto 3.125vw;
}

#option > .inner > p {
  text-align: center;
  margin-bottom: 6.95vw;
}

#option > .inner > p > span {
  font-size: 1.1em;
  font-weight: bold;
  border: 1px solid var(--color-lightBlack);
  padding: 10px 4.5vw;
  border-radius: 20px;
  color: var(--color-lightBlack);
}

/* top__inner */
#option .top__inner {
  width: 52%;
  margin-left: 13.9vw;
}

#option .top__inner ul li:first-child {
  width: 8.2%;
}

#option .top__inner ul li:nth-child(2) {
  width: 88.3%;
}

#option .top__inner ul li:nth-child(2) p:first-of-type {
  font-family: var(--din-Condensed);
  color: var(--color-lightBlack);
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
}

#option .top__inner ul li:nth-child(2) p:nth-of-type(2) {
  color: var(--color-lightBlack);
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-feature-settings: "palt";
  margin-bottom: 1.73vw;
}

#option .top__inner ul li:nth-child(2) p:nth-of-type(3) {
  font-size: 1.1em;
  letter-spacing: 0.05em;
}

/* under__inner */
#option .under__inner {
  width: 61.11%;
  margin-left: 13.88vw;
  margin-top: 2.4vw;
}

/* 1ヶ月 水素水 */
#option .under__inner .inner__wrap > li:first-child {
  width: 56.5%;
}

#option .under__inner .inner__wrap li:first-child h3 {
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 1.73vw;
  font-weight: bold;
}

#option .under__inner .inner__wrap > li:first-child > p {
  font-size: 0.95em;
  line-height: 1.9;
}

#option .under__inner .inner__wrap li:first-child ul {
  position: relative;
  padding: 1.388vw 0;
  margin-bottom: 1.73vw;
}

#option .under__inner .inner__wrap li:first-child ul::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 33.33vw;
  height: 2vw;
  background-image: url(../images/line_option01.png);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#option .under__inner .inner__wrap li:first-child ul::after {
  position: absolute;
  content: "";
  width: 33.33vw;
  height: 1px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

/* 金額 */
#option .under__inner .inner__wrap li:first-child ul li:first-child {
  width: 37%;
  text-align: center;
}

#option
  .under__inner
  .inner__wrap
  li:first-child
  ul
  li:first-child
  p:first-of-type {
  font-size: 0.9em;
  margin-bottom: 1.388vw;
}

#option
  .under__inner
  .inner__wrap
  li:first-child
  ul
  li:first-child
  p:nth-of-type(2) {
  font-size: 1.2em;
  border: 1px solid var(--color-black);
  border-radius: 10px;
  padding: 5px;
}

#option .under__inner .inner__wrap li:first-child ul li:nth-child(2) {
  width: 48%;
  font-family: var(--din-Condensed);
  font-weight: bold;
  font-feature-settings: "palt";
  margin-right: 1.38vw;
}

#option
  .under__inner
  .inner__wrap
  li:first-child
  ul
  li:nth-child(2)
  span:first-of-type {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  margin-right: 5px;
}

#option
  .under__inner
  .inner__wrap
  li:first-child
  ul
  li:nth-child(2)
  span:nth-of-type(2) {
  font-size: 3.1em;
}

#option
  .under__inner
  .inner__wrap
  li:first-child
  ul
  li:nth-child(2)
  span:nth-of-type(3) {
  font-size: 4.6em;
}

/* OPEN CAMPAIGN */
#option .under__inner .inner__wrap li:nth-child(2) {
  width: 42%;
}

#option .under__inner .inner__wrap li:nth-child(2) > p {
  text-align: center;
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.5;
  width: 17vw;
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: rotate(-8deg);
  margin: 0 auto;
}

#option .under__inner .inner__wrap li:nth-child(2) > p img {
  position: absolute;
  top: 0;
  left: 0;
}

#option .under__inner .inner__wrap li:nth-child(2) > div.flex .txt {
  width: 71.6%;
  text-align: center;
  font-weight: bold;
  font-feature-settings: "palt";
}

#option
  .under__inner
  .inner__wrap
  li:nth-child(2)
  > div.flex
  .txt
  p:first-of-type {
  color: #c7000b;
  font-family: var(--source-han-sans);
  font-size: 1.6em;
}

#option
  .under__inner
  .inner__wrap
  li:nth-child(2)
  > div.flex
  .txt
  p:nth-of-type(2) {
  color: var(--color-white);
  background: #c7000b;
  font-size: 1.55em;
  padding: 0 1.388vw 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.04vw auto 0;
  border-radius: 20px;
}

#option
  .under__inner
  .inner__wrap
  li:nth-child(2)
  > div.flex
  .txt
  p:nth-of-type(2)
  span {
  font-size: 1.2em;
}

#option .under__inner .inner__wrap li:nth-child(2) > div.flex .price {
  width: 26%;
  color: #c7000b;
  font-size: 3.6em;
  font-family: var(--din-Condensed);
}

#option .under__inner .inner__wrap li:nth-child(2) > div.flex .price span {
  font-size: 2em;
}

@media screen and (max-width: 768px) {
  #option {
    background-image: url(../images/sp_bg_option.png);
    padding: 8.66vw 0 6.66vw;
  }

  #option::before {
    background-image: url(../images/sp_bg_option02.png);
    width: 71.47vw;
    height: 77.2vw;
    top: 30vw;
    right: 0;
  }

  #option .inner h2 {
    font-size: 2.3em;
    padding-bottom: 2vw;
    width: 92%;
    margin: 0 auto 6vw;
  }

  #option > .inner > p > span {
    font-size: 1em;
    padding: 1.33vw 8vw;
  }

  #option > .inner > p {
    margin-bottom: 6.66vw;
  }

  /* top__inner */
  #option .top__inner {
    width: 88.6%;
    margin: 0 auto;
    padding-bottom: 60vw;
    position: relative;
  }

  #option .top__inner ul li:first-child {
    width: 6.6%;
  }

  #option .top__inner ul li:nth-child(2) {
    width: 92%;
  }

  #option .top__inner ul li:nth-child(2) p:first-of-type {
    font-size: 1.66em;
    margin-left: 10px;
  }

  #option .top__inner ul li:nth-child(2) p:nth-of-type(2) {
    font-size: 1.25em;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  #option .top__inner ul li:nth-child(2) p:nth-of-type(3) {
    position: absolute;
    font-size: 1em;
    text-align: center;
    top: 26vw;
    left: 31vw;
    line-height: 1.6;
    font-feature-settings: "palt";
  }

  /* under__inner */
  #option .under__inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }

  #option .under__inner .inner__wrap > li:first-child {
    width: 100%;
  }

  #option .under__inner .inner__wrap li:first-child ul {
    margin-bottom: 0;
  }

  #option .under__inner .inner__wrap li:first-child ul::before {
    width: 80vw;
    height: 6vw;
  }

  #option .under__inner .inner__wrap li:first-child ul::after {
    width: 100%;
    height: 0.17vw;
  }

  #option .under__inner .inner__wrap li:first-child h3 {
    font-size: 1.33em;
    padding-bottom: 2.66vw;
  }

  #option .under__inner .inner__wrap > li:first-child > p {
    position: absolute;
    top: -20.33vw;
    left: 0;
    line-height: 1.83;
  }

  #option .under__inner .inner__wrap li:first-child ul li:nth-child(2) {
    width: 52%;
  }

  #option
    .under__inner
    .inner__wrap
    li:first-child
    ul
    li:nth-child(2)
    span:nth-of-type(2) {
    font-size: 3.2em;
    margin: 0;
  }

  #option
    .under__inner
    .inner__wrap
    li:first-child
    ul
    li:nth-child(2)
    span:nth-of-type(3) {
    font-size: 4.75em;
    margin: 0;
  }

  #option .under__inner .inner__wrap li:nth-child(2) {
    width: 70%;
    margin: 0 auto;
  }

  #option .under__inner .inner__wrap li:nth-child(2) > p {
    width: 33.3vw;
    height: 33.3vw;
    font-size: 1.08em;
    position: absolute;
    top: -55.33vw;
    left: -8vw;
  }

  #option .under__inner .inner__wrap li:nth-child(2) > div.flex .txt {
    width: 80%;
  }

  #option
    .under__inner
    .inner__wrap
    li:nth-child(2)
    > div.flex
    .txt
    p:first-of-type {
    font-size: 1.7em;
    font-feature-settings: "palt";
    margin-bottom: 2vw;
  }

  #option
    .under__inner
    .inner__wrap
    li:nth-child(2)
    > div.flex
    .txt
    p:nth-of-type(2) {
    font-size: 1.66em;
    padding: 0 2.66vw 8px;
  }

  #option .under__inner .inner__wrap li:nth-child(2) > div.flex .price {
    width: 20%;
  }
}

/*================================================
* faq
================================================*/
#faq {
  padding: 6.944vw 0 7.63vw;
}

#faq h2 {
  font-size: 2.75em;
  letter-spacing: 0.2em;
  width: 93.75%;
  margin: 0 auto;
  padding-bottom: 1.38vw;
  color: var(--color-lightBlack);
  text-align: center;
  border-bottom: 1px solid var(--color-lightBlack);
}

#faq > p {
  text-align: center;
  margin: 2.9vw auto 3.8vw;
}

#faq > p > span {
  font-size: 1.1em;
  font-weight: bold;
  border: 1px solid var(--color-lightBlack);
  padding: 10px 4.5vw;
  border-radius: 20px;
  color: var(--color-lightBlack);
}

#faq dl {
  width: 70%;
  margin: 0 auto;
}

#faq dl dt {
  font-size: 1.1em;
  letter-spacing: 0.055em;
  font-weight: bold;
  position: relative;
  background: #f2f2f2;
  padding: 1.73vw 0 1.73vw 6.6vw;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#faq dl dt::before {
  position: absolute;
  content: "Q";
  top: 1.05vw;
  left: 2.43vw;
  font-family: var(--din-Condensed);
  font-size: 1.88em;
}

#faq dl dd {
  font-size: 0.95em;
  position: relative;
  padding: 1.38vw 0 3.47vw 7.63vw;
  line-height: 1.73;
}

#faq dl dd::before {
  position: absolute;
  content: "A";
  font-weight: bold;
  top: 0.4vw;
  left: 4.8vw;
  font-family: var(--din-Condensed);
  font-size: 2.11em;
}

@media screen and (max-width: 768px) {
  #faq h2 {
    font-size: 2.29em;
    width: 92%;
    padding-bottom: 10px;
  }

  #faq > p {
    margin: 8vw auto 6vw;
  }

  #faq dl {
    width: 100%;
  }

  #faq dl dt {
    font-size: 1.125em;
    padding: 4.66vw 0 5.33vw 10.6vw;
  }

  #faq dl dt::before {
    top: 3vw;
    left: 4vw;
    font-size: 1.85em;
  }

  #faq dl dd {
    font-size: 1em;
    padding: 2.66vw 0 8.66vw 18.66vw;
  }

  #faq dl dd::before {
    top: 0.5vw;
    left: 12vw;
    font-size: 2em;
  }
}

/*================================================
* price
================================================*/
#price {
  margin-bottom: 4.86vw;
}

@media screen and (max-width: 768px) {
  #price {
    margin-bottom: 21.33vw;
  }
}

/*================================================
 * business
================================================*/
#business {
  padding-top: 3rem;
  padding-bottom: 8.33vw;
}

/*================================================
* access
================================================*/
#access h2 {
  font-size: 2.75em;
  letter-spacing: 0.2em;
  width: 93.75%;
  margin: 0 auto;
  padding-bottom: 1.38vw;
  color: var(--color-lightBlack);
  text-align: center;
  border-bottom: 1px solid var(--color-lightBlack);
}

#access p.hd {
  text-align: center;
  margin: 3.125vw auto;
}

#access p.hd span {
  font-size: 1.1em;
  font-weight: bold;
  border: 1px solid var(--color-lightBlack);
  padding: 10px 5.5vw;
  border-radius: 20px;
  color: var(--color-lightBlack);
}

#access ul {
  width: 62.8%;
  margin-left: 15.6vw;
  margin-bottom: 3.125vw;
}

#access ul li:first-child {
  width: 26.4%;
}

#access ul li:nth-child(2) {
  width: 70%;
}

#access ul li:nth-child(2) h3 {
  font-size: 1.05em;
  font-weight: bold;
  margin: 4.166vw 0 1.38vw;
}

#access ul li:nth-child(2) h3 span {
  font-size: 1.3em;
  margin-left: 0.69vw;
}

#access ul li:nth-child(2) p {
  letter-spacing: 0.05em;
  line-height: 1.2;
}

#access .inner {
  text-align: center;
}

#access .inner p {
  font-size: 1.19em;
  margin-bottom: 1.04vw;
}

#access h4 {
  font-size: 1.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.38vw 3.125vw;
  border: 1px solid var(--color-lightBlack);
  margin: 0 auto 4.16vw;
  letter-spacing: 0.1em;
  text-align: center;
}

#access h4 span {
  font-size: 1.375em;
}

#access iframe {
  width: 73.75vw;
  height: 30.3vw;
  margin: 0 auto 2.88vw;
  display: block;
}

#access .inner h4 {
  width: 66.66%;
  margin-bottom: 3.125vw;
}

#access .inner h4 span {
  font-size: 1.08em;
  display: block;
  margin-bottom: 1.04vw;
}

@media screen and (max-width: 768px) {
  #access h2 {
    font-size: 2.29em;
    padding-bottom: 2vw;
    width: 92%;
  }

  #access p.hd {
    margin: 6vw auto;
    font-size: 1em;
  }

  #access ul {
    width: 92%;
    margin: 0 auto 4.66vw;
    align-items: center;
  }

  #access ul li:first-child {
    width: 37%;
  }

  #access ul li:nth-child(2) {
    width: 57%;
  }

  #access ul li:nth-child(2) h3 {
    font-size: 0.91em;
    margin: 0;
  }

  #access ul li:nth-child(2) h3 span {
    display: block;
    margin: 10px 0 15px 0;
    font-size: 1.63em;
  }

  #access h4 {
    font-size: 1em;
    padding: 2.66vw 5.33vw;
  }

  #access h4 span {
    font-size: 1.375em;
  }

  #access iframe {
    width: 100%;
    height: 58.2vw;
    margin-bottom: 4vw;
  }

  #access .inner p {
    font-size: 1.04em;
    margin-bottom: 2vw;
  }

  #access .inner h4 {
    font-size: 1.08em;
    width: 92%;
    padding: 2vw 0;
    margin-bottom: 6vw;
  }

  #access .inner h4 span {
    font-size: 1em;
  }
}

/*================================================
 *  footer
 ================================================*/
footer {
  background: #000000;
  color: var(--color-white);
  padding: 1.04vw 0 1.38vw;
  margin-bottom: 9vw;
}

footer ul {
  text-align: center;
}

footer ul li {
  display: inline-block;
  margin: 0 15px;
}

footer ul li a {
  border-bottom: 1px solid var(--color-white);
  font-family: var(--source-han-sans);
}

@media screen and (max-width: 768px) {
  footer {
    padding: 2vw 0 3.33vw;
  }

  footer ul li a {
    font-size: 0.79em;
  }
}
#mv .btnArea {
  position: absolute;
  width: 17vw;
  z-index: 1;
  top: 0;
  right: 0;
  margin-top: 194vw;
  margin-right: 22.5vw;
}

.btnArea img {
  pointer-events: auto;
  cursor: pointer;
}

#mv .btnArea a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #mv .btnArea {
    width: 38vw;
    margin-top: 494.7vw;
    margin-right: 31.66vw;
  }
}

#mv .btnArea1 {
  position: absolute;
  width: 17vw;
  z-index: 1;
  top: 0;
  right: 0;
  margin-top: 53vw;
  margin-right: 13.5vw;
}

.btnArea1 img {
  pointer-events: auto;
  cursor: pointer;
}

#mv .btnArea1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #mv .btnArea1 {
    width: 37vw;
    margin-top: 123.7vw;
    margin-right: 55.66vw;
  }
}

#access .insta {
  width: 15.8%;
  margin-left: 41.6vw;
  margin-bottom: 2.125vw;
}

#access .insta_txt {
  font-size: 1em;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.73vw;
}
