@charset "UTF-8";

/* CSS Document */

/* スキップリンクのスタイル */
.skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  width: auto;
  height: auto;
  overflow: visible;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
li {
  list-style-type: none;
}

sup {
  font-size: 75%;
  vertical-align: super;
}

input[type="submit"],
input[type="button"],
input[type="text"],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  width: 100%;
  box-sizing: border-box;
}

table * {
  box-sizing: border-box;
  max-width: 100%;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

@font-face {
  font-family: "游ゴシック";
  font-display: swap;
}

html {
  color: #3d414d;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background-color: #f2f7fa;
  overflow-x: hidden;
}

.myfont {
  font-family: 'Bayon', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  max-width: 100%;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  background-color: #f2f7fa;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  line-height: 1.5
}

li,
ul {
  list-style: none;
  padding: 0
}

img {
  max-width: 100%;
  height: auto
}

a img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

a img:hover {
  opacity: .7
}

a {
  cursor: pointer;
  text-decoration: none
}

section {
  position: relative;
  padding: 50px 0 80px
}

@media screen and (min-width:641px) {
  section {
    padding: 100px 0 130px
  }
}

@media screen and (min-width:641px) {
  .sp-mode {
    display: none !important
  }
}

@media print {
  .sp-mode {
    display: none
  }
}

@media screen and (min-width:769px) {
  .tab-mode {
    display: none
  }
}

@media screen and (max-width: 40em) {
  .pc-mode {
    display: none !important
  }
}

@media print {
  .pc-mode {
    display: block
  }
}

.clearfix {
  *zoom: 1
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.cont__inner {
  width: 95%;
  margin: 0 auto
}

@media screen and (min-width:641px) {
  .cont__inner {
    max-width: 1000px;
  }

  .plan__inner {
    width: 90%;
    max-width: 1450px;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 0.9375rem;
    box-shadow: 0.5rem 0.5rem 3rem 0 rgba(243, 106, 58, 0.2);
  }

  .deco {
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 10.5rem;
    height: 10.5rem;
    max-width: 130px;
    max-height: 130px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #333;
  }


}

.cont__en {
  font-size: 6.4vw;
  color: #f9b233;
  font-family: 'Bayon', sans-serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em
}

@media screen and (min-width:641px) {
  .cont__en {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1.75
  }
}

.cont__en--yellow {
  color: #f7c257
}

.cont__ttl {
  font-size: 6vw;
  text-align: center
}

@media screen and (min-width:641px) {
  .cont__ttl {
    font-size: 34px;
    font-size: 2.42857rem
  }
}

.cont__ttl--orange {
  color: #ff8c03
}

.cont__ttl--green {
  color: #00b900;
}

.cont__ttl--blue {
  color: #3498db;
}

.cont__ttl--red {
  color: #ff6b6b;
}

.cont__ttl--large-bold {
  font-weight: bold;
  font-size: 2em;
}

@media screen and (max-width: 768px) {
  .cont__ttl--large-bold {
    font-size: 1.5em;
  }
}

.cont__ttl--large {
  font-size: 2em;
  line-height: 1
}

.cont__ttl--white {
  color: #fff
}

.cont__sttl {
  font-size: 4.26667vw;
  font-weight: bold;
  text-align: center
}

@media screen and (min-width:641px) {
  .cont__sttl {
    font-size: 20px;
    font-size: 1.42857rem
  }
}

.cont__sttl span {
  font-size: .6em
}

@media screen and (min-width:641px) {
  .cont__txt {
    font-size: 16px;
    font-size: 1.14286rem
  }
}

.cont__txt--center {
  text-align: center
}

.cont__txt span {
  font-weight: bold
}

.cont__imgarea {
  text-align: center;
  position: relative;
  overflow: visible;
}

.cont__imgarea img.abso {
  vertical-align: bottom;

}

.cont__imgarea img.abso {
  position: absolute;
  top: -50px;
  width: 100px;
}

.cont__arrow {
  position: absolute;
  margin: 0 auto;
  top: 96%;
  left: 0;
  right: 0;
  z-index: 10
}

.kv {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.kv.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* メニューが開いたときは常に表示 */
.kv.menu-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

@media screen and (min-width:641px) {
  .kv {
    height: 80px
  }
}

@media screen and (min-width:1080px) {
  .kv {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
  }
}

.kv__btn {
  position: relative;
  background: #f9b233;
  margin-left: auto;
  padding: 15px 10px;
  width: 60px;
  height: 100%
}

@media screen and (min-width:641px) {
  .kv__btn {
    padding: 25px 20px;
    width: 80px
  }
}

@media screen and (min-width:1080px) {
  .kv__btn {
    display: none
  }
}

.kv__btn:after {
  font-size: 14px;
  font-size: 1rem;
  position: absolute;
  content: 'MENU';
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 5px
}

@media screen and (min-width:641px) {
  .kv__btn:after {
    font-size: 16px;
    font-size: 1.14286rem;
    bottom: 12px
  }
}

.kv__btn.open {
  background: #3d414d
}

.kv__btn.open:after {
  content: 'CLOSE'
}

.kv__bararea {
  position: relative;
  height: 20px
}

.kv__bar {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (min-width:641px) {
  .kv__bar {
    height: 3px
  }
}

.kv__bar:first-of-type {
  top: 0
}

.kv__bar:nth-of-type(2) {
  margin: auto 0;
  top: 0;
  bottom: 0
}

.kv__bar:nth-of-type(3) {
  bottom: 0
}

.kv__bar.open:first-of-type {
  margin: auto 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.kv__bar.open:nth-of-type(2) {
  opacity: 0
}

.kv__bar.open:nth-of-type(3) {
  margin: auto 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}


.kv__inner {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  max-width: 1080px;
  width: 100%;
  margin: 0 auto
}

@media screen and (max-width: 67.4375em) {
  .kv__inner {
    position: fixed;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    right: 0;
    z-index: 1000;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
  }

  .kv__inner.open {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
  }
}

@media screen and (min-width:1080px) {
  .kv__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.kv__item {
  position: relative;
  width: 100%
}

@media screen and (min-width:1080px) {
  .kv__item--mb {
    display: none
  }
}

.kv__item--mb:after {
  display: none !important
}

@media screen and (max-width: 67.4375em) {
  .kv__item--pc {
    display: none
  }
}

@media screen and (max-width: 67.4375em) {
  .kv__item:after {
    position: absolute;
    content: '';
    display: block;
    background: #eee;
    margin: 0 auto;
    width: 88%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
  }
}

.kv__link {
  display: block;
  background: #fff;
  color: #3d414d;
  font-weight: bold;
  text-align: center;
  padding: 20px 60px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (min-width:641px) {
  .kv__link {
    font-size: 20px;
    font-size: 1.42857rem;
    padding: 30px 90px
  }
}

@media screen and (min-width:1080px) {
  .kv__link {
    font-size: 14px;
    font-size: 1rem;
    padding: 25px 0
  }
}

@media screen and (min-width:769px) {
  .kv__link:hover {
    background: #3d414d;
    color: #fff
  }
}

.kv__link--doc {
  background: #ff0034;
  color: #fff
}

@media screen and (min-width:1079px) {
  .kv__link--doc {
    padding: 23px 0;
    border: 2px solid #ff0034
  }

  .kv__link--doc:hover {
    background: #fff;
    color: #ff0034
  }
}

.kv__link--contact {
  background: #00b900;
  color: #fff
}

@media screen and (min-width:1079px) {
  .kv__link--contact {
    padding: 23px 0;
    border: 2px solid #00b900
  }

  .kv__link--contact:hover {
    background: #fff;
    color: #00b900
  }
}

.kv__link i {
  margin-right: 5px
}

.promotion {
  padding: 0
}

.promotion__kv {
  background: #37474f;
  padding: 15px 0 10px
}

@media screen and (min-width:641px) {
  .promotion__kv {
    padding: 25px 0
  }
}


.promotion__ttl {
  font-size: 5.33333vw;
  color: #fff;
  text-align: center
}

@media screen and (min-width:641px) {
  .promotion__ttl {
    font-size: 34px;
    font-size: 2.42857rem
  }
}

.promotion__ttl span {
  font-size: 1.5em;
  line-height: 1
}

.promotion__main {
  position: relative;
  background-color: #f9b233;
  padding: 30px 0;
  border-top: 5px solid #ff8c03;
  border-bottom: 5px solid #ff8c03
}

@media screen and (min-width:641px) {
  .promotion__main {
    padding: 45px 0 40px
  }
}

.promotion__bar {
  position: absolute;
  margin: 0 auto;
  max-width: 67%;
  left: 0;
  right: 0
}

.promotion__bar--top {
  top: 0
}

.promotion__bar--btm {
  bottom: 0
}

.promotion__flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 35px;
  max-width: 600px
}

@media screen and (min-width:641px) {
  .promotion__flx {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.promotion__priceflx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.promotion__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 3px;
  width: 100%
}

@media screen and (min-width:641px) {
  .promotion__circle {
    border-radius: 50%;
    margin-bottom: 0;
    padding: 0;
    width: 120px;
    height: 120px
  }
}

.promotion__orange {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #f9b233;
  font-weight: bold;
  line-height: 1.2;
  text-align: center
}

.promotion__pricearea {
  min-width: 150px;
}

@media screen and (max-width: 640px) {
  .promotion__pricearea {
    min-width: auto;
    flex: 1 1 auto;
  }

  .promotion__priceflx {
    gap: 10px;
    padding: 0 10px;
  }
}

@media screen and (min-width:641px) {
  .promotion__pricearea {
    margin-left: 40px
  }
}

.promotion__pricearea:nth-child(2) {
  margin-left: 20px
}

.promotion__pricettl {
  font-size: 16px;
  font-size: 1.14286rem;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
  padding: 8px 20px;
  border: 1px solid #fff;
  white-space: nowrap
}

@media screen and (min-width:641px) {
  .promotion__pricettl {
    padding: 8px 0;
    white-space: inherit
  }
}

@media screen and (min-width:641px) {
  .promotion__priceimg img {
    margin: 0 30px
  }
}

@media screen and (min-width:641px) {
  .promotion__priceimg--l img {
    margin: 0 20px;
    width: 180px;
  }
}

.promotion__sttl {
  font-size: 18px;
  font-size: 1.28571rem;
  color: #fff;
  text-align: center;
  margin-bottom: 15px
}

@media screen and (min-width:641px) {
  .promotion__sttl {
    font-size: 28px;
    font-size: 2rem
  }
}

.promotion__sttl img {
  vertical-align: sub;
  margin: 0 3px;
  width: 6px
}

@media screen and (min-width:641px) {
  .promotion__sttl img {
    vertical-align: text-top;
    margin: 0 8px;
    width: 8px
  }
}

.promotion__block {
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 30px 20px 30px
}

@media screen and (min-width:641px) {
  .promotion__block {
    padding: 30px 60px 40px
  }
}

.promotion__ssttl {
  font-size: 4.26667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px
}

@media screen and (min-width:641px) {
  .promotion__ssttl {
    font-size: 20px;
    font-size: 1.42857rem
  }
}

@media screen and (min-width:769px) {
  .promotion__ssttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.75
  }
}

.promotion__ssttl img:first-of-type {
  margin-right: 10px
}

.promotion__ssttl img:last-of-type {
  margin-left: 10px
}

@media screen and (min-width:769px) {
  .promotion__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.promotion__item {
  width: 50%;
}

.promotion__item:nth-of-type(-n+3) {
  margin-bottom: 30px
}

@media screen and (max-width: 768px) {
  .promotion__item--pc {
    display: none
  }

  .promotion__item {
    width: 100%;
  }
}

.promotion__item--flx {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width:641px) {
  .promotion__item--flx {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media screen and (max-width: 768px) {
  .promotion__item--flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #f27d0c
  }
}

.promotion__infotxt {
  font-size: 12px;
  font-size: 0.85714rem;
  font-weight: bold;
  text-align: center
}

@media screen and (min-width:641px) {
  .promotion__infotxt {
    font-size: 14px;
    font-size: 1rem;
    text-align: left;
    margin-right: 20px
  }
}

@media screen and (min-width:769px) {
  .promotion__infotxt {
    font-size: 12px;
    font-size: 0.85714rem;
    text-align: center;
    margin-right: 0
  }
}

.promotion__infoflx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5px
}

.promotion__infoimg {
  margin-right: 10px
}

.promotion__infoimg img {
  vertical-align: bottom
}

.promotion__tel {
  font-size: 34px;
  font-size: 2.42857rem;
  color: #f27d0c;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0
}

.promotion__tel a {
  color: #f27d0c;
  line-height: 1
}

.promotion__stxt {
  font-size: 3.73333vw;
  color: #3d414d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px
}

@media screen and (min-width:641px) {
  .promotion__stxt {
    font-size: 16px;
    font-size: 1.14286rem
  }
}

@media screen and (min-width:769px) {
  .promotion__stxt {
    font-size: 12px;
    font-size: 2rem
  }
}

.promotion__stxt--yellow {
  color: #f27d0c
}

.promotion__stxt--green {
  color: #00b900
}

.promotion__stxt--orange {
  color: #fab232
}

.promotion__btn {
  font-size: 18px;
  font-size: 1.28571rem;
  color: #fff;
  background-color: #3d414d;
  border: 1px solid #3d414d;
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border-width: 2px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

.promotion__btn:hover {
  color: #3d414d;
  background: #fff
}

.promotion__btn--green {
  color: #fff;
  background-color: #00b900;
  border: 1px solid #00b900;
  border-width: 2px
}

.promotion__btn--green:hover {
  color: #00b900;
  background: #fff
}

.promotion__btn i {
  margin-right: 15px
}

.promotion__btn:after {
  font-size: 14px;
  font-size: 1rem;
  content: "\f0da";
  font-family: FontAwesome, 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: bold;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  top: 0;
  right: 20px
}

.ftr {
  background: #3d414d;
  padding: 20px 0
}

.ftr__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* PC: フレックスレイアウトで横並び */
@media screen and (min-width: 641px) {
  .ftr__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ftr__links {
    display: flex;
    gap: 20px;
    order: 2;
    /* 右側に配置 */
  }

  .ftr__txt {
    order: 1;
    /* 左側に配置 */
    margin: 0;
  }
}

/* SP: リンクを上、Copyrightを下 */
@media screen and (max-width: 40em) {
  .ftr__inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .ftr__links {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ftr__txt {
    margin: 0;
  }
}

.ftr__link {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.ftr__link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.ftr__txt {
  color: #fff;
  line-height: 1;
  text-align: center
}

/* CTA固定ボタン */
.cta_fixed {
  position: fixed;
  right: 0%;
  bottom: 0%;
  width: 160px;
  height: 160px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.cta_fixed.active {
  opacity: 1;
  visibility: visible;
}

.cta_fixed__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.cta_fixed__ring-svg {
  width: 100%;
  height: 100%;
  animation: rotate-ring 20s linear infinite;
}

.cta_fixed__ring-text {
  fill: #333;
}

@keyframes rotate-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cta_fixed__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #00c300 0%, #00b900 100%);
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 185, 0, 0.4);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta_fixed__button:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 185, 0, 0.5);
}

.cta_fixed__button-text {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width:641px) {
  .cta_fixed {
    right: 5%;
    bottom: 5%;
    width: 180px;
    height: 180px;
  }

  .cta_fixed__ring {
    width: 180px;
    height: 180px;
  }

  .cta_fixed__button {
    width: 120px;
    height: 120px;
  }

  .cta_fixed__button-text {
    font-size: 16px;
  }
}

.wrap {
  background: #f7f7f7
}

.main {
  position: relative;
  background: #f7f7f7;
  padding: 20px 0 30px
}

@media screen and (min-width:641px) {
  .main {
    padding: 30px 0
  }
}

@media screen and (min-width:769px) {
  .main {
    padding: 20px 0 50px 0
  }
}

@media screen and (min-width:769px) {
  .main__inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1135px
  }
}

.main__narrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 95%;
  margin: 0 auto;
  top: 20px;
  left: 0;
  right: 0
}

@media screen and (min-width:769px) {
  .main__narrow {
    max-width: 1080px
  }
}

@media screen and (max-width: 768px) {
  .main__narrow {
    display: none
  }
}

.main__infotxt {
  font-size: 12px;
  font-size: 0.85714rem;
  font-weight: bold;
  text-align: center
}

.main__infoflx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5px
}

.main__infoimg {
  margin-right: 8px
}

.main__infoimg img {
  vertical-align: bottom
}

.main__tel {
  font-size: 29px;
  font-size: 2.07143rem;
  color: #f27d0c;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0
}

.main__imgarea {
  position: relative;
  margin-bottom: 20px;
  padding-top: calc(100% * 964 / 768)
}

@media screen and (min-width:769px) {
  .main__imgarea {
    padding-top: calc(100% * 383 / 1135)
  }
}

.main__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width:769px) {
  .main__img {
    left: 27px
  }
}

@media screen and (max-width: 768px) {
  .main__img--pc {
    display: none
  }
}

@media screen and (min-width:769px) {
  .main__img--mb {
    display: none
  }
}

/* ノートPC画面内のYouTube動画配置 */
.main__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main__img-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.main__img-video iframe {
  position: absolute;
  width: 36.3%;
  height: 67%;
  top: 25%;
  left: 58.4%;
}

/* スマホ版の動画配置（調整が必要な場合は値を変更してください） */
@media screen and (max-width: 768px) {
  .main__img-video--mb iframe {
    position: absolute;
    width: 57.2%;
    height: 28.7%;
    top: 68%;
    left: 19.8%;
  }
}

.main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 985px
}

@media screen and (max-width: 768px) {
  .main__list {
    width: 90%;
    margin: 0 auto;
  }
}


.main__item {
  font-size: 12px;
  font-size: 0.85714rem;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-left: 8px solid #f9b233;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  padding: 5px 0
}

@media screen and (min-width:769px) {
  .main__item {
    width: calc(25% - 22.5px);
    margin-top: 30px;
    margin-right: 30px
  }

  .main__item:nth-of-type(-n+4) {
    margin-top: 0
  }

  .main__item:nth-of-type(4n) {
    margin-right: 0
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .main__item {
    width: calc(50% - 15px);
    margin-top: 30px;
    margin-right: 30px
  }

  .main__item:nth-of-type(-n+2) {
    margin-top: 0
  }

  .main__item:nth-of-type(2n) {
    margin-right: 0
  }
}

@media screen and (max-width: 40em) {
  .main__item {
    width: calc(50% - 10px);
    margin-top: 20px;
    margin-right: 20px
  }

  .main__item:nth-of-type(-n+2) {
    margin-top: 0
  }

  .main__item:nth-of-type(2n) {
    margin-right: 0
  }
}

.main__item:last-of-type {
  margin-right: 0
}

@media screen and (min-width:641px) {
  .main__item {
    font-size: 17px;
    font-size: 1.21429rem;
    line-height: 1.75;
    padding: 10px 0
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .main__item {
    width: calc(50% - 30px)
  }

  .main__item:nth-of-type(2) {
    margin-right: 30px
  }

  .main__item:nth-of-type(3) {
    margin-left: 30px
  }
}

@media screen and (max-width: 40em) {
  .main__item {
    width: calc(50% - 20px)
  }

  .main__item:nth-of-type(2) {
    margin-right: 20px
  }

  .main__item:nth-of-type(3) {
    margin-left: 20px
  }
}

.voice {
  background-image: url(../images/kabegami_87windowpane_gr.jpg)
}

.voice__num {
  position: absolute;
  margin: 0 auto;
  top: -40px;
  left: 0;
  right: 0
}

@media screen and (min-width:769px) {
  .voice__num {
    margin: 0;
    right: auto
  }
}

.voice__list {
  margin-top: 20px
}

@media screen and (min-width:641px) {
  .voice__list {
    margin-top: 40px
  }
}

.voice__item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  border-radius: 5px
}

@media screen and (min-width:641px) {
  .voice__item {
    padding: 50px
  }
}

@media screen and (min-width:769px) {
  .voice__item {
    padding: 50px 50px 50px 30px
  }
}

.voice__item:not(:last-of-type) {
  margin-bottom: 110px
}

@media screen and (min-width:769px) {
  .voice__flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.voice__txtarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px
}

@media screen and (min-width:641px) {
  .voice__txtarea {
    margin-top: 40px
  }
}

@media screen and (min-width:769px) {
  .voice__txtarea {
    margin-left: 50px
  }
}

.voice__ttlarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px
}

@media screen and (min-width:769px) {
  .voice__ttlarea {
    display: block;
    margin-bottom: 30px
  }
}

.solution__ttl,
.voice__ttl {
  font-size: 5.33333vw;
  position: relative;
  color: #f9b233;
  padding-left: 15px
}

@media screen and (min-width:641px) {

  .solution__ttl,
  .voice__ttl {
    font-size: 24px;
    font-size: 1.71429rem;
    padding-left: 20px
  }
}

.solution__ttl:before,
.voice__ttl:before {
  content: "\f0da";
  font-family: FontAwesome, 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: bold;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  top: 0;
  left: 0
}

.voice__sttl {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px
}

@media screen and (min-width:641px) {
  .voice__sttl {
    font-size: 20px;
    font-size: 1.42857rem
  }
}

@media screen and (min-width:769px) {
  .voice__sttl {
    text-align: left
  }
}

.voice__txt {
  margin-bottom: 10px
}

@media screen and (min-width:641px) {
  .voice__txt {
    margin-bottom: 20px
  }
}

.voice__name {
  font-size: 3.2vw;
  color: #989ca7;
  font-weight: bold;
  text-align: right
}

@media screen and (min-width:641px) {
  .voice__name {
    font-size: 14px;
    font-size: 1rem
  }
}

.voice__arrow {
  position: absolute;
  bottom: 0;
  right: 0
}

.voice__arrow--re {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
  bottom: auto;
  left: 0;
  right: auto
}

.problem {
  background-color: #666;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url("../images/bg02_dot.png"), url("../images/webp/onayami_bg.webp");
  background-repeat: repeat, repeat, no-repeat;
  background-position: 0% 0%, 0% 0%, center;
  background-size: auto, auto, auto 100%;
  padding-bottom: 60px
}

@media screen and (min-width:641px) {
  .problem {
    background-position: 0% 0%, center right;
    padding-bottom: 100px
  }
}

.problem__flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px
}

@media screen and (min-width:1080px) {

  .problem__list,
  .problem__list _:-ms-lang(x)::-ms-backdrop {
    width: 610px
  }
}

.feature__sitem,
.problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.feature__sitem:not(:last-of-type),
.problem__item:not(:last-of-type) {
  margin-bottom: 20px
}

.feature__check,
.problem__imgarea {
  margin-right: 10px
}

@media screen and (min-width:641px) {

  .feature__check,
  .problem__imgarea {
    margin-right: 20px
  }
}

.feature__check img,
.problem__imgarea img {
  vertical-align: baseline
}

@media screen and (min-width:641px) {

  .feature__check img,
  .problem__imgarea img {
    vertical-align: middle
  }
}

.feature__checktxt,
.problem__txt {
  font-size: 4.26667vw;
  color: #fff;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (min-width:641px) {

  .feature__checktxt,
  .problem__txt {
    font-size: 20px;
    font-size: 1.42857rem;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial
  }
}

.func {
  background: whitesmoke;
}

@media screen and (max-width: 40em) {
  .func {
    padding-top: 80px
  }
}

.solution__list {
  margin-top: 40px;
  overflow-x: hidden;
  overflow-y: visible;
}

@media screen and (min-width:641px) {
  .solution__list {
    margin-top: 80px
  }
}

.solution__item {
  display: block
}

@media screen and (min-width:769px) {
  .solution__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .solution__item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .solution__item {
    margin-top: 100px
  }

  .solution__item:nth-of-type(1) {
    padding-top: 50px;
  }

  .solution__item:nth-of-type(1) .solution__imgarea {
    overflow: visible;
  }
}

.solution__item:not(:last-of-type) {
  margin-bottom: 50px
}

.solution__item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 50px;
}

@media screen and (min-width:641px) {
  .solution__item:not(:last-of-type) {
    margin-bottom: 80px
  }

  .solution__item:nth-of-type(1),
  .solution__item:nth-of-type(2) {
    padding-bottom: 80px;
  }

  .solution__item:nth-of-type(1) {
    padding-top: 50px;
  }

  .solution__item:nth-of-type(1) .solution__imgarea {
    overflow: visible;
  }
}



.solution__txtarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0 0 0
}

