@charset "UTF-8";


.policy h2 {
  margin-bottom: calc((50 / 32) * 1em);
  font-size: 32px;
  text-align: center;
}

.policy__inner {
  max-width: calc(1086px + 2em);
  margin: 0 auto;
  padding: calc((60 / 16) * 1em) 1em;
}

.policy__inner h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
  .policy__inner h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.policy__inner > p {
  margin-bottom: calc((40 / 16) * 1em);
}

.policy__list {
  counter-reset: num 0;
}

.policy__ttl {
  margin-bottom: 1em;
  font-weight: bold;
  counter-increment: num 1;
}

.policy__ttl::before {
  content: counter(num) ".";
}

.policy__dtl {
  margin-bottom: calc((40 / 16) * 1em);
  padding-left: .8em;
}

.policy__txt {
  margin-bottom: 1em;
  line-height: 32px;
}

.policy__txt .bold {
  font-weight: bold;
}

.policy__txt a {
  -webkit-transition: .3s;
  transition: .3s;
}

.policy__txt a:hover {
  opacity: .7;
}

.policy .numlist {
  counter-reset: numlist 0;
}

.policy .numlist li {
  margin-bottom: calc((24 / 16) * 1em);
  counter-increment: numlist 1;
}

.policy .numlist__txt {
  margin-bottom: 1em;
  padding-left: 2.5em;
  text-indent: -2.5em;
  line-height: 32px;
}

.policy .numlist__txt::before {
  content: "（" counter(numlist) "）";
}

.policy .numlist__box {
  padding-left: 2.5em;
}

.policy .numlist__box > div {
  padding-left: 1em;
}

.policy .link__list {
  width: calc((720 / 1366) * 100vw);
  max-width: 720px;
  margin: 0 auto calc((50 / 16) * 1em);
}

.policy .link__list li {
  margin-bottom: .8em;
}

.policy .link__list li a {
  -webkit-transition: .3s;
  transition: .3s;
}

.policy .link__list li a::before {
  content: "・";
}

.policy .link__list li a:hover {
  opacity: .7;
}

.policy .link__pdf a::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: .5em;
  display: inline-block;
  background: url("/region/common/assets/img/ico_pdf.png") no-repeat;
  background-size: cover;
  position: relative;
  top: .2em;
}

.cookie__box {
  padding: calc((30 / 16) * 1em) calc((20 / 16) * 1em);
  border: 1px solid #474747;
}

.cookie__ttl {
  margin-bottom: 1em;
  font-size: 20px;
  text-align: center;
}

.cookie__txt {
  margin-bottom: 1em;
  line-height: 32px;
}

.pdf .policy__inner {
  width: calc((800 / 1366) * 100vw);
  max-width: 800px;
}

.pdf__list .item {
  margin-bottom: 1.5em;
}

.pdf__list .item a {
  padding: 0 1.5em 0 2em;
  text-indent: -2em;
  position: relative;
}

.pdf__list .item a::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url("/region/common/assets/img/ico_pdf.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.pdf__list .item a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 2px solid #474747;
  border-right: 2px solid #474747;
  position: absolute;
  top: .4em;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pay .anchor__list {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto;
  padding: calc((50 / 16) * 1em) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay .anchor__list .item {
  margin-right: calc((60 / 16) * 1em);
}

.pay .anchor__list .item:nth-last-of-type(1) {
  margin-right: 0;
}

.pay .anchor__list .item a {
  padding-left: 1.5em;
  display: block;
  font-size: 20px;
  position: relative;
}

.pay .anchor__list .item a::before {
  content: "";
  width: calc((12 / 1366) * 100vw);
  max-width: 12px;
  height: calc((12 / 1366) * 100vw);
  max-height: 12px;
  display: block;
  border-right: 3px solid #1D738C;
  border-bottom: 3px solid #1D738C;
  position: absolute;
  top: 47%;
  left: 0;
  -webkit-transform: translateY(-53%) rotate(45deg);
  transform: translateY(-53%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
}

.pay .anchor__list .item a:hover::before {
  top: 53%;
  -webkit-transform: translateY(-47%) rotate(45deg);
  transform: translateY(-47%) rotate(45deg);
}

.pay .about {
  margin-top: 0;
  padding: calc((80 / 16) * 1em) 0;
  color: #fff;
  background: url("/region/common/assets/img/pay/bg_about.jpg") no-repeat;
  background-size: cover;
  font-family: noto;
}

.pay .about__txt {
  margin-bottom: calc((30 / 16) * 1em);
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

.pay .about__ttl {
  position: relative;
}

.pay .about__ttl p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 3;
}

.pay .about__ttl::before {
  content: "";
  width: calc((396 / 1366) * 100vw);
  max-width: 396px;
  height: calc((17 / 1366) * 100vw);
  max-height: 17px;
  display: block;
  background: url("/region/common/assets/img/pay/img_about.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -.3em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.pay .info {
  margin-bottom: 0;
}

.pay .feature {
  width: calc((890 / 1366) * 100vw);
  max-width: 890px;
  margin: 0 auto;
  padding: calc((100 / 16) * 1em) 0;
}

.pay .feature h2 {
  margin-bottom: calc((70 / 32) * 1em);
}

.pay .feature__list {
  width: calc((890 / 1366) * 100vw);
  max-width: 890px;
  margin: 0 auto calc((40 / 16) * 1em);
}

.pay .feature__list .item {
  margin: 0 0 1em;
  padding: 1em;
  color: #2F7777;
  background: #e1f0ea;
  background: linear-gradient(137deg, #e1f0ea 0%, #eff8f4 100%);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.pay .feature__list .item span {
  margin-top: .5em;
  display: block;
  font-size: 14px;
}

.pay .feature__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay .feature__link .item:nth-of-type(1) {
  margin-right: calc((50 / 16) * 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay .feature__link .item .img {
  width: calc((100 / 1366) * 100vw);
  max-width: 100px;
  margin-left: 1em;
}

.pay .campaign {
  padding: calc((100 / 16) * 1em) 0 0;
  background: url("/region/common/assets/img/pay/bg_campaign.jpg") no-repeat;
  background-size: cover;
}

.pay .campaign h2 {
  margin-bottom: calc((70 / 32) * 1em);
}

.pay .campaign__txt {
  width: calc((792 / 1366) * 100vw);
  max-width: 792px;
  margin: 0 auto 1em;
  line-height: 32px;
}

.pay .campaign__txt--top {
  text-align: center;
}

.pay .campaign__list {
  margin: calc((40 / 16) * 1em) 0 calc((70 / 16) * 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pay .campaign__list .item {
  margin: 0 calc((35 / 16) * 1em);
  color: #2F7777;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pay .campaign__list .item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("/region/common/assets/img/pay/bg_commission.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.pay .campaign__list .ttl {
  margin-bottom: calc((10 / 32) * 1em);
  padding: calc((27 / 32) * 1em) calc((12 / 32) * 1em) 0;
  font-size: 32px;
}

.pay .campaign__list .price {
  padding-bottom: calc((30 / 69) * 1em);
  font-size: 69px;
  font-weight: bold;
}

.pay .campaign__inner {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto;
  padding-bottom: calc((50 / 16) * 1em);
}

.pay .campaign__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pay .campaign__top div {
  width: calc((200 / 1366) * 100vw);
  max-width: 200px;
  margin-right: 1em;
}

.pay .campaign__top p {
  font-size: 24px;
  font-weight: bold;
}

.pay .campaign__img {
  width: calc((910 / 1366) * 100vw);
  max-width: 910px;
  margin: calc((50 / 16) * 1em) auto;
}

.pay .campaign__box {
  width: calc((800 / 1366) * 100vw);
  max-width: 800px;
  margin: 0 auto .5em;
  padding: .5em 1em;
  background: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.pay .campaign__box p {
  color: #1D738C;
}

.pay .campaign__box span {
  padding: 0 .2em;
  font-size: 20px;
}

.pay .campaign__notice {
  width: calc((800 / 1366) * 100vw);
  max-width: 800px;
  margin: 0 auto calc((30 / 16) * 1em);
  color: #1D738C;
}

.pay .campaign__txt {
  width: calc((800 / 1366) * 100vw);
  max-width: 800px;
  margin: 0 auto;
  color: #1D738C;
  font-size: 20px;
  line-height: 40px;
}

.pay .campaign__txt p {
  padding-left: 1em;
  text-indent: -1em;
}

.pay .campaign__txt span {
  padding-left: 1em;
  font-size: 26px;
  font-weight: bold;
}

.pay .campaign__bottom {
  padding: .5em 0;
  color: #fff;
  background: #1D738C;
  font-size: 28px;
  text-align: center;
}

.pay .howto {
  padding: calc((100 / 16) * 1em) 0;
}

.pay .howto__txt {
  margin: calc((30 / 16) * 1em) 0 calc((60 / 16) * 1em);
  text-align: center;
}

.pay .howto__list {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: num 0;
}

.pay .howto__list .item {
  width: calc((214 / 1366) * 100vw);
  max-width: 214px;
  margin-right: calc((77 / 16) * 1em);
  counter-increment: num 1;
}

.pay .howto__list .item:nth-last-of-type(1) {
  margin: 0;
}

.pay .howto__list .ttl {
  margin-bottom: calc((30 / 20) * 1em);
  padding-left: calc((54 / 20) * 1em);
  color: #2F7777;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.pay .howto__list .ttl::before {
  content: "";
  width: calc((47 / 1366) * 100vw);
  max-width: 47px;
  height: calc((45 / 1366) * 100vw);
  max-height: 45px;
  display: block;
  background: url("/region/common/assets/img/pay/bg_howto.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pay .howto__list .ttl::after {
  content: counter(num);
  color: #fff;
  position: absolute;
  top: 0;
  left: calc((18 / 20) * 1em);
}

.pay .howto__list .txt {
  margin-bottom: calc((20 / 16) * 1em);
  line-height: 24px;
  word-break: break-all;
}

.pay .summary {
  padding: 0 0 calc((100 / 16) * 1em);
}

.pay .summary h2 {
  margin-bottom: calc((70 / 32) * 1em);
}

/* 会社概要ページ装飾 */
.pay .summary__wrap,
.policy .policy__inner .company__summary {
  width: calc((1000 / 1366) * 100vw);
  max-width: 1000px;
  margin: 0 auto;
}

.company__summary--content{
  display: flex;
}

.company__summary--content dt{
  background-color: #e1f0ea;
  padding: 1.2em;
  width: calc((180 / 1366) * 100vw);
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
.company__summary--content:last-of-type dt {
  border-bottom: none;
}

.company__summary--content dd{
  width: 100%;
  padding: 1.2em 0 1.2em 1.2em;
  border-top: 1px solid #EDEDED;
  /* font-size: calc((16 / 1366) * 100vw); */
}

.company__summary--content li{
  margin-left: 0.8em;
  text-indent: -0.8em;
}
.company__summary--content:last-of-type dd{
  border-bottom: 1px solid #eee;
}
.company__img{
  display: block;
  width: 260px;
  margin: 0 auto;
  margin-bottom: calc((60 / 32) * 1em);
}

.pay .summary__table {
  width: calc((792 / 1366) * 100vw);
  max-width: 792px;
  margin: 0 auto;
  border-collapse: collapse;
}

.pay .summary__table tr:nth-of-type(1) th, .pay .summary__table tr:nth-of-type(1) td {
  padding-top: 0;
  border-top: none;
}

.pay .summary__table th {
  width: 19%;
  padding: 1em;
  border-top: 1px solid #1D738C;
  text-align: left;
  vertical-align: top;
}

.pay .summary__table td {
  padding: 1em 1em 1em calc((50 / 16) * 1em);
  border-top: 1px solid #E1F0EA;
  line-height: 32px;
  vertical-align: top;
}

.pay .shop {
  padding-top: calc((70 / 16) * 1em);
  background: #E1F0EA;
}

.pay .shop h2 {
  margin-bottom: calc((50 / 32) * 1em);
}

.pay .shop__txt {
  margin-bottom: calc((50 / 16) * 1em);
  line-height: 32px;
  text-align: center;
}

.pay .shop__box {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto calc((50 / 16) * 1em);
  padding: calc((20 / 16) * 1em);
  background: #fff;
  text-align: center;
}

.pay .shop__pdf {
  -webkit-transition: .3s;
  transition: .3s;
}

.pay .shop__pdf::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #474747;
  -webkit-mask-image: url("/region/common/assets/img/ico_blank.png");
  mask-image: url("/region/common/assets/img/ico_blank.png");
  position: relative;
  left: .5em;
}

.pay .shop__pdf:hover {
  opacity: .7;
}

.pay .shop__map {
  max-width: 1080px;
  margin: 0 auto;
}

.pay .business {
  padding: calc((100 / 16) * 1em) 0;
}

.pay .business h2 {
  margin-bottom: calc((70 / 32) * 1em);
}

.pay .business__txt {
  width: calc((792 / 1366) * 100vw);
  max-width: 792px;
  margin: 0 auto calc((30 / 16) * 1em);
  line-height: 32px;
  text-align: center;
}

.pay .faq {
  padding: calc((100 / 16) * 1em) 0;
  background: #EDEDED;
}

.pay .faq h2 {
  margin-bottom: calc((70 / 32) * 1em);
}

.pay .faq__list {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto;
}

.pay .faq__list .item {
  margin-bottom: calc((20 / 16) * 1em);
}

.pay .faq__list .ttl {
  padding: calc((30 / 16) * 1em) calc((70 / 16) * 1em) calc((30 / 16) * 1em) calc((50 / 16) * 1em);
  color: #fff;
  background: #1D738C;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.pay .faq__list .ttl::after {
  content: "";
  width: calc((10 / 1366) * 100vw);
  max-width: 10px;
  height: calc((10 / 1366) * 100vw);
  max-height: 10px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: calc((50 / 16) * 1em);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.pay .faq__list .ttl.active::after {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(-1, -1);
  transform: translateY(-50%) rotate(45deg) scale(-1, -1);
}

.pay .faq__list .ttl p {
  padding-left: calc((46 / 16) * 1em);
  position: relative;
}

.pay .faq__list .ttl p::before {
  content: "Q.";
  display: block;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: -.4em;
  left: 0;
}

.pay .faq__list .txt {
  padding: calc((30 / 16) * 1em) calc((50 / 16) * 1em);
  background: #fff;
  display: none;
}

.pay .faq__list .txt p {
  padding-left: calc((46 / 16) * 1em);
  line-height: 32px;
  position: relative;
}

.pay .faq__list .txt p::before {
  content: "A.";
  display: block;
  color: #1D738C;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

#mayii {
  font-family: 'noto sans jp', sans-serif;
}

#mayii .mayii__ttl {
  margin-bottom: calc((60 / 16) * 1em);
  position: relative;
  text-align: center;
}

#mayii .mayii__ttl h2 {
  margin: 0;
  display: inline-block;
  position: relative;
}

#mayii .mayii__ttl h2::before {
  content: "";
  width: calc((100 / 1366) * 100vw);
  max-width: 100px;
  height: calc((100 / 1366) * 100vw);
  max-height: 100px;
  display: block;
  background: #FFB000;
  border-radius: 200px;
  position: absolute;
  top: -.85em;
  left: calc((-24 / 16) * 1em);
  z-index: 1;
}

#mayii .mayii__ttl h2 span {
  position: relative;
  z-index: 2;
}

#mayii .mayii__link {
  width: calc((580 / 1366) * 100vw);
  max-width: 580px;
  margin: 0 auto;
  padding: calc((30 / 20) * 1em) 0 calc((14 / 16) * 1em);
  display: block;
  color: #FF58C2;
  background: #fff;
  border: 3px solid #FF58C2;
  border-radius: 100px;
  font-size: 20px;
  text-align: center;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#mayii .mayii__link::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: #FF58C2;
  -webkit-mask-image: url("/region/common/assets/img/ico_blank.png");
  mask-image: url("/region/common/assets/img/ico_blank.png");
  position: absolute;
  top: calc((36 / 20) * 1em);
  right: calc((31 / 20) * 1em);
}

#mayii .mayii__link:hover {
  opacity: .8;
}

#mayii .mayii__link img {
  width: calc((120 / 1366) * 100vw);
  max-width: 140px;
  height: auto;
  margin: -1em .5em 0 0;
}

#mayii .kv {
  width: 100%;
}

#mayii .whats {
  padding: calc((80 / 16) * 1em) 0;
  background: #FFF6E3;
}

#mayii .whats .mayii__ttl img {
  width: calc((190 / 1366) * 100vw);
  max-width: 190px;
  height: auto;
  margin: -.8em .5em 0;
}

#mayii .whats__catch {
  margin-bottom: 2em;
  text-align: center;
}

#mayii .whats__catch span {
  margin-top: .5em;
  display: block;
  font-size: 20px;
  font-weight: bold;
}

