@charset "utf-8";
/*@sizeMsp: 3.5vw;//プラン*/
.sans {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.serif {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../font/ZenKakuGothicNew-Regular.ttf') format('truetype');
  font-display: swap;
}
.ZenKakuGothicNew {
  font-family: "Zen Kaku Gothic New";
}
@font-face {
  font-family: 'Zen Kaku Gothic New Bold';
  src: url('../font/ZenKakuGothicNew-Bold.ttf') format('truetype');
  font-display: swap;
}
.ZenKakuGothicNewBold {
  font-family: "Zen Kaku Gothic New Bold";
}
@font-face {
  font-family: 'KaiseiDecol';
  src: url('../font/KaiseiDecol-Regular.ttf') format('truetype');
  font-display: swap;
}
.KaiseiDecol {
  font-family: "KaiseiDecol";
}
@font-face {
  font-family: 'KaiseiDecol-Bold';
  src: url('../font/KaiseiDecol-Bold.ttf') format('truetype');
  font-display: swap;
}
.KaiseiDecolBold {
  font-family: "KaiseiDecol-Bold";
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #77453f;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  *,
  *:before,
  *:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  *,
  *:before,
  *:after {
    font-size: 4vw;
  }
}
* *,
*:before *,
*:after * {
  font-size: inherit;
  font-family: "Zen Kaku Gothic New";
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
table {
  width: 100%;
}
img {
  pointer-events: none;
  max-width: 100%;
}
a {
  color: blue;
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  word-break: break-all;
}
a:hover,
a.active {
  cursor: pointer;
}
a * {
  color: inherit;
}
a img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  a img:hover {
    opacity: 1;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
a img,
iframe {
  border: none;
}
iframe {
  display: block;
}
li {
  margin-left: 1rem;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
span,
s,
strike,
strong,
em,
u {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}
strong {
  font-weight: bold;
}
strong * {
  font-weight: inherit;
}
.scroll {
  overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border: solid 1px #77453f;
}
.scroll::-webkit-scrollbar-thumb {
  background: #77453f;
}
.pc {
  display: initial;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: initial;
  }
}
.pad {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pad {
    display: initial;
  }
}
@media screen and (min-width: 1200px) and (orientation: portrait) {
  .pad {
    display: initial;
  }
}
.order.o01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order.o02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order.o03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order.o04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order.o05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order.o06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order.o07 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order.o08 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order.o09 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order.o10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order.o11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order.o12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.order.o13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order.o14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.order.o15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
@media screen and (max-width: 600px) {
  .order.o01pad {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02pad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03pad {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04pad {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05pad {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06pad {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07pad {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08pad {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09pad {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10pad {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11pad {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12pad {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13pad {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14pad {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15pad {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media screen and (max-width: 800px) {
  .order.o01sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10sp {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11sp {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12sp {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13sp {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14sp {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15sp {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
.loading {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
          box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -webkit-animation: cssload-spin ease infinite 4.6s;
          animation: cssload-spin ease infinite 4.6s;
}
@-webkit-keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
.mhover {
  -webkit-animation: mhover linear 1.5s forwards;
          animation: mhover linear 1.5s forwards;
}
@-webkit-keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
@keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
.zoom {
  -webkit-animation: zoom linear 0.1s forwards;
          animation: zoom linear 0.1s forwards;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fadein {
  -webkit-animation: fadein ease 3s;
          animation: fadein ease 3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeout {
  -webkit-animation: fadeout ease 3s;
          animation: fadeout ease 3s;
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mixin-under-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.mixin-under-line span {
  border-bottom: solid 5px #77453f;
  color: #77453f;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New Bold";
  line-height: 160%;
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .mixin-under-line span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .mixin-under-line span {
    font-size: 4.5vw;
  }
}
.mixin-editor-reset table,
.mixin-editor-reset caption,
.mixin-editor-reset th,
.mixin-editor-reset td {
  padding: 5px 10px;
  border: solid 1px;
}
.mixin-editor-reset th {
  text-align: center;
}
/** ベース設計 **/
html {
  scroll-padding-top: 110px;
  scroll-behavior: smooth;
}
html body {
  position: relative;
  width: 100%;
  margin: initial;
  -webkit-text-size-adjust: 100%;
  min-height: 101vh;
}
header {
  position: relative;
  top: 0;
  z-index: 100;
}
header .container {
  width: 1200px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .container {
    width: 1200px;
  }
}
@media screen and (max-width: 800px) {
  header .container {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .container {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  header .container {
    padding: 10px;
  }
}
header .container .logo {
  margin-right: auto;
  max-width: 10%;
  width: 80px;
}
header .container:after {
  content: "";
  display: inline-block;
  max-width: 10%;
  width: 80px;
}
header .container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  margin-right: auto;
  gap: 0;
  max-width: 80%;
}
@media screen and (max-width: 1200px) {
  header .container .title {
    padding: 30px 0;
  }
}
@media screen and (max-width: 800px) {
  header .container .title {
    padding: 10px 20px;
  }
}
header .container .title a:hover {
  opacity: 0.5;
}
main {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  main {
    width: 1200px;
  }
}
@media screen and (max-width: 800px) {
  main {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  main {
    overflow-x: hidden;
  }
}
footer {
  background-color: #ffffff;
  width: 1200px;
  max-width: 100%;
  padding: 40px 0;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  footer {
    width: 1200px;
  }
}
@media screen and (max-width: 800px) {
  footer {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding: 40px 0;
  }
}
.mixin-clip {
  clip-path: path('M 0 26 Q 32 26 64 0 Q 96 26 128 26 Q 160 26 192 0 Q 224 26 256 26 Q 288 26 320 0 Q 352 26 384 26 Q 416 26 448 0 Q 480 26 512 26 Q 544 26 576 0 Q 608 26 640 26 Q 672 26 704 0 Q 736 26 768 26 Q 800 26 832 0 Q 864 26 896 26 Q 928 26 960 0 Q 992 26 1024 26 Q 1056 26 1088 0 Q 1120 26 1152 26 Q 1184 26 1216 0 Q 1248 26 1280 26 L 1280 10000 L 0 10000 Z');
}
.mixin-clip2 {
  clip-path: path('M 0 26 Q 64 -26 128 26 Q 192 -26 256 26 Q 320 -26 384 26 Q 448 -26 512 26 Q 576 -26 640 26 Q 704 -26 768 26 Q 832 -26 896 26 Q 960 -26 1024 26 Q 1088 -26 1152 26 Q 1216 -26 1280 26 L 1280 10000 L 0 10000 Z');
}
.mixin-clip3 {
  clip-path: path('M -364.8 144 C -44.8 400 -44.8 600 275.2 600 C 595.2 600 595.2 400 915.2 400 C 1235.2 400 1235.2 474 1555.2 474 L 1280 0 L 0 0 Z');
}
.mixin-border1 {
  border: solid 15px;
  -o-border-image: url("../img/common/border1.png") 30 fill;
     border-image: url("../img/common/border1.png") 30 fill;
}
.mixin-border2 {
  border: solid 15px;
  -o-border-image: url("../img/common/border2.png") 15 fill;
     border-image: url("../img/common/border2.png") 15 fill;
}
.mixin-border3 {
  border: solid 30px;
  -o-border-image: url("../img/common/border3.png") 30 fill;
     border-image: url("../img/common/border3.png") 30 fill;
}
.mixin-border4 {
  border: solid 30px;
  -o-border-image: url("../img/common/border4.png") 30 fill;
     border-image: url("../img/common/border4.png") 30 fill;
}
.mixin-border5 {
  border: solid 30px;
  -o-border-image: url("../img/common/border5.png") 30 fill;
     border-image: url("../img/common/border5.png") 30 fill;
}
.mixin-border6 {
  border: solid 30px;
  -o-border-image: url("../img/common/border6.png") 30 fill;
     border-image: url("../img/common/border6.png") 30 fill;
}
.mixin-border7 {
  border: solid 30px;
  -o-border-image: url("../img/common/border7.png") 30 fill;
     border-image: url("../img/common/border7.png") 30 fill;
}
body .body {
  width: 100%;
  overflow-x: hidden;
}
body footer {
  position: relative;
}
body footer a.aside_contact {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 3;
  -webkit-transform: initial;
          transform: initial;
  background-color: #885c57;
  color: #ffffff;
  font-size: 1rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
  text-decoration: none;
  padding: 5px 0 5px 5px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 1200px) {
  body footer a.aside_contact {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body footer a.aside_contact {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 1200px) {
  body footer a.aside_contact {
    padding: 5px 0 5px 5px;
  }
}
@media screen and (max-width: 800px) {
  body footer a.aside_contact {
    padding: 5px 0 5px 5px;
  }
}
body footer a.aside_contact span {
  display: block;
  border: solid 2px #ffffff;
  border-right: none;
  border-radius: 10px 0 0 10px;
  padding: 10px 12px 10px 10px;
}
@media screen and (max-width: 1200px) {
  body footer a.aside_contact span {
    padding: 10px 12px 10px 10px;
  }
}
@media screen and (max-width: 800px) {
  body footer a.aside_contact span {
    padding: 10px 12px 10px 10px;
  }
}
body .splide.main {
  padding: 0;
  margin: auto;
  overflow: hidden;
  clip-path: path('M 0 26 Q 32 26 64 0 Q 96 26 128 26 Q 160 26 192 0 Q 224 26 256 26 Q 288 26 320 0 Q 352 26 384 26 Q 416 26 448 0 Q 480 26 512 26 Q 544 26 576 0 Q 608 26 640 26 Q 672 26 704 0 Q 736 26 768 26 Q 800 26 832 0 Q 864 26 896 26 Q 928 26 960 0 Q 992 26 1024 26 Q 1056 26 1088 0 Q 1120 26 1152 26 Q 1184 26 1216 0 Q 1248 26 1280 26 L 1280 10000 L 0 10000 Z');
}
body .splide.main svg {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: -2px;
}
body .splide.main .splide__slide {
  overflow: hidden;
  min-height: 700px;
}
@media all and (max-width: 800px) {
  body .splide.main .splide__slide {
    min-height: 400px;
  }
}
body .splide.main .splide__slide img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .shop {
  background-color: #ffffff;
  position: relative;
  clip-path: path('M 0 26 Q 32 26 64 0 Q 96 26 128 26 Q 160 26 192 0 Q 224 26 256 26 Q 288 26 320 0 Q 352 26 384 26 Q 416 26 448 0 Q 480 26 512 26 Q 544 26 576 0 Q 608 26 640 26 Q 672 26 704 0 Q 736 26 768 26 Q 800 26 832 0 Q 864 26 896 26 Q 928 26 960 0 Q 992 26 1024 26 Q 1056 26 1088 0 Q 1120 26 1152 26 Q 1184 26 1216 0 Q 1248 26 1280 26 L 1280 10000 L 0 10000 Z');
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  padding-top: 40px;
  margin-top: -40px;
  padding-bottom: 120px;
}
body .shop:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  clip-path: path('M 0 26 Q 32 26 64 0 Q 96 26 128 26 Q 160 26 192 0 Q 224 26 256 26 Q 288 26 320 0 Q 352 26 384 26 Q 416 26 448 0 Q 480 26 512 26 Q 544 26 576 0 Q 608 26 640 26 Q 672 26 704 0 Q 736 26 768 26 Q 800 26 832 0 Q 864 26 896 26 Q 928 26 960 0 Q 992 26 1024 26 Q 1056 26 1088 0 Q 1120 26 1152 26 Q 1184 26 1216 0 Q 1248 26 1280 26 L 1280 10000 L 0 10000 Z');
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}
body .shop .container {
  width: 100%;
  max-width: 900px;
  padding: 50px 20px 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1200px) {
  body .shop .container {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .shop .container {
    width: 100%;
  }
}
body .shop .container h2 {
  margin-bottom: 50px;
}
body .shop .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
body .shop .container ul li {
  list-style: none;
  margin: 0;
  position: relative;
}
body .shop .container ul li:nth-of-type(-n+3) {
  width: calc(100% / 3 - 40px);
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body .shop .container ul li:nth-of-type(-n+3) {
    width: calc(100% / 3 - 40px);
  }
}
@media screen and (max-width: 800px) {
  body .shop .container ul li:nth-of-type(-n+3) {
    width: 100%;
  }
}
body .shop .container ul li:nth-of-type(n+4) {
  width: calc(100% / 2 - 40px);
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body .shop .container ul li:nth-of-type(n+4) {
    width: calc(100% / 2 - 40px);
  }
}
@media screen and (max-width: 800px) {
  body .shop .container ul li:nth-of-type(n+4) {
    width: 100%;
  }
}
body .shop .container ul li:after {
  content: "";
  display: block;
  background-image: radial-gradient(#c8bea9 2px, transparent 2px), radial-gradient(#c8bea9 2px, transparent 2px);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}
body .shop .container ul li > div {
  border: solid 30px;
  -o-border-image: url("../img/common/border7.png") 30 fill;
     border-image: url("../img/common/border7.png") 30 fill;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
body .shop .container ul li > div .shop-name {
  width: 100%;
  color: #77453f;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body .shop .container ul li > div .shop-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .shop .container ul li > div .shop-name {
    font-size: 4vw;
  }
}
body .coordinate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #eee), color-stop(5%, #ffffff), color-stop(95%, #ffffff), color-stop(95%, #eee));
  background-image: linear-gradient(90deg, #eee 5%, #ffffff 5%, #ffffff 95%, #eee 95%);
  background-size: 20px;
  position: relative;
  clip-path: path('M 0 26 Q 32 26 64 0 Q 96 26 128 26 Q 160 26 192 0 Q 224 26 256 26 Q 288 26 320 0 Q 352 26 384 26 Q 416 26 448 0 Q 480 26 512 26 Q 544 26 576 0 Q 608 26 640 26 Q 672 26 704 0 Q 736 26 768 26 Q 800 26 832 0 Q 864 26 896 26 Q 928 26 960 0 Q 992 26 1024 26 Q 1056 26 1088 0 Q 1120 26 1152 26 Q 1184 26 1216 0 Q 1248 26 1280 26 L 1280 10000 L 0 10000 Z');
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  padding-top: 40px;
  margin-top: -40px;
  padding-bottom: 100px;
}
body .coordinate .container {
  width: 100%;
  max-width: 900px;
  padding: 50px 20px 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1200px) {
  body .coordinate .container {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .coordinate .container {
    width: 100%;
  }
}
body .coordinate .container h2 {
  margin-bottom: 20px;
}
body .coordinate .container .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  width: 100%;
  border: solid 15px;
  -o-border-image: url("../img/common/border1.png") 30 fill;
     border-image: url("../img/common/border1.png") 30 fill;
}
@media screen and (max-width: 1200px) {
  body .coordinate .container .navigation {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  body .coordinate .container .navigation {
    padding: 10px;
  }
}
body .coordinate .container .navigation > span {
  color: #77453f;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .coordinate .container .navigation > span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .coordinate .container .navigation > span {
    font-size: 4vw;
  }
}
body .coordinate .container .navigation .coordinate_by_type_navigation {
  width: 100%;
}
body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media all and (max-width: 800px) {
  body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list {
    gap: 10px;
  }
}
body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list li.splide__slide {
  background-color: #d9cbc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 5px;
  margin: initial;
}
body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list li.splide__slide.is-active {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  border: initial;
}
@media screen and (max-width: 1200px) {
  body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list li.splide__slide.is-active {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list li.splide__slide.is-active {
    font-size: 4vw;
  }
}
body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list li.splide__slide.is-active.trande {
  background-color: #f07b51;
}
body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list li.splide__slide.is-active.classic {
  background-color: #9882b3;
}
body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list li.splide__slide.is-active.cool {
  background-color: #507eb4;
}
body .coordinate .container .navigation .coordinate_by_type_navigation ul.splide__list li.splide__slide.is-active.cute {
  background-color: #d45b98;
}
body .coordinate .coordinate_by_type li {
  text-align: center;
}
body .rental_detail {
  clip-path: path('M 0 26 Q 64 -26 128 26 Q 192 -26 256 26 Q 320 -26 384 26 Q 448 -26 512 26 Q 576 -26 640 26 Q 704 -26 768 26 Q 832 -26 896 26 Q 960 -26 1024 26 Q 1088 -26 1152 26 Q 1216 -26 1280 26 L 1280 10000 L 0 10000 Z');
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  padding-top: 120px;
  margin-top: -40px;
  padding-bottom: 100px;
  background-image: repeating-linear-gradient(140deg, #b5c9f3, #b5c9f3 5px, #a2bcf0 5px, #a2bcf0 15px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .rental_detail .container {
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container {
    padding: 0 20px;
  }
}
body .rental_detail .container .decoration {
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .rental_detail .container h2 {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container h2 {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container h2 {
    padding: 0 30px;
  }
}
body .rental_detail .container .rental_block {
  border: solid 15px;
  -o-border-image: url("../img/common/border2.png") 15 fill;
     border-image: url("../img/common/border2.png") 15 fill;
  margin-bottom: 50px;
  width: 100%;
}
body .rental_detail .container .rental_block h4 {
  background-color: #df3b30;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding: 5px 10px;
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container .rental_block h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container .rental_block h4 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container .rental_block h4 {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container .rental_block h4 {
    padding: 5px;
  }
}
body .rental_detail .container .rental_block h4:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: linear-gradient(45deg, transparent 50%, #ffffd0 50%);
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.5, 1) rotate(45deg);
          transform: translate(-50%, -50%) scale(0.5, 1) rotate(45deg);
}
body .rental_detail .container .rental_block h4:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: linear-gradient(45deg, #ffffd0 50%, transparent 50%);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 1;
  -webkit-transform: translate(50%, -50%) scale(0.5, 1) rotate(45deg);
          transform: translate(50%, -50%) scale(0.5, 1) rotate(45deg);
}
body .rental_detail .container .rental_block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (max-width: 800px) {
  body .rental_detail .container .rental_block .flex {
    gap: 10px;
  }
}
body .rental_detail .container .rental_block .flex .sakura {
  background: url("../img/common/sakura.png") center center no-repeat;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  position: relative;
  color: #77453f;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  width: initial;
  max-width: initial;
  min-width: 150px;
  margin: 0 2px;
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container .rental_block .flex .sakura {
    padding: 30px;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container .rental_block .flex .sakura {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container .rental_block .flex .sakura {
    width: initial;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura {
    margin: 0 30px;
  }
}
@media all and (max-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura:not(:last-of-type) {
    border-bottom: dotted 3px #77453f;
  }
}
@media all and (min-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura:not(:last-of-type):after {
    content: "";
    height: 100%;
    width: 0;
    border-right: dotted 3px #77453f;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@media all and (min-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura:not(:last-of-type):nth-of-type(3):after {
    border-right: none;
  }
}
body .rental_detail .container .rental_block .flex .sakura:nth-of-type(4) {
  min-width: 50%;
}
body .rental_detail .container .rental_block .flex .sakura .orange {
  color: #df3b30;
  font-size: 1.8rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container .rental_block .flex .sakura .orange {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura .orange {
    font-size: 5.5vw;
  }
}
body .rental_detail .container .rental_block .flex .sakura span:not(.orange) {
  color: #77453f;
  font-size: 0.7rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .rental_detail .container .rental_block .flex .sakura span:not(.orange) {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura span:not(.orange) {
    font-size: 3.5vw;
  }
}
@media all and (min-width: 800px) {
  body .rental_detail .container .rental_block .flex .sakura.bottom-border {
    border-bottom: dotted 3px #77453f;
  }
}
body .flow_photo {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 800px) {
  body .flow_photo {
    display: none;
  }
}
body .flow_photo img {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: initial;
  left: initial;
  z-index: 1;
  -webkit-transform: translate(105%, -30%);
          transform: translate(105%, -30%);
}
body .rental_flow {
  clip-path: path('M 0 26 Q 32 26 64 0 Q 96 26 128 26 Q 160 26 192 0 Q 224 26 256 26 Q 288 26 320 0 Q 352 26 384 26 Q 416 26 448 0 Q 480 26 512 26 Q 544 26 576 0 Q 608 26 640 26 Q 672 26 704 0 Q 736 26 768 26 Q 800 26 832 0 Q 864 26 896 26 Q 928 26 960 0 Q 992 26 1024 26 Q 1056 26 1088 0 Q 1120 26 1152 26 Q 1184 26 1216 0 Q 1248 26 1280 26 L 1280 10000 L 0 10000 Z');
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  padding-top: 120px;
  margin-top: -40px;
  padding-bottom: 150px;
  background-image: repeating-linear-gradient(140deg, rgba(251, 212, 167, 0.5), rgba(251, 212, 167, 0.5) 3px, transparent 3px, transparent 25px), repeating-linear-gradient(40deg, rgba(251, 212, 167, 0.5), rgba(251, 212, 167, 0.5) 3px, transparent 3px, transparent 25px);
  background-color: #ffffff;
  position: relative;
}
@media all and (max-width: 800px) {
  body .rental_flow {
    padding-top: 50px;
  }
}
body .rental_flow h2 {
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  body .rental_flow h2 {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow h2 {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  body .rental_flow h2 {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow h2 {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body .rental_flow h2 {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow h2 {
    margin: 0 auto 50px 0;
  }
}
body .rental_flow h2 img {
  position: relative;
  top: 0;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
}
@media all and (max-width: 800px) {
  body .rental_flow h2 img {
    position: relative;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    z-index: 1;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
  }
}
body .rental_flow .flow_photo {
  display: none;
}
@media all and (max-width: 800px) {
  body .rental_flow .flow_photo {
    display: block;
    padding: 0 50px 20px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    z-index: 1;
    -webkit-transform: translate(30%, 180px);
            transform: translate(30%, 180px);
    width: 80%;
  }
}
body .rental_flow .container {
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container {
    padding: 20px;
  }
}
body .rental_flow .container .flow_block {
  border: solid 30px;
  -o-border-image: url("../img/common/border3.png") 30 fill;
     border-image: url("../img/common/border3.png") 30 fill;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative;
}
body .rental_flow .container .flow_block .frower1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 1;
  -webkit-transform: scale(-1, 1) translate(-100%, 50%);
          transform: scale(-1, 1) translate(-100%, 50%);
}
@media all and (max-width: 800px) {
  body .rental_flow .container .flow_block .frower1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    z-index: 1;
    -webkit-transform: scale(-1, 1) translate(-50%, 0%);
            transform: scale(-1, 1) translate(-50%, 0%);
  }
}
body .rental_flow .container .flow_block .frower2 {
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}
@media all and (max-width: 800px) {
  body .rental_flow .container .flow_block .frower2 {
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
body .rental_flow .container .flow_block .step {
  width: 180px;
  max-width: initial;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container .flow_block .step {
    width: 180px;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container .flow_block .step {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container .flow_block .step {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container .flow_block .step {
    padding: 0;
  }
}
@media all and (max-width: 800px) {
  body .rental_flow .container .flow_block .step {
    width: 100px;
    margin: auto;
  }
}
body .rental_flow .container .flow_block .text {
  width: calc(100% - 180px);
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container .flow_block .text {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container .flow_block .text {
    width: 100%;
  }
}
body .rental_flow .container .flow_block .text h3 {
  color: #ffff64;
  font-size: 1.8rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 3px #ffffff;
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container .flow_block .text h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container .flow_block .text h3 {
    font-size: 5.5vw;
  }
}
body .rental_flow .container .flow_block .text p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container .flow_block .text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container .flow_block .text p {
    font-size: 3.5vw;
  }
}
body .rental_flow .container .flow_block .text .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
body .rental_flow .container .flow_block .text .contact .contact-flex {
  padding: 20px 0 0;
}
body .rental_flow .container .flow_block .text .contact .contact-flex p {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container .flow_block .text .contact .contact-flex p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container .flow_block .text .contact .contact-flex p {
    font-size: 3.5vw;
  }
}
body .rental_flow .container .flow_block .text .contact .contact-flex p:last-of-type {
  border: solid 1px #ffffff;
  padding: 5px 10px;
}
body .rental_flow .container .flow_block .text .contact .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container .flow_block .text .contact .line {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container .flow_block .text .contact .line {
    font-size: 2.3vw;
  }
}
body .rental_flow .container .flow_block .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-top: 10px;
}
body .rental_flow .container .flow_block .btns a.btn {
  background-color: #ffffc1;
  text-decoration: none;
  color: #df3b30;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  border-radius: 10px;
  padding: 10px;
  width: calc(50% - 10px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body .rental_flow .container .flow_block .btns a.btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .rental_flow .container .flow_block .btns a.btn {
    font-size: 4vw;
  }
}
body .rental_flow .container .flow_block .btns a.btn:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, #df3b30 50%, transparent 50%);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
body .mamafuri {
  clip-path: path('M 0 26 Q 64 -26 128 26 Q 192 -26 256 26 Q 320 -26 384 26 Q 448 -26 512 26 Q 576 -26 640 26 Q 704 -26 768 26 Q 832 -26 896 26 Q 960 -26 1024 26 Q 1088 -26 1152 26 Q 1216 -26 1280 26 L 1280 10000 L 0 10000 Z');
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  padding-top: 40px;
  margin-top: -40px;
  padding-top: 100px;
  padding-bottom: 150px;
  background-image: conic-gradient(from 45deg at 50% 50%, #c0aadc 90deg, transparent 90deg 180deg, #c0aadc 180deg 270deg, transparent 270deg);
  background-size: 30px 30px;
  background-color: #c6b2df;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .mamafuri h2 {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body .mamafuri h2 {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri h2 {
    padding: 0 20px;
  }
}
body .mamafuri .container {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .container {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .container {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body .mamafuri .container {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .container {
    padding: 20px;
  }
}
body .mamafuri .container .plan_a-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .container .plan_a-c {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .container .plan_a-c {
    width: 100%;
  }
}
body .mamafuri .container p.annotation {
  text-align: center;
  color: #77453f;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  padding: 30px 0 80px;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .container p.annotation {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .container p.annotation {
    font-size: 4vw;
  }
}
body .mamafuri .mamafuri_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 30px;
  -o-border-image: url("../img/common/border4.png") 30 fill;
     border-image: url("../img/common/border4.png") 30 fill;
  width: 100%;
  max-width: 600px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri_plan {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri_plan {
    width: 100%;
  }
}
body .mamafuri .mamafuri_plan .plan {
  position: absolute;
  top: initial;
  right: initial;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 25%);
          transform: translate(-50%, 25%);
  width: initial;
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri_plan .plan {
    width: initial;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri_plan .plan {
    width: 100px;
  }
}
body .mamafuri .mamafuri_plan div {
  padding-top: 25px;
  color: #77453f;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
body .mamafuri .mamafuri_plan div .orange {
  color: #df3b30;
  font-size: 3rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri_plan div .orange {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri_plan div .orange {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri_plan div {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri_plan div {
    font-size: 3.5vw;
  }
}
body .mamafuri .mamafuri-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 900px;
  gap: 50px;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri-flex {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri-flex {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri-flex {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri-flex {
    padding: 20px;
  }
}
body .mamafuri .mamafuri-flex .mamafuri_plan {
  width: calc(50% - 25px);
  max-width: initial;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan {
    width: 100%;
  }
}
body .mamafuri .mamafuri-flex .mamafuri_plan .frower1 {
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
}
@media all and (max-width: 800px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan .frower1 {
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
  }
}
body .mamafuri .mamafuri-flex .mamafuri_plan .frower2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media all and (max-width: 800px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan .frower2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    z-index: 1;
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
}
body .mamafuri .mamafuri-flex .mamafuri_plan > div {
  color: #77453f;
  font-size: 1.5rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan > div {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan > div {
    font-size: 4.2vw;
  }
}
body .mamafuri .mamafuri-flex .mamafuri_plan > div .orange {
  color: #df3b30;
  font-size: 1.8rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan > div .orange {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan > div .orange {
    font-size: 6.75vw;
  }
}
body .mamafuri .mamafuri-flex .mamafuri_plan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
body .mamafuri .mamafuri-flex .mamafuri_plan ul li {
  margin: 0;
  background-color: #a0893f;
  border-radius: 50%;
  width: 100px;
  max-width: initial;
  aspect-ratio: 1;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan ul li {
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan ul li {
    width: 90px;
  }
}
@media screen and (max-width: 1200px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan ul li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  body .mamafuri .mamafuri-flex .mamafuri_plan ul li {
    font-size: 3.5vw;
  }
}
body .purchase {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #eee), color-stop(5%, #ffffff), color-stop(95%, #ffffff), color-stop(95%, #eee));
  background-image: linear-gradient(90deg, #eee 5%, #ffffff 5%, #ffffff 95%, #eee 95%);
  background-size: 20px;
  position: relative;
  clip-path: path('M 0 26 Q 32 26 64 0 Q 96 26 128 26 Q 160 26 192 0 Q 224 26 256 26 Q 288 26 320 0 Q 352 26 384 26 Q 416 26 448 0 Q 480 26 512 26 Q 544 26 576 0 Q 608 26 640 26 Q 672 26 704 0 Q 736 26 768 26 Q 800 26 832 0 Q 864 26 896 26 Q 928 26 960 0 Q 992 26 1024 26 Q 1056 26 1088 0 Q 1120 26 1152 26 Q 1184 26 1216 0 Q 1248 26 1280 26 L 1280 10000 L 0 10000 Z');
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  padding-top: 40px;
  margin-top: -40px;
}
body .purchase .container {
  width: 100%;
  max-width: 900px;
  padding: 50px 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1200px) {
  body .purchase .container {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .purchase .container {
    width: 100%;
  }
}
body .purchase .container h2 {
  margin-bottom: 50px;
}
body .purchase .container .fullset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
body .purchase .container .fullset .order1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (max-width: 800px) {
  body .purchase .container .fullset .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body .purchase .container .fullset .order2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (max-width: 800px) {
  body .purchase .container .fullset .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body .purchase .container .fullset .order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body .purchase .container .fullset ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 800px) {
  body .purchase .container .fullset ul {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body .purchase .container .fullset ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: initial;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  width: 100px;
  max-width: initial;
  aspect-ratio: 1;
  color: #118cac;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  border: solid 30px;
  -o-border-image: url("../img/common/border5.png") 30 fill;
     border-image: url("../img/common/border5.png") 30 fill;
}
@media screen and (max-width: 1200px) {
  body .purchase .container .fullset ul li {
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  body .purchase .container .fullset ul li {
    width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  body .purchase .container .fullset ul li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  body .purchase .container .fullset ul li {
    font-size: 3.5vw;
  }
}
@media all and (max-width: 600px) {
  body .purchase .container .fullset ul li {
    font-size: 4vw;
  }
}
body .purchase .merit {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 0 150px;
}
@media screen and (max-width: 1200px) {
  body .purchase .merit {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .purchase .merit {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body .purchase .merit {
    padding: 0 0 150px;
  }
}
@media screen and (max-width: 800px) {
  body .purchase .merit {
    padding: 20px 20px 150px;
  }
}
body .purchase .merit h3 {
  text-align: center;
}
body .purchase .merit .shiori li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  background: url("../img/purchase/shiori.png") no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 70px 50px;
}
@media screen and (max-width: 1200px) {
  body .purchase .merit .shiori li {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 800px) {
  body .purchase .merit .shiori li {
    padding: 70px 60px;
  }
}
@media all and (max-width: 600px) {
  body .purchase .merit .shiori li {
    padding: 50px 60px;
  }
}
@media all and (max-width: 800px) {
  body .purchase .merit .shiori li {
    background: url("../img/purchase/shiori_sp.png") no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
body .purchase .merit .shiori li > div {
  text-align: center;
}
body .purchase .merit .shiori li > div strong {
  color: #118cac;
  font-size: 1.8rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  body .purchase .merit .shiori li > div strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  body .purchase .merit .shiori li > div strong {
    font-size: 4.2vw;
  }
}
body .purchase .merit .shiori li > div p {
  color: #77453f;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .purchase .merit .shiori li > div p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .purchase .merit .shiori li > div p {
    font-size: 3.5vw;
  }
}
body .purchase .merit .shiori li:nth-of-type(1) {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.5));
}
body .purchase .merit .shiori li:nth-of-type(2) {
  -webkit-filter: drop-shadow(-5px -5px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(-5px -5px 2px rgba(0, 0, 0, 0.5));
  -webkit-transform: translateX(50px) rotate(180deg);
          transform: translateX(50px) rotate(180deg);
}
@media all and (max-width: 800px) {
  body .purchase .merit .shiori li:nth-of-type(2) {
    -webkit-transform: translateX(0) rotate(180deg);
            transform: translateX(0) rotate(180deg);
  }
}
body .purchase .merit .shiori li:nth-of-type(2) > div {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body .purchase .merit .shiori li:nth-of-type(3) {
  -webkit-transform: rotate(4deg) translateY(20px);
          transform: rotate(4deg) translateY(20px);
  -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.5));
}
body .chosen_photo {
  position: relative;
  z-index: 2;
}
body .chosen_photo img {
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(calc(1200px / -2 - 150px), -20%);
          transform: translate(calc(1200px / -2 - 150px), -20%);
}
@media all and (max-width: 800px) {
  body .chosen_photo {
    display: none;
  }
}
body .chosen {
  clip-path: path('M 0 26 Q 64 -26 128 26 Q 192 -26 256 26 Q 320 -26 384 26 Q 448 -26 512 26 Q 576 -26 640 26 Q 704 -26 768 26 Q 832 -26 896 26 Q 960 -26 1024 26 Q 1088 -26 1152 26 Q 1216 -26 1280 26 L 1280 10000 L 0 10000 Z');
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  padding-top: 40px;
  margin-top: -40px;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #d45b98;
  background-image: radial-gradient(circle, #db73a7 5px, transparent 5px);
  background-position: 0 0;
  background-size: 30px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .chosen .container {
  width: 100%;
  max-width: 900px;
  padding: 50px 20px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body .chosen .container {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .chosen .container {
    width: 100%;
  }
}
body .chosen .container h2 {
  text-align: right;
  margin-bottom: 50px;
  position: relative;
}
body .chosen .container h2 img {
  position: relative;
  top: 0;
  right: 50%;
  bottom: initial;
  left: initial;
  z-index: 1;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
}
@media all and (max-width: 800px) {
  body .chosen .container h2 img {
    position: relative;
    top: 0;
    right: initial;
    bottom: initial;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-70%, 0);
            transform: translate(-70%, 0);
    width: 70%;
  }
}
body .chosen .container .chosen_photo {
  display: none;
}
@media all and (max-width: 800px) {
  body .chosen .container .chosen_photo {
    display: initial;
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-20%, 100px);
            transform: translate(-20%, 100px);
    width: 70%;
  }
}
body .chosen .container .selects {
  width: 100%;
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  body .chosen .container .selects {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .chosen .container .selects {
    width: 100%;
  }
}
body .chosen .container .selects > div {
  border: solid 30px;
  -o-border-image: url("../img/common/border6.png") 30 fill;
     border-image: url("../img/common/border6.png") 30 fill;
  position: relative;
  z-index: 3;
  -webkit-filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.2));
  will-change: transform;
}
body .chosen .container .selects > div .decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: url(../img/chosen/chosen_decoration.png) no-repeat center center;
  background-size: contain;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -53%);
          transform: translate(-50%, -53%);
}
body .chosen .container .selects > div .decoration span {
  color: #ce4389;
  font-size: 3rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  body .chosen .container .selects > div .decoration span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  body .chosen .container .selects > div .decoration span {
    font-size: 7.2vw;
  }
}
body .chosen .container .selects > div > div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #77453f;
  font-size: 1.2rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
  padding-top: 50px;
}
@media screen and (max-width: 1200px) {
  body .chosen .container .selects > div > div {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  body .chosen .container .selects > div > div {
    font-size: 4.8vw;
  }
}
body .chosen .container .selects > div > div strong {
  position: relative;
  z-index: 2;
  color: #ce4389;
  font-size: 1.8rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  body .chosen .container .selects > div > div strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  body .chosen .container .selects > div > div strong {
    font-size: 4.5vw;
  }
}
body .chosen .container .selects > div > div p {
  color: #77453f;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body .chosen .container .selects > div > div p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .chosen .container .selects > div > div p {
    font-size: 3.5vw;
  }
}
body .voice {
  clip-path: path('M 0 26 Q 32 26 64 0 Q 96 26 128 26 Q 160 26 192 0 Q 224 26 256 26 Q 288 26 320 0 Q 352 26 384 26 Q 416 26 448 0 Q 480 26 512 26 Q 544 26 576 0 Q 608 26 640 26 Q 672 26 704 0 Q 736 26 768 26 Q 800 26 832 0 Q 864 26 896 26 Q 928 26 960 0 Q 992 26 1024 26 Q 1056 26 1088 0 Q 1120 26 1152 26 Q 1184 26 1216 0 Q 1248 26 1280 26 L 1280 10000 L 0 10000 Z');
  background-image: repeating-linear-gradient(140deg, rgba(251, 212, 167, 0.5), rgba(251, 212, 167, 0.5) 3px, transparent 3px, transparent 25px), repeating-linear-gradient(40deg, rgba(251, 212, 167, 0.5), rgba(251, 212, 167, 0.5) 3px, transparent 3px, transparent 25px);
  background-color: #ffffff;
  position: relative;
}
body .voice .photo {
  clip-path: path('M -364.8 144 C -44.8 400 -44.8 600 275.2 600 C 595.2 600 595.2 400 915.2 400 C 1235.2 400 1235.2 474 1555.2 474 L 1280 0 L 0 0 Z');
  background-color: #b7ded7;
  padding-top: 100px;
  margin-top: -100px;
  width: 1200px;
  max-width: initial;
  position: relative;
  top: 0;
  right: -50%;
  bottom: initial;
  left: initial;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (max-width: 800px) {
  body .voice .photo {
    padding-top: 300px;
  }
}
@media screen and (max-width: 1200px) {
  body .voice .photo {
    width: 1200px;
  }
}
@media screen and (max-width: 800px) {
  body .voice .photo {
    width: 100%;
  }
}
body .voice h2 img {
  display: block;
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
}
@media all and (max-width: 800px) {
  body .voice h2 img {
    position: absolute;
    top: 50px;
    right: initial;
    bottom: initial;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 90%;
    max-width: 500px;
  }
}
body .voice .fukidashi {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi {
    padding: 20px;
  }
}
body .voice .fukidashi > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 0;
}
@media all and (max-width: 800px) {
  body .voice .fukidashi > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
body .voice .fukidashi > div .hum {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 15%;
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi > div .hum {
    width: 15%;
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi > div .hum {
    width: 30%;
  }
}
body .voice .fukidashi > div .text {
  width: calc(85% - 30px);
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi > div .text {
    width: calc(85% - 30px);
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi > div .text {
    width: 100%;
  }
}
body .voice .fukidashi > div .text strong {
  width: 100%;
}
body .voice .fukidashi > div .text strong span {
  display: inline-block;
}
body .voice .fukidashi > div .text .source {
  width: 100%;
  text-align: right;
  color: #77453f;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi > div .text .source {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi > div .text .source {
    font-size: 3.5vw;
  }
}
body .voice .fukidashi > div:nth-of-type(odd) .hum {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 10%;
}
body .voice .fukidashi > div:nth-of-type(odd) .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #51a18d;
  padding: 20px 10px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
  -webkit-filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.3));
  will-change: transform;
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi > div:nth-of-type(odd) .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi > div:nth-of-type(odd) .text {
    font-size: 4vw;
  }
}
body .voice .fukidashi > div:nth-of-type(odd) .text strong {
  color: #ffff64;
  font-size: 1.2rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi > div:nth-of-type(odd) .text strong {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi > div:nth-of-type(odd) .text strong {
    font-size: 4vw;
  }
}
body .voice .fukidashi > div:nth-of-type(odd) .text > span {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi > div:nth-of-type(odd) .text > span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi > div:nth-of-type(odd) .text > span {
    font-size: 3.5vw;
  }
}
body .voice .fukidashi > div:nth-of-type(odd) .text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(45deg, #51a18d 50%, transparent 50%);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 1;
  -webkit-transform: translate(80%, -50%) rotate(105deg);
          transform: translate(80%, -50%) rotate(105deg);
}
@media all and (max-width: 800px) {
  body .voice .fukidashi > div:nth-of-type(odd) .text:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: initial;
    right: 50%;
    bottom: 0;
    left: initial;
    z-index: 1;
    -webkit-transform: translate(-50%, 99%) rotate(90deg);
            transform: translate(-50%, 99%) rotate(90deg);
  }
}
body .voice .fukidashi > div:nth-of-type(even) .hum {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media all and (max-width: 800px) {
  body .voice .fukidashi > div:nth-of-type(even) .hum {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
    margin-right: 10%;
  }
}
body .voice .fukidashi > div:nth-of-type(even) .text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-color: #faebe2;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  -webkit-filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.3));
  will-change: transform;
}
@media all and (max-width: 800px) {
  body .voice .fukidashi > div:nth-of-type(even) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body .voice .fukidashi > div:nth-of-type(even) .text strong {
  color: #a62b40;
  font-size: 1.2rem;
  font-weight: kaisei;
  font-family: "KaiseiDecol";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi > div:nth-of-type(even) .text strong {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi > div:nth-of-type(even) .text strong {
    font-size: 4vw;
  }
}
body .voice .fukidashi > div:nth-of-type(even) .text > span {
  color: #77453f;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .voice .fukidashi > div:nth-of-type(even) .text > span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  body .voice .fukidashi > div:nth-of-type(even) .text > span {
    font-size: 3.5vw;
  }
}
body .voice .fukidashi > div:nth-of-type(even) .text:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(45deg, #faebe2 50%, transparent 50%);
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-80%, -50%) rotate(-70deg);
          transform: translate(-80%, -50%) rotate(-70deg);
}
@media all and (max-width: 800px) {
  body .voice .fukidashi > div:nth-of-type(even) .text:after {
    width: 30px;
    height: 30px;
    background: linear-gradient(-45deg, #faebe2 50%, transparent 50%);
    position: absolute;
    top: initial;
    right: 40%;
    bottom: 0;
    left: initial;
    z-index: 1;
    -webkit-transform: translate(50%, 99%) rotate(270deg);
            transform: translate(50%, 99%) rotate(270deg);
  }
}
