@charset "UTF-8";
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 16px;
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 1000px) {
  html {
    min-width: 1000px;
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 3.4667vw;
  }
}

html > body {
  width: 100%;
  color: #1a1a1a;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
}

html > body a {
  color: #cccccc;
}

html > body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  html > body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

#wrap {
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .container {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: inline;
  }
}

.sp_none {
  display: inline;
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none;
  }
}

/* PC用 */
@media screen and (min-width: 751px) {
  header {
    background: #032d32;
    height: 4.375rem;
    position: fixed;
    width: 100%;
    left: 50%;
    top: 0;
    margin-left: -50%;
    z-index: 10;
  }

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

  .header_wrap {
    display: flex;
    margin-top: 0.4rem;
    justify-content: space-between;
    align-items: center;
  }

  .header_wrap h2 {
    width: 5.5rem;
  }

  .hamburger {
    display: none;
  }

  .menu {
    display: flex;
    gap: 1rem;
    display: none; /* PCでは非表示 */
  }

  .purchase-btns {
    display: flex;
    gap: 15px;
  }

  .purchase-btns li a {
    display: inline-block;
    padding: 0.5rem 3.5rem;
    border-radius: 0.75rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    text-align: center;
  }

  .purchase-btns li:first-child a {
    background-color: #f5ac27; /* オレンジ */
  }

  .purchase-btns li:last-child a {
    background-color: #999999; /* グレー */
  }
}

/* スマホ用 */
@media screen and (max-width: 750px) {
  header {
    background: #032d32;
    height: 4rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    height: 100%;
    position: relative;
    margin-top: 0.6rem;
  }

  .header_wrap h2 {
    width: 4.5rem;
  }

  /* ハンバーガー基本 */
.hamburger {
  display: block;
  width: 2rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: all 0.3s ease;
}

/* 各ラインの位置 */
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}

/* ハンバーガーがアクティブ（✕）の時 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

  .menu {
    display: none;
    position: absolute;
    top: 3.5rem;
    right: 0;
    padding: 1rem;
    background: rgba(3, 45, 50, 0.85);
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .menu.active {
    display: flex;
  }

  .menu li a {
    display: block;
    padding: 1rem;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
  }

  .purchase-btns {
    display: none; /* スマホでは非表示 */
  }

  .menu .sp-btn{
    width: 100%;
    margin: 0 auto;
  }

  .menu .sp-btn a {
    font-weight: bold;
    color: #fff;
    background: #f5ac27;
    margin: 0.5rem auto;
    width: 60%;
    border-radius: 0.5rem;
  }

  .menu .sp-btn:last-child a {
    background: #999999;
  }
}


@media screen and (min-width: 751px) {
#fv .bg01 {
  background: url('../img/fv_bg01_1108.jpg') no-repeat center top/125rem;
  height: 41.875rem;
  margin-top: 4.375rem;
}

#fv .bg02 {
  background: url('../img/fv_bg02.jpg') no-repeat center top/125rem;
  padding: 2.188rem 0 3.563rem;
}

#fv .bg02 dl {
  position: relative;
  margin-bottom: 3.625rem;
  background: url('../img/fv_img05_1108.png') no-repeat center top/100%;
  height: 38.875rem;
  padding: 5.25rem 8%;
}


  #fv .bg02 dt {
    margin-bottom: 0.313rem;
    width: 25.375rem;
  }
  #fv .bg02 dd {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 2.125rem;
    font-weight: bold;
  }
  #fv .bg02 dd span.txt01 {
    font-size: 1.375rem;
    line-height: 2.625rem;
    color: #ffffff;
    padding: 0.25rem 0.625rem;
    background: #3caac8;
  }
  #fv .bg02 dd span.txt02 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.688rem;
    border-bottom: 0.188rem solid #1a1a1a;
  }
  #fv .bg02 dd span.txt03 {
    color: #3caac8;
  }
  #fv .bg02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #fv .bg02 ul li {
    width: 19.813rem;
  }
}

@media screen and (max-width: 750px) {
  #fv{
    margin-top: 4rem;
  }

#fv .bg01 {
  background: url('../img/fv_bg01_sp_1109.jpg') no-repeat center top/100%;
  height: 45rem;
  padding-top: 3.462rem;
}

#fv .bg02 {
  background: url('../img/fv_bg02_sp_1109.jpg') no-repeat center top/100%;
  padding: 4.192rem 0 2.308rem;
}


  #fv .bg02 dl {
    margin-bottom: 25.692rem;
  }
  #fv .bg02 dd {
    padding: 0 2.308rem;
    font-weight: bold;
    font-size: 0.885rem;
    line-height: 2.231rem;
    letter-spacing: -0.02em;
    font-weight: bold;
    word-break: keep-all;
  }
  #fv .bg02 dd span.txt01 {
    font-size: 1.308rem;
    line-height: 2.385rem;
    color: #ffffff;
    padding: 0.154rem 0.385rem;
    background: #3caac8;
  }
  #fv .bg02 dd span.txt02 {
    font-weight: bold;
    font-size: 1.385rem;
    line-height: 2.308rem;
    border-bottom: 0.115rem solid #1a1a1a;
  }
  #fv .bg02 dd span.txt03 {
    color: #3caac8;
  }
  #fv .bg02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #fv .bg02 ul li {
    width: 8.846rem;
  }
}