#mayii .whats__txt {
  margin-bottom: calc((60 / 16) * 1em);
  text-align: center;
  line-height: 32px;
}

#mayii .whats__txt span {
  padding: 0 .3em;
  font-size: 20px;
  font-weight: bold;
}

#mayii .whats__box {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto calc((80 / 16) * 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mayii .whats__box .img {
  width: calc((520 / 1366) * 100vw);
  max-width: 520px;
}

#mayii .whats__example {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto calc((80 / 16) * 1em);
  padding: calc((30 / 16) * 1em) 0 0;
  background: #fff;
}

#mayii .whats__example .ttl {
  font-weight: bold;
  text-align: center;
}

#mayii .whats__example .ttl img {
  width: calc((120 / 1366) * 100vw);
  max-width: 120px;
  margin: -.3em 0 0 1em;
}

#mayii .whats__example .txt {
  color: #5C5C5C;
  text-align: center;
}

#mayii .info {
  padding: calc((80 / 16) * 1em) 0 calc((100 / 16) * 1em);
  margin-bottom: 0;
  background: #fff;
}

#mayii .info .comingsoon {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto;
  padding: 2em;
  background: #EDEDED;
}

#mayii .info .comingsoon__txt {
  text-align: center;
}

#mayii .info .comingsoon__txt span {
  margin-bottom: .2em;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

#innovator {
  font-family: 'noto sans jp', sans-serif;
}

#innovator h2 {
  margin-bottom: calc((90 / 32) * 1em);
  position: relative;
}

#innovator h2::after {
  content: "";
  width: 2px;
  height: 30px;
  margin-top: calc((20 / 32) * 1em);
  display: block;
  background: #474747;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#innovator .about {
  margin-top: 0;
  background: #4e97ff;
  background: linear-gradient(137deg, #4e97ff 0%, #b384ff 100%);
}

#innovator .about h2 {
  color: #fff;
}

#innovator .about h2::after {
  background: #FFEC5A;
}

#innovator .about__inner {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto;
  padding: calc((120 / 16) * 1em) 0;
  position: relative;
}

#innovator .about__txt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}

#innovator .assault {
  padding: calc((120 / 16) * 1em) 0;
}

#innovator .assault h2::after {
  background: #5D94FA;
}

#innovator .assault__list {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto;
}

#innovator .assault__list .ttl {
  margin-bottom: calc((20 / 28) * 1em);
  padding: .1em .5em 0;
  display: inline-block;
  color: #fff;
  background: #474747;
  font-size: 28px;
  font-weight: bold;
}

#innovator .assault__list .txt {
  margin-bottom: calc((40 / 28) * 1em);
  line-height: 32px;
}

#innovator .assault__list .txt:nth-last-of-type(1) {
  margin-bottom: 0;
}

#innovator .report {
  background: url("/region/common/assets/img/innovator/bg_report.jpg");
}

#innovator .report__inner {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto;
  padding: calc((100 / 16) * 1em) 0 calc((220 / 16) * 1em);
  position: relative;
}

#innovator .report__list .item {
  margin-bottom: calc((30 / 16) * 1em);
  padding: calc((50 / 16) * 1em);
  background: #fff;
  -webkit-box-shadow: 10px 10px 0 0 #BEC5FF;
  box-shadow: 10px 10px 0 0 #BEC5FF;
}

#innovator .report__list .item:nth-last-of-type(1) {
  margin-bottom: 0;
}

#innovator .report__list .item .box {
  margin-bottom: calc((30 / 16) * 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#innovator .report__list .item .img {
  margin-right: calc((14 / 16) * 1em);
}

#innovator .report__list .item .img:nth-last-of-type(1) {
  margin-right: 0;
}

#innovator .report__list .item .txt {
  line-height: 32px;
}

#innovator .illust__01 {
  width: calc((160 / 1366) * 100vw);
  max-width: 160px;
  position: absolute;
  top: calc((-80 / 16) * 1em);
  left: calc((-60 / 16) * 1em);
}

#innovator .illust__02 {
  width: calc((165 / 1366) * 100vw);
  max-width: 165px;
  position: absolute;
  right: 0;
  bottom: calc((-100 / 16) * 1em);
}

#innovator .illust__03 {
  width: calc((320 / 1366) * 100vw);
  max-width: 320px;
  position: absolute;
  top: calc((-90 / 16) * 1em);
  left: calc((-94 / 16) * 1em);
}

#innovator .illust__04 {
  width: calc((250 / 1366) * 100vw);
  max-width: 250px;
  position: absolute;
  right: calc((20 / 16) * 1em);
  bottom: calc((25 / 16) * 1em);
}

#innovator2 {
  font-family: 'noto sans jp', sans-serif;
}

#innovator2 .innovator__inner {
  margin-bottom: calc((90 / 16) * 1em);
  background: #4e97ff;
  background: linear-gradient(137deg, #4e97ff 0%, #b384ff 100%);
}

#innovator2 .innovator__wrap {
  width: calc((888 / 1366) * 100vw);
  max-width: 888px;
  margin: calc((-90 / 16) * 1em) auto;
  background: #fff;
  position: relative;
  z-index: 2;
}

#innovator2 .kv {
  position: relative;
  z-index: 1;
}

#innovator2 .about {
  padding: calc((50 / 16) * 1em) 0 calc((60 / 16) * 1em);
  position: relative;
}

#innovator2 .about h2 {
  margin-bottom: calc((50 / 32) * 1em);
  color: #FF9A10;
}

#innovator2 .about__txt {
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}

#innovator2 .assault {
  padding: calc((50 / 16) * 1em) calc((36 / 16) * 1em) calc((80 / 16) * 1em);
  background: #FFF3E3;
}

#innovator2 .assault__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#innovator2 .assault__ttl {
  margin-right: calc((40 / 16) * 1em);
  position: relative;
}

#innovator2 .assault__ttl h2 {
  width: calc((360 / 1366) * 100vw);
  max-width: 360px;
  height: calc((360 / 1366) * 100vw);
  max-height: 360px;
  margin-bottom: 0;
  padding: calc((100 / 32) * 1em) 0 0;
  color: #fff;
  background: #FF9A10;
  letter-spacing: .001em;
}

#innovator2 .assault__ttl h2 span {
  text-align: center;
  line-height: 60px;
}

#innovator2 .assault__ttl .ttl__img01 {
  width: calc((263 / 1366) * 100vw);
  max-width: 263px;
  margin-top: calc((170 / 16) * 1em);
}

#innovator2 .assault__ttl .ttl__img02 {
  width: calc((202 / 1366) * 100vw);
  max-width: 202px;
  position: absolute;
  top: calc((304 / 16) * 1em);
  right: calc((32 / 16) * 1em);
}

#innovator2 .assault__txt .txt__list .item {
  margin-bottom: calc((60 / 16) * 1em);
}

#innovator2 .assault__txt .txt__list .item:nth-last-of-type(1) {
  margin-bottom: 0;
}

#innovator2 .assault__txt .txt__list .theme {
  width: calc((97 / 1366) * 100vw);
  max-width: 97px;
  margin-bottom: 1em;
  padding: calc((3 / 16) * 1em) calc((14 / 16) * 1em);
  color: #fff;
  background: #9589FF;
  font-weight: bold;
  position: relative;
}

#innovator2 .assault__txt .txt__list .theme::after {
  content: "";
  width: calc((14 / 1366) * 100vw);
  max-width: 14px;
  height: calc((14 / 1366) * 100vw);
  max-height: 14px;
  display: block;
  background: #9589FF;
  border: 3px solid #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: calc((-10 / 16) * 1em);
  right: calc((-10 / 16) * 1em);
}

#innovator2 .assault__txt .txt__list .ttl {
  margin-bottom: calc((34 / 28) * 1em);
  font-size: 28px;
  font-weight: bold;
}

#innovator2 .assault__txt .txt__list .ttl .purple {
  color: #9589FF;
}

#innovator2 .assault__txt .txt__list .ttl .pink {
  color: #ED487D;
}

#innovator2 .assault__txt .txt__list .ttl .orange {
  color: #FF9A10;
}

#innovator2 .assault__txt .txt__list .ttl .blue {
  color: #5B94FF;
}

#innovator2 .assault__txt .txt__list .ttl .green {
  color: #6BC33D;
}

#innovator2 .assault__txt .txt__list .txt {
  line-height: 32px;
}

#innovator2 .report {
  padding: calc((50 / 16) * 1em) 0;
  position: relative;
}

#innovator2 .report h2 {
  color: #FF9A10;
}

#innovator2 .report__txt {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.8;	
}

#innovator2 .report__note {	
margin-bottom: 3em;	
font-size: 14px;	
text-align: center;	
}	
#innovator2 .report__note a {	
color: #1D738C;
}

#innovator2 .illust {
  position: absolute;
  z-index: 3;
}

#innovator2 .illust__01 {
  width: calc((140 / 1366) * 100vw);
  max-width: 140px;
  top: calc((40 / 16) * 1em);
  left: calc((-55 / 16) * 1em);
}

#innovator2 .illust__02 {
  width: calc((136 / 1366) * 100vw);
  max-width: 136px;
  right: calc((-30 / 16) * 1em);
  bottom: calc((-30 / 16) * 1em);
}

#innovator2 .illust__03 {
  width: calc((266 / 1366) * 100vw);
  max-width: 266px;
  top: calc((-162 / 16) * 1em);
  left: calc((-80 / 16) * 1em);
}

#innovator2 .illust__04 {
  width: calc((223 / 1366) * 100vw);
  max-width: 223px;
  top: calc((-55 / 16) * 1em);
  right: calc((-95 / 16) * 1em);
}

#local {
  font-family: 'noto sans jp', sans-serif;
}

#local h2 {
  margin-bottom: calc((80 / 32) * 1em);
  color: #7B6F59;
  position: relative;
}

#local .about {
  padding: calc((60 / 16) * 1em) 0 calc((140 / 16) * 1em);
  background: url("/region/common/assets/img/local/bg_beige.jpg");
  position: relative;
}

#local .about::after {
  content: "";
  width: 100%;
  height: calc((67 / 1366) * 100vw);
  max-height: 67px;
  display: block;
  background: url("/region/common/assets/img/local/bg_wave.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

#local .about__txt {
  margin-bottom: calc((70 / 16) * 1em);
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}

#local .buy {
  padding: calc((50 / 16) * 1em) 0;
}

#local .buy h2 {
  font-size: 28px;
}

#local .buy h2::after {
  content: "";
  width: calc((730 / 1366) * 100vw);
  max-width: 730px;
  height: calc((10 / 1366) * 100vw);
  max-height: 10px;
  display: block;
  background: url("/region/common/assets/img/local/img_deco01.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -.7em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#local .buy h2 span {
  padding: 0 .2em;
  color: #E24C22;
  font-size: 32px;
}

#local .buy__txt {
  margin-bottom: calc((60 / 16) * 1em);
  text-align: center;
}

#local .buy__map {
  max-width: 1080px;
  margin: 0 auto;
}

#local .buy__box {
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  margin: 0 auto;
}

#local .buy__box .box__ttl {
  text-align: center;
  position: relative;
  left: calc((-220 / 32) * 1em);
}

#local .buy__box .box__ttl::before {
  content: "";
  width: calc((188 / 1366) * 100vw);
  max-width: 188px;
  height: calc((130 / 1366) * 100vw);
  max-height: 130px;
  margin-right: calc((30 / 16) * 1em);
  display: inline-block;
  background: url("/region/common/assets/img/local/img_pay.png") no-repeat;
  background-size: cover;
  position: relative;
  top: calc((50 / 16) * 1em);
}