@media screen and (min-width:641px) {
  .solution__txtarea {
    margin: 30px 0 0 0
  }
}

@media screen and (min-width:769px) {
  .solution__txtarea {
    margin: 0px 0 0 50px
  }

  .solution__item:nth-of-type(2) .solution__txtarea {
    margin: 0px 50px 0 0
  }
}

@media screen and (max-width: 768px) {
  .solution__txtarea .cont__txt {
    text-align: center
  }
}

@media screen and (max-width: 40em) {
  .solution__txtarea .cont__txt {
    text-align: left
  }
}

.solution__ttlarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  flex-flow: column;
}

@media screen and (min-width:641px) {
  .solution__ttlarea {
    margin-bottom: 20px
  }
}

@media screen and (min-width:769px) {
  .solution__ttlarea {
    display: block
  }
}

.solution__ttlarea h2 {
  font-size: 2em;
  font-weight: bold;
  color: #ff5931;
}

.solution__block {
  margin-top: 30px
}

@media screen and (max-width: 768px) {
  .solution__block {
    margin: 30px auto 0;
    max-width: 85%
  }

  .solution__ttlarea h2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 40em) {
  .solution__block {
    margin-top: 20px;
    max-width: none
  }
}

.solution__balloon {
  position: relative;
  background: #f9b233;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 auto 25px;
  padding: 8px 0;
  border-radius: 30px;
  width: 150px
}