@media screen and (max-width: 750px) {
.cv {
  background: url('../img/cv_bg01_sp.jpg') no-repeat center top/100%;
  padding: 2rem 1rem;
}



  .cv .head_wrap dt {
    color:#032d32;
    font-size: 2rem;
    font-family: "Zen Antique Soft", serif;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 2.6rem;
  }

  .cv .head_wrap dd {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
  }

  .cv .only500 {
    font-size: 2rem;
    font-family: "Mochiy Pop P One", sans-serif;
    color: #f5ac27;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .cv_block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .purchase-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 0.8rem;
    border: 1px solid #ccc;
  }

  .purchase-box__img img {
    width: auto;
    height: 180px;
    max-width: 300px;
    margin: 1rem 0 1.5rem 0;
  }

  .purchase-box__content {
    width: 100%;
    text-align: center;
  }

  .purchase-box__labels {
    margin-bottom: 0.5rem;
  }

  .label,
  .label2 {
    display: inline-block;
    font-size: 1rem;
    padding: 0.3rem 0.8rem;
    margin: 0 0.2rem 0.5rem;
    color: #fff;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  }

  .label {
    background-color: #032d32;
  }

  .label2 {
    background-color: #067678;
  }

  .purchase-box__title {
    color: #032d32;
    font-family: "Zen Antique Soft", serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .purchase-box__flex {
    justify-content: center;
    gap: 0.3rem;
    display: flex;
    margin-bottom: 0;
    align-items: center;
  }

  .purchase-box__price-before {
    background-color: #aaa;
    color: #fff;
    font-size: 0.9rem;
    padding: 0.2rem 1rem 0.2rem 0.3rem;
    clip-path:polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  }

  .purchase-box__price-before span {
    font-size: 1.0rem;
  }

  .purchase-box__price-now {
    font-size: 3.5rem;
    font-weight: bold;
    color: #a01414;
  }

  .purchase-box__price-now span {
    font-size: 1.3rem;
    margin-left:-1rem;
  }

  .purchase-box__note {
    font-size: 0.8rem;
    color: #777;
    margin: 0.5rem;
  }

  .purchase-box__btn {
    display: block;
    width: 100%;
    margin: 1rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #032d32;
    color: #fff;
    padding: 0.8rem;
    border-radius: 8px;
    text-decoration: none;
  }

  .single-box {
    width: 80%;
    margin:0 auto;
    border: 1px solid #ccc;
    padding: 1rem;
    background-color: #fff;
    text-align: center;
  }

  .single-box__row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }

  .single-box__tag {
    background: #aaa;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.3rem 0.8rem;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  }

  .single-box__price {
    font-size: 2.4rem;
    font-weight: bold;
    color: #a01414;
  }

  .single-box__price .tax {
    font-size: 1rem;
    margin-left: -0.5rem;
  }

  .single-box__btn {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #032d32;
    color: #fff;
    padding: 0.8rem;
    border-radius: 8px;
    text-decoration: none;
  }
}

@media screen and (min-width: 751px) {
.cv {
  background: url('../img/cv_bg01.jpg') no-repeat center top/125rem;
  padding: 2.25rem 0 3.625rem;
}

.cv.last {
  background: url('../img/cv_bg02.jpg') no-repeat center top/125rem;
  padding: 5rem 0 0;
  height: 44.375rem;
}


  .cv .head_wrap {
    position: relative;
    margin-bottom: 1rem;
  }
    .cv .head_wrap dt {
    color: #032d32;
    font-family: "Zen Antique Soft", serif;
    font-size: 2.5rem;
    line-height: 2.8rem;
    text-align: center;
    width: 100%;
  }
  .cv .head_wrap dd {
    font-family: "Shippori Mincho B1", serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 2.063rem;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
  }
  .only500{
    font-size: 2.2rem;
    font-family: "Mochiy Pop P One", sans-serif;
    color: #f5ac27;
    text-align: center;
    margin: 1rem 0;

  }
  .cv .cv_block {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
  }
  .purchase-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-around;
  padding: 40px 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.purchase-box__img img {
  width: 250px;
  height: auto;
}

.purchase-box__content {
  width: 60%;
  text-align: left;
}

.purchase-box__labels {
  margin-bottom: 12px;
}

.label {
  background-color: #032d32;
  color: #fff;
  font-size: 1rem;
  padding: 8px 12px;
  margin-right: 6px;
  display: inline-block;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.label2 {
  background-color: #067678;
  color: #fff;
  font-size: 1rem;
  padding: 8px 12px;
  margin-right: 6px;
  display: inline-block;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.purchase-box__title {
  color: #032d32;
  font-family: "Zen Antique Soft", serif;
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.purchase-box__flex{
  display: flex;
  justify-content: flex-start;
}

.purchase-box__price-before {
  display: inline-block;
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  font-size: 1rem;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.purchase-box__price-before span{
  font-size: 1.3rem;
}

.purchase-box__price-now {
  color: #a01414;
  font-size: 3.4rem;
  font-weight: bold;
  margin-left: 10px;
}
.purchase-box__price-now span {
  font-size: 1.2rem;
  margin-left: -1rem;
}

.purchase-box__note {
  font-size: 0.8rem;
  color: #777;
  margin-top: 15px;
  margin-bottom: 20px;
}

.purchase-box__btn {
  width: 90%;
  display: inline-block;
  text-align: center;
  background-color: #032d32;
  color: #fff;
  font-size: 2.1rem;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}
.purchase-box__btn:hover {
  opacity: 0.85;
}
.single-box {
  border: 1px solid #ccc;
  padding: 24px;
  max-width: 60%;
  margin: 40px auto;
  background-color: #fff;
}

.single-box__row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  justify-content: center;
}

.single-box__tag {
  background: #aaa;
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  font-size: 1.4rem;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.single-box__price {
  font-size: 3.4rem;
  font-weight: bold;
  color: #a01414;
}

.single-box__price .tax {
  font-size: 1.2rem;
  margin-left: -1rem;
}

.single-box__btn {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #032d32;
  color: #fff;
  padding: 16px 0;
  border-radius: 12px;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s;
}

.single-box__btn:hover {
  background-color: #054447;
}


  .cv .cv_block dl {
    width: 100%;
    height: 27rem;
  }
  .cv .cv_block dl.per15 {
    position: relative;
  }
  .cv .cv_block dl.per15:before {
    content: '';
    left: -0.625rem;
    top: -1.25rem;
    width: 5.5rem;
    height: 5.5rem;
    background-size: 100%;
    position: absolute;
    z-index: 1;
  }
  .cv .cv_block dd {
    padding: 0 1.875rem;
  }
  .cv .cv_block dd p.item_type {
    margin-bottom: 0.75rem;
  }
  .cv .cv_block dd p.item_type span {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #ffffff;
    background: #414141;
    padding: 0.188rem 0.875rem 0.188rem;
    height: 1.875rem;
    position: relative;
  }
  .cv .cv_block dd p.item_type span:after {
    content: '';
    right: -0.563rem;
    top: 0;
    width: 0.563rem;
    height: 1.875rem;
    background: url('../img/cv_img05.png') center top no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
  }
  .cv .cv_block dd p.item_name {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.438rem;
    color: #000000;
    margin-bottom: 1rem;
  }
  .cv .cv_block dd p.item_price {
    text-align: right;
    line-height: 2.606rem;
    font-size: 2.606rem;
    margin-bottom: 0.875rem;
    font-weight: bold;
  }
  .cv .cv_block dd p.item_price span {
    font-weight: bold;
    font-size: 1.25rem;
  }
  .cv .cv_block dd p.normal {
    font-weight: bold;
    font-size: 1.125rem;
    color: #000000;
    margin-bottom: 0.875rem;
    line-height: 2.606rem;
  }
  .cv .cv_block dd .price_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cv .cv_block dd .price_wrap p.item_price {
    color: #a01414;
  }
  .cv .cv_block dd.item_btn a {
    display: block;
    width: 26.25rem;
    height: 4.625rem;
    background: url('../img/cv_btn01.png') no-repeat center top/100%;
    text-align: center;
    padding-top: 1.5rem;
    line-height: 1;
    font-size: 1.375rem;
    letter-spacing: 0.124rem;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin: -6rem 25rem auto;
    z-index: 1;
    position: relative;
  }
  .cv .cv_block dd.item_btn a span {
    background: url('../img/cv_icon_btn01.png') no-repeat right center/0.75rem;
    padding-right: 1.688rem;
  }
  .cv .cv_block dd.item_btn_single a {
    display: block;
    width: 21.25rem;
    height: 4.625rem;
    background: url('../img/cv_btn01.png') no-repeat center top/100%;
    text-align: center;
    padding-top: 1.5rem;
    line-height: 0.5;
    font-size: 1.375rem;
    letter-spacing: 0.124rem;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin: -5rem 19rem auto;
    z-index: 1;
    position: relative;
  };
    }
    .cv .cv_block dd.item_btn_single a span {
    background: url('../img/cv_icon_btn01.png') no-repeat right center/0.75rem;
    padding-right: 1.688rem;
    }


@media screen and (min-width: 751px) {
  #trouble {
    background: url('../img/trouble_bg01_1109.jpg') no-repeat center top/125rem;
    padding-bottom: 8.438rem;
    height: 187.125rem;
  }
  #trouble h2 {
    margin-bottom: -0.75rem;
  }
  #trouble dl.trouble_txt01 {
    position: relative;
    height: 23.563rem;
  }
  #trouble dl.trouble_txt01 dd {
    color: #333;
    position: absolute;
    left: 50%;
    top: 11.063rem;
    margin-left: -50%;
    width: 100%;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  #trouble dl.trouble_txt01 dd span {
    background: #d6c786;
  }
  #trouble dl.trouble_txt02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url('../img/trouble_bg02.png') no-repeat center top/100%;
    font-weight: bold;
    margin-bottom: 7.375rem;
    height: 14rem;
  }
  #trouble dl.trouble_txt02 dt {
    font-family: "Shippori Mincho B1", serif;
    width: 19.375rem;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    padding-top: 0.625rem;
    margin-left: -1rem;
  }
  #trouble dl.trouble_txt02 dt span {
    font-size: 3rem;
    padding-top: 0.625rem;
  }
  #trouble dl.trouble_txt02 dd {
    width: 40.625rem;
    font-size: 1.313rem;
    color: #ffffff;
    margin-bottom: 0.313rem;
    margin-left: 1rem;
  }
  #trouble dl.trouble_txt02 dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #trouble dl.trouble_txt02 dd li {
    height: 3.625rem;
    line-height: 3.625rem;
    margin-bottom: 0.438rem;
    padding-left: 2.5rem;
  }
  #trouble dl.trouble_txt02 dd li:nth-of-type(odd) {
    width: 16.375rem;
    background: url('../img/trouble_icon01.png') no-repeat left center/2.125rem;
  }
  #trouble dl.trouble_txt02 dd li:nth-of-type(even) {
    width: 20.938rem;
    background: url('../img/trouble_icon02.png') no-repeat left center/2.125rem;
  }
  #trouble dl.trouble_txt03 {
    position: relative;
    margin-bottom: 8.313rem;
  }
  #trouble dl.trouble_txt03 dd {
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 15.875rem;
    width: 100%;
    margin-left: -50%;
    z-index: 1;
  }
  #trouble .trouble_txt04 h3 {
    color: #fff;
    margin-bottom: 4.375rem;
  }
  #trouble .trouble_txt04 dl {
    padding-left: 46%;
  }
  #trouble .trouble_txt04 dt {
    border-bottom: 0.188rem solid #fff;
    padding-bottom: 0.125rem;
    color: #fff;
    font-size: 1.563rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    width: 100%;
  }
  #trouble .trouble_txt04 dd {
    color: #fff;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  #trouble .trouble_txt04 dd:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  #trouble .trouble_txt04 dd:last-of-type {
    padding-top: 0.938rem;
  }
  #trouble .trouble_txt04 dd img {
    width: 25.375rem;
  }
  #trouble .before_after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1.375rem;
    width: 100%;
    margin: 0 auto 3.375rem;
    position: relative;
  }
  #trouble .before_after img{
    width: 100%;
  }
  #trouble .before_after p:nth-of-type(2) {
    margin-top: 2.438rem;
  }
}