#local .buy__box .box__ttl h3 {
  margin-bottom: calc((70 / 24) * 1em);
  display: inline-block;
  border-radius: 10px;
  font-size: 24px;
  text-align: center;
  position: relative;
}

#local .buy__box .box__ttl h3::after {
  content: "";
  width: calc((415 / 1366) * 100vw);
  max-width: 415px;
  height: calc((10 / 1366) * 100vw);
  max-height: 10px;
  display: block;
  background: url("/region/common/assets/img/local/img_deco02.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -.7em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#local .buy__box .box__ttl h3 span {
  margin-right: .5em;
  color: #E24C22;
  font-size: 36px;
}

#local .buy__box .box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#local .buy__box .box__txt {
  margin-bottom: calc((40 / 16) * 1em);
  line-height: 32px;
  text-align: center;
}

#local .buy__box .box__flow {
  margin-bottom: calc((20 / 16) * 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#local .buy__box .box__here {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#local .buy__box .box__here .img {
  width: calc((140 / 1366) * 100vw);
  max-width: 140px;
  margin-right: .5em;
}

#local .buy__box .box__here .txt span {
  font-weight: bold;
  text-align: center;
}

#local .buy__box .box__img {
  margin-left: calc((50 / 16) * 1em);
}

#local .recommend {
  padding: calc((180 / 16) * 1em) 0;
  background: url("/region/common/assets/img/local/bg_green.jpg");
  position: relative;
}

#local .recommend::before {
  content: "";
  width: 100%;
  height: calc((67 / 1366) * 100vw);
  max-height: 67px;
  display: block;
  background: url("/region/common/assets/img/local/bg_wave.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

#local .recommend > h2::after {
  content: "";
  width: calc((520 / 1366) * 100vw);
  max-width: 520px;
  height: calc((10 / 1366) * 100vw);
  max-height: 10px;
  display: block;
  background: url("/region/common/assets/img/local/img_deco02.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -.7em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#local .recommend__txt {
  margin-bottom: calc((50 / 16) * 1em);
  text-align: center;
}

#local .recommend__inner {
  position: relative;
}

#local .recommend__list {
  margin: 0 auto;
}

#local .recommend__list .item {
  padding: calc((30 / 16) * 1em) calc((40 / 16) * 1em);
  background: #fff;
  border-radius: 20px;
}

#local .recommend__list .item__wrap {
  height: 100%;
}

#local .recommend__list .item__flex {
  margin-bottom: calc((20 / 16) * 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#local .recommend__list .item .img {
  width: calc((488 / 1366) * 100vw);
  max-width: 488px;
  margin-right: calc((40 / 16) * 1em);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#local .recommend__list .item .tag {
  width: calc((80 / 1366) * 100vw);
  max-width: 80px;
  margin-bottom: calc((20 / 16) * 1em);
  padding: .4em;
  background: #FFCA60;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

#local .recommend__list .item .catch {
  margin-bottom: calc((20 / 16) * 1em);
  line-height: 32px;
}

#local .recommend__list .item .ttl {
  margin-bottom: calc((20 / 24) * 1em);
  font-size: 24px;
  font-weight: bold;
}

#local .recommend__list .item .address {
  margin-bottom: calc((20 / 16) * 1em);
}

#local .recommend__list .item .txt {
  line-height: 32px;
}

#local .recommend__list .item .link {
  margin-top: 1em;
  padding: 0;
  display: inline-block;
  color: #7A9F22;
  font-size: 16px;
  text-align: left;
  word-break: break-all;
}

#local .illust {
  position: absolute;
  z-index: 2;
}

#local .illust.vegetable01 {
  width: calc((250 / 1366) * 100vw);
  max-width: 250px;
  left: calc((70 / 1366) * 100%);
  bottom: calc((-30 / 16) * 1em);
}

#local .illust.fish {
  width: calc((280 / 1366) * 100vw);
  max-width: 280px;
  right: calc((80 / 1366) * 100%);
  bottom: calc((-110 / 16) * 1em);
}

#local .illust.sake {
  width: calc((180 / 1366) * 100vw);
  max-width: 180px;
  left: calc((110 / 1366) * 100%);
  top: calc((-60 / 16) * 1em);
}

#local .illust.vegetable02 {
  width: calc((240 / 1366) * 100vw);
  max-width: 240px;
  right: calc((90 / 1366) * 100%);
  top: calc((-30 / 16) * 1em);
}

#local .swiper-container {
  width: 100%;
}

#local .swiper-wrapper {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

#local .swiper-slide {
  height: auto;
}

#local .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#local .swiper-pagination-bullet {
  width: calc((13 / 1366) * 100vw);
  max-width: 13px;
  height: calc((13 / 1366) * 100vw);
  max-height: 13px;
  margin: 0 calc((25 / 16) * 1em);
  background: #7B6F59;
}

#local .swiper-pagination-bullet-active {
  opacity: .7;
}

#local .swiper-button-prev, #local .swiper-button-next {
  width: calc((70 / 1366) * 100vw);
  max-width: 70px;
  height: calc((60 / 1366) * 100vw);
  max-height: 60px;
  margin-top: -24px;
}

#local .swiper-button-prev::after, #local .swiper-button-next::after {
  display: none;
}

#local .swiper-button-next {
  background: url("/region/common/assets/img/local/img_arw.png");
  background-size: cover;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: 18.8%;
}

#local .swiper-button-prev {
  background: url("/region/common/assets/img/local/img_arw.png");
  background-size: cover;
  left: 18.8%;
}

#food_culture .kv__inner {
  max-width: 1228px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#food_culture .kv__btn {
  width: 220px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#food_culture .kv__btn a {
  line-height: 1;
  background: #fff;
  padding: 20px 0;
  border-radius: 30px;
  border: 1px solid #474747;
  color: #474747;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#food_culture .kv__btn a:hover {
  opacity: 0.9;
}

#food_culture .about {
  background: url("/region/common/assets/img/local/food_culture/bg_about.jpg") repeat;
  padding: 10px 0 20px;
  margin-bottom: 100px;
}

#food_culture .about__tit {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 30px;
  text-align: center;
}

#food_culture .about__txt {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.6;
}

#food_culture .cntflexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 3.4%;
}

#food_culture .cntflexitem:first-child {
  padding-right: 5.5%;
  width: calc(100% - 220px);
}

#food_culture .h2tit {
  font-weight: bold;
  font-size: 2.8rem;
  text-align: left;
}

#food_culture .h3tit {
  font-size: 2rem;
  text-align: left;
}

#food_culture .h4tit {
  font-size: 1.8rem;
  text-align: left;
}

#food_culture .cnt01 {
  border-top: 1px solid #f3e8d0;
  padding-top: 40px;
}

#food_culture .cnt01__date {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: normal;
}

#food_culture .cnt01 .h2tit {
  margin-bottom: 60px;
}

#food_culture .cnt01__img {
  margin-bottom: 40px;
}

#food_culture .cnt01__tit {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 15px;
  border-left: 3px solid #f3e8d0;
  margin-bottom: 15px;
}

#food_culture .cnt01__txt {
  font-size: 1.6rem;
  line-height: 2;
}

#food_culture .cnt01 .cnt01__innerBox + .cnt01__innerBox {
  padding-top: 70px;
}

#food_culture .cnt02 {
  background: url("/region/common/assets/img/local/food_culture/bg_cnt02.png") repeat;
  margin-top: 70px;
}

#food_culture .cnt02__tit {
  text-align: center;
}

#food_culture .cnt02__tit span {
  display: inline-block;
  color: #a29474;
  font-weight: bold;
  background: url("/region/common/assets/img/local/food_culture/bg_cnt02_tit.png") no-repeat center;
  background-size: contain;
  padding: 16px 0;
  font-size: 2.1rem;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#food_culture .cnt02__txt {
  margin-bottom: 10px;
}

#food_culture .cnt02__txt span {
  display: block;
  margin-bottom: 10px;
}

#food_culture .cnt02__inner {
  padding: 0px 50px 20px;
}

#food_culture .cnt02 .h3tit {
  font-size: 2.1rem;
  padding-left: 10px;
  border-left: 3px solid #fff;
  margin-bottom: 30px;
}

#food_culture .cnt02__img {
  margin-bottom: 30px;
}

#food_culture .cnt02__innerBox {
  padding-bottom: 30px;
}

#food_culture .cnt02 .cnt02__innerBox + .cnt02__innerBox {
  border-top: 1px solid #ada8a0;
  padding-top: 30px;
}

#food_culture .cnt02__innerBox .h4tit:nth-of-type(n+2) {
  margin-top: 25px;
}

#food_culture .cnt02__innerBox .flex-box .h4tit {
  margin-top: 25px;
}

#food_culture .cnt02 .h4tit {
  margin-bottom: 30px;
}

#food_culture .cnt03 {
  margin-top: 70px;
}

#food_culture .cnt03__map {
  margin-top: 75px;
}

#food_culture .cnt03__tit {
  font-size: 2rem;
  margin-bottom: 0px;
}

#food_culture .cnt03__tit span {
  padding: 0 20px;
  position: relative;
  display: inline-block;
}

#food_culture .cnt03__tit span::before {
  padding-left: 25px;
  left: -10px;
}

#food_culture .cnt03__tit span::after {
  padding-right: 25px;
  right: -10px;
}
/*
#food_culture .cnt03__tit span::before, #food_culture .cnt03__tit span::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 25px;
  background: url("/region/common/assets/img/local/food_culture/cnt03_tit.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  margin: auto;
}
*/
#food_culture .cnt03__shopName {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#food_culture .cnt03__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2.6%;
  margin-bottom: 40px;
  margin-top: 40px;
}

#food_culture .cnt03__flexItem {
  width: 31.4%;
  max-width: 235px;
}

#food_culture .cnt03__address {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

#food_culture .cnt03__btn {
  margin-top: 45px;
}

#food_culture .cnt03__btn a {
  color: #a29474;
  border: 1px solid #a29474;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 30px;
  width: 100%;
  display: block;
  position: relative;
}

#food_culture .cnt03__btn a span {
  font-size: 1.2rem;
}

#food_culture .cnt03__btn a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid #a29474;
  border-bottom: 2px solid #a29474;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  display: inline-block;
}

#food_culture .cnt03__btn.-v2 {
  margin-top: 0;
}

#food_culture .cnt03__btn.-v2 a {
  color: #fff;
  background: #1d738c;
  border: 1px solid #1d738c;
  text-align: left;
  font-size: 2rem;
  padding: 0;
  width: 100%;
  /* display: block; */
  position: relative;
  display: flex;
}
@media screen and (max-width: 750.1px) {
  #food_culture .cnt03__btn.-v2 a {
    font-size: 1.6rem;
    padding: 0;
  }
}

#food_culture .cnt03__btn.-v2 a span {
  font-size: 2rem;
  padding: 20px 40px;
  padding-right: 50px;
}
@media screen and (max-width: 750.1px) {
  #food_culture .cnt03__btn.-v2 a span {
    font-size: 1.6rem;
    padding: 17px 10px;
    padding-right: 25px;
  }  
}

#food_culture .cnt03__btn.-v2 a .btn_clk {
  color: #1d738c;
  background: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 5%;
}
@media screen and (max-width: 750.1px) {
  #food_culture .cnt03__btn.-v2 a .btn_clk {
    font-size: 1.4rem;
    padding: 20px 4%;
  }  
}

#food_culture .cnt03__btn.-v2 a::after {
  content: '';
  width: 35px;
  height: 35px;
  background: url(/region/common/assets/img/icon_map02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  display: inline-block;
  border: none;
  transform: none;
}
@media screen and (max-width: 750.1px) {
  #food_culture .cnt03__btn.-v2 a::after {
    width: 28px;
    height: 28px;
    right: 15px;
  }
}

#food_culture .cnt03__link {
  font-size: 1.6rem;
  color: #a29474;
  margin-bottom: 30px;
}

#food_culture .cnt03__txt {
  font-size: 1.6rem;
  line-height: 2;
}

#food_culture .cnt03__cnt {
  padding: 50px 0;
}

#food_culture .cnt03 .cnt03__cnt + .cnt03__cnt {
  border-top: solid 1px #ada8a0;
}

#food_culture .cnt04 {
  width: 220px;
}

#food_culture .cnt04 .h2tit {
  text-align: center;
  margin-bottom: 30px;
}

#food_culture .cnt04 .comingsoonTxt {
  font-size: 2rem;
  color: #ada8a0;
  padding: 40px 0 0px;
  text-align: center;
  border-top: 1px solid #ada8a0;
  margin-top: 30px;
}

#food_culture .cnt04 .covertext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

#food_culture .cnt04__box {
  background: #f9f5ec;
  padding: 50px 10% 20px;
}

#food_culture .cnt04__date {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#food_culture .cnt04__name {
  font-size: 1.6rem;
}

#food_culture .cnt04__img {
  margin-bottom: 15px;
  position: relative;
}