@media screen and (min-width:641px) {
  .solution__balloon {
    margin: 0 0 25px 0
  }
}

.solution__balloon:after {
  position: absolute;
  content: '';
  display: block;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #f9b233 transparent transparent transparent;
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  right: 0
}

.solution__txt {
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  font-weight: bold;
  padding-left: 20px
}

@media screen and (min-width:641px) {
  .solution__txt {
    font-size: 16px;
    font-size: 1.14286rem
  }
}

.solution__txt:before {
  position: absolute;
  content: '';
  display: block;
  background: #FF5931;
  border: 2px solid #f9b233;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0
}

.solution__sitem:not(:last-of-type) {
  margin-bottom: 10px
}

@media screen and (min-width:641px) {
  .solution__sitem:not(:last-of-type) {
    margin-bottom: 15px
  }
}

.useful__flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 95%
}

@media screen and (min-width:641px) {
  .useful__flx {
    max-width: 1040px
  }
}

@media screen and (min-width:769px) {
  .useful__flx {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 70px
  }
}

.useful__point {
  margin-bottom: 20px
}

@media screen and (min-width:641px) {
  .useful__point {
    margin-bottom: 50px
  }
}

@media screen and (min-width:769px) {
  .useful__point {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    margin-bottom: 0
  }
}

.useful__sttl {
  font-size: 3.73333vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px
}

@media screen and (min-width:641px) {
  .useful__sttl {
    font-size: 20px;
    font-size: 1.42857rem;
    text-align: left;
    margin-bottom: 15px
  }
}

.useful__strong {
  font-size: 6.4vw;
  font-weight: bold;
  text-align: center
}

@media screen and (min-width:641px) {
  .useful__strong {
    font-size: 34px;
    font-size: 2.42857rem;
    text-align: left
  }
}

.useful__strong,
.useful__strong _:-ms-lang(x)::-ms-backdrop {
  font-size: 33px;
  font-size: 2.35714rem
}

.useful__strong span {
  color: #f9b233
}


.feature .cont__ttlarea {
  margin-bottom: 40px
}

@media screen and (min-width:641px) {
  .feature .cont__ttlarea {
    margin-bottom: 60px
  }
}

.feature-services-img {
  max-width: 650px;
  width: 90%;
  margin: auto;
  display: block;
}

.feature__block {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  border: 1px solid #f9b233;
  border-radius: 5px
}

@media screen and (min-width:641px) {
  .feature__block {
    padding: 30px 50px 50px
  }
}

.feature__block:not(:last-of-type) {
  margin: 40px 0
}

@media screen and (min-width:641px) {
  .feature__block:not(:last-of-type) {
    margin: 80px 0
  }
}

.feature__bar {
  position: absolute;
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
  top: 0;
  left: 0;
  right: 0
}

.feature__ttl {
  font-size: 5.33333vw;
  color: #f9b233;
  text-align: center;
  margin-bottom: 30px
}

@media screen and (min-width:641px) {
  .feature__ttl {
    font-size: 24px;
    font-size: 1.71429rem
  }
}

.feature__ttl--mb {
  margin-bottom: 20px
}

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

@media screen and (min-width:641px) {
  .feature__flx {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media screen and (max-width: 768px) {
  .feature__imgarea {
    width: 300px
  }
}

@media screen and (max-width: 40em) {
  .feature__imgarea {
    margin-bottom: 20px
  }
}

@media screen and (min-width:641px) {
  .feature__txtarea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px
  }
}

@media screen and (min-width:769px) {
  .feature__txtarea {
    margin-left: 50px
  }
}

.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 40px
}