@media screen and (max-width: 750px) {
  #trouble {
    background: url('../img/trouble_bg01_sp_1109.jpg') no-repeat center top/100%;
    padding: 0;
  }
  #trouble .container {
  margin: 0 auto;
}

  #trouble h2 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  #trouble dl.trouble_txt01 {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
  }

  #trouble dl.trouble_txt01 dt picture img {
    max-width: 100%;
    height: auto;
  }

  #trouble dl.trouble_txt01 dd {
    width: 100%;
    position: absolute;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin: 10px auto;
    top: 5rem;
    color: #333;
  }

  .before_after {
    width: 100%;
    margin: 2rem auto;
    text-align: center;
  }

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

  #trouble dl.trouble_txt02 {
    background: url('../img/trouble_bg02_sp.png') no-repeat center top/100%;
    font-weight: bold;
    margin-bottom: 2.5rem;
    height: 17.885rem;
    padding-top: 1.4rem;
  }
  #trouble dl.trouble_txt02 dt {
    font-size: 1.615rem;
    line-height: 2.313rem;
    text-align: center;
    margin-bottom: 0.923rem;
  }
  #trouble dl.trouble_txt02 dt span {
    font-size: 3rem;
    padding-top: 0.385rem;
  }
  #trouble dl.trouble_txt02 dd {
    width: 100%;
    font-size: 0.846rem;
    margin: 0 auto;
    color: #ffffff;
  }
  #trouble dl.trouble_txt02 dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0.769rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.8rem 0.769rem;
  }
  #trouble dl.trouble_txt02 dd li {
    height: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 0.3rem;
    padding-left: 1.923rem;
    font-size: 0.846rem;
  }
  #trouble dl.trouble_txt02 dd li:nth-of-type(odd) {
    width: 9rem;
    margin-left: 15px;
    background: url('../img/trouble_icon01_sp.png') no-repeat left center/1.3rem;
  }
  #trouble dl.trouble_txt02 dd li:nth-of-type(even) {
    width: 12.885rem;
    margin-left: 1.5rem;
    background: url('../img/trouble_icon02_sp.png') no-repeat left center/1.3rem;
  }

  #trouble .trouble_txt04{
    background: url('../img/trouble_bg03_sp.jpg') no-repeat center top/100%;
    padding: 1rem 0;
  }

  #trouble .trouble_txt04 h3 img{
    margin-top: 1.8rem;
  }

  #trouble .trouble_txt04 dt{
    width: 90%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: 1.5rem auto;
    border-bottom: 0.2rem solid #fff;
  }

  #trouble .trouble_txt04 h3::after {
  content: ""; /* 必須 */
  display: block;
  width: 50%;
  height: 200px; /* autoだと表示されない。必ず具体的な高さを指定！ */
  margin: 1rem auto 0;
  background: url('../img/wolg.PNG') no-repeat center center / contain;
}


  #trouble .trouble_txt04 dd{
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 751px) {
.bbcream-demo {
  background: #e8e6e6;
  padding: 4rem 1rem;
  text-align: center;
}

.bbcream-demo .container {
  max-width: 1000px;
  margin: 0 auto;
}

.bbcream-demo .text-block h2 {
  font-family: "Zen Antique Soft", serif;
  font-size: 3rem;
  color: #032d32;
  margin-bottom: 1rem;
}

.bbcream-demo .text-block p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
}