#food_culture .cnt04__item {
  margin-bottom: 30px;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  main {
    margin-top: calc((67 / 750) * 100vw);
  }
  .header__inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .header .logo {
    width: calc((244 / 750) * 100vw);
    padding: calc((8 / 750) * 100vw) calc((20 / 750) * 100vw);
  }
  .nav__list {
    width: 100%;
    padding: calc((30 / 750) * 100vw) 0;
    display: block;
    background: #fff;
    position: fixed;
    top: -1000px;
    left: 0;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .nav__list.active {
    top: calc((80 / 750) * 100vw);
  }
  .nav__list > li {
    margin: 0 calc((60 / 750) * 100vw);
    padding: calc((30 / 750) * 100vw) 0;
    font-size: calc((32 / 750) * 100vw);
    text-align: center;
  }
  .nav__button {
    width: calc((50 / 750) * 100vw);
    height: calc((21 / 750) * 100vw);
    margin-right: calc((20 / 750) * 100vw);
    display: block;
    position: relative;
  }
  .nav__button span {
    width: calc((50 / 750) * 100vw);
    height: calc((8 / 750) * 100vw);
    display: block;
    background: #1D738C;
    border-radius: 20px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .nav__button span:nth-of-type(1) {
    position: relative;
    top: calc((-8 / 750) * 100vw);
  }
  .nav__button span:nth-of-type(3) {
    width: calc((28 / 750) * 100vw);
    position: relative;
    bottom: calc((-8 / 750) * 100vw);
  }
  .nav__button.active span:nth-of-type(1) {
    top: calc((8 / 750) * 100vw);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav__button.active span:nth-of-type(2) {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav__button.active span:nth-of-type(3) {
    opacity: 0;
  }
  .nav .login a {
    width: calc((120 / 750) * 100vw);
    margin-left: calc((32 / 750) * 100vw);
    padding: calc((21 / 750) * 100vw) 0;
  }
  .nav .login a::before {
    margin: 0 0 calc((8 / 750) * 100vw);
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav .login a::after {
    height: 100%;
    top: 0;
  }
  .nav .login a span {
    font-size: calc((20 / 750) * 100vw);
  }
  #pagetop {
    width: calc((72 / 750) * 100vw);
    height: calc((72 / 750) * 100vw);
    background: #E1F0EA;
    border-radius: 100px;
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 900;
  }
  #pagetop::before {
    content: "";
    width: calc((25 / 750) * 100vw);
    height: calc((25 / 750) * 100vw);
    display: block;
    border-top: 4px solid #1D738C;
    border-left: 4px solid #1D738C;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -47%) rotate(45deg);
    transform: translate(-50%, -47%) rotate(45deg);
  }
  .footer__inner {
    width: calc((672 / 750) * 100vw);
    max-width: 100%;
    padding: calc((48 / 750) * 100vw) 0 calc((80 / 750) * 100vw);
    display: block;
  }
  .footer__info {
    margin-right: 0;
  }
  .footer__info .logo {
    width: calc((320 / 750) * 100vw);
    max-width: 100%;
    margin-bottom: calc((30 / 750) * 100vw);
  }
  .footer__info .txt {
    margin-bottom: calc((32 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((48 / 750) * 100vw);
  }
   .footer__nav .privacy {
    display: block;
    font-size: calc((32 / 750) * 100vw);
  } 

.footer__nav .privacy__up,
  .footer__nav .privacy__low {
    display: block;
    font-size: calc((32 / 750) * 100vw);
  }

  .footer__nav .privacy__txt {
    margin-bottom: calc((20 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  .footer .copyright {
    padding-bottom: calc((16 / 750) * 100vw);
    font-size: calc((20 / 750) * 100vw);
  }
  .footer__pay .inner {
    display: block;
  }
  .footer__pay .left {
    margin-bottom: calc((40 / 750) * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__pay .left .icon {
    width: calc((200 / 750) * 100vw);
    height: calc((200 / 750) * 100vw);
    margin: 0 0 calc((40 / 750) * 100vw);
    padding-top: calc((48 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  .footer__pay .left .ttl {
    font-size: calc((54 / 750) * 100vw);
  }
  .footer__pay .right > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__pay .right .tel {
    font-size: calc((32 / 750) * 100vw);
  }
  .footer__pay .right .tel span {
    font-size: calc((54 / 750) * 100vw);
  }
  .footer__pay .right .time {
    font-size: calc((24 / 750) * 100vw);
  }
  .footer__pay .right .email {
    font-size: calc((32 / 750) * 100vw);
    text-align: center;
  }
  h2 {
    margin-bottom: calc((48 / 750) * 100vw);
    font-size: calc((54 / 750) * 100vw);
  }
  .more {
    width: calc((520 / 750) * 100vw);
    max-width: 100%;
    padding: calc((28 / 750) * 100vw) 0;
    font-size: calc((32 / 750) * 100vw);
  }
  .link {
    width: calc((672 / 750) * 100vw);
  }
  .link--01 {
    width: calc((672 / 750) * 100vw);
    max-width: 100%;
    font-size: calc((40 / 750) * 100vw);
  }
  .link--02 {
    width: calc((520 / 750) * 100vw);
    max-width: 100%;
    margin: 0 auto;
    font-size: calc((40 / 750) * 100vw);
  }
  .link--03 {
    width: calc((674 / 750) * 100vw);
    max-width: 100%;
    margin: 0 auto;
    font-size: calc((40 / 750) * 100vw);
  }
  .link--blank::after {
    width: calc((32 / 750) * 100vw);
    height: calc((32 / 750) * 100vw);
  }
  .link--arw::after {
    width: calc((20 / 750) * 100vw);
    height: calc((20 / 750) * 100vw);
    top: calc((-4 / 750) * 100vw);
  }
  .info {
    margin-bottom: calc((80 / 750) * 100vw);
    padding: calc((80 / 750) * 100vw) 0;
  }
  .info__list {
    width: 100%;
    max-width: calc((672 / 750) * 100vw);
    margin-bottom: calc((80 / 750) * 100vw);
  }
  .info__list .item {
    display: block;
    margin-bottom: calc((48 / 750) * 100vw);
  }
  .info__list .item__inner {
    margin-bottom: calc((16 / 750) * 100vw);
    display: block;
  }
  .info__list .item__inner > div {
    margin-bottom: calc((16 / 750) * 100vw);
  }
  .info__list .time {
    font-size: calc((28 / 750) * 100vw);
  }
  .info__list .cat {
    width: calc((152 / 750) * 160vw);
    max-width: 100%;
    margin: 0 calc((30 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
  }
  .info__list .txt {
    font-size: calc((28 / 750) * 100vw);
  }
  .info__list .detail {
    margin-left: 0;
    font-size: calc((28 / 750) * 100vw);
  }
  .info__list .detail::after {
    width: calc((16 / 750) * 100vw);
    height: calc((16 / 750) * 100vw);
  }
  #about .anchor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #about .anchor__list .item {
    margin: 0 0 calc((30 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  #about .anchor__list .item::before {
    width: calc((20 / 750) * 100vw);
    max-width: 100%;
    height: calc((20 / 750) * 100vw);
    max-height: 100%;
    border-left: calc((6 / 750) * 100vw) solid #1D738C;
    border-bottom: calc((6 / 750) * 100vw) solid #1D738C;
  }
  #about .top {
    padding: calc((80 / 750) * 100vw) 0 calc((160 / 750) * 100vw);
  }
  #about .top__inner {
    max-width: 100%;
    margin: 0;
    padding: 0 calc((40 / 750) * 100vw);
  }
  #about .top__inner::after {
    width: calc((460 / 750) * 100vw);
    max-width: 100%;
    height: calc((460 / 750) * 100vw);
    max-height: 100%;
    top: calc((480 / 750) * 100vw);
    right: calc((-260 / 750) * 100vw);
  }
  #about .top__inner::before {
    width: calc((376 / 750) * 100vw);
    max-width: 100%;
    height: calc((376 / 750) * 100vw);
    max-height: 100%;
    top: calc((830 / 750) * 100vw);
    left: calc((-92 / 750) * 100vw);
  }
  #about .top__ttl {
    margin-bottom: calc((30 / 750) * 100vw);
    font-size: calc((54 / 750) * 100vw);
  }
  #about .top__txt {
    margin-bottom: calc((30 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #about .top__txt:nth-last-of-type(1) {
    margin-bottom: calc((80 / 750) * 100vw);
  }
  #about .top__img {
    width: 100%;
    max-width: 100%;
  }
  #about .can {
    padding: calc((60 / 750) * 100vw) 0;
  }
  #about .can h2 {
    margin-bottom: calc((40 / 750) * 100vw);
  }
  #about .can__list {
    width: 100%;
    max-width: 100%;
    padding: 0 calc((40 / 750) * 100vw);
    display: block;
  }
  #about .can__list .item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 calc((16 / 750) * 100vw);
    padding: calc((32 / 750) * 100vw) calc((20 / 750) * 100vw);
  }
  #about .can__list .ttl {
    margin-bottom: calc((16 / 750) * 100vw);
    font-size: calc((40 / 750) * 100vw);
  }
  #about .can__list .txt {
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #about .know {
    padding: calc((80 / 750) * 100vw) 0 calc((140 / 750) * 100vw);
  }
  #about .know h2 span {
    font-size: calc((32 / 750) * 100vw);
  }
  #about .know__box {
    margin-bottom: calc((100 / 750) * 100vw);
    display: block;
    left: 0;
  }
  #about .know__img:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
    padding: 0 calc((10 / 750) * 100vw) 0 0;
    position: relative;
    left: calc((-28 / 750) * 100vw);
  }
  #about .know__img:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 calc((40 / 750) * 100vw);
  }
  #about .member__inner {
    width: calc((672 / 750) * 100vw);
    max-width: 100%;
    padding: calc((48 / 750) * 100vw) 0;
    display: block;
  }
  #about .member .txt {
    margin: 0 0 calc((48 / 750) * 100vw);
    font-size: calc((48 / 750) * 100vw);
    line-height: calc((68 / 750) * 100vw);
  }
  .policy h2 {
    margin-bottom: calc((100 / 750) * 100vw);
    font-size: calc((52 / 750) * 100vw);
  }
  .policy__inner {
    max-width: 100%;
    padding: calc((120 / 750) * 100vw) calc((40 / 750) * 100vw);
  }
  .policy__ttl {
    margin-bottom: calc((32 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  .policy__dtl {
    margin-bottom: calc((80 / 750) * 100vw);
  }
  .policy__txt {
    margin-bottom: calc((32 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((64 / 750) * 100vw);
  }
  .policy .numlist li {
    margin-bottom: calc((48 / 750) * 100vw);
  }
  .policy .numlist__txt {
    margin-bottom: calc((32 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((64 / 750) * 100vw);
  }
  .policy .link__list {
    width: 100%;
    max-width: 100%;
    font-size: calc((32 / 750) * 100vw);
  }
  .cookie__box {
    padding: calc((60 / 750) * 100vw) calc((40 / 750) * 100vw);
  }
  .cookie__ttl {
    margin-bottom: calc((32 / 750) * 100vw);
    font-size: calc((40 / 750) * 100vw);
  }
  .cookie__txt {
    margin-bottom: calc((32 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((64 / 750) * 100vw);
  }
  .pdf .policy__inner {
    width: 100%;
    max-width: 100%;
    padding-bottom: calc((220 / 750) * 100vw);
  }
  /* 会社概要ページsp装飾 */
  .pay .summary__wrap,
  .policy .policy__inner .company__summary {
    width: 100%;
    margin: 0 auto;
  }

.company__summary .company__summary--content{
  display: flex;
  flex-direction: column;
}

.company__summary  .company__summary--content dt{
  background-color: #e1f0ea;
  padding: 1.2em 0 1.2em 1.2em;
  width: 100%;
  border-bottom: none;
}

.company__summary .company__summary--content dd{
  width: 100%;
  padding: 1.2em;
  border-top: none;
}
.company__summary:last-of-type dd{
  border-bottom: 1px solid #eee;
}


  .pdf__list .item {
    margin-bottom: calc((30 / 750) * 100vw);
  }
  .pdf__list .item a {
    padding: 0 calc((40 / 750) * 100vw) 0 calc((50 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  .pdf__list .item a::before {
    width: calc((36 / 750) * 100vw);
    max-width: 100%;
    height: calc((36 / 750) * 100vw);
    max-height: 100%;
    top: calc((4 / 750) * 100vw);
  }
  .pdf__list .item a::after {
    width: calc((20 / 750) * 100vw);
    max-width: 100%;
    height: calc((20 / 750) * 100vw);
    max-height: 100%;
    top: calc((10s / 750) * 100vw);
  }
  .pay h2 {
    font-size: calc((54 / 750) * 100vw);
  }
  .pay .anchor__list {
    width: 100%;
    max-width: 100%;
    padding: calc((50 / 750) * 100vw) calc((40 / 750) * 100vw);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pay .anchor__list .item {
    margin: 0 calc((60 / 750) * 100vw) calc((50 / 750) * 100vw) 0;
  }
  .pay .anchor__list .item:nth-of-type(2) {
    margin-right: 0;
  }
  .pay .anchor__list .item:nth-of-type(3) {
    margin-left: calc((60 / 750) * 100vw);
  }
  .pay .anchor__list .item:nth-of-type(4) {
    margin-right: calc((60 / 750) * 100vw);
  }
  .pay .anchor__list .item:nth-last-of-type(1), .pay .anchor__list .item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .pay .anchor__list .item a {
    padding-left: calc((34 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
  }
  .pay .anchor__list .item a::before {
    width: calc((14 / 750) * 100vw);
    height: calc((14 / 750) * 100vw);
    border-right: 2px solid #1D738C;
    border-bottom: 2px solid #1D738C;
  }
  .pay .about {
    padding: calc((100 / 750) * 100vw) calc((40 / 750) * 100vw);
  }
  .pay .about__txt {
    margin-bottom: calc((127 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  .pay .about__ttl p {
    font-size: calc((48 / 750) * 100vw);
  }
  .pay .about__ttl::before {
    width: 100%;
    max-width: 100%;
    height: calc((27 / 750) * 100vw);
    max-height: 100%;
  }
  .pay .feature {
    width: 100%;
    max-width: 100%;
    padding: calc((100 / 750) * 100vw) 0 calc((150 / 750) * 100vw);
  }
  .pay .feature h2 {
    margin-bottom: calc((75 / 750) * 100vw);
  }
  .pay .feature__list {
    width: 100%;
    max-width: 100%;
    padding: 0 calc((40 / 750) * 100vw);
    display: block;
  }
  .pay .feature__list .item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto calc((30 / 750) * 100vw);
    padding: spbw(20);
    font-size: calc((36 / 750) * 100vw);
  }
  .pay .feature__list .item span {
    font-size: calc((28 / 750) * 100vw);
  }
  .pay .feature__link {
    display: block;
  }
  .pay .feature__link .item:nth-of-type(1) {
    margin: 0 0 calc((40 / 750) * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pay .feature__link .item .img {
    width: calc((200 / 750) * 100vw);
    max-width: 100%;
    margin: calc((20 / 750) * 100vw) 0 0;
  }
  .pay .campaign {
    padding: calc((100 / 750) * 100vw) 0 0;
  }
  .pay .campaign h2 {
    margin-bottom: calc((70 / 750) * 100vw);
  }
  .pay .campaign__txt {
    width: 100%;
    max-width: 100%;
    font-size: calc((28 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  .pay .campaign__list {
    margin: calc((50 / 750) * 100vw) 0 calc((70 / 750) * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pay .campaign__list .item {
    margin: 0 0 calc((70 / 750) * 100vw);
  }
  .pay .campaign__list .item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .pay .campaign__list .ttl {
    margin-bottom: calc((20 / 750) * 100vw);
    padding: calc((50 / 750) * 100vw) calc((30 / 750) * 100vw) 0;
    font-size: calc((62 / 750) * 100vw);
  }
  .pay .campaign__list .price {
    padding-bottom: calc((60 / 750) * 100vw);
    font-size: calc((134 / 750) * 100vw);
  }
  .pay .campaign__inner {
    width: 100%;
    max-width: 100%;
    padding: 0 calc((40 / 750) * 100vw) calc((80 / 750) * 100vw);
  }
  .pay .campaign__top div {
    width: calc((205 / 750) * 100vw);
  }
  .pay .campaign__top p {
    font-size: calc((32 / 750) * 100vw);
  }
  .pay .campaign__img {
    width: 100%;
    max-width: 100%;
    margin: calc((60 / 750) * 100vw) auto;
  }
  .pay .campaign__box {
    width: 100%;
    max-width: 100%;
    padding: calc((20 / 750) * 100vw);
    font-size: calc((40 / 750) * 100vw);
  }
  .pay .campaign__box span {
    font-size: calc((32 / 750) * 100vw);
  }
  .pay .campaign__notice {
    width: 100%;
    max-width: 100%;
    font-size: calc((28 / 750) * 100vw);
  }
  .pay .campaign__txt {
    width: 100%;
    max-width: 100%;
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((60 / 750) * 100vw);
  }
  .pay .campaign__txt span {
    padding-left: calc((24 / 750) * 100vw);
    font-size: calc((38 / 750) * 100vw);
  }
  .pay .campaign__bottom {
    font-size: calc((40 / 750) * 100vw);
  }
  .pay .howto {
    padding: calc((100 / 750) * 100vw) 0;
  }
  .pay .howto__txt {
    margin: calc((40 / 750) * 100vw) 0 calc((80 / 750) * 100vw);
    padding: 0 calc((40 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  .pay .howto__list {
    width: calc((540 / 750) * 100vw);
    max-width: 100%;
    padding: 0 calc((40 / 750) * 100vw);
    display: block;
  }
  .pay .howto__list .item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 calc((80 / 750) * 100vw);
    display: block;
  }
  .pay .howto__list .ttl {
    margin-bottom: calc((45 / 750) * 100vw);
    padding-left: calc((90 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  .pay .howto__list .ttl::before {
    width: calc((72 / 750) * 100vw);
    max-width: calc((72 / 750) * 100vw);
    height: calc((70 / 750) * 100vw);
    max-height: calc((70 / 750) * 100vw);
  }
  .pay .howto__list .ttl::after {
    left: calc((27 / 750) * 100vw);
  }
  .pay .howto__list .txt {
    margin-bottom: calc((30 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  .pay .summary__wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 calc((40 / 750) * 100vw);
  }
  .pay .summary__table {
    width: 100%;
    max-width: 100%;
  }
  .pay .summary__table th {
    width: 31%;
    padding: calc((30 / 750) * 100vw) calc((20 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
    letter-spacing: -.01em;
  }
  .pay .summary__table td {
    padding: calc((30 / 750) * 100vw) calc((20 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  .pay .shop {
    padding-top: calc((70 / 750) * 100vw);
  }
  .pay .shop h2 {
    margin-bottom: calc((75 / 750) * 100vw);
  }
  .pay .shop__txt {
    margin-bottom: calc((50 / 750) * 100vw);
    padding: 0 calc((40 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
    text-align: left;
  }
  .pay .shop__box {
    width: calc((674 / 750) * 100vw);
    max-width: 100%;
    margin-bottom: calc((50 / 750) * 100vw);
    padding: calc((50 / 750) * 100vw);
  }
  .pay .shop__pdf {
    font-size: calc((28 / 750) * 100vw);
  }
  .pay .shop__map {
    width: 100%;
    max-width: 100%;
  }
  .pay .business {
    padding: calc((100 / 750) * 100vw) calc((40 / 750) * 100vw) calc((150 / 750) * 100vw);
  }
  .pay .business h2 {
    margin-bottom: calc((70 / 750) * 100vw);
  }
  .pay .business__txt {
    width: 100%;
    max-width: 100%;
    font-size: calc((28 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  .pay .faq {
    padding: calc((100 / 750) * 100vw) calc((40 / 750) * 100vw);
  }
  .pay .faq h2 {
    margin-bottom: calc((40 / 750) * 100vw);
  }
  .pay .faq__list {
    width: 100%;
    max-width: 100%;
  }
  .pay .faq__list .item {
    margin-bottom: calc((30 / 750) * 100vw);
  }
  .pay .faq__list .ttl {
    padding: calc((30 / 750) * 100vw) calc((80 / 750) * 100vw) calc((30 / 750) * 100vw) calc((70 / 750) * 100vw);
  }
  .pay .faq__list .ttl::after {
    width: calc((12 / 750) * 100vw);
    max-width: calc((12 / 750) * 100vw);
    height: calc((12 / 750) * 100vw);
    max-width: calc((12 / 750) * 100vw);
    border-right: calc((4 / 750) * 100vw) solid #fff;
    border-bottom: calc((4 / 750) * 100vw) solid #fff;
    top: calc((50 / 750) * 100vw);
    right: calc((60 / 750) * 100vw);
  }
  .pay .faq__list .ttl p {
    padding-left: calc((50 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
  }
  .pay .faq__list .ttl p::before {
    font-size: calc((32 / 750) * 100vw);
    top: 0;
  }
  .pay .faq__list .txt {
    padding: calc((30 / 750) * 100vw) calc((50 / 750) * 100vw);
  }
  .pay .faq__list .txt p {
    padding-left: calc((45 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  .pay .faq__list .txt p::before {
    font-size: calc((32 / 750) * 100vw);
  }
  #mayii .mayii__ttl {
    margin: 0 0 calc((60 / 750) * 100vw) calc((36 / 750) * 100vw);
  }
  #mayii .mayii__ttl h2::before {
    width: calc((140 / 750) * 100vw);
    max-width: calc((140 / 750) * 100vw);
    height: calc((140 / 750) * 100vw);
    max-height: calc((140 / 750) * 100vw);
    top: calc((-38 / 750) * 100vw);
    left: calc((-70 / 750) * 100vw);
  }
  #mayii .mayii__link {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: calc((100 / 750) * 100vw);
    padding: calc((30 / 750) * 100vw) 0 calc((20 / 750) * 100vw);
    font-size: calc((36 / 750) * 100vw);
  }
  #mayii .mayii__link::after {
    top: calc((68 / 750) * 100vw);
    right: calc((50 / 750) * 100vw);
  }
  #mayii .mayii__link img {
    width: calc((160 / 750) * 100vw);
    max-width: 100%;
    margin-top: calc((-16 / 750) * 100vw);
  }
  #mayii .whats {
    padding: calc((100 / 750) * 100vw) calc((40 / 750) * 100vw) calc((80 / 750) * 100vw);
  }
  #mayii .whats .mayii__ttl img {
    width: calc((200 / 750) * 100vw);
    margin-top: calc((-10 / 750) * 100vw);
  }
  #mayii .whats__catch {
    font-size: calc((32 / 750) * 100vw);
  }
  #mayii .whats__catch span {
    font-size: calc((40 / 750) * 100vw);
  }
  #mayii .whats__txt {
    margin-bottom: calc((60 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #mayii .whats__txt span {
    font-size: calc((40 / 750) * 100vw);
  }
  #mayii .whats__box {
    width: 100%;
    max-width: 100%;
    margin-bottom: calc((80 / 750) * 100vw);
    display: block;
  }
  #mayii .whats__box .img {
    width: 100%;
    max-width: 100%;
    margin-bottom: calc((40 / 750) * 100vw);
  }
  #mayii .whats__example {
    width: 100%;
    max-width: 100%;
    margin-bottom: calc((80 / 750) * 100vw);
  }
  #mayii .whats__example .ttl {
    font-size: calc((32 / 750) * 100vw);
  }
  #mayii .whats__example .ttl img {
    width: calc((200 / 750) * 100vw);
    max-width: 100%;
    margin: calc((-6 / 750) * 100vw) 0 0 calc((20 / 750) * 100vw);
  }
  #mayii .whats__example .txt {
    padding: calc((20 / 750) * 100vw) 0;
    font-size: calc((28 / 750) * 100vw);
  }
  #mayii .whats__example .img {
    width: 100%;
    max-width: 100%;
    overflow-y: scroll;
  }
  #mayii .whats__example .img img {
    width: 1088px;
    height: auto;
  }
  #mayii .info {
    padding: calc((100 / 750) * 100vw) calc((40 / 750) * 100vw);
  }
  #mayii .info .mayii__ttl {
    margin-bottom: calc((80 / 750) * 100vw);
  }
  #mayii .info .mayii__ttl h2 {
    font-size: calc((48 / 750) * 100vw);
  }
  #mayii .info .comingsoon {
    width: 100%;
    max-width: 100%;
    padding: calc((32 / 750) * 100vw);
  }
  #mayii .info .comingsoon__txt {
    font-size: calc((32 / 750) * 100vw);
  }
  #mayii .info .comingsoon__txt span {
    font-size: calc((40 / 750) * 100vw);
  }
  #innovator h2 {
    margin-bottom: calc((180 / 750) * 100vw);
    font-size: calc((54 / 750) * 100vw);
  }
  #innovator h2::after {
    width: calc((4 / 750) * 100vw);
    height: calc((60 / 750) * 100vw);
    margin-top: calc((40 / 750) * 100vw);
  }
  #innovator .about h2 {
    font-size: calc((50 / 750) * 100vw);
  }
  #innovator .about__inner {
    width: 100%;
    max-width: 100%;
    padding: calc((240 / 750) * 100vw) calc((40 / 750) * 100vw);
  }
  #innovator .about__txt {
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #innovator .assault {
    padding: calc((100 / 750) * 100vw) 0;
  }
  #innovator .assault__list {
    width: 100%;
    max-width: 100%;
    padding: 0 calc((40 / 750) * 100vw);
  }
  #innovator .assault__list .ttl {
    margin-bottom: calc((40 / 750) * 100vw);
    padding: calc((10 / 750) * 100vw) calc((24 / 750) * 100vw) 0;
    font-size: calc((48 / 750) * 100vw);
  }
  #innovator .assault__list .txt {
    margin-bottom: calc((60 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #innovator .report__inner {
    width: 100%;
    max-width: 100%;
    padding: calc((200 / 750) * 100vw) 0 calc((440 / 750) * 100vw);
  }
  #innovator .report__list {
    padding: 0 calc((40 / 750) * 100vw);
  }
  #innovator .report__list .item {
    margin-bottom: calc((60 / 750) * 100vw);
    padding: calc((50 / 750) * 100vw);
    -webkit-box-shadow: calc((20 / 750) * 100vw) calc((20 / 750) * 100vw) 0 0 #BEC5FF;
    box-shadow: calc((20 / 750) * 100vw) calc((20 / 750) * 100vw) 0 0 #BEC5FF;
  }
  #innovator .report__list .item .box {
    margin-bottom: calc((60 / 750) * 100vw);
    display: block;
  }
  #innovator .report__list .item .img {
    margin: 0 0 calc((40 / 750) * 100vw);
  }
  #innovator .report__list .item .txt {
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #innovator .illust__01 {
    width: calc((150 / 750) * 100vw);
    max-width: 100%;
    top: calc((-60 / 750) * 100vw);
    left: calc((70 / 750) * 100vw);
  }
  #innovator .illust__02 {
    width: calc((180 / 750) * 100vw);
    max-width: 100%;
    right: calc((120 / 750) * 100vw);
    bottom: calc((-60 / 750) * 100vw);
  }
  #innovator .illust__03 {
    width: calc((300 / 750) * 100vw);
    max-width: 100%;
    top: calc((-80 / 750) * 100vw);
    left: calc((20 / 750) * 100vw);
  }
  #innovator .illust__04 {
    width: calc((340 / 750) * 100vw);
    max-width: 100%;
    right: calc((97 / 750) * 100vw);
    bottom: calc((25 / 750) * 100vw);
  }
  #innovator2 .innovator__inner {
    margin-bottom: calc((140 / 750) * 100vw);
  }
  #innovator2 .innovator__wrap {
    width: calc(100% - ((80 / 750) * 100vw));
    max-width: 100%;
    margin: calc((-140 / 750) * 100vw) auto;
  }
  #innovator2 .about {
    padding: calc((80 / 750) * 100vw) calc((30 / 750) * 100vw) calc((210 / 750) * 100vw);
  }
  #innovator2 .about h2 {
    margin-bottom: calc((50 / 750) * 100vw);
  }
  #innovator2 .about__txt {
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
    text-align: left;
  }
  #innovator2 .assault {
    padding: calc((80 / 750) * 100vw) calc((30 / 750) * 100vw) calc((100 / 750) * 100vw);
  }
  #innovator2 .assault__inner {
    display: block;
  }
  #innovator2 .assault__ttl {
    margin-right: 0;
  }
  #innovator2 .assault__ttl h2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding: calc((168 / 750) * 100vw) 0;
  }
  #innovator2 .assault__ttl h2 span {
    line-height: calc((100 / 750) * 100vw);
  }
  #innovator2 .assault__ttl .ttl__img {
    margin-bottom: calc((80 / 750) * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #innovator2 .assault__ttl .ttl__img01 {
    width: 50%;
    max-width: 50%;
    margin-top: 0;
  }
  #innovator2 .assault__ttl .ttl__img02 {
    width: 50%;
    max-width: 50%;
    position: relative;
    top: 0;
    right: 0;
  }
  #innovator2 .assault__txt .txt__list .item {
    margin-bottom: calc((80 / 750) * 100vw);
  }
  #innovator2 .assault__txt .txt__list .theme {
    width: calc((164 / 750) * 100vw);
    max-width: 100%;
    margin-bottom: calc((44 / 750) * 100vw);
    padding: calc((6 / 750) * 100vw) calc((20 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  #innovator2 .assault__txt .txt__list .theme::after {
    width: calc((24 / 750) * 100vw);
    max-width: 100%;
    height: calc((24 / 750) * 100vw);
    max-height: 100%;
    border: calc((6 / 750) * 100vw) solid #fff;
  }
  #innovator2 .assault__txt .txt__list .ttl {
    margin-bottom: calc((46 / 750) * 100vw);
    font-size: calc((42 / 750) * 100vw);
  }
  #innovator2 .assault__txt .txt__list .txt {
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #innovator2 .report {
    padding: calc((320 / 750) * 100vw) calc((30 / 750) * 100vw) calc((60 / 750) * 100vw);
  }
  #innovator2 .report__txt {
    font-size: calc((32 / 750) * 100vw);
    text-align: left;
  }
  #innovator2 .report__note {
    font-size: calc((28 / 750) * 100vw);
    text-align: left;
  }
  #innovator2 .illust__01 {
    display: none;
  }
  #innovator2 .illust__02 {
    width: calc((170 / 750) * 100vw);
    max-width: 100%;
    right: calc((50 / 750) * 100vw);
    bottom: calc((-215 / 750) * 100vw);
  }
  #innovator2 .illust__03 {
    width: calc((324 / 750) * 100vw);
    max-width: 100%;
    top: calc((-60 / 750) * 100vw);
    left: calc((60 / 750) * 100vw);
  }
  #innovator2 .illust__04 {
    display: none;
  }
  #local h2 {
    margin-bottom: calc((100 / 750) * 100vw);
  }
  #local .about {
    padding: calc((80 / 750) * 100vw) 0 calc((120 / 750) * 100vw);
  }
  #local .about::after {
    height: calc((60 / 750) * 100vw);
    max-height: 100%;
  }
  #local .about__txt {
    margin-bottom: calc((80 / 750) * 100vw);
    padding: 0 calc((40 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #local .buy {
    padding: calc((140 / 750) * 100vw) 0 calc((100 / 750) * 100vw);
  }
  #local .buy h2 {
    font-size: calc((46 / 750) * 100vw);
  }
  #local .buy h2::after {
    width: 90%;
    max-width: 100%;
    height: calc((20 / 750) * 100vw);
    max-height: 100%;
  }
  #local .buy h2 span {
    font-size: calc((54 / 750) * 100vw);
  }
  #local .buy__txt {
    margin-bottom: calc((60 / 750) * 100vw);
    padding: 0 calc((40 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  #local .buy__map {
    width: 100%;
    max-width: 100%;
    margin-bottom: calc((80 / 750) * 100vw);
  }
  #local .buy__box {
    width: 100%;
    max-width: 100%;
    padding: 0 calc((40 / 750) * 100vw);
  }
  #local .buy__box .box__ttl {
    left: 0;
  }
  #local .buy__box .box__ttl::before {
    width: calc((300 / 750) * 100vw);
    max-width: 100%;
    height: calc((207 / 750) * 100vw);
    max-height: 100%;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #local .buy__box .box__ttl h3 {
    margin-bottom: calc((60 / 750) * 100vw);
    padding: calc((30 / 750) * 100vw);
    font-size: calc((46 / 750) * 100vw);
  }
  #local .buy__box .box__ttl h3::after {
    width: 100%;
    max-width: 100%;
    height: calc((20 / 750) * 100vw);
    max-height: 100%;
    bottom: calc((-10 / 750) * 100vw);
  }
  #local .buy__box .box__ttl h3 span {
    margin-right: 0;
    display: block;
    font-size: calc((54 / 750) * 100vw);
  }
  #local .buy__box .box__flex {
    display: block;
  }
  #local .buy__box .box__txt {
    margin-bottom: calc((60 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #local .buy__box .box__flow {
    margin-bottom: calc((40 / 750) * 100vw);
    display: block;
  }
  #local .buy__box .box__flow li {
    margin-bottom: calc((30 / 750) * 100vw);
  }
  #local .buy__box .box__here {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #local .buy__box .box__here .img {
    width: calc((280 / 750) * 100vw);
    max-width: 100%;
    margin: 0 0 calc((10 / 750) * 100vw);
  }
  #local .buy__box .box__here .txt {
    margin-bottom: calc((60 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  #local .buy__box .box__img {
    margin-left: 0;
  }
  #local .recommend {
    padding: calc((180 / 750) * 100vw) calc((40 / 750) * 100vw);
  }
  #local .recommend::before {
    height: calc((60 / 750) * 100vw);
    max-height: 100%;
  }
  #local .recommend > h2::after {
    width: 85%;
    max-width: 100%;
    height: calc((20 / 750) * 100vw);
    max-height: 100%;
  }
  #local .recommend__txt {
    margin-bottom: calc((80 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  #local .recommend__list {
    width: 100%;
    max-width: 100%;
  }
  #local .recommend__list .item {
    padding: calc((50 / 750) * 100vw);
  }
  #local .recommend__list .item__flex {
    display: block;
  }
  #local .recommend__list .item .img {
    width: 100%;
    max-width: 100%;
    margin: 0 0 calc((40 / 750) * 100vw);
  }
  #local .recommend__list .item .tag {
    width: calc((160 / 750) * 100vw);
    max-width: 100%;
    margin-bottom: calc((20 / 750) * 100vw);
    padding: calc((6 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  #local .recommend__list .item .catch {
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #local .recommend__list .item .ttl {
    margin-bottom: calc((20 / 750) * 100vw);
    font-size: calc((36 / 750) * 100vw);
  }
  #local .recommend__list .item .address {
    margin-bottom: calc((20 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  #local .recommend__list .item .txt {
    font-size: calc((32 / 750) * 100vw);
    line-height: calc((54 / 750) * 100vw);
  }
  #local .recommend__list .item .link {
    width: calc((570 / 750) * 100vw);
    font-size: calc((32 / 750) * 100vw);
  }
  #local .illust.vegetable01 {
    width: calc((220 / 750) * 100vw);
    max-width: 100%;
    bottom: calc((-50 / 750) * 100vw);
  }
  #local .illust.fish {
    width: calc((240 / 750) * 100vw);
    max-width: 100%;
    bottom: calc((-100 / 750) * 100vw);
  }
  #local .illust.sake {
    width: calc((160 / 750) * 100vw);
    max-width: 100%;
    top: calc((-60 / 750) * 100vw);
  }
  #local .illust.vegetable02 {
    width: calc((220 / 750) * 100vw);
    max-width: 100%;
    top: calc((-30 / 750) * 100vw);
  }
  #local .swiper-slide {
    width: 100%;
    max-width: 100% !important;
  }
  #local .swiper-pagination {
    bottom: calc((-80 / 750) * 100vw);
  }
  #local .swiper-pagination-bullet {
    width: calc((16 / 750) * 100vw);
    height: calc((16 / 750) * 100vw);
    margin: 0 calc((30 / 750) * 100vw);
  }
  #local .swiper-button-prev, #local .swiper-button-next {
    width: calc((80 / 750) * 100vw);
    height: calc((70 / 750) * 100vw);
  }
  #local .swiper-button-next {
    right: calc((-36 / 750) * 100vw);
  }
  #local .swiper-button-prev {
    left: calc((-36 / 750) * 100vw);
  }
  #food_culture .kv__btn {
    width: 89.6%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #food_culture .kv__btn a {
    font-size: 1.5rem;
  }
  #food_culture .about {
    padding: 15px 5%;
    margin-bottom: 60px;
  }
  #food_culture .about__tit {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  #food_culture .about__txt {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  #food_culture .cntflexbox {
    display: block;
    padding: 0;
  }
  #food_culture .cntflexitem:first-child {
    width: 100%;
    padding-right: 0;
  }
  #food_culture .h2tit {
    font-size: 2.6rem;
  }
  #food_culture .h4tit {
    font-size: 1.6rem;
  }
  #food_culture .cnt01 {
    padding: 20px 0 0;
    width: 90%;
    margin: 0 auto 70px;
  }
  #food_culture .cnt01 .cnt03 {
    padding: 0;
  }
  #food_culture .cnt01__date {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  #food_culture .cnt01 .h2tit {
    margin-bottom: 30px;
  }
  #food_culture .cnt01__img {
    margin-bottom: 20px;
  }
  #food_culture .cnt01__tit {
    margin-bottom: 10px;
  }
  #food_culture .cnt01__txt {
    font-size: 1.4rem;
  }
  #food_culture .cnt02__tit {
    margin-bottom: 0;
  }
  #food_culture .cnt02__inner {
    padding: 0 15px 25px;
  }
  #food_culture .cnt02 .h3tit {
    margin-bottom: 25px;
  }
  #food_culture .cnt02__img {
    margin-bottom: 25px;
  }
  #food_culture .cnt02__innerBox {
    padding-bottom: 25px;
  }
  #food_culture .cnt02__innerBox .h4tit:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #food_culture .cnt02__innerBox .flex-box .h4tit {
    margin-top: 20px;
  }
  #food_culture .cnt02 .h4tit {
    margin-bottom: 20px;
  }
  #food_culture .cnt03 {
    margin-top: 50px;
    margin-bottom: 15px;
    padding: 0 5%;
  }
  #food_culture .cnt03__map {
    margin-top: 50px;
  }
  #food_culture .cnt03__map div.map > div {
    max-width: 100%;
    width: 100% !important;
    height: 500px !important;
  }
  #food_culture .cnt03__tit {
    text-align: center;
    font-size: 2rem;
  }
  #food_culture .cnt03__tit span {
    width: 100%;
  }
  #food_culture .cnt03__tit span::before {
    left: 0;
  }
  #food_culture .cnt03__tit span::after {
    right: 0;
  }
  #food_culture .cnt03__shopName {
    margin-bottom: 14px;
    font-size: 2.0rem;
  }
  #food_culture .cnt03__flexBox {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #food_culture .cnt03__address {
    font-size: 1.2rem;
  }
  #food_culture .cnt03__link {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #food_culture .cnt03__txt {
    font-size: 1.4rem;
  }
  #food_culture .cnt03__cnt {
    padding: 35px 0;
  }
  #food_culture .cnt04 {
    width: 100%;
  }
  #food_culture .cnt04 .covertext {
    font-size: 1.2rem;
  }
  #food_culture .cnt04__box {
    padding: 35px 5% 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 4.2%;
  }
  #food_culture .cnt04__date {
    margin-bottom: 5px;
  }
  #food_culture .cnt04__name {
    font-size: 1.4rem;
  }
  #food_culture .cnt04__img {
    margin-bottom: 5px;
  }
  #food_culture .cnt04__item {
    width: 47.4%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 750.1px) and (max-width: 1366px) {
  main {
    margin-top: calc((84 / 1366) * 100vw);
  }
  .header__inner {
    padding: 0 calc((140 / 1366) * 100vw) 0 calc((40 / 1366) * 100vw);
  }
  .header .logo {
    width: calc((146 / 1366) * 100vw);
    padding: calc((14 / 1366) * 100vw) 0;
  }
  .nav__list > li {
    margin-right: calc((30 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  .nav .login a {
    width: calc((168 / 1366) * 100vw);
    margin-left: calc((20 / 1366) * 100vw);
    padding: calc((30 / 1366) * 100vw) 0;
    font-size: calc((16 / 1366) * 100vw);
  }
  .nav .login a::before {
    width: calc((16 / 1366) * 100vw);
    height: calc((20 / 1366) * 100vw);
    margin-right: calc((14 / 1366) * 100vw);
  }
  .nav .login a::after {
    height: calc((168 / 1366) * 100vw);
    top: calc((-83 / 1366) * 100vw);
  }
  .nav .login a:hover::after {
    height: calc((168 / 1366) * 100vw);
    top: calc((-69 / 1366) * 100vw);
  }
  .nav .login a span {
    font-size: calc((15 / 1366) * 100vw);
  }
  .sns li {
    margin-right: calc((16 / 1366) * 100vw);
  }
  .footer__inner {
    padding: calc((40 / 1366) * 100vw) 0 calc((60 / 1366) * 100vw);
  }
  .footer__info {
    margin-right: calc((150 / 1366) * 100vw);
  }
  .footer__info .logo {
    margin-bottom: calc((14 / 1366) * 100vw);
  }
  .footer__info .txt {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((24 / 1366) * 100vw);
  }
  .footer__nav .nav__list {
    margin-bottom: calc((40 / 1366) * 100vw);
  }
  .footer__nav .privacy {
    font-size: calc((16 / 1366) * 100vw);
  }
  .footer__nav .privacy__txt {
    font-size: calc((16 / 1366) * 100vw);
  }
  .footer .copyright {
    padding-bottom: calc((20 / 1366) * 100vw);
    font-size: calc((12 / 1366) * 100vw);
  }
  h2 {
    margin-bottom: calc((24 / 1366) * 100vw);
    font-size: calc((32 / 1366) * 100vw);
  }
  .more {
    padding: calc((16 / 1366) * 100vw) 0;
    font-size: calc((16 / 1366) * 100vw);
  }
  .link {
    padding: calc((14 / 1366) * 100vw) 0;
    font-size: calc((20 / 1366) * 100vw);
  }
  .link--blank::after {
    width: calc((16 / 1366) * 100vw);
    height: calc((16 / 1366) * 100vw);
    margin-left: calc((8 / 1366) * 100vw);
  }
  .link--arw::after {
    width: calc((10 / 1366) * 100vw);
    height: calc((10 / 1366) * 100vw);
    margin-left: calc((8 / 1366) * 100vw);
  }
  .info {
    margin-bottom: calc((64 / 1366) * 100vw);
    padding: calc((64 / 1366) * 100vw) 0;
  }
  .info__list {
    margin-bottom: calc((40 / 1366) * 100vw);
  }
  .info__list .item {
    margin-bottom: calc((24 / 1366) * 100vw);
  }
  .info__list .time {
    font-size: calc((16 / 1366) * 100vw);
  }
  .info__list .cat {
    margin-right: calc((16 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  .info__list .txt {
    font-size: calc((16 / 1366) * 100vw);
  }
  .info__list .detail {
    margin-left: calc((16 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  .info__list .detail::after {
    width: calc((8 / 1366) * 100vw);
    height: calc((8 / 1366) * 100vw);
    top: calc((-2 / 1366) * 100vw);
  }
  #about .anchor__list .item {
    font-size: calc((16 / 1366) * 100vw);
  }
  #about .anchor__list .item::before {
    border-left: calc((3 / 1366) * 100vw) solid #1D738C;
    border-bottom: calc((3 / 1366) * 100vw) solid #1D738C;
  }
  #about .top {
    padding: calc((60 / 1366) * 100vw) 0 calc((100 / 1366) * 100vw);
  }
  #about .top__inner::after {
    top: calc((140 / 1366) * 100vw);
    right: calc((-120 / 1366) * 100vw);
  }
  #about .top__inner::before {
    top: calc((300 / 1366) * 100vw);
    left: calc((-30 / 1366) * 100vw);
  }
  #about .top__ttl {
    margin-bottom: calc((16 / 1366) * 100vw);
    font-size: calc((32 / 1366) * 100vw);
  }
  #about .top__txt {
    margin-bottom: calc((16 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #about .top__txt:nth-last-of-type(1) {
    margin-bottom: calc((64 / 1366) * 100vw);
  }
  #about .can {
    padding: calc((50 / 1366) * 100vw) 0 calc((80 / 1366) * 100vw);
  }
  #about .can h2 {
    margin-bottom: calc((30 / 1366) * 100vw);
  }
  #about .can__list .item {
    margin-right: calc((16 / 1366) * 100vw);
    padding: calc((30 / 1366) * 100vw) calc((10 / 1366) * 100vw);
  }
  #about .can__list .ttl {
    margin-bottom: calc((20 / 1366) * 100vw);
    font-size: calc((18 / 1366) * 100vw);
  }
  #about .can__list .txt {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((28 / 1366) * 100vw);
  }
  #about .know {
    padding: calc((100 / 1366) * 100vw) 0 calc((80 / 1366) * 100vw);
  }
  #about .know h2 span {
    font-size: calc((16 / 1366) * 100vw);
  }
  #about .know__box {
    margin-bottom: calc((40 / 1366) * 100vw);
    left: calc((-40 / 1366) * 100vw);
  }
  #about .know__img:nth-of-type(1) {
    margin-right: calc((26 / 1366) * 100vw);
  }
  #about .member__inner {
    padding: calc((32 / 1366) * 100vw) 0;
  }
  #about .member .txt {
    margin-right: calc((8 / 1366) * 100vw);
    font-size: calc((32 / 1366) * 100vw);
  }
  .pay .anchor__list {
    padding: calc((50 / 1366) * 100vw) 0;
  }
  .pay .anchor__list .item {
    margin-right: calc((60 / 1366) * 100vw);
  }
  .pay .anchor__list .item a {
    padding-left: calc((24 / 1366) * 100vw);
    font-size: calc((20 / 1366) * 100vw);
  }
  .pay .anchor__list .item a::before {
    border-right: calc((3 / 1366) * 100vw) solid #1D738C;
    border-bottom: calc((3 / 1366) * 100vw) solid #1D738C;
  }
  .pay .about {
    padding: calc((80 / 1366) * 100vw) 0;
  }
  .pay .about__txt {
    margin-bottom: calc((30 / 1366) * 100vw);
    font-size: calc((20 / 1366) * 100vw);
    line-height: calc((40 / 1366) * 100vw);
  }
  .pay .about__ttl p {
    font-size: calc((30 / 1366) * 100vw);
  }
  .pay .about__ttl::before {
    bottom: calc((-5 / 1366) * 100vw);
  }
  .pay .feature {
    padding: calc((100 / 1366) * 100vw) 0;
  }
  .pay .feature h2 {
    margin-bottom: calc((70 / 1366) * 100vw);
  }
  .pay .feature__list .item {
    margin: 0 0 calc((16 / 1366) * 100vw);
    padding: calc((10 / 1366) * 100vw);
    font-size: calc((24 / 1366) * 100vw);
  }
  .pay .feature__list .item span {
    font-size: calc((14 / 1366) * 100vw);
  }
  .pay .feature__link .item:nth-of-type(1) {
    margin-right: calc((50 / 1366) * 100vw);
  }
  .pay .feature__link .item .img {
    margin-left: calc((16 / 1366) * 100vw);
  }
  .pay .campaign {
    padding: calc((100 / 1366) * 100vw) 0 0;
  }
  .pay .campaign h2 {
    margin-bottom: calc((70 / 1366) * 100vw);
  }
  .pay .campaign__txt {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  .pay .campaign__list {
    margin: calc((40 / 1366) * 100vw) 0 calc((70 / 1366) * 100vw);
  }
  .pay .campaign__list .item {
    margin: 0 calc((35 / 1366) * 100vw);
  }
  .pay .campaign__list .ttl {
    margin-bottom: calc((10 / 1366) * 100vw);
    padding: calc((27 / 1366) * 100vw) calc((12 / 1366) * 100vw) 0;
    font-size: calc((32 / 1366) * 100vw);
  }
  .pay .campaign__list .price {
    padding-bottom: calc((30 / 1366) * 100vw);
    font-size: calc((69 / 1366) * 100vw);
  }
  .pay .campaign__top p {
    font-size: calc((24 / 1366) * 100vw);
  }
  .pay .campaign__box {
    font-size: calc((28 / 1366) * 100vw);
  }
  .pay .campaign__box span {
    font-size: calc((20 / 1366) * 100vw);
  }
  .pay .campaign__notice {
    font-size: calc((16 / 1366) * 100vw);
  }
  .pay .campaign__txt {
    font-size: calc((20 / 1366) * 100vw);
    line-height: calc((40 / 1366) * 100vw);
  }
  .pay .campaign__txt span {
    font-size: calc((26 / 1366) * 100vw);
  }
  .pay .campaign__bottom {
    font-size: calc((28 / 1366) * 100vw);
  }
  .pay .howto {
    padding: calc((100 / 1366) * 100vw) 0;
  }
  .pay .howto__txt {
    margin: calc((30 / 1366) * 100vw) 0 calc((60 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  .pay .howto__list .item {
    margin-right: calc((77 / 1366) * 100vw);
  }
  .pay .howto__list .ttl {
    margin-bottom: calc((30 / 1366) * 100vw);
    padding-left: calc((54 / 1366) * 100vw);
    font-size: calc((20 / 1366) * 100vw);
  }
  .pay .howto__list .ttl::after {
    left: calc((18 / 1366) * 100vw);
  }
  .pay .howto__list .txt {
    min-height: calc((50 / 1366) * 100vw);
    margin-bottom: calc((20 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((24 / 1366) * 100vw);
  }
  .pay .summary__table th {
    font-size: calc((16 / 1366) * 100vw);
  }
  .pay .summary__table td {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  .pay .shop {
    padding-top: calc((70 / 1366) * 100vw);
  }
  .pay .shop h2 {
    margin-bottom: calc((50 / 1366) * 100vw);
  }
  .pay .shop__txt {
    margin-bottom: calc((50 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  .pay .shop__box {
    margin-bottom: calc((50 / 1366) * 100vw);
    padding: calc((20 / 1366) * 100vw) 0;
  }
  .pay .shop__pdf {
    font-size: calc((16 / 1366) * 100vw);
  }
  .pay .business {
    padding: calc((100 / 1366) * 100vw) 0;
  }
  .pay .business h2 {
    margin-bottom: calc((70 / 1366) * 100vw);
  }
  .pay .business__txt {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  .pay .faq {
    padding: calc((100 / 1366) * 100vw) 0;
  }
  .pay .faq h2 {
    margin-bottom: calc((70 / 1366) * 100vw);
  }
  .pay .faq__list .item {
    margin-bottom: calc((20 / 1366) * 100vw);
  }
  .pay .faq__list .ttl {
    padding: calc((30 / 1366) * 100vw) calc((70 / 1366) * 100vw) calc((30 / 1366) * 100vw) calc((50 / 1366) * 100vw);
  }
  .pay .faq__list .ttl::after {
    border-right: calc((2 / 1366) * 100vw) solid #fff;
    border-bottom: calc((2 / 1366) * 100vw) solid #fff;
    right: calc((50 / 1366) * 100vw);
  }
  .pay .faq__list .ttl p {
    padding-left: calc((46 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  .pay .faq__list .ttl p::before {
    font-size: calc((24 / 1366) * 100vw);
    top: calc((-6 / 1366) * 100vw);
  }
  .pay .faq__list .txt {
    padding: calc((30 / 1366) * 100vw) calc((50 / 1366) * 100vw);
  }
  .pay .faq__list .txt p {
    padding-left: calc((46 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  .pay .faq__list .txt p::before {
    font-size: calc((24 / 1366) * 100vw);
  }
  #mayii .mayii__ttl {
    margin-bottom: calc((60 / 1366) * 100vw);
  }
  #mayii .mayii__ttl h2::before {
    top: calc((-28 / 1366) * 100vw);
    left: calc((-48 / 1366) * 100vw);
  }
  #mayii .mayii__link {
    padding: calc((30 / 1366) * 100vw) 0 calc((14 / 1366) * 100vw);
    font-size: calc((20 / 1366) * 100vw);
  }
  #mayii .mayii__link::after {
    top: calc((30 / 1366) * 100vw);
    right: calc((31 / 1366) * 100vw);
  }
  #mayii .whats {
    padding: calc((80 / 1366) * 100vw) 0;
  }
  #mayii .whats__catch {
    font-size: calc((16 / 1366) * 100vw);
  }
  #mayii .whats__catch span {
    font-size: calc((20 / 1366) * 100vw);
  }
  #mayii .whats__txt {
    margin-bottom: calc((60 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #mayii .whats__txt span {
    font-size: calc((20 / 1366) * 100vw);
  }
  #mayii .whats__box {
    margin-bottom: calc((80 / 1366) * 100vw);
  }
  #mayii .whats__example {
    margin-bottom: calc((80 / 1366) * 100vw);
    padding: calc((30 / 1366) * 100vw) 0 0;
  }
  #mayii .whats__example .ttl {
    font-size: calc((16 / 1366) * 100vw);
  }
  #mayii .info {
    padding: calc((80 / 1366) * 100vw) 0 calc((100 / 1366) * 100vw);
  }
  #mayii .info .comingsoon {
    padding: calc((32 / 1366) * 100vw);
  }
  #mayii .info .comingsoon__txt {
    font-size: calc((16 / 1366) * 100vw);
  }
  #mayii .info .comingsoon__txt span {
    font-size: calc((30 / 1366) * 100vw);
  }
  #innovator h2 {
    margin-bottom: calc((90 / 1366) * 100vw);
    font-size: calc((32 / 1366) * 100vw);
  }
  #innovator h2::after {
    width: calc((2 / 1366) * 100vw);
    height: calc((30 / 1366) * 100vw);
    margin-top: calc((20 / 1366) * 100vw);
  }
  #innovator .about__inner {
    padding: calc((120 / 1366) * 100vw) 0;
  }
  #innovator .about__txt {
    font-size: calc((18 / 1366) * 100vw);
    line-height: calc((36 / 1366) * 100vw);
  }
  #innovator .assault {
    padding: calc((120 / 1366) * 100vw) 0;
  }
  #innovator .assault__list .ttl {
    margin-bottom: calc((20 / 1366) * 100vw);
    font-size: calc((28 / 1366) * 100vw);
  }
  #innovator .assault__list .txt {
    margin-bottom: calc((40 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #innovator .report__inner {
    padding: calc((100 / 1366) * 100vw) 0 calc((220 / 1366) * 100vw);
  }
  #innovator .report__list .item {
    margin-bottom: calc((30 / 1366) * 100vw);
    padding: calc((50 / 1366) * 100vw);
    -webkit-box-shadow: calc((10 / 1366) * 100vw) calc((10 / 1366) * 100vw) 0 0 #BEC5FF;
    box-shadow: calc((10 / 1366) * 100vw) calc((10 / 1366) * 100vw) 0 0 #BEC5FF;
  }
  #innovator .report__list .item .box {
    margin-bottom: calc((30 / 1366) * 100vw);
  }
  #innovator .report__list .item .img {
    margin-right: calc((14 / 1366) * 100vw);
  }
  #innovator .report__list .item .txt {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #innovator .illust__01 {
    top: calc((-80 / 1366) * 100vw);
    left: calc((-60 / 1366) * 100vw);
  }
  #innovator .illust__02 {
    bottom: calc((-100 / 1366) * 100vw);
  }
  #innovator .illust__03 {
    top: calc((-90 / 1366) * 100vw);
    left: calc((-94 / 1366) * 100vw);
  }
  #innovator .illust__04 {
    right: calc((20 / 1366) * 100vw);
    bottom: calc((25 / 1366) * 100vw);
  }
  #innovator2 .innovator__inner {
    margin-bottom: calc((90 / 1366) * 100vw);
  }
  #innovator2 .innovator__wrap {
    margin: calc((-90 / 1366) * 100vw) auto;
  }
  #innovator2 .about {
    padding: calc((50 / 1366) * 100vw) 0 calc((60 / 1366) * 100vw);
  }
  #innovator2 .about h2 {
    margin-bottom: calc((50 / 1366) * 100vw);
  }
  #innovator2 .about__txt {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #innovator2 .assault {
    padding: calc((50 / 1366) * 100vw) calc((36 / 1366) * 100vw) calc((80 / 1366) * 100vw);
  }
  #innovator2 .assault__ttl {
    margin-right: calc((40 / 1366) * 100vw);
  }
  #innovator2 .assault__ttl h2 {
    padding: calc((100 / 1366) * 100vw) 0 0;
  }
  #innovator2 .assault__ttl h2 span {
    line-height: calc((60 / 1366) * 100vw);
  }
  #innovator2 .assault__ttl .ttl__img01 {
    margin-top: calc((170 / 1366) * 100vw);
  }
  #innovator2 .assault__ttl .ttl__img02 {
    top: calc((304 / 1366) * 100vw);
    right: calc((32 / 1366) * 100vw);
  }
  #innovator2 .assault__txt .txt__list .item {
    margin-bottom: calc((60 / 1366) * 100vw);
  }
  #innovator2 .assault__txt .txt__list .theme {
    margin-bottom: calc((16 / 1366) * 100vw);
    padding: calc((3 / 1366) * 100vw) calc((14 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  #innovator2 .assault__txt .txt__list .theme::after {
    border: calc((3 / 1366) * 100vw) solid #fff;
    top: calc((-10 / 1366) * 100vw);
    right: calc((-10 / 1366) * 100vw);
  }
  #innovator2 .assault__txt .txt__list .ttl {
    margin-bottom: calc((34 / 1366) * 100vw);
    font-size: calc((28 / 1366) * 100vw);
  }
  #innovator2 .assault__txt .txt__list .txt {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #innovator2 .report {
    padding: calc((50 / 1366) * 100vw) 0;
  }
  #innovator2 .report__txt {
    font-size: calc((16 / 1366) * 100vw);
  }
  #innovator2 .report__note {
    font-size: calc((14 / 1366) * 100vw);
  }
  #innovator2 .illust__01 {
    top: calc((40 / 1366) * 100vw);
    left: calc((-55 / 1366) * 100vw);
  }
  #innovator2 .illust__02 {
    right: calc((-30 / 1366) * 100vw);
    bottom: calc((-30 / 1366) * 100vw);
  }
  #innovator2 .illust__03 {
    top: calc((-162 / 1366) * 100vw);
    left: calc((-80 / 1366) * 100vw);
  }
  #innovator2 .illust__04 {
    top: calc((-55 / 1366) * 100vw);
    right: calc((-95 / 1366) * 100vw);
  }
  #local h2 {
    margin-bottom: calc((50 / 1366) * 100vw);
  }
  #local .about {
    padding: calc((60 / 1366) * 100vw) 0 calc((140 / 1366) * 100vw);
  }
  #local .about__txt {
    margin-bottom: calc((70 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #local .buy {
    padding: calc((50 / 1366) * 100vw) 0;
  }
  #local .buy h2 {
    font-size: calc((28 / 1366) * 100vw);
  }
  #local .buy h2 span {
    font-size: calc((32 / 1366) * 100vw);
  }
  #local .buy__txt {
    margin-bottom: calc((60 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  #local .buy__box .box__ttl {
    left: calc((-100 / 1366) * 100vw);
  }
  #local .buy__box .box__ttl::before {
    margin-right: calc((30 / 1366) * 100vw);
    top: calc((50 / 1366) * 100vw);
  }
  #local .buy__box .box__ttl h3 {
    margin-bottom: calc((40 / 1366) * 100vw);
    padding: calc((18 / 1366) * 100vw) 0;
    font-size: calc((24 / 1366) * 100vw);
  }
  #local .buy__box .box__ttl h3 span {
    font-size: calc((36 / 1366) * 100vw);
  }
  #local .buy__box .box__txt {
    margin-bottom: calc((40 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #local .buy__box .box__here .txt {
    font-size: calc((16 / 1366) * 100vw);
  }
  #local .buy__box .box__img {
    margin-left: calc((50 / 1366) * 100vw);
  }
  #local .recommend {
    padding: calc((180 / 1366) * 100vw) 0;
  }
  #local .recommend__txt {
    margin-bottom: calc((50 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  #local .recommend__list .item {
    padding: calc((50 / 1366) * 100vw);
  }
  #local .recommend__list .item .img {
    margin-right: calc((40 / 1366) * 100vw);
  }
  #local .recommend__list .item .tag {
    margin-bottom: calc((20 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  #local .recommend__list .item .catch {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #local .recommend__list .item .ttl {
    margin-bottom: calc((20 / 1366) * 100vw);
    font-size: calc((24 / 1366) * 100vw);
  }
  #local .recommend__list .item .address {
    margin-bottom: calc((20 / 1366) * 100vw);
    font-size: calc((16 / 1366) * 100vw);
  }
  #local .recommend__list .item .txt {
    font-size: calc((16 / 1366) * 100vw);
    line-height: calc((32 / 1366) * 100vw);
  }
  #local .recommend__list .item .link {
    font-size: calc((16 / 1366) * 100vw);
  }
  #local .illust.vegetable01 {
    bottom: calc((-30 / 1366) * 100vw);
  }
  #local .illust.fish {
    bottom: calc((-110 / 1366) * 100vw);
  }
  #local .illust.sake {
    top: calc((-60 / 1366) * 100vw);
  }
  #local .illust.vegetable02 {
    top: calc((-30 / 1366) * 100vw);
  }
  #local .swiper-pagination {
    bottom: calc((-70 / 1366) * 100vw);
  }
  #local .swiper-pagination-bullet {
    margin: 0 calc((25 / 1366) * 100vw);
  }

  .company__summary dt,
  .company__summary dd{
    font-size: calc((16 / 1366) * 100vw);
  }
}