@media screen and (min-width:641px) {
  .feature__list {
    margin: 50px 0 60px
  }
}

@media screen and (min-width:769px) {
  .feature__list {
    margin: 50px 50px 60px
  }
}

@media screen and (min-width:769px) {
  .feature__item {
    width: calc(25% - 35px);
    margin-top: 70px;
    margin-right: 40px;
  }

  .feature__item:nth-of-type(-n+4) {
    margin-top: 0
  }

  .feature__item:nth-of-type(4n) {
    margin-right: 0
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .feature__item {
    width: calc(33.33333% - 33.33333px);
    margin-top: 50px;
    margin-right: 50px
  }

  .feature__item:nth-of-type(-n+4) {
    margin-top: 0
  }

  .feature__item:nth-of-type(4n) {
    margin-right: 0
  }
}

@media screen and (max-width: 40em) {
  .feature__item {
    width: calc(100% - 0px);
    margin-top: 40px;
    margin-right: 40px
  }

  .feature__item:nth-of-type(1n) {
    margin-right: 0
  }

  .feature__item img {
    width: 80px;
  }
}

.feature__item:last-of-type {
  margin-right: 0
}

@media screen and (min-width:769px) {
  .feature__item {
    margin-top: 60px
  }
}

@media screen and (max-width: 40em) {
  .feature__item {
    max-width: 50%
  }
}

.feature__sttl {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 10px 0;
  height: 35px;
}

.feature__sttl span {
  font-size: .8rem;
}

@media screen and (min-width:641px) {
  .feature__sttl {
    margin: 15px 0 20px;
  }
}

.feature__item .cont__txt {
  text-align: center;
}

.feature__balloon {
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  background: #f9b233;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 auto 15px;
  padding: 10px 0;
  border-radius: 30px;
  width: 100px
}

.feature__balloon:after {
  position: absolute;
  content: '';
  display: block;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #f9b233 transparent transparent transparent;
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  right: 0
}

.feature__orange {
  font-size: 4.8vw;
  color: #f9b233;
  font-weight: bold;
  text-align: center
}

@media screen and (min-width:641px) {
  .feature__orange {
    font-size: 20px;
    font-size: 1.42857rem
  }
}

.feature__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0
}

@media screen and (min-width:641px) {
  .feature__center {
    margin: 50px 0
  }
}

@media screen and (min-width:641px) {
  .feature__slist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 600px
  }
}

.feature__sitem:nth-of-type(odd) {
  width: 275px
}

.feature__sitem:nth-of-type(2n) {
  width: 275px
}

.feature__sitem:not(:last-of-type) {
  margin-bottom: 0
}

.feature__sitem:nth-of-type(-n+4) {
  margin-bottom: 10px
}

@media screen and (min-width:641px) {
  .feature__sitem:nth-of-type(-n+4) {
    margin-bottom: 20px
  }
}

@media screen and (max-width: 40em) {
  .feature__sitem:nth-of-type(5) {
    margin-bottom: 10px
  }
}

@media screen and (min-width:1080px) {

  .feature__sitem,
  .feature__sitem _:-ms-lang(x)::-ms-backdrop {
    width: 50%;
    white-space: nowrap
  }
}

@media screen and (max-width: 40em) {
  .feature__check img {
    vertical-align: sub
  }
}

.feature__checktxt {
  color: #3d414d
}

.step {
  padding-bottom: 0px;
}

.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 40px
}