.bbcream-demo .video-block {
  margin-top: 2rem;
}

.bbcream-demo video {
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
}

/* スマホ対応 */
@media screen and (max-width: 750px) {
  .bbcream-demo {
    background: #e8e6e6;
    padding: 1rem;
  }

  .bbcream-demo .text-block h2 {
    font-family: "Zen Antique Soft", serif;
    font-size: 2rem;
    color: #032d32;
    margin: 1rem 0;
    text-align: center;
  }

  .bbcream-demo .text-block p {
    color: #333;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
  }

  .bbcream-demo video {
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

  .video-block{
    margin: 1rem 0;
  }
}



@media screen and (min-width: 751px) {
  .kodawari {
  background-color: #f8f8f8;
  padding: 40px 0 0 0;
  text-align: center;
}

.kodawari-header p {
  font-family: 'Zen Antique Soft';
  font-size: 2rem;
  font-weight: bold;
  color: #032d32;
  margin: 1rem;
}

.kodawari-header h2 {
  font-size: 2.3rem;
  margin: 10px 0 40px;
  font-weight: bold;
  color: #333;
}

.kodawari-number {
  display: inline-block;
  font-size: 4.4rem;
  background-color: #032d32;
  color: #fff;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin-right: 8px;
}

.kodawari-points {
  width: 100%;
  margin: 0 auto;
}

.point-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #032d32;
  color: #fff;
  padding: 40px;
}

.point-block1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #032d32;
  padding: 40px;
}