/* 24_0126改修 */
.policy__pdf{
  p{
    font-weight: bold; 
    text-align: center;
    font-size: 16px;
  }
  a{
    display: block;
    width: 330px;
    margin: 30px auto 0px;
  }
}
/* 24/0130改修 */
.policy__txt {
  margin-bottom: 1em;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.policy__txt.indentNone{
  text-indent: 0em;
  padding-left: 1em;
}
/* 24_0126改修 */
.policy dd p{
  margin-bottom: 1em;
}
.policy .policy__ttl02{
  margin-bottom: 1em;
  font-weight: bold;
}

.policy .policy__ttl03{
  margin-bottom: 1em;
  font-weight: bold;
  counter-increment: num 1;
}

.policy .policy__ttl03::before{
  content: "("counter(num)")";
}

@media screen and (max-width: 767px){
  .policy .policy__ttl02{
    margin-bottom: spvw(32);
    font-size: spvw(32);
  }
}

.policy h3 {
  margin-bottom: calc((50 / 32) * 1em);
  font-size: 32px;
  text-align: center;
}

.policy .policy__listHead{
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

.policy .numlist__txt.numlist_cr3::before{
  counter-reset: numlist 3;
}

.policy .numlist__txt.numlist_cr4::before{
  counter-reset: numlist 4;
}

.policy .numlist02 {
  counter-reset: numlist02;
}

.policy .numlist__txt02 {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 32px;
}

.policy .numlist__txt02::before {
  counter-increment: numlist02;
  content: counter(numlist02);
  padding-right: 0.5em;
}

.policy .numlist03 {
  counter-reset: numlist03;
  padding-left: 0.8em;
}

.policy .numlist__txt03 {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 32px;
}

.policy .numlist__txt03::before {
  counter-increment: numlist03;
  content: counter(numlist03, katakana);
  padding-right: 0.5em;
}

.policy .numlist04 {
  counter-reset: numlist04;
  padding-left: 0.8em;
}

.policy .numlist__txt04 {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.4em;
  text-indent: -1em;
  line-height: 32px;
}

.policy .numlist__txt04::before {
  counter-increment: numlist04;
  content: counter(numlist04);
  padding-right: 0.7em;
  font-size: 14px;
}
.policy .numlist__txt04::after{
  content: '';
  position: absolute;
  border: 0.1px solid;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  top: 8px;
  left: 1.5px;
}

.policy .numlist--style{
  padding-left: 2em;
  margin-bottom: 1em;
  > li{
    list-style: disc;
    margin-top: 0.5em;
  }
}

.policy .policy__dtl ul{
  margin-bottom: 1em;
}

.policy .policy__hor{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.policy .policy__information--cole{
  margin-bottom: 1em;
}

.policy__annotation{
  padding-left: 1em;
  margin-bottom: 1em;
  p{
    margin-bottom: 0.5em;
  }
  ul{
    padding-left: 2em;
    li{
      list-style: disc;
    }
  }
}

.policy .numlist05{
  padding-left: 1em;

  li{
    margin-bottom: 1em;
  }
}


@media screen and (min-width: 750.1px) and (max-width: 1185px) {
  .header__inner {
    padding-right: 0;
  }
}

@media screen and (min-width: 750.1px) {
  .nav__list > li::after {
    content: "";
    width: 0;
    display: block;
    border-bottom: 1px solid #474747;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .nav__list > li:hover::after {
    width: 100%;
  }
  .footer__nav .privacy__txt::after {
    content: "";
    width: 0;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .footer__nav .privacy__txt:hover::after {
    width: 100%;
  }
  .link--right {
    margin: 0 0 0 auto !important;
  }
  .pay .feature__list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .pay .campaign__box span:nth-of-type(2) {
    margin-right: 1em;
  }
  .pay .howto__list .txt {
    min-height: 50px;
  }
  #local .swiper-slide {
    max-width: calc((908 / 1366) * 100vw) !important;
  }
}

@media screen and (min-width: 750.1px) and (max-width: 1020px) {
  .info__list {
    width: calc((900 / 1366) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #food_culture .cnt01 .cnt01__innerBox + .cnt01__innerBox {
    padding-top: 45px;
  }
}

#food_culture .cnt05 {
  width: 100%;
  margin-bottom: 90px;
}

#food_culture .cnt05 .h2tit {
  text-align: center;
  margin-bottom: 30px;
}

#food_culture .cnt05 .comingsoonTxt {
  font-size: 2rem;
  color: #ada8a0;
  padding: 40px 0 0px;
  text-align: center;
  border-top: 1px solid #ada8a0;
  margin-top: 30px;
}

#food_culture .cnt05 .covertext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
}