@media screen and (min-width:769px) {
  .step__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media screen and (min-width:769px) {
  .step__item {
    width: calc(33% - 28px);
    margin-top: 35px;
    margin-right: 35px
  }

  .step__item:nth-of-type(-n+5) {
    margin-top: 0
  }

  .step__item:nth-of-type(5n) {
    margin-right: 0
  }
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .step__item {
    width: calc(33.33333% - 23.33333px);
    margin-top: 35px;
    margin-right: 35px
  }

  .step__item:nth-of-type(-n+3) {
    margin-top: 0
  }

  .step__item:nth-of-type(3n) {
    margin-right: 0
  }
}

@media screen and (max-width: 40em) {
  .step__item {
    width: calc(33.33333% - 16.66667px);
    margin-top: 25px;
    margin-right: 25px
  }

  .step__item:nth-of-type(-n+3) {
    margin-top: 0
  }

  .step__item:nth-of-type(3n) {
    margin-right: 0
  }
}

.step__item:last-of-type {
  margin-right: 0
}

.step__item .cont__txt {
  text-align: justify
}

.step__ttl {
  font-size: 18px;
  font-size: 1.28571rem;
  text-align: center;
  line-height: 1.3;
  margin: 20px 0 15px
}

.step__arrow {
  position: relative;
  background: #caced9;
  margin: 0 auto 15px;
  max-width: 880px;
  height: 10px
}

.step__angle {
  position: absolute;
  border-style: solid;
  border-width: 13px 0 13px 28px;
  border-color: transparent transparent transparent #caced9;
  margin: auto 0;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: -12px
}

@-moz-document url-prefix() {
  .step__angle {
    top: -7px
  }
}

.step__bold {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.faq {
  background: whitesmoke;
}

.faq__list {
  margin-top: 40px
}

@media screen and (min-width:641px) {
  .faq__list {
    margin-top: 60px
  }
}

.faq__item:not(:last-of-type) {
  margin-bottom: 20px
}

@media screen and (min-width:641px) {
  .faq__item:not(:last-of-type) {
    margin-bottom: 30px
  }
}

.faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding: 10px 30px 15px 15px;
  border-left: 5px solid #f9b233
}

@media screen and (min-width:641px) {
  .faq__question {
    padding: 15px 45px 20px 25px
  }
}

.faq__question:after {
  font-size: 16px;
  font-size: 1.14286rem;
  content: "\f0d7";
  font-family: FontAwesome, 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: bold;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #989ca7;
  height: 100%;
  top: 0;
  right: 20px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

@media screen and (min-width:641px) {
  .faq__question:after {
    right: 30px
  }
}

.faq__question.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.faq__ttl {
  font-size: 34px;
  font-size: 2.42857rem;
  color: #f9b233;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px
}

@media screen and (min-width:641px) {
  .faq__ttl {
    margin-right: 20px
  }
}

.faq__ttl--a {
  color: #f27d0c
}

.faq__txt {
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: bold;
  padding-top: 7px
}

@media screen and (min-width:769px) {
  .faq__txt {
    font-size: 16px;
    font-size: 1.14286rem
  }
}

.faq__txt--a {
  font-weight: normal
}

.faq__open {
  display: none;
  margin: 20px 0 40px
}

@media screen and (min-width:641px) {
  .faq__open {
    margin: 30px 0 50px
  }
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0;
  border-left: 5px solid #f27d0c;
  min-height: 70px
}

@media screen and (min-width:641px) {
  .faq__answer {
    padding: 15px 25px 0
  }
}

.company {
  background-image: url("../images/t4_logo.png");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right bottom;
  padding-bottom: 150px
}

@media screen and (min-width:641px) {
  .company {
    background-size: 670px auto
  }
}

.company__inner {
  max-width: 900px
}

.company__tbl {
  margin: 20px 0 40px;
  border-collapse: collapse
}

@media screen and (min-width:641px) {
  .company__tbl {
    margin: 30px 0 80px
  }
}

.company__th {
  font-size: 3.73333vw;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #f9b233;
  text-align: left;
  white-space: nowrap
}

@media screen and (min-width:641px) {
  .company__th {
    font-size: 16px;
    font-size: 1.14286rem;
    padding: 25px 0 10px 30px;
    width: 200px
  }
}

.company__td {
  font-size: 3.73333vw;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #e5e5e5
}

@media screen and (min-width:641px) {
  .company__td {
    font-size: 16px;
    font-size: 1.14286rem;
    padding: 25px 0 10px 30px
  }
}

.company__td a {
  color: #f9b233;
  text-decoration: underline;
  word-break: break-all
}

.company__td a:hover {
  text-decoration: none
}

@media screen and (min-width:641px) {
  .company__flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (min-width:641px) {
  .company__item:last-of-type {
    margin-left: 95px
  }
}

@media screen and (max-width: 40em) {
  .company__item:last-of-type {
    margin-top: 30px
  }
}

.company__ttl {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 0 10px 15px;
  border-left: 3px solid #f9b233
}

.company__sflx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media screen and (min-width:641px) {
  .company__sflx {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.company__imgarea {
  text-align: left;
  margin-bottom: 20px
}

@media screen and (min-width:641px) {
  .company__imgarea--last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 88px
  }
}

.company__txt {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold
}

.company__txt--center {
  text-align: center
}

.company__sitem:not(:last-of-type) {
  margin-right: 30px
}


.plan {
  background: #f7f7f7;
  padding-bottom: 20px;
}

.plan_i {
  color: #f9b233;
  margin-right: 10px;
}

.plan_i_pre {
  color: #ff8c03;
  margin-right: 10px;
}

.plan_x {
  color: #666;
  margin-right: 10px;
}


.plan ul {
  list-style: none;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}



.plan-package-left ul {
  min-width: unset;
}

.plan-package-right ul {
  min-width: unset;
}

.plan ul.package {
  padding: 45px 10px 0;
}

.plan ul.buffet,
.plan ul.premium {
  min-width: unset;
}

.plan .pricecard {
  text-align: center;
  border: 1px solid #eee;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin: 0 auto 3em;
  height: fit-content;
  min-width: 250px;
  width: 100%;
}

.buffet .pricecard {
  flex: 0 0 100%;
}

.package .pricecard:nth-child(1) {
  border: 3px solid #ff8c03;
}

.pricecard h3 {
  background: #f9b233;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.package .pricecard:nth-child(1) h3 {
  background: #ff8c03;
}

.buffet .pricecard h3 {
  background: #f9b233;
  color: #fff;
  font-size: 20px;
}

.buffet .pricecard h6 {
  margin-top: 20px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  /* h4要素をインラインブロックとして表示 */

}

.buffet .pricecard h6::before,
.buffet .pricecard h6::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 20px);
  /* 横棒の長さを調整 */
  border-bottom: 1px solid black;
  /* 横棒のスタイル */
}

.buffet .pricecard h6::before {
  left: -50px;
}

.buffet .pricecard h6::after {
  right: -50px;
}

@media screen and (max-width: 40em) {
  .buffet .pricecard h6 {
    font-size: 14px;

  }


  .buffet .pricecard h6::before {
    left: -30px;
  }

  .buffet .pricecard h6::after {
    right: -30px;
  }
}

.premium .pricecard {
  border: 3px solid #DAAF08;
  padding-bottom: 3rem;
  flex: 0 0 100%;
  text-align: center;
  background: white;
}

.premium .pricecard h3 {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  color: #fff;
  padding: 10px;
  margin: 0;
}

.pricecard h4 {
  font-size: 300%;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.pricecard p {
  margin: 0;
  padding: 0.7rem;
  text-align: left;
}

.buffet .pricecard p {
  text-align: left;
}

.premium .pricecard p {
  text-align: center;
}

.buffet .pricecard .flexbox {
  gap: 0px 2%;
}

.buffet .pricecard section {
  padding: 0;
  flex: 0 0 23.5%;
}

.pricecard a {
  padding: 10px 40px;
  background: #00b900;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.pricecard div {
  padding: 5px;
  border-top: 1px solid;
}

.pricecard strong {
  color: #00b900;
  font-size: 2em;
  text-align: right;
}

.pricecard strong span {
  font-size: .5em;
}


.pricecard h5 {
  padding-top: 35px;
  border-bottom: 1px dotted;
  margin-bottom: 10px;
}

.pricecard a {
  margin-top: 30px;
}

.plan-service {
  padding: 40px 0;
  position: relative;
}

.plan-service--simulator {
  background-color: #e9f7ef;
}

.plan-service--simulator .plan-service__number {
  color: #06c755;
}

.plan-service--orange {
  background-color: #fff5e6;
}

.plan-service--red {
  background-color: #ffe6e6;
}

.plan-service--blue {
  background-color: #e6f3ff;
}

.plan-service__header {
  position: relative;
  text-align: center;
  margin-top: -50px;
}

.plan-service__number {
  color: #ff8c03;
  font-weight: bold;
  font-size: 4rem;
}

.plan-service--red .plan-service__number {
  color: #ff4757;
}

.plan-service--blue .plan-service__number {
  color: #3498db;
}

.plan-service--premium {
  background: linear-gradient(135deg, #fff5e6, #ffe9c7);
}

.plan-service--premium .plan-service__number {
  font-size: 3.2rem;
}

.plan-service__title {
  font-size: 24px;
  font-weight: bold;
  color: #3d414d;
  margin: 0;
  padding: 15px 0;
}

.plan-service__content {
  padding: 0px 10px 30px;
}

@media screen and (max-width: 768px) {
  .plan-service__content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ビュッフェ式 機能総数表示（最安480円〜の上） */
.plan-service__buffet-count {
  text-align: center;
  margin-bottom: 16px;
  padding: 14px 16px 16px;
  background: #fffbf7;
  border-radius: 8px;
  color: #333;
}

.plan-service__buffet-count-label {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  margin: 0 0 2px 0;
  letter-spacing: 0.05em;
}

.plan-service__buffet-count-row {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.plan-service__buffet-count-num {
  font-size: 44px;
  font-weight: 800;
  color: #ff8c03;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.plan-service__buffet-count-unit {
  font-size: 22px;
  font-weight: 700;
  color: #ff8c03;
}

@media (min-width: 641px) {
  .plan-service__buffet-count {
    margin-bottom: 20px;
    padding: 18px 20px 20px;
  }

  .plan-service__buffet-count-label {
    font-size: 15px;
  }

  .plan-service__buffet-count-num {
    font-size: 56px;
    font-weight: 800;
  }

  .plan-service__buffet-count-unit {
    font-size: 28px;
    font-weight: 700;
  }
}

/* ビュッフェ式 最安480円〜の「480」をオレンジに */
.plan-service__buffet-price-num {
  color: #ff8c03;
  font-weight: bold;
}

.plan-service__price-wrapper {
  background: #fff;
  border-radius: 4px;
}

/* サービス②説明エリア */
.plan-service__description {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.plan-service__description-title {
  font-size: 20px;
  font-weight: bold;
  color: #3d414d;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff6b6b;
}

.plan-service__description-text {
  font-size: 14px;
  line-height: 1.8;
  color: #3d414d;
  margin: 0 0 20px 0;
}

.plan-service__ticket-notice {
  margin: auto;
  margin-bottom: 40px;
  padding: 15px;
  background: #fff3e0;
  border: 2px solid #ff8c03;
  border-radius: 8px;
  width: 50%;
  min-width: 750px;
  box-sizing: border-box;
}

/* PC専用クラス */
.pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none !important;
  }

  .plan-service__ticket-notice {
    display: none !important;
  }
}

.plan-service__ticket-notice-title {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #3d414d;
}

.plan-service__ticket-notice-title i {
  color: #ff8c03;
  font-size: 18px;
  margin-right: 8px;
}

.plan-service__ticket-notice-title strong {
  display: inline;
}

.plan-service__ticket-notice-list {
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 0 0 20px !important;
  list-style: disc !important;
  font-size: 14px;
  line-height: 1.8;
  color: #3d414d;
  min-width: auto !important;
  display: block !important;
  -webkit-display: block !important;
}

.plan-service__ticket-notice-list li {
  margin-bottom: 8px;
}

/* チケット価格表 */
.plan-ticket {
  padding: 20px;
}

.plan-ticket__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #ff6b6b;
  color: #3d414d;
}

.plan-ticket__table-wrapper {
  overflow-x: auto;
  margin-bottom: 15px;
}

.plan-ticket__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}


.plan-ticket__header-main th {
  padding: 15px 8px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #ff6b6b;
  background: #ff5252;
  color: #fff;
}

.plan-ticket__header-main th:nth-child(2) {
  background: transparent !important;
  color: #3d414d;
  border: 1px solid #e0e0e0;
}

.plan-ticket__header-main th:nth-child(3) {
  background: #ff5252 !important;
  color: #fff;
  border: 1px solid #ff6b6b;
}

.plan-ticket__header-main .plan-ticket__header-empty {
  background: transparent !important;
  position: relative;
}

.plan-ticket__header-main .plan-ticket__header-empty::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom right, transparent 49.5%, #ff6b6b 49.5%, #ff6b6b 50.5%, transparent 50.5%);
  pointer-events: none;
}

.plan-ticket__header-sub th {
  padding: 12px 8px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ff6b6b;
  white-space: nowrap;
  color: #fff;
  background: #ff6b6b;
}

.plan-ticket__header-sub .plan-ticket__header-empty {
  background: transparent !important;
  border: 1px solid #e0e0e0 !important;
  color: #3d414d;
}

.plan-ticket__table td {
  padding: 12px 8px;
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #3d414d;
}

/* 枚数の列全体を背景色なしに */
.plan-ticket__table thead th:first-child,
.plan-ticket__table tbody td:first-child {
  background: transparent !important;
  border: 1px solid #e0e0e0;
}

.plan-ticket__table tbody td:first-child {
  font-weight: bold;
}

/* 未加入者の列（2列目と3列目）も背景色なしに */
.plan-ticket__table thead th:nth-child(2),
.plan-ticket__table .plan-ticket__header-sub th:nth-child(2),
.plan-ticket__table .plan-ticket__header-sub th:nth-child(3),
.plan-ticket__table tbody td:nth-child(2),
.plan-ticket__table tbody td:nth-child(3) {
  background: transparent !important;
  border: 1px solid #e0e0e0 !important;
  color: #3d414d !important;
}

.plan-ticket__table tbody tr:nth-child(even) td:not(:first-child) {
  background: #f8f9fa;
}

.plan-ticket__table tbody tr:nth-child(odd) td:not(:first-child) {
  background: #fff;
}

.plan-ticket__table tbody tr:hover td:not(:first-child) {
  background: #fff3e0;
}

/* 月額プラン加入者の列を強調 */
.plan-ticket__table tbody td:nth-child(4),
.plan-ticket__table tbody td:nth-child(5),
.plan-ticket__table tbody td:nth-child(6) {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3e0 100%) !important;
  font-weight: bold;
  color: #ff6b00;
}

.plan-ticket__table tbody tr:nth-child(even) td:nth-child(4),
.plan-ticket__table tbody tr:nth-child(even) td:nth-child(5),
.plan-ticket__table tbody tr:nth-child(even) td:nth-child(6) {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%) !important;
}

.plan-ticket__table tbody td:nth-child(6) {
  color: #00b900;
  font-size: 15px;
}

.plan-ticket__note {
  margin: 15px 0 0 0;
  padding: 12px;
  background: #f8f9fa;
  border-left: 3px solid #ff6b6b;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}

@media screen and (min-width:641px) {
  .plan-service__description {
    padding: 30px;
  }

  .plan-service__description-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .plan-service__description-text {
    font-size: 16px;
  }

  .plan-service__ticket-notice {
    padding: 20px;
  }

  .plan-service__ticket-notice-title {
    font-size: 18px;
  }

  .plan-service__ticket-notice-list {
    font-size: 15px;
  }

  .plan-ticket {
    padding: 30px;
  }

  .plan-ticket__title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .plan-ticket__table {
    font-size: 16px;
  }

  .plan-ticket__table th,
  .plan-ticket__table td {
    padding: 15px 12px;
  }

  .plan-ticket__note {
    font-size: 14px;
    padding: 15px;
  }
}

/* 自動併売在庫管理機能 */
.plan-service__feature-list {
  margin: 25px 0;
  padding: 0;
}

.plan-service__feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #3498db;
}

