/*EN Regular*/
.en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
body {
  font-size: 1.3rem; /* 13px */
  line-height: 1.6;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none;
}
/*link*/
a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #FFEB04;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
main{
	overflow: hidden;
}

.btn.en {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}
.btn {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 15px 0px 15px 20px;
  background: #000;
  border-radius: 30px;
  font-weight: 500;
  transition: ease .2s;
}
.btn span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.btn:hover span {
  color: #000;
}
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #FFEB04;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.btn:hover::before {
  animation: skewanime .5s forwards;
}
@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
.btn::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/common/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease .2s;
}
.btn:hover::after {
  right: 10px;
  background-image: url("/img/common/arrow_black.webp");
}
.base_bg {
  padding: 3em 0;
}
.base_bg.bg_yellow {
  background: #FFEB04;
}
.base_bg.bg_gray {
  background: #F0F0F0;
}
.heading {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4rem;
}
.heading::first-letter {
  color: #FFEB04;
}
.heading span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: -0.3em auto 0;
}
.page_mv {
  position: relative;
  text-align: left;
  background: linear-gradient(180deg, #FFEB04 0%, #FFEB04 60%, #fff 60%, #fff 100%);
  padding: 90px 8% 0;
}
.page_mv::before {
  position: absolute;
  content: '';
  top: 0px;
  left: -60px;
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("/img/common/circle_white.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.page_mv .heading {
  position: relative;
  z-index: 1;
}
.page_mv .heading::first-letter {
  color: #fff;
}
.page_mv img {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  margin: 1em auto;
}
.page_mv p {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 2px;
}
.page_mv p span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.page_mv p span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  background: #FF7F00;
  border-radius: 8px;
  z-index: -1;
}
.pagetitle {
  margin: 70px auto 0;
  background: #FFEB04;
  padding: 2em 0;
  position: relative;
}
.pagetitle h2 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1;
}
.pagetitle h2::first-letter {
  color: #fff;
}
.pagetitle h2 span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin: -1em auto 0;
  padding: 8px 15px;
  border-radius: 20px;
  background: #000;
  color: #fff;
}
/* pp */
.pp {
  padding: 3em 0 3em;
  width: 90%;
  margin: auto;
  text-align: left;
}
.pp > ul {}
.pp > ul > li {}
.pp > ul > li div {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 0 8px;
  margin: 2em auto 10px;
  border-bottom: 0.5px solid #000;
  position: relative;
}
.pp > ul > li div::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #FFEB04;
  content: '';
  width: 60px;
  height: 2px;
}
.pp > ul > li p {
  line-height: 1.8;
}
.pp ol {
  list-style: none;
  counter-reset: num;
  margin: 0.3em auto 0;
}
.pp ol li {
  counter-increment: num; /* カウンターを1ずつ増やす */
  position: relative;
  padding: 2px 0 2px 17px;
}
.pp ol li::before {
  content: counter(num) ". ";
  position: absolute;
  left: 0;
  top: 3px;
}
/* tradelaw */
.tradelaw {
  width: 90%;
  margin: auto;
}
.tradelaw li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  text-align: left;
}
.tradelaw li dt {
  width: 90px;
  font-weight: 500;
  padding: 20px 0;
  border-top: 2px solid #FFEB04;
}
.tradelaw li dd {
  width: calc(100% - 100px);
  padding: 20px 0;
  border-top: 1px solid #000;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  .btn {
    padding: 18px 0px 18px 25px;
    border-radius: 50px;
  }
  .base_bg {
    padding: 5em 0;
  }
  .heading {
    font-size: 8rem;
  }
  .heading span {
    font-size: 2.3rem;
    margin: -0.7em auto 0;
  }
  .page_mv {
    background: linear-gradient(180deg, #FFEB04 0%, #FFEB04 60%, #fff 60%, #fff 100%);
    padding: 140px 5% 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 3em;
    justify-content: space-between;
  }
  .page_mv::before {
    top: -30px;
    left: -100px;
    width: 300px;
    height: 300px;
  }
  .page_mv .heading {
    width: 550px;
  }
  .page_mv img {
    width: calc(100% - 600px);
    border-radius: 30px;
    margin: 0;
    height: 500px;
    object-fit: cover;
  }
  .page_mv p {
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 4.5rem;
    letter-spacing: 4px;
  }
  .page_mv p span::before {
    bottom: 5px;
    border-radius: 15px;
  }
  .pagetitle {
    margin: 70px auto 0;
    padding: 3em 0 3em;
  }
  .pagetitle h2 {
    font-size: 5rem;
  }
  .pagetitle h2 span {
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin: -5em auto 0;
    padding: 10px 20px;
  }
  /* pp */
  .pp {
    padding: 5em 0 5em;
    width: 90%;
    max-width: 1000px;
  }
  .pp > ul > li div {
    font-size: 1.8rem;
    padding: 0 0 12px;
    margin: 3em auto 15px;
  }
  .pp > ul > li div::before {
    width: 70px;
  }
  .pp > ul > li p {
    line-height: 2;
  }
  .pp ol {
    margin: 0.5em auto 0;
  }
  .pp ol li {
    padding: 2px 0 2px 20px;
  }
  .pp ol li::before {
    top: 2px;
  }
  /* tradelaw */
  .tradelaw {
    max-width: 1000px;
  }
  .tradelaw li dt {
    width: 250px;
    font-size: 1.7rem;
    padding: 25px 0;
  }
  .tradelaw li dd {
    width: calc(100% - 300px);
    padding: 25px 0;
  }
}