#food_culture .cnt05__box {
  background: #f9f5ec;
  padding: 35px 5% 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4.2%;
}

#food_culture .cnt05__date {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

#food_culture .cnt05__name {
  font-size: 1.4rem;
}

#food_culture .cnt05__img {
  margin-bottom: 5px;
  position: relative;
}

#food_culture .cnt05 {
    margin-bottom: 90px;
  }

#food_culture .cnt05__item {
  margin-bottom: 20px;
  width: 47.4%;
}

@media screen and (max-width: 750px) {
#food_culture .cnt05 {
    margin-bottom: 15px;
  }
}

#food_culture .flex-box {
  display: flex;
  justify-content: space-between;
}

#food_culture .flex-box .flex-box__item {
  width: 49%;
}

@media screen and (max-width: 750px) {
  #food_culture .flex-box {
    display: flex;
    flex-direction: column;
  }
  
  #food_culture .flex-box .flex-box__item {
    width: 100%;
  }  
}

#innovator2 .info__list .item__inner .txt{
  display: block;
}
#innovator2 .info__list .item__inner .img{
  width: 300px;
  margin-left: 2em;
  flex-shrink: 0;
}
#innovator2 .info__list .item__inner .detail{
  margin: 1em 0;
}
#innovator2 .info__list .item__inner .area{
  padding: .2em 1em .3em;
  color: #fff;
  background: #9589f9;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1.5;
}