.plan-service__feature-number {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: #3498db;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}

.plan-service__feature-text {
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #3d414d;
}

.plan-service__price-info {
  margin: 30px 0;
  padding: 0;
}

.plan-service__price-item {
  margin: 0 auto 25px;
  padding: 20px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  width: 50%;
  min-width: 850px;
}

@media screen and (max-width: 640px) {
  .plan-service__price-item {
    display: none !important;
  }
}

.plan-service__price-title {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3498db;
  border-bottom: 2px solid #3498db;
  padding-bottom: 8px;
}

.plan-service__price-description {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #3d414d;
}

/* 自動併売在庫管理 価格表 */
.plan-inventory {
  padding: 20px;
}

.plan-inventory__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #3498db;
  color: #3d414d;
}

.plan-inventory__table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}

.plan-inventory__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.plan-inventory__table thead {
  background: #3498db;
  color: #fff;
}

.plan-inventory__table th {
  padding: 12px 8px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #3498db;
  white-space: nowrap;
}

.plan-inventory__table td {
  padding: 12px 8px;
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #3d414d;
}

.plan-inventory__table tbody tr:nth-child(even) {
  background: #f8f9fa;
}

.plan-inventory__table tbody tr:hover {
  background: #e3f2fd;
}

.plan-inventory__table td:first-child {
  font-weight: bold;
  text-align: left;
}

.plan-inventory__table td:nth-child(2) {
  font-weight: bold;
  color: #3498db;
  font-size: 16px;
}

.plan-inventory__table td:nth-child(3) {
  text-align: left;
  font-size: 13px;
}

.plan-inventory__example {
  margin-top: 20px;
  padding: 15px;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border: 2px solid #3498db;
  border-radius: 8px;
}

.plan-inventory__example-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #3d414d;
}

.plan-inventory__example-text {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #3d414d;
}

@media screen and (min-width:641px) {
  .plan-service__feature-item {
    padding: 20px;
  }

  .plan-service__feature-number {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .plan-service__feature-text {
    font-size: 16px;
  }

  .plan-service__price-item {
    padding: 25px;
  }

  .plan-service__price-title {
    font-size: 20px;
  }

  .plan-service__price-description {
    font-size: 15px;
  }

  .plan-inventory {
    padding: 30px;
  }

  .plan-inventory__title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .plan-inventory__table {
    font-size: 16px;
  }

  .plan-inventory__table th,
  .plan-inventory__table td {
    padding: 15px 12px;
  }

  .plan-inventory__example {
    padding: 20px;
  }

  .plan-inventory__example-title {
    font-size: 18px;
  }

  .plan-inventory__example-text {
    font-size: 16px;
  }
}

@media screen and (min-width:641px) {
  .plan-service {
    padding: 120px 0;
  }


  .plan-service__title {
    font-size: 40px;
    padding: 20px 0;
  }

}

.plan-group-buffet,
.plan-group-package {
  position: relative;
  margin-bottom: 40px;
}

/* パッケージプラン料金例 */
.plan-package-examples {
  margin-top: 40px;
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
}

.plan-package-examples__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #f9b233;
  color: #3d414d;
}

.plan-package-examples__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plan-package-examples__item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.plan-package-examples__case {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #3d414d;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.plan-package-examples__case-text {
  flex: 0 0 auto;
}

.plan-package-examples__case strong {
  color: #f9b233;
  font-weight: bold;
}

.plan-package-examples__formula-text {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  flex: 1 1 auto;
  text-align: center;
  min-width: 200px;
}

.plan-package-examples__formula-result {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  margin-left: auto;
}

.plan-package-examples__amount {
  font-size: 24px;
  font-weight: bold;
  color: #3d414d;
  margin-right: 8px;
}

.plan-package-examples__savings {
  font-size: 18px;
  font-weight: bold;
  color: #00b900;
  display: inline-block;
  width: 110px;
  text-align: right;
}

.plan-package-examples__savings--zero {
  color: #ff0033;
}

.plan-package-examples__tax {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}

.plan-package-examples__discount {
  font-size: 18px;
  font-weight: bold;
  color: #ff0033;
}

@media screen and (min-width:641px) {
  .plan-package-examples {
    padding: 40px 30px;
  }

  .plan-package-examples__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .plan-package-examples__list {
    gap: 25px;
  }

  .plan-package-examples__item {
    padding: 25px 30px;
  }

  .plan-package-examples__case {
    font-size: 18px;
    gap: 20px;
  }

  .plan-package-examples__formula-text {
    font-size: 12px;
  }

  .plan-package-examples__formula-result {
    font-size: 18px;
  }

  .plan-package-examples__price {
    text-align: left;
    font-size: 18px;
  }

  .plan-package-examples__amount {
    font-size: 28px;
  }

  .plan-package-examples__savings {
    font-size: 20px;
  }

  .plan-package-examples__tax {
    font-size: 15px;
  }

  .plan-package-examples__discount {
    font-size: 20px;
  }
}

/* パッケージプラン説明エリア */
.plan-package-description {
  margin-bottom: 40px;
}

.plan-package-description__title {
  background: linear-gradient(135deg, #ff8c03 0%, #f9b233 100%);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

.plan-package-description__card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid #e0e0e0;
  padding: 30px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
}



.plan-package-description__header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}


.plan-package-description__text {
  padding-bottom: 30px;
  text-align: center;
  font-size: 15px;
  margin-top: 40px;

}

.plan-package-description__note {
  margin: 25px 0;
  padding: 15px 20px;
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  border: 2px solid #4caf50;
  border-radius: 8px;
  border-left: 5px solid #4caf50;
}

.plan-package-description__note-text {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-size: 14px;
  color: #2e7d32;
}

.plan-package-description__note-text i {
  color: #4caf50;
  margin-right: 8px;
  font-size: 16px;
}

.plan-package-description__note-text strong {
  color: #1b5e20;
  font-weight: bold;
}

.plan-package-description__discount {
  margin: 25px 0;
  padding: 20px;
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #ff8c03;
  border-radius: 8px;
  border-left: 5px solid #ff8c03;
}

.plan-package-description__discount-title {
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  color: #e65100;
}

.plan-package-description__discount-title i {
  color: #ff8c03;
  margin-right: 8px;
  font-size: 18px;
}

.plan-package-description__discount-text {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-size: 14px;
  color: #3d414d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.plan-package-description__discount-list {
  margin: 0;
  padding: 0;
  display: inline;
  white-space: nowrap;
}

.plan-package-description__discount-plan {
  font-size: 15px;
  font-weight: bold;
  color: #3d414d;
  margin-right: 5px;
}

.plan-package-description__discount-amount {
  font-size: 18px;
  font-weight: bold;
  color: #ff0033;
  margin-right: 15px;
}

@media screen and (min-width:641px) {
  .plan-package-description__discount {
    padding: 25px 30px;
  }

  .plan-package-description__discount-title {
    font-size: 18px;
  }

  .plan-package-description__discount-text {
    font-size: 15px;
  }

  .plan-package-description__discount-plan {
    font-size: 16px;
  }

  .plan-package-description__discount-amount {
    font-size: 20px;
  }
}

.plan-package-description__list {
  margin-top: 30px;
  text-align: left;
}

.plan-package-description__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-package-description__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plan-package-description__item-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff8c03 0%, #f9b233 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0 2px 8px rgba(255, 140, 3, 0.3);
}

.plan-package-description__item-icon i {
  color: #fff;
  font-size: 24px;
}

.plan-package-description__item-content {
  flex: 1;
}

.plan-package-description__item-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: bold;
  padding-top: 0;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-package-description__item-discount {
  color: #ff0033;
  font-weight: bold;
  font-size: 16px;
  margin-left: auto;
}

.plan-package-description__item-text {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-size: 14px;
  color: #555;
}

@media screen and (min-width:641px) {
  .plan-package-description__card {
    padding: 0 40px 40px;
  }

  .plan-package-description__price {
    font-size: 350%;
  }



  .plan-package-description__note {
    padding: 20px 25px;
  }

  .plan-package-description__note-text {
    font-size: 15px;
  }

  .plan-package-description__item {
    padding: 25px;
  }

  .plan-package-description__item-icon {
    width: 60px;
    height: 60px;
    margin-right: 25px;
  }

  .plan-package-description__item-icon i {
    font-size: 28px;
  }

  .plan-package-description__item-title {
    font-size: 22px;
  }

  .plan-package-description__item-discount {
    font-size: 18px;
  }

  .plan-package-description__item-text {
    font-size: 16px;
  }
}

/* 最上位プラン */
.plan-package-description--premium {
  margin-bottom: 40px;
}