.point-img img {
  max-width: 400px;
  width: 100%;
}

.point-text {
  width: 40%;
  text-align: left;
  padding: 16px;
}

.point-text h3 {
  font-family: "Kaushan Script", cursive;
  color: #f5ac27;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.point-text h4 {
  color:#fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
}

.point-text p {
  font-size: 1rem;
  line-height: 1.5;
}

.point-text1 {
  width: 40%;
  text-align: right;
  padding: 16px;
}

.point-text1 h3 {
  font-family: "Kaushan Script", cursive;
  color: #f5ac27;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.point-text1 h4 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
}

.point-text1 p {
  font-size: 1rem;
  line-height: 1.5;
}

}

@media screen and (max-width: 750px) {
  .kodawari {
    padding: 1rem 0 0 0;
  }

  .kodawari-header {
    text-align: center;
    margin-bottom: 1rem;
  }

  .kodawari-header p {
    font-family: 'Zen Antique Soft';
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    color: #032d32;
  }

  .kodawari-header h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
  }

  .kodawari-number {
  display: inline-block;
  font-size: 3.4rem;
  background-color: #032d32;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin-right: 0.3rem;
}

  .kodawari-points {
    display: flex;
    flex-direction: column;
  }

  .point-block {
    background-color: #032d32;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .point-block1 {
    background-color: #ffffff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .point-img {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
  }

  .point-img img {
    width: auto;
    height: 250px;
  }

  .point-text,
  .point-text1 {
    width: 100%;
    text-align: center;
  }

  .point-text h3 {
    font-family: "Kaushan Script", cursive;
    color: #f5ac27;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1rem 0;
  }
  .point-text1 h3 {
    font-family: "Kaushan Script", cursive;
    color: #f5ac27;
    font-size: 2.5em;
    font-weight: bold;
    margin: 1rem 0;
  }

  .point-text h4 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.5rem;
    margin-bottom: 0.8rem;
    color: #fff;
  }
  .point-text1 h4 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.5rem;
    margin-bottom: 0.8rem;
    color: #032d32;
  }

  .point-text p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #fff;
  }
  .point-text1 p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #032d32;
  }
}