#mayii .mayii__ttl{
  margin-bottom: 5em!important;
}
#mayii .info__txt{
  margin-bottom: 3em;
  text-align: center;
}
#mayii .info__list{
  width: calc((1088 / 1366) * 100vw);
  max-width: 1088px;
  display: flex;
  flex-wrap: wrap;
}
#mayii .info__list .item{
  width: 519px;
  margin: 0 50px 50px 0;
  flex-shrink: 0;
}
#mayii .info__list .item:nth-of-type(2n){
  margin-right: 0;
}
#mayii .info__list .item__inner{
  display: block;
}
#mayii .info__list .item__inner .txt{
  margin-bottom: 2em;
  display: block;
}
#mayii .info__list .item__inner .txt .detail{
  margin: .8em 0;
  color: #FF58C2;
}
#mayii .info__list .item__inner .txt .detail::after{
  border-right: 2px solid #FF58C2;
  border-bottom: 2px solid #FF58C2;
}
#mayii .info__list .item__inner .img{
  width: 100%;
  height: 292px;
  border-radius: 20px;
  overflow: hidden;
}
#mayii .info__list .item__inner .img img{
  border-radius: 20px;
  object-fit: cover;
}
#mayii .info__list .item__inner .area{
  padding: .2em 1em .3em;
  color: #fff;
  background: #FFB02D;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1.5;
}