.plan-package-description__title--premium {
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 30%, #ffb347 60%, #ff8c00 100%);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

.plan-package-description__card--premium {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid #e0e0e0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.plan-package-description__discount--premium {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #ff8c03;
  border-left: 5px solid #ff8c03;
}

.plan-package-description__premium-price {
  margin: 30px;
  text-align: center;
}

.plan-package-description__premium-price-amount {
  font-size: 48px;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
  display: inline-block;
}

.plan-package-description__premium-price-unit {
  font-size: 0.4em;
  color: #666;
  font-weight: normal;
  margin-left: 4px;
}

.plan-package-description__card--premium .plan-package-description__note {
  margin-top: 25px;
}

.plan-package-description__card--premium .plan-package-description__note:first-of-type {
  margin-top: 0;
}

/* 最上位プラン note要素の色分け */
.plan-package-description__note--green {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  border: 2px solid #4caf50;
  border-left: 5px solid #4caf50;
}

.plan-package-description__note--green .plan-package-description__note-text {
  color: #2e7d32;
}

.plan-package-description__note--green .plan-package-description__note-text i {
  color: #4caf50;
}

.plan-package-description__note--green .plan-package-description__note-text strong {
  color: #1b5e20;
}

.plan-package-description__note--orange {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: 2px solid #ff8c03;
  border-left: 5px solid #ff8c03;
}

.plan-package-description__note--orange .plan-package-description__note-text {
  color: #e65100;
}

.plan-package-description__note--orange .plan-package-description__note-text i {
  color: #ff8c03;
}

.plan-package-description__note--orange .plan-package-description__note-text strong {
  color: #bf360c;
}

.plan-package-description__note--red {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  border: 2px solid #f44336;
  border-left: 5px solid #f44336;
}


.plan-package-description__note--red .plan-package-description__note-text {
  color: #c62828;
}

.plan-package-description__note--red .plan-package-description__note-text i {
  color: #f44336;
}

.plan-package-description__note--red .plan-package-description__note-text strong {
  color: #b71c1c;
}

.plan-package-description__note--blue {
  background: linear-gradient(135deg, #e7eef6 0%, #c3e0ff 100%);
  border: 2px solid #007bff;
  border-left: 5px solid #007bff;
}

.plan-package-description__note--blue .plan-package-description__note-text {
  color: #007bff;
}

.plan-package-description__note--blue .plan-package-description__note-text i {
  color: #007bff;
}

.plan-package-description__note--blue .plan-package-description__note-text strong {
  color: #0056b3;
}


@media screen and (min-width:641px) {
  .plan-package-description__premium-price {
    margin-bottom: 40px;
  }

  .plan-package-description__premium-price-amount {
    font-size: 64px;
  }

  .plan-package-description__premium-price-unit {
    font-size: 0.4em;
  }
}

.plan-package-flex {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 40px;
}

.plan-package-display {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  padding-top: 40px;
}

.plan-package-top {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.plan-package-bottom {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.plan-package-top-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 3;
}

.plan-package-top-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}

.plan-package-bottom-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 3;
}

.plan-package-bottom-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 2;
}

.plan-package-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}

.plan-package-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 0 350px;
}

.plan-group {
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fafafa;
}

.plan-group__label {
  position: absolute;
  top: -15px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

/* メルカリ（上段左） */
.plan-package-top-left .plan-group .plan-group__label {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8c42 100%);
}