@media screen and (min-width: 751px) {
  #howto {
    background: url('../img/howto_bg01_1109.jpg') no-repeat center top/125rem;
    padding: 2rem 0 1rem 0;
  }
  #howto .impact_wrap h2 {
    color: #032d32;
    font-family: "Zen Antique Soft", serif;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 1.75rem;
    height: 6.25rem;
    width: 79.6%;
    padding-top: 2.25rem;
    font-size: 1.688rem;
    letter-spacing: 0.084rem;
    position: relative;
  }
  #howto .impact_wrap h2:after {
    content: '';
    left: 50%;
    bottom: 1.438rem;
    display: block;
    height: 0.188rem;
    width: 5rem;
    margin-left: -2.5rem;
    background: #1a1a1a;
    position: absolute;
    z-index: 1;
  }
  #howto .impact_wrap h3 {
    width: 40%;
    margin: 0 auto 4rem;
  }
  #howto .impact_wrap .movie_wrap {
    position: relative;
    width: 67.5%;
    margin: 0 auto 3.75rem;
    padding-top: 38.25%;
  }
  #howto .impact_wrap .movie_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #howto .impact_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 4.2%;
  }
  #howto .impact_wrap ul li {
    width: 2;
    position: relative;
    width: 22.9%;
    margin-right: 1.3%;
    padding-right: 2.9%;
  }
  #howto .impact_wrap ul li:not(:last-child) {
    background: url('../img/howto_arrow01.png') no-repeat right 5.625rem;
    background-size: 0.938rem;
  }
  #howto .impact_wrap ul li:not(:last-child) p {
    margin-right: 4.2%;
  }
  #howto .impact_wrap ul li:before {
    content: '';
    left: -0.5rem;
    top: -1.688rem;
    width: 7.375rem;
    height: 4.5rem;
    position: absolute;
    z-index: 1;
  }
  #howto .impact_wrap ul li:first-of-type:before {
  background: url('../img/howto_step01.png') center top no-repeat;
  background-size: 100%;
  }

  #howto .impact_wrap ul li:nth-of-type(2):before {
    background: url('../img/howto_step02.png') center top no-repeat;
    background-size: 100%;
  }

  #howto .impact_wrap ul li:nth-of-type(3):before {
    background: url('../img/howto_step03.png') center top no-repeat;
    background-size: 100%;
  }

  #howto .impact_wrap ul li:nth-of-type(4):before {
    background: url('../img/howto_step04.png') center top no-repeat;
    background-size: 100%;
  }

  #howto .impact_wrap ul li img {
    display: block;
    margin-bottom: 1.25rem;
  }
  #howto .impact_wrap ul li p.step_tit {
    font-size: 1.25rem;
    line-height: 1.688rem;
    height: 3.75rem;
    position: relative;
    margin-bottom: 1.563rem;
    font-weight: bold;
    white-space: nowrap;
    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;
    text-align: center;
  }
  #howto .impact_wrap ul li p.step_tit:after {
    content: '';
    left: 50%;
    bottom: -0.5rem;
    display: block;
    height: 0.125rem;
    width: 1.688rem;
    margin-left: -0.844rem;
    background: #1a1a1a;
    position: absolute;
    z-index: 1;
  }
  #howto .impact_wrap ul li p.step_txt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #howto .support_wrap {
    width: 73.9%;
  }
  #howto .support_wrap h2 {
    margin-bottom: 2.125rem;
  }
  #howto .support_wrap .voice_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #howto .support_wrap .voice_wrap dl {
    width: 48.98%;
    padding-top: 2.125rem;
    height: 9.875rem;
    margin-bottom: 1.063rem;
  }
  #howto .support_wrap .voice_wrap dl:nth-of-type(odd) {
    margin-right: 1.75%;
    padding-left: 8.125rem;
  }
  #howto .support_wrap .voice_wrap dl:nth-of-type(even) {
    padding-left: 1.313rem;
  }
  #howto .support_wrap .voice_wrap dl:first-of-type {
  background: url('../img/support_bg01.png') no-repeat center top/100%;
  }

  #howto .support_wrap .voice_wrap dl:nth-of-type(2) {
    background: url('../img/support_bg02.png') no-repeat center top/100%;
  }

  #howto .support_wrap .voice_wrap dl:nth-of-type(3) {
    background: url('../img/support_bg03.png') no-repeat center top/100%;
  }

  #howto .support_wrap .voice_wrap dl:nth-of-type(4) {
    background: url('../img/support_bg04.png') no-repeat center top/100%;
  }

  #howto .support_wrap .voice_wrap dl:nth-of-type(5) {
    background: url('../img/support_bg05.png') no-repeat center top/100%;
  }
  #howto .support_wrap .voice_wrap dt {
    font-weight: bold;
    font-size: 1.313rem;
    width: 13.188rem;
    line-height: 1;
    color: #000000;
    padding-bottom: 0.375rem;
    border-bottom: 0.125rem solid #000;
    margin-bottom: 0.75rem;
  }
  #howto .support_wrap .voice_wrap dd {
    font-size: 1rem;
    color: #000000;
    width: 13.188rem;
    line-height: 1;
  }
  #howto .support_wrap .voice_wrap dd span.col_green {
    font-weight: bold;
    color: #3caac8;
  }
  #howto .support_wrap .voice_wrap dd span.dot {
    border-bottom: 0.063rem dotted #808080;
    display: block;
    margin-bottom: 0.375rem;
    padding-bottom: 0.313rem;
  }
}