.top .place2b .more{
  width: calc((280 / 1366) * 100vw);
  max-width: 280px;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 1366px) {
  #innovator2 .info__list{
    width: calc((740 / 1366) * 100vw);
  } 
  #innovator2 .info__list .item__inner .img{
    width: calc((300 / 1366) * 100vw);
  } 
  #innovator2 .info__list .item__inner .area{
    font-size: calc((14 / 1366) * 100vw);
    border-radius: calc((100 / 1366) * 100vw);
  }

  #mayii .info__txt{
    font-size: calc((16 / 1366) * 100vw);
  }
  #mayii .info__list .item{
    width: calc((519 / 1366) * 100vw);
    margin: 0 calc((50 / 1366) * 100vw) calc((50 / 1366) * 100vw) 0;
  }
  #mayii .info__list .item__inner .img{
    height: calc((292 / 1366) * 100vw);
  }
  #mayii .info__list .item__inner .area{
    font-size: calc((14 / 1366) * 100vw);
    border-radius: calc((100 / 1366) * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #innovator2 .info__list{
    width: 100%;
  } 
  #innovator2 .info__list .item__inner .img{
    width: 100%;
    margin: calc((30 / 750) * 100vw) 0 0;
  } 
  #innovator2 .info__list .item__inner .area{
    font-size: calc((24 / 750) * 100vw);
    border-radius: calc((200 / 750) * 100vw);
  }

  #mayii .mayii__ttl{
    margin-bottom: calc((120 / 750) * 100vw)!important;
  }
  #mayii .info__txt{
    font-size: calc((28 / 750) * 100vw);
    text-align: left;
  }
  #mayii .info__list{
    width: 100%;
  }
  #mayii .info__list .item{
    width: 100%;
    margin: 0 0 calc((100 / 750) * 100vw);
  }
  #mayii .info__list .item__inner .img{
    height: calc((379 / 750) * 100vw);
    border-radius: calc((40 / 750) * 100vw);
  }
  #mayii .info__list .item__inner .img img{
    border-radius: calc((40 / 750) * 100vw);
  }
  #mayii .info__list .item__inner .area{
    font-size: calc((24 / 750) * 100vw);
    border-radius: calc((200 / 750) * 100vw);
  }

  .top .place2b .more{
    width: calc((520 / 750) * 100vw);
    max-width: 100%;
  }
}

.btn_pp {
  color: #1d738c;
}

main {
  margin-top: 0px !important;
}

@media screen and (max-width: 860px) {
  main {
    margin-top: 0 !important;
  }
  
  .policy__inner {
    padding-top: 0 !important;
  }
}