/* メルカリShops（上段右） */
.plan-package-top-right .plan-group .plan-group__label {
  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

/* ラクマ（下段左） */
.plan-package-bottom-left .plan-group .plan-group__label {
  background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
}

/* ヤフフリ（下段右） */
.plan-package-bottom-right .plan-group .plan-group__label {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

/* メルカリ（1番目） - 旧スタイル（後方互換性のため残す） */
.plan-package-left .plan-group:nth-of-type(1) .plan-group__label {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8c42 100%);
}

/* ラクマ（2番目） - 旧スタイル（後方互換性のため残す） */
.plan-package-left .plan-group:nth-of-type(2) .plan-group__label {
  background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
}

/* メルカリShops（3番目） - 旧スタイル（後方互換性のため残す） */
.plan-package-right .plan-group:nth-of-type(1) .plan-group__label {
  background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

/* ヤフフリ（4番目） - 旧スタイル（後方互換性のため残す） */
.plan-package-right .plan-group:nth-of-type(2) .plan-group__label {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.plan-group__label span {
  line-height: 1;
}

.plan-group__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* PC/SP表示切り替え */
.plan-table-pc {
  display: block;
}

.plan-table-sp {
  display: none;
}

.plan-table-sp {
  position: relative;
  margin-bottom: 15px;
}

.plan-table-sp__img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.plan-table-sp__img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 2px solid rgba(255, 140, 3, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: block;
}

.plan-table-sp__img-wrapper:active .plan-table-sp__img {
  transform: scale(0.98);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* スマホでタップ可能であることを示すオーバーレイ */
.plan-table-sp__tap-hint {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 140, 3, 0.95);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.plan-table-sp__tap-hint i {
  font-size: 12px;
}

.plan-table-sp__tap-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 140, 3, 0.95);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 10;
  animation: tapPulse 2s infinite;
}

@keyframes tapPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

.plan-table-sp__img-wrapper:active .plan-table-sp__tap-icon,
.plan-table-sp__img-wrapper:active .plan-table-sp__tap-hint {
  opacity: 1;
  transform: scale(1.05);
}

@media screen and (max-width: 640px) {
  .plan-table-pc {
    display: none;
  }

  .plan-table-sp {
    display: block;
  }
}

/* PC表示時はタップヒントを非表示 */
@media screen and (min-width: 641px) {

  .plan-table-sp__tap-icon,
  .plan-table-sp__tap-hint {
    display: none !important;
  }
}

/* 画像ズームモーダル */
.image-modal {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.image-modal__content {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  border-radius: 4px;
}

.image-modal__close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10002;
  line-height: 1;
}

.image-modal__close:hover,
.image-modal__close:focus {
  color: #ccc;
}

@media screen and (min-width:641px) {
  .plan-group {
    margin-bottom: 0px;
    padding: 0px;
  }

  .plan-group__label {
    top: -18px;
    left: 30px;
    padding: 10px 25px;
    font-size: 18px;
  }

  .plan-group__icon {
    width: 28px;
    height: 28px;
  }
}

.scroll_div {
  overflow-x: scroll;
}

.flexbox {
  display: flex;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.close-button {
  font-size: 3rem;
  color: white;
  cursor: pointer;
  display: block;
  margin: auto;
  text-align: center;
}


.youtube-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff0033;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  float: right;
  animation: pulse 2s infinite;
}

.youtube-button:hover {
  background-color: #ff2e58;
  transform: scale(1.05);
}

.video-iframe {
  width: 533px;
  height: 300px;
}

@media screen and (max-width: 67.5em) {
  .video-iframe {
    width: 100%;
    height: auto;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.video-button {
  display: block;
  width: 100%;
  height: 4.5rem;
  margin-bottom: -5px;
  padding: 15px 0;
  background-color: #fab232;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  animation: pulse 2s infinite;

}

.video-button:hover {
  background-color: #ff8c02;
}

.video-button svg {
  margin: 5px;
  margin-bottom: -2px;
}

@media screen and (max-width: 768px) {
  .video-button {
    width: 90%;
    margin: 0 auto;
  }
}

.line-button {
  display: block;
  width: 100%;
  margin-bottom: -5px;
  background-color: #00b900;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  animation: pulse 2s infinite;

}

.line-button:hover {
  background-color: #ff8c02;
}

.line-button svg {
  margin: 5px;
  margin-bottom: -2px;
}

@media screen and (max-width: 768px) {
  .line-button {
    width: 90%;
    margin: 0 auto;
  }
}

/* voice-grid-containerを絶対配置の基準にする */
.voice-grid-container {
  position: relative;
  /* 子要素の絶対配置の基準点 */
  width: 100%;
  /* 画面いっぱいに広がるように min-height を設定 */
  min-height: 70vh;
  overflow: hidden;
  /* コンテナからはみ出す要素を隠す（必要であれば） */
  margin: 0 auto;
}

.voice-item {
  position: absolute;
  /* ★★ 絶対配置にする ★★ */
  opacity: 0;
  transform: scale(0.8);
  /* 少し縮小した状態から開始 */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  /* アニメーション時間を少し長く */

  /* JavaScriptで直接 style を上書きするので、ここでは最小限の指定 */
  /* Z-index で重なり順を制御することも可能 (任意) */
  z-index: 1;
  /* デフォルトの重なり順 */
}

.voice-item img {
  display: block;
  width: 100%;
  height: auto;
  /* 縦横比を維持 */
}

/* JavaScriptで付与する表示クラス */
.voice-item.is-visible {
  opacity: 1;
  transform: scale(1);
  /* 拡大して表示 */
}

/* ※モバイル対応の注意点: スマートフォンでは column-count を 2 などに減らす必要あり */
@media screen and (max-width: 768px) {
  .voice-grid-container {
    min-height: 50vh;
    padding: 20px 10px;
  }

  .voice-item {
    max-width: 90%;
  }
}

.tweet-grid-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  padding: 0 20px 16px;
  max-height: 500px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.tweet-grid-container .twitter-tweet {
  margin: 0 !important;
  flex: 0 0 auto;
  width: 320px;
}

.tweet-grid-container .twitter-tweet iframe {
  max-height: 460px !important;
}

@media (max-width: 768px) {
  .tweet-grid-container .twitter-tweet {
    width: 80vw !important;
    max-width: 80vw !important;
  }
}

video {
  max-width: 370px;
}

.special-offer {
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
}

.special-offer__img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  border-radius: 8px;
}

.special-offer__button {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width:641px) {
  .special-offer {
    padding: 60px 0;
  }

  .special-offer__img {
    max-width: 400px;
  }

  .special-offer__button {
    margin-top: 40px;
  }
}

.manga {
  background-color: #f7f7f7;
  padding: 0;
}

.manga_inner {
  padding: 1%;
  max-width: 800px;
  margin: 0 auto;
}

.manga_inner img {
  display: block;
  width: 100%;
  margin-bottom: 1%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.manga_inner img:last-child {
  margin-bottom: 0;
}

.scroll_active {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.solution {
  background-image: url(../images/kabegami_87windowpane_gr.jpg);
  overflow-x: hidden;
  overflow-y: visible;
}

/* solution__itemのスライドインアニメーション */
.solution__item.scroll_active {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.solution__item.scroll_active.active {
  opacity: 1;
  transform: translateX(0);
}

.solution__item:nth-of-type(2).scroll_active {
  transform: translateX(-100px);
}

.solution__item:nth-of-type(2).scroll_active.active {
  transform: translateX(0);
}

/* その他の要素の下から浮き出るアニメーション */
.cont__ttlarea.scroll_active,
.promotion.scroll_active,
.problem.scroll_active {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.cont__ttlarea.scroll_active.active,
.promotion.scroll_active.active,
.problem.scroll_active.active {
  opacity: 1;
  transform: translateY(0);
}

/* PLANセクションのアニメーション */
/* PC: 左からスライドイン */
.plan-service.scroll_active {
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.plan-service.scroll_active.active {
  opacity: 1;
  transform: translateX(0);
}

/* PC: 右からスライドイン */
.plan-group-buffet.scroll_active,
.plan-group-package.scroll_active {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.plan-group-buffet.scroll_active.active,
.plan-group-package.scroll_active.active {
  opacity: 1;
  transform: translateX(0);
}

/* PC: 下から浮き上がる */
.plan-package-description.scroll_active,
.plan-package-examples.scroll_active,
.plan-ticket.scroll_active,
.plan-inventory.scroll_active {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.plan-package-description.scroll_active.active,
.plan-package-examples.scroll_active.active,
.plan-ticket.scroll_active.active,
.plan-inventory.scroll_active.active {
  opacity: 1;
  transform: translateY(0);
}

/* スマホ: すべて下から浮き上がる */
@media screen and (max-width: 768px) {
  .plan-service.scroll_active {
    transform: translateY(50px);
  }

  .plan-group-buffet.scroll_active,
  .plan-group-package.scroll_active {
    transform: translateY(50px);
  }
}

/* STEPセクションのアニメーション */
.step__item.scroll_active {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.step__item.scroll_active.active {
  opacity: 1;
  transform: translateY(0);
}

/* FAQセクションのアニメーション */
.faq__item.scroll_active {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.faq__item.scroll_active.active {
  opacity: 1;
  transform: translateY(0);
}



/* reviews画像 */
.reviews-img {
  width: 65%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .reviews-img {
    width: 95%;
  }
}

/* --- ttl --- */
.ttl-01,
.ttl-02,
.ttl-03,
.ttl-04 {
  position: relative;
  font-family: "Shin Go Bold", "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
  font-family: var(--font-jp);
  letter-spacing: 0.1em;
  color: #1b1b1b;
}

.ttl-01:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-02:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-03:where(:not([class*=mgn-btm]):not(:last-child)),
.ttl-04:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 1em;
}

.ttl-01 {
  font-size: 3rem;
  line-height: 1.2916666667;
}

@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 2.1428571429rem;
  }
}

.ttl-01:where(:not([class*=mgn-btm]):not(:last-child)) {
  margin-bottom: 2.625rem;
}

@media screen and (max-width: 768px) {
  .ttl-01:where(:not([class*=mgn-btm]):not(:last-child)) {
    margin-bottom: 1.375rem;
  }
}

.ttl-01+.ttl-01-sub {
  margin-top: -1.875rem;
}

.ttl-01.txt-wh+.ttl-01-sub {
  color: #fff;
  color: var(--clr-wht);
}

.ttl-01.txt-wh+.ttl-01-sub::after {
  background-color: #fff;
  background-color: var(--bg-wht);
}

.ttl-01-sub+.ttl-01 {
  margin-top: -2.25rem;
}

.ttl-01-sub {
  position: relative;
  height: 6.625rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .ttl-01-sub {
    width: 100%;
    height: 3.5714285714rem;
    overflow: hidden;
  }
}

.ttl-01-sub img {
  height: 100%;
}

.ttl-01-sub {
  overflow: inherit;
}

/* 料金シミュレーション */
.plan-simulator {
  margin-top: 48px;
  padding: 24px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fafafa;
}

.plan-simulator__title {
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #333;
}

.plan-simulator__title .fa {
  margin-right: 8px;
}

.plan-simulator__lead {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}

.plan-simulator__sites {
  margin-bottom: 20px;
}

.plan-simulator__label {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.plan-simulator__site-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.plan-simulator__site-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.plan-simulator__site-card:hover {
  border-color: #f27d0c;
  background: #fffbf7;
}

.plan-simulator__site-card:has(.plan-simulator__site-cb:checked) {
  border-color: #f27d0c;
  background: #fff8f0;
  box-shadow: 0 0 0 2px rgba(242, 125, 12, 0.2);
}

.plan-simulator__site-cb {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.plan-simulator__site-icon {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  flex-shrink: 0;
}

.plan-simulator__site-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.plan-simulator__site-name {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.3;
}

.plan-simulator__options {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.plan-simulator__option-block {
  padding: 14px 16px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
}

.plan-simulator__option-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.plan-simulator__option-site {
  font-weight: bold;
  font-size: 1rem;
  flex-shrink: 0;
}

.plan-simulator__plan-select {
  flex: 1;
  min-width: 0;
  max-width: 280px;
}

.plan-simulator__plan-select select {
  width: 100%;
  padding: 8px 12px;
  font-size: 0.95rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.plan-simulator__buffet-features {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #ddd;
}

.plan-simulator__buffet-toggle {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 16px;
  font-size: 0.9rem;
  color: #f27d0c;
  background: #fff;
  border: 1px solid #f27d0c;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.plan-simulator__buffet-toggle:hover {
  background: #f27d0c;
  color: #fff;
}

.plan-simulator__buffet-list-wrap,
.plan-simulator__addon-buffet-list-wrap {
  margin-top: 4px;
}

.plan-simulator__buffet-list-wrap[hidden],
.plan-simulator__addon-buffet-list-wrap[hidden] {
  display: none !important;
}

.plan-simulator__addon-buffet {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #ccc;
  background: #fafafa;
  padding: 12px;
  border-radius: 6px;
}

.plan-simulator__addon-buffet .plan-simulator__buffet-title {
  margin-top: 0;
}

.plan-simulator__addon-buffet-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 8px;
}

.plan-simulator__addon-buffet-list .plan-simulator__buffet-label {
  margin: 0;
}

.plan-simulator__buffet-title {
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: #555;
}

.plan-simulator__buffet-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.plan-simulator__buffet-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 0.9rem;
}

.plan-simulator__buffet-label input {
  cursor: pointer;
}

.plan-simulator__result {
  padding: 20px 24px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #f27d0c;
}

.plan-simulator__result-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.plan-simulator__result-formula-wrap {
  flex: 1;
  min-width: 0;
}

.plan-simulator__result-total-wrap {
  flex-shrink: 0;
  text-align: right;
}

.plan-simulator__formula {
  font-size: 0.95rem;
  color: #333;
  margin: 0;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-all;
}

.plan-simulator__total {
  font-size: 1.75rem;
  font-weight: bold;
  color: #f27d0c;
  margin: 0;
}

/* スマホ：料金シミュレーション（plan-table-sp の直下に表示） */
@media (max-width: 768px) {
  .plan-simulator {
    margin-top: 24px;
    padding: 20px 16px;
    border-radius: 10px;
  }

  .plan-simulator__title {
    font-size: 1.15rem;
    margin-bottom: 6px;
  }

  .plan-simulator__lead {
    font-size: 0.85rem;
    margin-bottom: 16px;
  }

  .plan-simulator__sites {
    margin-bottom: 16px;
  }

  .plan-simulator__label {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .plan-simulator__site-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .plan-simulator__site-card {
    padding: 14px 10px;
    min-height: 88px;
    -webkit-tap-highlight-color: transparent;
  }

  .plan-simulator__site-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
  }

  .plan-simulator__site-name {
    font-size: 0.85rem;
  }

  .plan-simulator__options {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 12px;
  }

  .plan-simulator__option-block {
    padding: 12px 14px;
  }

  .plan-simulator__option-row {
    gap: 10px;
  }

  .plan-simulator__option-site {
    font-size: 0.95rem;
  }

  .plan-simulator__plan-select {
    max-width: none;
  }

  .plan-simulator__plan-select select {
    padding: 10px 12px;
    font-size: 1rem;
    min-height: 44px;
  }

  .plan-simulator__result {
    padding: 16px 18px;
    border-radius: 8px;
  }

  .plan-simulator__result-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    gap: 12px;
  }

  .plan-simulator__result-total-wrap {
    text-align: left;
  }

  .plan-simulator__formula {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .plan-simulator__total {
    font-size: 1.5rem;
    padding-top: 8px;
    border-top: 1px dashed rgba(242, 125, 12, 0.4);
  }

  .plan-simulator__buffet-features {
    margin-top: 10px;
    padding-top: 10px;
  }

  .plan-simulator__buffet-toggle {
    padding: 10px 18px;
    font-size: 0.85rem;
    width: 100%;
    max-width: 280px;
  }

  .plan-simulator__addon-buffet {
    margin-top: 10px;
    padding: 10px;
  }

  .plan-simulator__addon-buffet-list {
    flex-direction: column;
  }

  .plan-simulator__buffet-title {
    font-size: 0.85rem;
  }

  .plan-simulator__buffet-list {
    flex-direction: column;
  }

  .plan-simulator__buffet-label {
    padding: 6px 0;
    min-height: 36px;
    font-size: 0.9rem;
  }

  .plan-simulator__buffet-label input {
    min-width: 20px;
    min-height: 20px;
  }
}
/* ===== 漫画: 右から左に並べて一目で読める配置（2026-09-07） ===== */
.manga { background-color: #f7f7f7; padding: 24px 0 28px; }
.manga_head { max-width: 1080px; margin: 0 auto 10px; padding: 0 12px; display: flex; align-items: baseline; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.manga_ttl { font-size: 18px; font-weight: 700; color: #0b233b; margin: 0; }
.manga_hint { font-size: 12px; color: #73859f; margin: 0; }
.manga_inner.manga_strip { max-width: 1080px; margin: 0 auto; padding: 0 12px; direction: rtl; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.manga_page { margin: 0; }
.manga_page img { display: block; width: 100%; height: auto; border: 1px solid #ddd; box-sizing: border-box; background: #fff; }
@media screen and (max-width: 768px) {
  .manga_inner.manga_strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 8px; padding: 0 12px 6px; scrollbar-width: thin; }
  .manga_page { flex: 0 0 82vw; max-width: 340px; scroll-snap-align: start; }
  .manga_hint { display: block; }
}
@media screen and (min-width: 769px) { .manga_hint { display: none; } }