@media screen and (max-width: 750px) {
  #howto {
    background: url('../img/howto_bg01_sp_1109.jpg') no-repeat center top/100%;
    height: auto;
    padding-top: 3.462rem;
  }
  #howto .impact_wrap h2 {
    color: #032d32;
    font-family: "Zen Antique Soft", serif;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 2.269rem;
    height: 3.885rem;
    padding-top: 1.154rem;
    font-size: 1.6rem;
    letter-spacing: 0.052rem;
    position: relative;
  }
  #howto .impact_wrap h2:after {
    content: '';
    left: 50%;
    bottom: 0;
    display: block;
    height: 0.115rem;
    width: 3.077rem;
    margin-left: -1.538rem;
    background: #1a1a1a;
    position: absolute;
    z-index: 1;
  }
  #howto .impact_wrap h3 {
    width: 50%;
    margin: 0 auto 3.846rem;
  }
  #howto .impact_wrap .movie_wrap {
    position: relative;
    width: 90.66%;
    margin: 0 auto 3.269rem;
    padding-top: 50%;
  }
  #howto .impact_wrap .movie_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #howto .impact_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding-left: 1.731rem;
  }
  #howto .impact_wrap ul li {
    position: relative;
    width: 12.962rem;
    margin-right: 0.346rem;
    padding-right: 1.808rem;
    margin-bottom: 4.423rem;
  }
  #howto .impact_wrap ul li:not(:last-child) {
    background: url('../img/howto_arrow01_sp.png') no-repeat right 5.077rem;
    background-size: 0.846rem;
  }
  #howto .impact_wrap ul li:nth-of-type(even) {
    padding-right: 1.385rem;
    margin-right: 0;
    width: 12.538rem;
  }
  #howto .impact_wrap ul li:before {
    content: '';
    left: -0.115rem;
    top: -1.692rem;
    width: 6.654rem;
    height: 3.846rem;
    position: absolute;
    z-index: 1;
  }
  #howto .impact_wrap ul li:first-of-type:before {
  background: url('../img/howto_step01_sp.png') center top no-repeat;
  background-size: 100%;
  }
  #howto .impact_wrap ul li:nth-of-type(2):before {
    background: url('../img/howto_step02_sp.png') center top no-repeat;
    background-size: 100%;
  }
  #howto .impact_wrap ul li:nth-of-type(3):before {
    background: url('../img/howto_step03_sp.png') center top no-repeat;
    background-size: 100%;
  }
  #howto .impact_wrap ul li:nth-of-type(4):before {
    background: url('../img/howto_step04_sp.png') center top no-repeat;
    background-size: 100%;
  }

  #howto .impact_wrap ul li img {
    display: block;
    margin-bottom: 0.769rem;
  }
  #howto .impact_wrap ul li p.step_tit {
    font-size: 1.2rem;
    line-height: 1.692rem;
    height: 4.077rem;
    position: relative;
    margin-bottom: 1.538rem;
    font-weight: bold;
    white-space: nowrap;
    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;
    text-align: center;
  }
  #howto .impact_wrap ul li p.step_tit:after {
    content: '';
    left: 50%;
    bottom: -0.308rem;
    display: block;
    height: 0.077rem;
    width: 1.5rem;
    margin-left: -0.75rem;
    background: #1a1a1a;
    position: absolute;
    z-index: 1;
  }
  #howto .impact_wrap ul li p.step_txt {
    font-size: 0.923rem;
    line-height: 1.5rem;
  }
  #howto .support_wrap {
    padding-top: 3.462rem;
  }
  #howto .support_wrap h2 {
    margin-bottom: 1.692rem;
  }
  #howto .support_wrap .voice_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #howto .support_wrap .voice_wrap dl {
    padding-top: 2.615rem;
    width: 100%;
    height: 11.385rem;
    margin-bottom: 0.769rem;
  }
  #howto .support_wrap .voice_wrap dl:nth-of-type(odd) {
    padding-left: 10.769rem;
  }
  #howto .support_wrap .voice_wrap dl:nth-of-type(even) {
    padding-left: 2.692rem;
  }
  #howto .support_wrap .voice_wrap dl:first-of-type {
  background: url('../img/support_bg01_sp.png') no-repeat center top/100%;
  }
  #howto .support_wrap .voice_wrap dl:nth-of-type(2) {
    background: url('../img/support_bg02_sp.png') no-repeat center top/100%;
  }
  #howto .support_wrap .voice_wrap dl:nth-of-type(3) {
    background: url('../img/support_bg03_sp.png') no-repeat center top/100%;
  }
  #howto .support_wrap .voice_wrap dl:nth-of-type(4) {
    background: url('../img/support_bg04_sp.png') no-repeat center top/100%;
  }
  #howto .support_wrap .voice_wrap dl:nth-of-type(5) {
    background: url('../img/support_bg05_sp.png') no-repeat center top/100%;
  }
  #howto .support_wrap .voice_wrap dt {
    font-weight: bold;
    font-size: 1.385rem;
    width: 15.231rem;
    line-height: 1;
    color: #000000;
    padding-bottom: 0.231rem;
    border-bottom: 0.077rem solid #000;
    margin-bottom: 0.962rem;
  }
  #howto .support_wrap .voice_wrap dd {
    font-size: 1rem;
    color: #000000;
    width: 15.231rem;
    line-height: 1;
  }
  #howto .support_wrap .voice_wrap dd span.col_green {
    font-weight: bold;
    color: #3caac8;
  }
  #howto .support_wrap .voice_wrap dd span.dot {
    border-bottom: 0.038rem dotted #808080;
    display: block;
    margin-bottom: 0.423rem;
    padding-bottom: 0.385rem;
  }
}

@media screen and (min-width: 751px) {
  .influencer {
  background-color: #032d32;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.influencer h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.influencer .highlight {
  background-color: #d13449;
  color: #fff;
  padding: 0.8rem;
  border-radius: 8px;
}

.influencer .lead {
  font-family: "Zen Antique Soft", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.influencer .accent {
  color: #d13449;
  font-weight: bold;
}

.carousel {
  margin-top: 50px;
  padding: 20px 0;
}

.carousel-track {
  gap: 25px;
}

.carousel-item {
  width: auto !important;     /* ← これが超重要 */
  flex-shrink: 0;
  text-align: center;
  margin: 0 !important;
  text-decoration: none;
}

.carousel-item img {
  width: 200px;
  height: auto;
  margin-bottom: 8px;
}

.carousel-item a {
  text-decoration: none;
}

.carousel-item p {
  margin: 0;
  color: #cea37c;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
}
}

@media screen and (max-width: 750px) {
  .influencer {
    padding: 2rem 1rem;
    background-color: #032d32;
    color: #fff;
    text-align: center;
  }

  .influencer h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .influencer .highlight {
    background-color: #d13449;
    padding: 0.3rem 0.8rem;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.8rem;
  }

  .influencer .lead {
    font-family: "Zen Antique Soft", serif;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .influencer .accent {
    color: #ffd04b;
    font-weight: bold;
  }

  .carousel {
    padding-bottom: 1rem;
  }

  .carousel-track {
    display: flex;
    gap: 10px;
  }

  .carousel-item {
    width: 140px !important;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
  }

  .carousel-item img {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .carousel-item a {
    text-decoration: none;
  }

  .carousel-item p {
    font-size: 0.9rem;
    font-weight: bold;
    color: #cea37c;
    text-decoration: none;
  }
}



@media screen and (min-width: 751px){
  .review {
  font-family: "Zen Antique Soft", serif;
  background-color: #e6e6e6;
  padding: 60px 20px;
  text-align: center;
}

.review-heading h2 {
  font-size: 2rem;
  color: #032d32;
  line-height: 1.6;
  margin-bottom: 30px;
}

.review-heading span {
  font-weight: normal;
}

.review-heading strong {
  font-size: 2.4rem;
  font-weight: bold;
}

.review-swiper {
  padding: 20px 0;
  margin-top: 50px;
}

.review-item {
  width: 280px !important;
  flex-shrink: 0;
  text-align: center;
  margin-right: 0;
}

.review-item img {
  width: 100%;
  height: auto;
}

.review-footer {
  margin-top: 50px;
  font-size: 1.5rem;
  color: #032d32;
}
}

@media screen and (max-width: 750px) {
  .review {
    font-family: "Zen Antique Soft", serif;
    background-color: #e6e6e6;
    padding: 2rem 1rem;
    text-align: center;
  }

  .review-heading h2 {
    font-size: 1.4rem;
    color: #032d32;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .review-heading span {
    font-weight: normal;
    font-size: 1.5rem;
  }

  .review-heading strong {
    font-size: 2.3rem;
    font-weight: bold;
  }

  .review-swiper {
    padding: 1rem 0;
  }

  .swiper-wrapper {
    display: flex;
    align-items: start;
  }

  .review-item {
    width: 55vw !important;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .review-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .review-footer {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    color: #032d32;
  }
}


@media screen and (min-width: 751px) {
  footer .footer_wrap {
    background: #032d32;
    padding: 3.938rem 0 3.313rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  footer .footer_wrap h2 {
    text-align: center;
    margin-bottom: 2.125rem;
  }
  footer .footer_wrap h2 img {
    width: 5rem;
  }
  footer .footer_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer_wrap ul.sns {
    margin-bottom: 2.375rem;
  }
  footer .footer_wrap ul.sns li {
    width: 7%;
  }
  footer .footer_wrap ul.sns li:not(:last-child) {
    margin-right: 4%;
  }
  footer .footer_wrap ul.footer_txt01 {
    margin-bottom: 0.938rem;
  }
  footer .footer_wrap ul.footer_txt01 li {
    line-height: 1;
  }
  footer .footer_wrap ul.footer_txt01 li a {
    font-size: 1rem;
    color: #000000;
    text-decoration: none;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  footer .footer_wrap ul.footer_txt01 li:not(:last-child) {
    margin-right: 1.188rem;
    padding-right: 1.188rem;
    border-right: 0.063rem solid #000;
  }
  footer .footer_wrap p.copy {
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 750px) {
  footer .footer_wrap {
    background: #032d32;
    padding: 1.5rem 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  footer .footer_wrap h2 {
    text-align: center;
    margin-bottom: 1rem;
  }
  footer .footer_wrap h2 img {
    width: 4rem;
  }
  footer .footer_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer_wrap ul.sns {
    margin-bottom: 1.462rem;
  }
  footer .footer_wrap ul.sns li {
    width: 4.308rem;
  }
  footer .footer_wrap ul.sns li:not(:last-child) {
    margin-right: 2.5rem;
  }
  footer .footer_wrap ul.footer_txt01 {
    margin-bottom: 0.846rem;
  }
  footer .footer_wrap ul.footer_txt01 li {
    line-height: 1;
  }
  footer .footer_wrap ul.footer_txt01 li a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  footer .footer_wrap ul.footer_txt01 li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 0.038rem solid #fff;
  }
  footer .footer_wrap p.copy {
    color: #fff;
    text-align: center;
    font-size: 0.846rem;
  }
}

/* 汎用初期状態（非表示） */
.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

/* 表示状態になったとき共通 */
.animate.inview {
  opacity: 1;
  transform: none;
}

/* --- アニメーション種類別 --- */

/* フェードインのみ */
.fade-in {
  transform: none;
}

/* 左から右にスライド */
.slide-right {
  transform: translateX(-50px);
}
.slide-right.inview {
  transform: translateX(0);
}

/* 右から左にスライド */
.slide-left {
  transform: translateX(50px);
}
.slide-left.inview {
  transform: translateX(0);
}

/* 下から上にズームイン */
.zoom-in {
  transform: scale(0.8);
}
.zoom-in.inview {
  transform: scale(1);
}

/* フェードイン＋上昇 */
.fade-up {
  transform: translateY(30px);
}
.fade-up.inview {
  transform: translateY(0);
}

/* フェードアウト（非表示時）※使う場合は別途条件設定が必要 */
.fade-out {
  opacity: 1;
}
.fade-out.inview {
  opacity: 0;
}

/* Carousel */
.splide__track{
  margin-top: 2rem;
}

.splide {
    margin: 0;
}
.splide__list {
    gap: 1rem;
    }

.splide__slide{
  width: 250px !important;
}

.splide__slide p{
  margin: 10px 0;
  color: #cea37c;
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: none;
}

#image-slider .splide__slide img {
  width: 250px;
  height: auto; /* 画像の高さを指定 */
  }

#image-slider1 .splide__slide img {
  width: 300px;
  height: auto; /* 画像の高さを指定 */
  }

@media screen and (max-width: 750px) {
  .splide__track {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .splide__list {
    gap: 1rem;
    }

.splide__slide{
  width: 150px !important;
}

  #image-slider .splide__slide img {
  width: 150px;
  height: auto; /* 画像の高さを指定 */
  display: block;
  }

  #image-slider1 .splide__slide img {
    width: 200px;
    height: auto; /* 画像の高さを指定 */
    }

}