@charset "utf-8";
/*@gray: rgba(150,150,150, 1);*/
/*@red: rgba(229,1,18,1);*/
/*@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";
}
.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
}
@font-face {
  font-family: 'Noto Sans JP Bold';
  src: url('../font/NotoSansJP-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Regular.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp {
  font-family: "Noto Sans JP";
  font-style: normal;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../font/Cinzel-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
}
.cinzel {
  font-family: "Cinzel";
  font-style: normal;
}
@font-face {
  font-family: 'ZenKakuGothic';
  src: url('../font/ZenKakuGothicNew-Regular.ttf') format('truetype');
  font-display: swap;
}
.zenkaku {
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@font-face {
  font-family: 'ZenKakuGothic_b';
  src: url('../font/ZenKakuGothicNew-Bold.ttf') format('truetype');
  font-display: swap;
}
.zenkaku_b {
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
@font-face {
  font-family: 'Zen Old';
  src: url('../font/ZenOldMincho-Medium.ttf') format('truetype');
  font-display: swap;
}
.zen {
  font-family: "Zen Old";
  font-style: normal;
}
@font-face {
  font-family: 'KaiseiDecol';
  src: url('../font/KaiseiDecol-Regular.ttf') format('truetype');
  font-display: swap;
}
.kaisei {
  font-family: "KaiseiDecol";
  font-style: normal;
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  *,
  *:before,
  *:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  *,
  *:before,
  *:after {
    font-size: 4vw;
  }
}
* *,
*:before *,
*:after * {
  font-size: inherit;
}
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 #000000;
}
.scroll::-webkit-scrollbar-thumb {
  background: #000000;
}
.pc {
  display: initial;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .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: 600px) {
  .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-btn {
  cursor: pointer;
  background-color: #ec6c00;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .mixin-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  .mixin-btn {
    padding: 5px 40px;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    padding: 5px 20px;
  }
}
.mixin-btn:hover {
  background-color: #a62b40;
}
.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;
  /*@media all and (max-width: @layout-pad-width) {
		scroll-padding-top: 190px;
	}

	@media all and (max-width: @layout-sp-width) {
		scroll-padding-top: 165px;
	}*/
  scroll-behavior: smooth;
}
html body {
  position: relative;
  width: 100%;
  margin: initial;
  -webkit-text-size-adjust: 100%;
  min-height: 101vh;
}
html .deg {
  display: inline-block;
  rotate: 40deg;
}
html .btn {
  display: block;
  width: 400px;
  max-width: 400px;
  margin: auto;
  padding: 20px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  text-decoration: none;
  letter-spacing: 0.3rem;
  text-align: center;
  background: #000000;
}
@media screen and (max-width: 1200px) {
  html .btn {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  html .btn {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  html .btn {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  html .btn {
    font-size: 1rem;
  }
}
html .btn_s {
  display: block;
  width: 138px;
  max-width: 138px;
  margin: auto;
  padding: 5px 20px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Zen Old";
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 0.3rem;
  background: #000000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  html .btn_s {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  html .btn_s {
    width: 100%;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 80px;
  border-bottom: solid 1px;
  background-color: #ffffff;
}
header .ins {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  padding: 0 !important;
}
@media screen and (max-width: 1200px) {
  header .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    padding: 20px 10px;
  }
}
header .ins .title {
  width: 370px;
  max-width: 370px;
}
@media screen and (max-width: 1200px) {
  header .ins .title {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .ins .title {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  header .ins .title {
    max-width: 240px;
  }
}
header .ins .title a {
  display: block;
}
header .ins .title a img {
  display: block;
}
header .ins .head_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  right: 78px;
}
@media all and (max-width: 1200px) {
  header .ins .head_right {
    display: none;
  }
}
header .ins .head_right a {
  display: block;
  height: 80px;
  padding: 28px 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  font-family: "ZenKakuGothic";
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
header .ins .head_right a.reserve {
  background: #907d53;
  width: 150px;
  max-width: 150px;
}
@media screen and (max-width: 1200px) {
  header .ins .head_right a.reserve {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  header .ins .head_right a.reserve {
    width: 100%;
  }
}
header .ins .head_right a.contact {
  background: #000000;
  width: 120px;
  max-width: 120px;
}
@media screen and (max-width: 1200px) {
  header .ins .head_right a.contact {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  header .ins .head_right a.contact {
    width: 100%;
  }
}
header .ins .hum {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: initial;
          transform: initial;
  height: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1200px) {
  header .ins .hum {
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  header .ins .hum {
    height: 30px;
  }
}
header .ins .hum span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .ins .hum span:nth-of-type(1) {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header .ins .hum span:nth-of-type(2) {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
header .ins .hum span:nth-of-type(3) {
  position: absolute;
  top: 60%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header .ins .hum .text_menu {
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
  font-size: 0.7rem;
}
header .ins .hum.open_navi span {
  background-color: #ffffff;
}
header .ins .hum.open_navi span:nth-of-type(1) {
  position: absolute;
  top: 50%;
  right: -50%;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) rotate(315deg) scale(1.3);
          transform: translate(-50%, -50%) rotate(315deg) scale(1.3);
}
header .ins .hum.open_navi span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, 0) rotate(-360deg);
          transform: translate(0, 0) rotate(-360deg);
  opacity: 0;
}
header .ins .hum.open_navi span:nth-of-type(3) {
  position: absolute;
  top: 50%;
  right: -50%;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) rotate(-315deg) scale(1.3);
          transform: translate(-50%, -50%) rotate(-315deg) scale(1.3);
}
header .ins nav > ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 2;
  -webkit-transform: translate(0, -120%);
          transform: translate(0, -120%);
  width: 100%;
  max-width: 400px;
  padding: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  list-style: none;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul {
    padding: 20px;
  }
}
header .ins nav > ul li {
  margin: 0;
  border-bottom: solid 1px #bebebe;
}
header .ins nav > ul li a {
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li a {
    font-size: 4vw;
  }
}
header .ins nav > ul li a:hover {
  color: #ffcccc;
}
header .ins nav > ul li.sub_navi span {
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li.sub_navi span {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li.sub_navi span {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li.sub_navi span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li.sub_navi span {
    font-size: 4vw;
  }
}
header .ins nav > ul li.sub_navi span:hover {
  color: #ffcccc;
}
header .ins nav > ul li.sub_navi > div {
  display: none;
  margin-left: 30px;
}
header .ins nav > ul li.sub_navi > div ul li {
  border-bottom: none;
  list-style-type: none;
}
header .ins nav > ul li.sub_navi > div ul li a {
  padding: 5px 0 10px 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li.sub_navi > div ul li a {
    padding: 5px 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li.sub_navi > div ul li a {
    padding: 5px 0 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li.sub_navi > div ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li.sub_navi > div ul li a {
    font-size: 4vw;
  }
}
header .ins nav > ul li.sub_navi > div ul li a:hover {
  color: #ffcccc;
}
header .ins nav > ul li.sub_navi > div ul li:last-of-type {
  padding: 0 0 10px 0;
}
header .ins nav > ul li.sub_navi.open_sub > div {
  display: block;
}
header .ins nav.open_navi > ul {
  display: initial;
  position: absolute;
  top: 0;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 2;
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
  overflow-y: scroll;
  padding-bottom: 50px;
  height: 100vh;
}
main .h1 {
  padding: 90px 0;
}
@media screen and (max-width: 1200px) {
  main .h1 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 600px) {
  main .h1 {
    padding: 70px 0;
  }
}
main .h1 h1 {
  text-align: center;
}
main .h1 h1 .big {
  display: block;
  color: #000000;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  line-height: 3.7rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1200px) {
  main .h1 h1 .big {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 600px) {
  main .h1 h1 .big {
    font-size: 2.1rem;
  }
}
main .h1 h1 .small {
  display: block;
  color: #000000;
  font-size: 1.35rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 1200px) {
  main .h1 h1 .small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  main .h1 h1 .small {
    font-size: 1.1rem;
  }
}
main h2 {
  padding: 0 0 55px 0;
}
@media screen and (max-width: 1200px) {
  main h2 {
    padding: 0 0 55px 0;
  }
}
@media screen and (max-width: 600px) {
  main h2 {
    padding: 0 0 35px 0;
  }
}
main h2 .big {
  display: block;
  color: #bebebe;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  line-height: 3.7rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  main h2 .big {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 600px) {
  main h2 .big {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 600px) {
  main h2 .big {
    line-height: 2.3rem;
  }
}
main h2 .small {
  display: block;
  color: #bebebe;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1200px) {
  main h2 .small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  main h2 .small {
    font-size: 1.1rem;
  }
}
main .message {
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1200px) {
  main .message {
    background-size: 100%;
    background-position: right bottom;
  }
}
main .message .ins {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 70px 0;
}
@media screen and (max-width: 1200px) {
  main .message .ins {
    padding: 70px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins {
    padding: 50px 10px;
  }
}
main .message .ins > div {
  width: 410px;
  max-width: 410px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  main .message .ins > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  main .message .ins > div {
    margin-left: initial;
    margin: auto;
    text-align: center;
  }
}
@media all and (max-width: 1200px) {
  main .message .ins > div h2 .big {
    color: #636363;
  }
}
main .message .ins > div h2 .big_ja {
  display: block;
  color: #000000;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  line-height: 3.7rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  main .message .ins > div h2 .big_ja {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div h2 .big_ja {
    font-size: 2.5rem;
  }
}
main .message .ins > div h2 .small {
  color: #636363;
  font-weight: bold;
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
@media all and (max-width: 1200px) {
  main .message .ins > div h2 .small {
    color: #636363;
  }
}
main .message .ins > div .copy {
  display: block;
  padding: 0 0 40px 0;
  color: #000000;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
  -webkit-filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8));
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1200px) {
  main .message .ins > div .copy {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div .copy {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 1200px) {
  main .message .ins > div .copy {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div .copy {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1200px) {
  main .message .ins > div .copy {
    text-align: center;
  }
}
main .message .ins > div .copy > span {
  display: inline-block;
}
main .message .ins > div p {
  color: #000000;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  line-height: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  main .message .ins > div p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div p {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1200px) {
  main .message .ins > div p {
    letter-spacing: 0.1rem;
  }
}
main .message .ins > div p > span {
  display: inline-block;
}
main .message .ins > div p .pc {
  display: none;
}
main .summary .ins {
  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;
  max-width: 900px;
  margin: auto;
  padding: 110px 0;
}
@media screen and (max-width: 1200px) {
  main .summary .ins {
    padding: 110px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins {
    padding: 70px 10px;
  }
}
@media all and (max-width: 600px) {
  main .summary .ins {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
main .summary .ins h1 {
  padding: 0 80px 0 0;
}
@media screen and (max-width: 1200px) {
  main .summary .ins h1 {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins h1 {
    padding: 0;
  }
}
@media all and (max-width: 1200px) {
  main .summary .ins h1 {
    width: 30%;
    min-width: initial;
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  main .summary .ins h1 {
    width: 100%;
    min-width: initial;
  }
}
main .summary .ins h1 .big {
  display: block;
  color: #000000;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  line-height: 3.7rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  main .summary .ins h1 .big {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins h1 .big {
    font-size: 2.1rem;
  }
}
main .summary .ins h1 .small {
  display: block;
  color: #000000;
  font-size: 1.35rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1200px) {
  main .summary .ins h1 .small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins h1 .small {
    font-size: 1.1rem;
  }
}
main .summary .ins h1 .small > span {
  display: inline-block;
}
main .summary .ins p {
  padding: 0 0 0 60px;
  color: #000000;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1rem;
  border-left: solid #000000 1px;
}
@media screen and (max-width: 1200px) {
  main .summary .ins p {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins p {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 1200px) {
  main .summary .ins p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins p {
    font-size: 1rem;
  }
}
@media all and (max-width: 1200px) {
  main .summary .ins p {
    width: 70%;
  }
}
@media all and (max-width: 600px) {
  main .summary .ins p {
    width: 100%;
    border-left: none;
  }
}
@media all and (max-width: 1200px) {
  main .summary .ins p br.pc {
    display: none;
  }
}
main .plan {
  background-color: #bebebe;
}
main .plan .ins {
  max-width: 900px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  main .plan .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins {
    padding: 70px 10px;
  }
}
main .plan .ins h2 span {
  color: #ffffff;
}
main .plan .ins 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-left: 10px;
}
@media all and (max-width: 1200px) {
  main .plan .ins ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 28px;
  }
}
main .plan .ins ul:after {
  display: inline-block;
  content: "";
  width: calc((100% - 40px) / 2);
}
main .plan .ins ul li {
  width: calc((100% - 40px) / 2);
  max-width: 425px;
  min-width: 300px;
  margin: 0;
  list-style: none;
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li {
    min-width: 263px;
  }
}
@media all and (max-width: 600px) {
  main .plan .ins ul li {
    width: 100%;
    max-width: 340px;
  }
  main .plan .ins ul li.p_753 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .plan .ins ul li.p_omiyamairi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .plan .ins ul li.p_memorial {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main .plan .ins ul li.p_maternity {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  main .plan .ins ul li.p_furisode {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  main .plan .ins ul li.p_graduation {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  main .plan .ins ul li.p_hakama {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  main .plan .ins ul li.p_bridal {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  main .plan .ins ul li.p_rental {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
main .plan .ins ul li a {
  display: block;
  min-width: 280px;
  min-height: 112px;
  padding: 30px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#636363), color-stop(50%, #636363), color-stop(50%, #fff), to(#fff));
  background-image: linear-gradient(to right, #636363 0%, #636363 50%, #fff 50%, #fff 100%);
  -webkit-transition: color 0.4s, background-position 0.4s;
  transition: color 0.4s, background-position 0.4s;
  position: relative;
  width: 100%;
  padding: 1rem 2rem 2rem 2rem;
  -webkit-box-shadow: -10px 10px #212121;
          box-shadow: -10px 10px #212121;
  outline: 7px solid #bebebe;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  main .plan .ins ul li a {
    padding: 20px 10px 10px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins ul li a {
    padding: 20px 20px 10px 20px;
  }
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li a {
    min-width: 263px;
  }
}
@media all and (max-width: 600px) {
  main .plan .ins ul li a {
    min-height: 107px;
    -webkit-box-shadow: -6px 6px #212121;
            box-shadow: -6px 6px #212121;
    outline: 4px solid #bebebe;
  }
}
main .plan .ins ul li a > div {
  line-height: 0;
}
main .plan .ins ul li a > div .ja {
  display: block;
  color: #000000;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  main .plan .ins ul li a > div .ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins ul li a > div .ja {
    font-size: 5.5vw;
  }
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li a > div .ja {
    letter-spacing: 0.1rem;
  }
}
main .plan .ins ul li a > div .en {
  display: block;
  color: #000000;
  font-size: 0.7rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1200px) {
  main .plan .ins ul li a > div .en {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins ul li a > div .en {
    font-size: 2.3vw;
  }
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li a > div .en {
    letter-spacing: 0.1rem;
  }
}
main .plan .ins ul li a > div .arrow {
  position: absolute;
  display: inline-block;
  width: 360px;
  max-width: 360px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #000000;
}
@media screen and (max-width: 1200px) {
  main .plan .ins ul li a > div .arrow {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins ul li a > div .arrow {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li a > div .arrow {
    position: relative;
  }
}
main .plan .ins ul li a > div .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
main .plan .ins ul li a:hover {
  background-position: 0 0;
}
main .plan .ins ul li a:hover > div .ja,
main .plan .ins ul li a:hover > div .en {
  color: #bebebe;
}
main .plan .ins ul li a:hover > div .arrow {
  display: none;
}
main .blog_btn .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins {
    padding: 70px 10px;
  }
}
@media all and (max-width: 1200px) {
  main .blog_btn .ins {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
main .blog_btn .ins h2 {
  padding: initial;
}
main .blog_btn .ins h2 span {
  color: #000000;
}
main .blog_btn .ins .btn_box {
  width: 555px;
  max-width: 555px;
  margin-left: initial;
  text-align: center;
  border: solid 2px #000000;
  list-style-type: none;
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins .btn_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins .btn_box {
    width: 100%;
  }
}
main .blog_btn .ins .btn_box a {
  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;
  gap: 30px;
  padding: 30px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  letter-spacing: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, #ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%);
  -webkit-transition: color 0.4s, background-position 0.4s;
  transition: color 0.4s, background-position 0.4s;
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins .btn_box a {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins .btn_box a {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins .btn_box a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins .btn_box a {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1200px) {
  main .blog_btn .ins .btn_box a {
    gap: 20px;
  }
}
main .blog_btn .ins .btn_box a .arrow {
  display: inline-block;
  position: relative;
  width: 173px;
  max-width: 173px;
  min-width: 80px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #000000;
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins .btn_box a .arrow {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins .btn_box a .arrow {
    width: 120px;
  }
}
main .blog_btn .ins .btn_box a .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
main .blog_btn .ins .btn_box a:hover {
  background-position: 0 0;
  color: #ffffff;
}
main .blog_btn .ins .btn_box a:hover .arrow {
  background-color: #ffffff;
}
main .blog_btn .ins .btn_box a:hover .arrow:before {
  background-color: #ffffff;
}
main .contact {
  background-color: black;
}
main .contact .ins {
  max-width: 900px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  main .contact .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .contact .ins {
    padding: 70px 10px;
  }
}
main .contact .ins h2 span {
  color: #ffffff;
}
main .contact .ins ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media all and (max-width: 1200px) {
  main .contact .ins ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 10px;
  }
}
main .contact .ins ul li {
  /*.mixin-width(430px, 100%, 100%, 430px);*/
  width: calc((100% - 20px) / 2);
  max-width: 430px;
  min-width: 420px;
  margin-left: initial;
  border: solid 2px #ffffff;
  list-style-type: none;
  text-align: center;
}
@media all and (max-width: 600px) {
  main .contact .ins ul li {
    min-width: 100%;
  }
}
main .contact .ins ul li a {
  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;
  gap: 20px;
  padding: 30px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  text-decoration: none;
  background-color: #ffffff;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#e6e6e6), color-stop(50%, #e6e6e6), color-stop(50%, #000000), to(#000000));
  background-image: linear-gradient(to right, #e6e6e6 0%, #e6e6e6 50%, #000000 50%, #000000 100%);
  -webkit-transition: color 0.4s, background-position 0.4s;
  transition: color 0.4s, background-position 0.4s;
}
@media screen and (max-width: 1200px) {
  main .contact .ins ul li a {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .contact .ins ul li a {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  main .contact .ins ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  main .contact .ins ul li a {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1200px) {
  main .contact .ins ul li a {
    gap: 20px;
  }
}
main .contact .ins ul li a .arrow {
  display: inline-block;
  position: relative;
  width: 112px;
  max-width: 112px;
  min-width: 80px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  main .contact .ins ul li a .arrow {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  main .contact .ins ul li a .arrow {
    width: 80px;
  }
}
main .contact .ins ul li a .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
main .contact .ins ul li a:hover {
  background-position: 0 0;
  color: #000000;
}
main .contact .ins ul li a:hover .arrow {
  background-color: #000000;
}
main .contact .ins ul li a:hover .arrow:before {
  background-color: #000000;
}
footer .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  footer .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  footer .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  footer .ins {
    padding: 20px 10px;
  }
}
@media all and (max-width: 1200px) {
  footer .ins {
    width: 100%;
    max-width: 100%;
  }
}
footer .ins > a {
  display: block;
  width: 370px;
  max-width: 370px;
}
@media screen and (max-width: 1200px) {
  footer .ins > a {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .ins > a {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  footer .ins > a {
    padding-bottom: 10px;
  }
}
footer .ins > a img {
  display: block;
}
@media all and (max-width: 600px) {
  footer .ins > a img {
    max-width: 200px;
  }
}
footer .ins .f_navi {
  position: relative;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 1200px) {
  footer .ins .f_navi {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  footer .ins .f_navi {
    padding: 0 0 20px 0;
  }
}
@media all and (max-width: 1200px) {
  footer .ins .f_navi {
    margin-left: auto;
  }
}
footer .ins .f_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px 60px;
  width: 350px;
  max-width: 350px;
  list-style-type: none;
}
@media all and (max-width: 600px) {
  footer .ins .f_navi ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  footer .ins .f_navi ul {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .ins .f_navi ul {
    width: 100%;
  }
}
footer .ins .f_navi ul li {
  margin-left: 0;
  font-size: 0.9rem;
}
footer .ins .f_navi ul li a {
  font-weight: bold;
  color: #000000;
  font-family: "ZenKakuGothic";
  font-style: normal;
  text-decoration: none;
}
footer .ins .f_navi ul li:nth-of-type(3) {
  display: block;
  width: initial;
  padding: 0 10px;
  font-size: 0.7rem;
  border: solid 1px #000000;
  text-align: center;
}
footer .ins #copyright {
  display: block;
  width: 100%;
  font-size: 0.6rem;
  text-align: center;
}
footer .ins #copyright .c {
  font-size: 1rem;
  vertical-align: middle;
}
footer .totop {
  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;
  position: fixed;
  top: initial;
  right: 0;
  bottom: 0;
  left: initial;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -20px;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000000;
  border: solid #ffffff 2px;
}
@media screen and (max-width: 600px) {
  footer .totop {
    position: fixed;
    top: initial;
    right: 0;
    bottom: 0;
    left: initial;
    z-index: 100;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}
footer .totop:after {
  display: block;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
/* 共通 */
/* /.共通 */
body main .ins {
  width: 1200px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
}
@media screen and (max-width: 1200px) {
  body main .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body main .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .ins {
    padding: 20px 10px;
  }
}
body main .splide_space {
  height: 650px;
  max-height: 650px;
  background-color: black;
}
@media all and (max-width: 600px) {
  body main .splide_space {
    width: 100%;
    height: 100%;
    max-height: 100%;
    aspect-ratio: 2;
    aspect-ratio: 1.5;
  }
}
body main .splide_space .splide .splide__track .splide__slide {
  min-width: 100%;
  height: 650px;
  max-height: 650px;
  min-height: 650px;
}
@media all and (max-width: 600px) {
  body main .splide_space .splide .splide__track .splide__slide {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    aspect-ratio: 2;
    aspect-ratio: 1.5;
  }
}
body main .splide_space .splide .splide__track .splide__slide img {
  min-width: inherit;
  height: 650px;
  max-height: 650px;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 600px) {
  body main .splide_space .splide .splide__track .splide__slide img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    aspect-ratio: 2;
    aspect-ratio: 1.5;
  }
}
body main .splide_space .h1_none {
  display: none;
}
body main .message {
  background: url(../img/plan/753/message_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1200px) {
  body main .message {
    background-size: 100%;
    background-position: right bottom;
  }
}
body main .message .ins {
  max-width: 1200px;
  margin: auto;
  padding: 70px 0;
}
@media screen and (max-width: 1200px) {
  body main .message .ins {
    padding: 70px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .message .ins {
    padding: 50px 10px;
  }
}
body main .message .ins > div {
  width: 410px;
  max-width: 410px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  body main .message .ins > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .message .ins > div {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  body main .message .ins > div {
    /*max-width: initial;*/
    margin-left: initial;
    margin: auto;
    text-align: center;
  }
}
@media all and (max-width: 1200px) {
  body main .message .ins > div h2 .big {
    color: #636363;
  }
}
body main .message .ins > div h2 .big_ja {
  display: block;
  color: #000000;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  line-height: 3.7rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  body main .message .ins > div h2 .big_ja {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 600px) {
  body main .message .ins > div h2 .big_ja {
    font-size: 2.5rem;
  }
}
body main .message .ins > div h2 .small {
  color: #636363;
  font-weight: bold;
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
@media all and (max-width: 1200px) {
  body main .message .ins > div h2 .small {
    color: #636363;
  }
}
body main .message .ins > div .copy {
  display: block;
  padding: 0 0 40px 0;
  color: #000000;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
  -webkit-filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8));
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1200px) {
  body main .message .ins > div .copy {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .message .ins > div .copy {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .message .ins > div .copy {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .message .ins > div .copy {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 1200px) {
  body main .message .ins > div .copy {
    text-align: center;
  }
}
body main .message .ins > div .copy > span {
  display: inline-block;
}
body main .message .ins > div p {
  color: #000000;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  line-height: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  body main .message .ins > div p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  body main .message .ins > div p {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 1200px) {
  body main .message .ins > div p {
    letter-spacing: 0.1rem;
    line-height: 2rem;
  }
}
body main .message .ins > div p > span {
  display: inline-block;
}
body main .message .ins > div p .pc {
  display: none;
}
body main .point {
  background: #bebebe;
}
body main .point .ins {
  max-width: 900px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  body main .point .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .point .ins {
    padding: 30px 10px;
  }
}
@media all and (max-width: 600px) {
  body main .point .ins h2 {
    margin-bottom: 10px;
  }
}
body main .point .ins h2 span {
  color: #ffffff;
}
body main .point .ins ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
@media all and (max-width: 1200px) {
  body main .point .ins ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 55px 20px;
  }
}
@media all and (max-width: 1200px) {
  body main .point .ins ul {
    gap: 55px 20px;
  }
}
body main .point .ins ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 280px;
  max-width: 280px;
  margin-left: initial;
  padding: 70px 30px;
  border-radius: 10px;
  list-style-type: none;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 4px #585858;
          box-shadow: 2px 2px 4px #585858;
}
@media screen and (max-width: 1200px) {
  body main .point .ins ul li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .point .ins ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body main .point .ins ul li {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 600px) {
  body main .point .ins ul li {
    padding: 35px 20px 20px 30px;
  }
}
@media all and (max-width: 600px) {
  body main .point .ins ul li {
    max-width: initial;
  }
}
@media all and (max-width: 950px) {
  body main .point .ins ul li:first-of-type {
    margin: 0 155px;
  }
}
@media all and (max-width: 600px) {
  body main .point .ins ul li:first-of-type {
    margin: initial;
  }
}
body main .point .ins ul li .num {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -40px);
          transform: translate(-50%, -40px);
  width: 120px;
  max-width: 120px;
}
@media screen and (max-width: 1200px) {
  body main .point .ins ul li .num {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .point .ins ul li .num {
    width: 100%;
  }
}
body main .point .ins ul li .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 20px;
}
@media all and (max-width: 600px) {
  body main .point .ins ul li .detail {
    gap: 0;
  }
}
body main .point .ins ul li .copy {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 0%;
  padding: 0 0 25px 0;
  color: #000000;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body main .point .ins ul li .copy {
    padding: 0 0 25px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .point .ins ul li .copy {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .point .ins ul li .copy {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  body main .point .ins ul li .copy {
    font-size: 4vw;
  }
}
@media all and (max-width: 600px) {
  body main .point .ins ul li .copy {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: initial;
    min-height: initial;
    line-height: 1.5rem;
  }
}
body main .point .ins ul li .copy > span {
  display: inline-block;
}
body main .point .ins ul li p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 100%;
  min-height: 0%;
  color: #000000;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1200px) {
  body main .point .ins ul li p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  body main .point .ins ul li p {
    font-size: 3vw;
  }
}
@media all and (max-width: 600px) {
  body main .point .ins ul li p {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: initial;
    min-height: initial;
    line-height: 1.1rem;
  }
}
body main .price .flex,
body main .price2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body main .price .gray,
body main .price2 .gray {
  letter-spacing: 0.3rem;
  background: #969696;
}
body main .price .azuki,
body main .price2 .azuki {
  position: relative;
  background: #a07d79;
}
body main .price .azuki:after,
body main .price2 .azuki:after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-image: url(../img/plan/accent.png);
  background-size: 35px;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  body main .price .azuki:after,
  body main .price2 .azuki:after {
    top: -12px;
    left: 12px;
    rotate: 11deg;
  }
}
body main .price .red,
body main .price2 .red {
  color: #a62b40 !important;
}
body main .price .black,
body main .price2 .black {
  color: #000000;
}
body main .price .border,
body main .price2 .border {
  display: block;
  margin: 0 0 30px 0;
  padding: 0px 20px;
  color: #636363;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.2rem;
  border: solid 1px #636363;
}
@media screen and (max-width: 1200px) {
  body main .price .border,
  body main .price2 .border {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .border,
  body main .price2 .border {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .border,
  body main .price2 .border {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .border,
  body main .price2 .border {
    font-size: 1rem;
  }
}
body main .price .s,
body main .price2 .s {
  font-size: 0.9rem !important;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
body main .price .m,
body main .price2 .m {
  font-size: 1.2rem !important;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@media all and (max-width: 600px) {
  body main .price .m,
  body main .price2 .m {
    font-size: 4vw !important;
  }
}
body main .price .bold,
body main .price2 .bold {
  font-weight: bold !important;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
body main .price .zen,
body main .price2 .zen {
  font-family: "ZenKakuGothic";
  font-style: normal;
  letter-spacing: 0.1rem;
}
body main .price .note,
body main .price2 .note {
  font-size: 0.85rem;
}
body main .price .ins,
body main .price2 .ins {
  max-width: 900px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  body main .price .ins,
  body main .price2 .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins,
  body main .price2 .ins {
    padding: 70px 10px;
  }
}
body main .price .ins h2 span,
body main .price2 .ins h2 span {
  color: #000000;
}
body main .price .ins h2 span.note,
body main .price2 .ins h2 span.note {
  font-family: "ZenKakuGothic";
  font-style: normal;
}
body main .price .ins h2 span.tax,
body main .price2 .ins h2 span.tax {
  display: inline-block !important;
  font-size: 0.85rem;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
body main .price .ins dl .midashi,
body main .price2 .ins dl .midashi {
  display: block;
  padding: 0 0 20px 0;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl .midashi,
  body main .price2 .ins dl .midashi {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl .midashi,
  body main .price2 .ins dl .midashi {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl .midashi,
  body main .price2 .ins dl .midashi {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl .midashi,
  body main .price2 .ins dl .midashi {
    font-size: 1.2rem;
  }
}
body main .price .ins dl > div dt,
body main .price2 .ins dl > div dt {
  margin: 0 0 40px 0;
  padding: 3px 20px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl > div dt,
  body main .price2 .ins dl > div dt {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl > div dt,
  body main .price2 .ins dl > div dt {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl > div dt,
  body main .price2 .ins dl > div dt {
    padding: 3px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl > div dt,
  body main .price2 .ins dl > div dt {
    padding: 3px 10px;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl > div dt,
  body main .price2 .ins dl > div dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl > div dt,
  body main .price2 .ins dl > div dt {
    font-size: 4.2vw;
  }
}
body main .price .ins dl > div dd,
body main .price2 .ins dl > div dd {
  letter-spacing: 0.2rem;
}
body main .price .ins dl > div dd .charge,
body main .price2 .ins dl > div dd .charge {
  color: #000000;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b" !important;
  font-style: bold !important;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl > div dd .charge,
  body main .price2 .ins dl > div dd .charge {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl > div dd .charge,
  body main .price2 .ins dl > div dd .charge {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 600px) {
  body main .price .ins dl > div dd .charge,
  body main .price2 .ins dl > div dd .charge {
    margin-left: auto;
  }
}
body main .price .plans,
body main .price2 .plans {
  max-width: 700px;
  margin: 20px auto 50px;
  position: relative;
}
body main .price .plans .target_year,
body main .price2 .plans .target_year {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 1;
  -webkit-transform: initial;
          transform: initial;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #5dc2d1;
}
@media screen and (max-width: 1200px) {
  body main .price .plans .target_year,
  body main .price2 .plans .target_year {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans .target_year,
  body main .price2 .plans .target_year {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .plans .target_year,
  body main .price2 .plans .target_year {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans .target_year,
  body main .price2 .plans .target_year {
    padding: 5px 20px;
  }
}
body main .price .plans h3,
body main .price2 .plans h3 {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  padding: 2px 0;
}
@media screen and (max-width: 1200px) {
  body main .price .plans h3,
  body main .price2 .plans h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans h3,
  body main .price2 .plans h3 {
    font-size: 1rem;
  }
}
body main .price .plans > div,
body main .price2 .plans > div {
  padding: 10px;
}
body main .price .plans > div p,
body main .price2 .plans > div p {
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div p,
  body main .price2 .plans > div p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div p,
  body main .price2 .plans > div p {
    font-size: 0.7rem;
  }
}
body main .price .plans > div dt,
body main .price2 .plans > div dt {
  color: #000000;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  padding: 0 5px;
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dt,
  body main .price2 .plans > div dt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dt,
  body main .price2 .plans > div dt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dt,
  body main .price2 .plans > div dt {
    padding: 0 5px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dt,
  body main .price2 .plans > div dt {
    padding: 0 5px;
  }
}
body main .price .plans > div dt:before,
body main .price2 .plans > div dt:before {
  content: "■ ";
}
body main .price .plans > div dd strong,
body main .price2 .plans > div dd strong {
  color: #000000;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dd strong,
  body main .price2 .plans > div dd strong {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dd strong,
  body main .price2 .plans > div dd strong {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dd strong,
  body main .price2 .plans > div dd strong {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dd strong,
  body main .price2 .plans > div dd strong {
    padding: 10px;
  }
}
body main .price .plans > div dd > div,
body main .price2 .plans > div dd > div {
  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: 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: 10px;
}
body main .price .plans > div dd > div .item,
body main .price2 .plans > div dd > div .item {
  border: solid 1px #ccc;
  padding: 10px 0;
  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;
  width: calc(100% - 55% - 10px);
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dd > div .item,
  body main .price2 .plans > div dd > div .item {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dd > div .item,
  body main .price2 .plans > div dd > div .item {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dd > div .item,
  body main .price2 .plans > div dd > div .item {
    width: calc(100% - 55% - 10px);
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dd > div .item,
  body main .price2 .plans > div dd > div .item {
    width: 100%;
  }
}
body main .price .plans > div dd > div .item span,
body main .price2 .plans > div dd > div .item span {
  color: #000000;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dd > div .item span,
  body main .price2 .plans > div dd > div .item span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dd > div .item span,
  body main .price2 .plans > div dd > div .item span {
    font-size: 1rem;
  }
}
body main .price .plans > div dd > div .item span:last-of-type,
body main .price2 .plans > div dd > div .item span:last-of-type {
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dd > div .item span:last-of-type,
  body main .price2 .plans > div dd > div .item span:last-of-type {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dd > div .item span:last-of-type,
  body main .price2 .plans > div dd > div .item span:last-of-type {
    font-size: 0.7rem;
  }
}
body main .price .plans > div dd > div .in_items,
body main .price2 .plans > div dd > div .in_items {
  width: calc(100% - 45% - 10px);
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dd > div .in_items,
  body main .price2 .plans > div dd > div .in_items {
    width: calc(100% - 45% - 10px);
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dd > div .in_items,
  body main .price2 .plans > div dd > div .in_items {
    width: 100%;
  }
}
body main .price .plans > div dd > div .in_items span,
body main .price2 .plans > div dd > div .in_items span {
  display: block;
}
body main .price .plans > div dd > div .in_items ul li,
body main .price2 .plans > div dd > div .in_items ul li {
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
  body main .price .plans > div dd > div .in_items ul li,
  body main .price2 .plans > div dd > div .in_items ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans > div dd > div .in_items ul li,
  body main .price2 .plans > div dd > div .in_items ul li {
    font-size: 0.9rem;
  }
}
body main .price .plans table,
body main .price2 .plans table {
  margin-bottom: 10px;
}
body main .price .plans table tr th,
body main .price2 .plans table tr th {
  background-color: #b29b75;
  border: solid 1px white;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body main .price .plans table tr th,
  body main .price2 .plans table tr th {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans table tr th,
  body main .price2 .plans table tr th {
    font-size: 0.7rem;
  }
}
body main .price .plans table tr th:first-of-type,
body main .price2 .plans table tr th:first-of-type {
  background-color: #caaf75;
}
body main .price .plans table tr th,
body main .price2 .plans table tr th,
body main .price .plans table tr td,
body main .price2 .plans table tr td {
  padding: 5px 10px;
}
body main .price .plans table tr td,
body main .price2 .plans table tr td {
  vertical-align: middle;
  color: #000000;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  border: solid 1px #b29b75;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  body main .price .plans table tr td,
  body main .price2 .plans table tr td {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans table tr td,
  body main .price2 .plans table tr td {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .plans table tr td,
  body main .price2 .plans table tr td {
    white-space: wrap;
  }
  body main .price .plans table tr td br,
  body main .price2 .plans table tr td br {
    display: none;
  }
}
body main .price .plans table tr td:nth-of-type(2),
body main .price2 .plans table tr td:nth-of-type(2) {
  text-align: center;
}
body main .price .plans table tr td:last-of-type,
body main .price2 .plans table tr td:last-of-type {
  white-space: initial;
}
body main .price .early,
body main .price2 .early {
  max-width: 700px;
  margin: 20px auto 50px;
}
body main .price .early h3,
body main .price2 .early h3 {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  padding: 2px 0;
}
@media screen and (max-width: 1200px) {
  body main .price .early h3,
  body main .price2 .early h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early h3,
  body main .price2 .early h3 {
    font-size: 1rem;
  }
}
body main .price .early h4,
body main .price2 .early h4 {
  color: #334f7e;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  border: dotted 4px #334f7e;
  border-radius: 50%;
  padding: 2px 10px ;
  aspect-ratio: 1;
  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: initial;
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body main .price .early h4,
  body main .price2 .early h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early h4,
  body main .price2 .early h4 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .early h4,
  body main .price2 .early h4 {
    width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early h4,
  body main .price2 .early h4 {
    width: 20%;
  }
}
body main .price .early .tokuten,
body main .price2 .early .tokuten {
  color: black;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  body main .price .early .tokuten,
  body main .price2 .early .tokuten {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .tokuten,
  body main .price2 .early .tokuten {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .early .tokuten,
  body main .price2 .early .tokuten {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .tokuten,
  body main .price2 .early .tokuten {
    padding: 10px 0;
  }
}
body main .price .early .benefits > div,
body main .price2 .early .benefits > div {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div,
  body main .price2 .early .benefits > div {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div,
  body main .price2 .early .benefits > div {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div,
  body main .price2 .early .benefits > div {
    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 main .price .early .benefits > div .item,
body main .price2 .early .benefits > div .item {
  color: black;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  margin-right: auto;
  width: 54%;
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .item,
  body main .price2 .early .benefits > div .item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .item,
  body main .price2 .early .benefits > div .item {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .item,
  body main .price2 .early .benefits > div .item {
    width: 54%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .item,
  body main .price2 .early .benefits > div .item {
    width: 75%;
  }
}
body main .price .early .benefits > div .item p,
body main .price2 .early .benefits > div .item p {
  color: black;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .item p,
  body main .price2 .early .benefits > div .item p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .item p,
  body main .price2 .early .benefits > div .item p {
    font-size: 0.7rem;
  }
}
body main .price .early .benefits > div .item .additional_benefits,
body main .price2 .early .benefits > div .item .additional_benefits {
  padding: 5px 10px;
  display: block;
  background-color: #bad3ed;
}
body main .price .early .benefits > div .item .additional_benefits span,
body main .price2 .early .benefits > div .item .additional_benefits span {
  color: red;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .item .additional_benefits span,
  body main .price2 .early .benefits > div .item .additional_benefits span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .item .additional_benefits span,
  body main .price2 .early .benefits > div .item .additional_benefits span {
    font-size: 0.9rem;
  }
}
body main .price .early .benefits > div .price,
body main .price2 .early .benefits > div .price {
  text-align: center;
  white-space: nowrap;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2px;
  color: black;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  width: 30%;
  max-width: initial;
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .price,
  body main .price2 .early .benefits > div .price {
    gap: 2px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .price,
  body main .price2 .early .benefits > div .price {
    gap: 2px;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .price,
  body main .price2 .early .benefits > div .price {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .price,
  body main .price2 .early .benefits > div .price {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .price,
  body main .price2 .early .benefits > div .price {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .price,
  body main .price2 .early .benefits > div .price {
    width: 100%;
  }
}
body main .price .early .benefits > div .price .big,
body main .price2 .early .benefits > div .price .big {
  color: black;
  font-size: 1.8rem;
  font-weight: marugo;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .price .big,
  body main .price2 .early .benefits > div .price .big {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .price .big,
  body main .price2 .early .benefits > div .price .big {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .price .big,
  body main .price2 .early .benefits > div .price .big {
    font-family: "ZenKakuGothic_b";
    font-style: bold;
  }
}
body main .price .early .benefits > div .price span,
body main .price2 .early .benefits > div .price span {
  padding: 5px;
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .price span,
  body main .price2 .early .benefits > div .price span {
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .price span,
  body main .price2 .early .benefits > div .price span {
    padding: 5px;
  }
}
body main .price .early .benefits > div .price .valign,
body main .price2 .early .benefits > div .price .valign {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .price .valign,
  body main .price2 .early .benefits > div .price .valign {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
body main .price .early .benefits > div .price .parentheses,
body main .price2 .early .benefits > div .price .parentheses {
  color: black;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  border-left: solid 2px;
  border-right: solid 2px;
  border-radius: 10%;
}
@media screen and (max-width: 1200px) {
  body main .price .early .benefits > div .price .parentheses,
  body main .price2 .early .benefits > div .price .parentheses {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .price .parentheses,
  body main .price2 .early .benefits > div .price .parentheses {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .early .benefits > div .price .parentheses br,
  body main .price2 .early .benefits > div .price .parentheses br {
    display: none;
  }
}
body main .price .album_plan dd.album,
body main .price2 .album_plan dd.album {
  display: block;
  width: 700px;
  max-width: 700px;
  margin: auto;
  padding-bottom: initial;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album,
  body main .price2 .album_plan dd.album {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album,
  body main .price2 .album_plan dd.album {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  body main .price .album_plan dd.album .charge,
  body main .price2 .album_plan dd.album .charge {
    margin-left: initial;
  }
}
body main .price .album_plan dd.album .flex,
body main .price2 .album_plan dd.album .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album .flex,
  body main .price2 .album_plan dd.album .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body main .price .album_plan dd.album ul li,
body main .price2 .album_plan dd.album ul li {
  margin-left: initial;
  list-style-type: none;
}
body main .price .album_plan dd.album ul li .top,
body main .price2 .album_plan dd.album ul li .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .top,
  body main .price2 .album_plan dd.album ul li .top {
    padding: 0 0 15px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .top,
  body main .price2 .album_plan dd.album ul li .top {
    padding: 0 0 15px 0;
  }
}
@media all and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .top,
  body main .price2 .album_plan dd.album ul li .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body main .price .album_plan dd.album ul li .top .title,
body main .price2 .album_plan dd.album ul li .top .title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .top .title,
  body main .price2 .album_plan dd.album ul li .top .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .top .title,
  body main .price2 .album_plan dd.album ul li .top .title {
    font-size: 1.1rem;
  }
}
body main .price .album_plan dd.album ul li .top .title .big,
body main .price2 .album_plan dd.album ul li .top .title .big {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .top .title .big,
  body main .price2 .album_plan dd.album ul li .top .title .big {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .top .title .big,
  body main .price2 .album_plan dd.album ul li .top .title .big {
    font-size: 1.3rem;
  }
}
body main .price .album_plan dd.album ul li .top .data,
body main .price2 .album_plan dd.album ul li .top .data {
  padding: 2px 10px;
  color: #ffffff;
  font-size: 0.9rem;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  letter-spacing: 0.1rem;
  background: #000;
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .top .data,
  body main .price2 .album_plan dd.album ul li .top .data {
    margin-left: auto;
    font-size: 0.9rem;
  }
}
@media all and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .top .data,
  body main .price2 .album_plan dd.album ul li .top .data {
    font-size: 3vw;
  }
}
body main .price .album_plan dd.album ul li .detail,
body main .price2 .album_plan dd.album ul li .detail {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 30px 0 80px 0;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail,
  body main .price2 .album_plan dd.album ul li .detail {
    padding: 30px 0 80px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail,
  body main .price2 .album_plan dd.album ul li .detail {
    padding: 30px 0 80px 0;
  }
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail,
  body main .price2 .album_plan dd.album ul li .detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body main .price .album_plan dd.album ul li .detail img,
body main .price2 .album_plan dd.album ul li .detail img {
  width: 180px;
  max-width: 180px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail img,
  body main .price2 .album_plan dd.album ul li .detail img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail img,
  body main .price2 .album_plan dd.album ul li .detail img {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail img,
  body main .price2 .album_plan dd.album ul li .detail img {
    margin: auto;
  }
}
body main .price .album_plan dd.album ul li .detail .text,
body main .price2 .album_plan dd.album ul li .detail .text {
  width: 580px;
  max-width: 580px;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail .text,
  body main .price2 .album_plan dd.album ul li .detail .text {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail .text,
  body main .price2 .album_plan dd.album ul li .detail .text {
    width: 100%;
  }
}
body main .price .album_plan dd.album ul li .detail .text p,
body main .price2 .album_plan dd.album ul li .detail .text p {
  padding: 0 0 30px 0;
  color: #000000;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  border-bottom: dashed 1px #bebebe;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail .text p,
  body main .price2 .album_plan dd.album ul li .detail .text p {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail .text p,
  body main .price2 .album_plan dd.album ul li .detail .text p {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail .text p,
  body main .price2 .album_plan dd.album ul li .detail .text p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail .text p,
  body main .price2 .album_plan dd.album ul li .detail .text p {
    font-size: 0.9rem;
  }
}
body main .price .album_plan dd.album ul li .detail .text .price,
body main .price2 .album_plan dd.album ul li .detail .text .price {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0 10px;
}
body main .price .album_plan dd.album ul li .detail .text .price .note,
body main .price2 .album_plan dd.album ul li .detail .text .price .note {
  letter-spacing: normal;
}
body main .price .album_plan dd.album ul li .detail .text .notes,
body main .price2 .album_plan dd.album ul li .detail .text .notes {
  display: block;
  font-weight: initial !important;
  font-size: 0.85rem !important;
  font-family: "ZenKakuGothic";
  font-style: normal;
  letter-spacing: 0.1rem;
  text-align: right;
}
body main .price .album_plan dd.album ul li .detail2,
body main .price2 .album_plan dd.album ul li .detail2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 0 80px 0;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2,
  body main .price2 .album_plan dd.album ul li .detail2 {
    padding: 30px 0 80px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail2,
  body main .price2 .album_plan dd.album ul li .detail2 {
    padding: 30px 0 80px 0;
  }
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2,
  body main .price2 .album_plan dd.album ul li .detail2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
body main .price .album_plan dd.album ul li .detail2 img,
body main .price2 .album_plan dd.album ul li .detail2 img {
  width: 180px;
  max-width: 180px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 img,
  body main .price2 .album_plan dd.album ul li .detail2 img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail2 img,
  body main .price2 .album_plan dd.album ul li .detail2 img {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 img,
  body main .price2 .album_plan dd.album ul li .detail2 img {
    margin: auto;
  }
}
body main .price .album_plan dd.album ul li .detail2 .img_text,
body main .price2 .album_plan dd.album ul li .detail2 .img_text {
  width: 235px;
  max-width: 235px;
  padding-right: 30px;
  font-size: 0.9rem;
  font-family: "ZenKakuGothic";
  font-style: normal;
  letter-spacing: 0.1rem;
  letter-spacing: initial;
  line-height: 1.8rem;
  border-right: dashed 1px #bebebe;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .img_text,
  body main .price2 .album_plan dd.album ul li .detail2 .img_text {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail2 .img_text,
  body main .price2 .album_plan dd.album ul li .detail2 .img_text {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .img_text,
  body main .price2 .album_plan dd.album ul li .detail2 .img_text {
    margin: auto;
    padding-right: initial;
    border-right: initial;
  }
}
body main .price .album_plan dd.album ul li .detail2 .img,
body main .price2 .album_plan dd.album ul li .detail2 .img {
  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;
  width: 230px;
  min-height: 150px;
  padding: 10px;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  white-space: nowrap;
  border: solid 1px black;
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .img,
  body main .price2 .album_plan dd.album ul li .detail2 .img {
    width: 200px;
  }
}
body main .price .album_plan dd.album ul li .detail2 .text,
body main .price2 .album_plan dd.album ul li .detail2 .text {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-left: 50px;
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .text,
  body main .price2 .album_plan dd.album ul li .detail2 .text {
    width: 100%;
    margin-left: initial;
  }
}
body main .price .album_plan dd.album ul li .detail2 .text p,
body main .price2 .album_plan dd.album ul li .detail2 .text p {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .text p,
  body main .price2 .album_plan dd.album ul li .detail2 .text p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 90px;
  }
}
body main .price .album_plan dd.album ul li .detail2 .text .line,
body main .price2 .album_plan dd.album ul li .detail2 .text .line {
  width: 100%;
}
@media all and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .text .line,
  body main .price2 .album_plan dd.album ul li .detail2 .text .line {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
body main .price .album_plan dd.album ul li .detail2 .text .left,
body main .price2 .album_plan dd.album ul li .detail2 .text .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  max-width: 160px;
  letter-spacing: 0.2rem;
  text-align: center;
  border-right: dashed 1px;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .text .left,
  body main .price2 .album_plan dd.album ul li .detail2 .text .left {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail2 .text .left,
  body main .price2 .album_plan dd.album ul li .detail2 .text .left {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail2 .text .left,
  body main .price2 .album_plan dd.album ul li .detail2 .text .left {
    max-width: initial;
    text-align: center;
    /*justify-content: center;*/
  }
}
body main .price .album_plan dd.album ul li .detail2 .text .right,
body main .price2 .album_plan dd.album ul li .detail2 .text .right {
  width: 310px;
  max-width: 310px;
  padding: 7px 0 7px 40px;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .text .right,
  body main .price2 .album_plan dd.album ul li .detail2 .text .right {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail2 .text .right,
  body main .price2 .album_plan dd.album ul li .detail2 .text .right {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .text .right,
  body main .price2 .album_plan dd.album ul li .detail2 .text .right {
    padding: 7px 0 7px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail2 .text .right,
  body main .price2 .album_plan dd.album ul li .detail2 .text .right {
    padding: 7px 0 7px 10px;
  }
}
body main .price .album_plan dd.album ul li .detail2 .text .right > div,
body main .price2 .album_plan dd.album ul li .detail2 .text .right > div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body main .price .album_plan dd.album ul li .detail2 .text .right > div:not(:last-of-type),
body main .price2 .album_plan dd.album ul li .detail2 .text .right > div:not(:last-of-type) {
  padding-bottom: 20px;
}
body main .price .album_plan dd.album ul li .detail2 .text2,
body main .price2 .album_plan dd.album ul li .detail2 .text2 {
  width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  body main .price .album_plan dd.album ul li .detail2 .text2,
  body main .price2 .album_plan dd.album ul li .detail2 .text2 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .album_plan dd.album ul li .detail2 .text2,
  body main .price2 .album_plan dd.album ul li .detail2 .text2 {
    width: 100%;
  }
}
body main .price .album_plan dd.album ul li .detail2 .text2 .line2,
body main .price2 .album_plan dd.album ul li .detail2 .text2 .line2 {
  width: 100%;
}
body main .price .album_plan dd.album ul li .detail2 .text2 .line2 .right,
body main .price2 .album_plan dd.album ul li .detail2 .text2 .line2 .right {
  width: 100%;
  max-width: initial;
  padding: 0;
}
body main .price .album_plan dd.album ul li:last-of-type .detail2,
body main .price2 .album_plan dd.album ul li:last-of-type .detail2 {
  padding-bottom: 0;
}
body main .price .ins dl {
  width: 700px;
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl {
    width: 100%;
  }
}
body main .price .ins dl > div {
  border-bottom: solid 1px #636363;
}
body main .price .ins dl > div:not(:first-of-type) {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl > div:not(:first-of-type) {
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl > div:not(:first-of-type) {
    padding: 60px 0 0 0;
  }
}
body main .price .ins dl > div dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 15px 0;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl > div dd {
    padding: 0 0 15px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl > div dd {
    padding: 0 0 15px 0;
  }
}
@media all and (max-width: 1200px) {
  body main .price .ins dl > div dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body main .price .ins dl > div dd .item {
  font-size: 1.2rem;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@media all and (max-width: 600px) {
  body main .price .ins dl > div dd .item {
    font-size: 4vw;
  }
}
body main .price .ins dl > div.album_plan {
  border-bottom: initial;
}
body main .price .ins dl > div.album_plan dd.set {
  display: block;
  padding: 0 0 65px 0;
}
@media screen and (max-width: 1200px) {
  body main .price .ins dl > div.album_plan dd.set {
    padding: 0 0 65px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price .ins dl > div.album_plan dd.set {
    padding: 0 0 65px 0;
  }
}
body main .price .ins dl > div.album_plan dd.set ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px;
}
@media all and (max-width: 1200px) {
  body main .price .ins dl > div.album_plan dd.set ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body main .price .ins dl > div.album_plan dd.set ul > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media all and (max-width: 600px) {
  body main .price .ins dl > div.album_plan dd.set ul > div {
    gap: 15px;
  }
}
body main .price .ins dl > div.album_plan dd.set ul > div li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: initial;
  list-style-type: none;
}
@media all and (max-width: 1200px) {
  body main .price .ins dl > div.album_plan dd.set ul > div li {
    min-width: 144px;
  }
}
body main .price .ins dl > div.album_plan dd.set ul > div li .maru {
  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;
  position: relative;
  width: 145px;
  height: 145px;
  margin-bottom: 5px;
  border-radius: 50%;
  border: solid #bebebe;
  text-align: center;
}
@media all and (max-width: 1200px) {
  body main .price .ins dl > div.album_plan dd.set ul > div li .maru {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 600px) {
  body main .price .ins dl > div.album_plan dd.set ul > div li .maru {
    width: 120px;
    height: 120px;
  }
}
body main .price .ins dl > div.album_plan dd.set ul > div li .maru span {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
@media all and (max-width: 600px) {
  body main .price .ins dl > div.album_plan dd.set ul > div li .maru span {
    font-size: 2.3vw;
  }
}
@media all and (max-width: 400px) {
  body main .price .ins dl > div.album_plan dd.set ul > div li .maru span {
    font-size: 1rem;
  }
}
body main .price .ins dl > div.album_plan dd.set ul > div li .note {
  display: block;
  text-align: center !important;
  font-size: 0.7rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: initial;
}
body main .price .ins dl > div.album_plan dd.set ul > div li:after {
  display: inline-block;
  content: '+';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(29px, -13px);
          transform: translate(29px, -13px);
  width: 20px;
  height: 20px;
  font-size: 1.5rem;
  line-height: 0;
}
@media all and (max-width: 1200px) {
  body main .price .ins dl > div.album_plan dd.set ul > div li:after {
    -webkit-transform: translate(26px, -29px);
            transform: translate(26px, -29px);
  }
}
@media all and (max-width: 600px) {
  body main .price .ins dl > div.album_plan dd.set ul > div li:after {
    -webkit-transform: translate(21px, -20px);
            transform: translate(21px, -20px);
  }
}
body main .price .ins dl > div.album_plan dd.set ul > div li.last:after {
  display: none;
}
body main .price2 .ins dl {
  width: 900px;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl {
    width: 100%;
  }
}
body main .price2 .ins dl > div dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 1200px) {
  body main .price2 .ins dl > div dd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body main .price2 .ins dl > div dd .img {
  width: 270px;
  max-width: 270px;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl > div dd .img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl > div dd .img {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  body main .price2 .ins dl > div dd .img {
    display: none;
  }
}
body main .price2 .ins dl > div dd .img img {
  display: block;
  width: 100%;
}
body main .price2 .ins dl > div dd .text_box {
  width: 600px;
  max-width: 600px;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl > div dd .text_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl > div dd .text_box {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  body main .price2 .ins dl > div dd .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body main .price2 .ins dl > div dd .text_box img {
  display: block;
  width: 100%;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl > div dd .text_box img {
    padding: 0 0 25px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl > div dd .text_box img {
    padding: 0 0 25px 0;
  }
}
body main .price2 .ins dl.content > div dd,
body main .price2 .ins dl.content2 > div dd,
body main .price2 .ins dl.rental > div dd {
  padding: 0 0 75px 0;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content > div dd,
  body main .price2 .ins dl.content2 > div dd,
  body main .price2 .ins dl.rental > div dd {
    padding: 0 0 75px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content > div dd,
  body main .price2 .ins dl.content2 > div dd,
  body main .price2 .ins dl.rental > div dd {
    padding: 0 0 75px 0;
  }
}
body main .price2 .ins dl.content > div dd .text_box .top,
body main .price2 .ins dl.content2 > div dd .text_box .top,
body main .price2 .ins dl.rental > div dd .text_box .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 30px 0;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content > div dd .text_box .top,
  body main .price2 .ins dl.content2 > div dd .text_box .top,
  body main .price2 .ins dl.rental > div dd .text_box .top {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content > div dd .text_box .top,
  body main .price2 .ins dl.content2 > div dd .text_box .top,
  body main .price2 .ins dl.rental > div dd .text_box .top {
    padding: 0 0 30px 0;
  }
}
@media all and (max-width: 600px) {
  body main .price2 .ins dl.content > div dd .text_box .top,
  body main .price2 .ins dl.content2 > div dd .text_box .top,
  body main .price2 .ins dl.rental > div dd .text_box .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 10px;
  }
}
body main .price2 .ins dl.content > div dd .text_box .top .title,
body main .price2 .ins dl.content2 > div dd .text_box .top .title,
body main .price2 .ins dl.rental > div dd .text_box .top .title {
  color: #000000;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content > div dd .text_box .top .title,
  body main .price2 .ins dl.content2 > div dd .text_box .top .title,
  body main .price2 .ins dl.rental > div dd .text_box .top .title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content > div dd .text_box .top .title,
  body main .price2 .ins dl.content2 > div dd .text_box .top .title,
  body main .price2 .ins dl.rental > div dd .text_box .top .title {
    font-size: 1.1rem;
  }
}
body main .price2 .ins dl.content > div .btn_box,
body main .price2 .ins dl.content2 > div .btn_box,
body main .price2 .ins dl.rental > div .btn_box {
  width: 700px;
  max-width: 700px;
  margin: 0 auto 77px auto;
  text-align: center;
  border: solid 2px #636363;
  list-style-type: none;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content > div .btn_box,
  body main .price2 .ins dl.content2 > div .btn_box,
  body main .price2 .ins dl.rental > div .btn_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content > div .btn_box,
  body main .price2 .ins dl.content2 > div .btn_box,
  body main .price2 .ins dl.rental > div .btn_box {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content > div .btn_box,
  body main .price2 .ins dl.content2 > div .btn_box,
  body main .price2 .ins dl.rental > div .btn_box {
    margin: 0 auto 77px auto;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content > div .btn_box,
  body main .price2 .ins dl.content2 > div .btn_box,
  body main .price2 .ins dl.rental > div .btn_box {
    margin: 0 auto 77px auto;
  }
}
body main .price2 .ins dl.content > div .btn_box a,
body main .price2 .ins dl.content2 > div .btn_box a,
body main .price2 .ins dl.rental > div .btn_box a {
  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;
  gap: 30px;
  padding: 30px;
  color: #000000;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, #ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%);
  -webkit-transition: color 0.4s, background-position 0.4s;
  transition: color 0.4s, background-position 0.4s;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content > div .btn_box a,
  body main .price2 .ins dl.content2 > div .btn_box a,
  body main .price2 .ins dl.rental > div .btn_box a {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content > div .btn_box a,
  body main .price2 .ins dl.content2 > div .btn_box a,
  body main .price2 .ins dl.rental > div .btn_box a {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content > div .btn_box a,
  body main .price2 .ins dl.content2 > div .btn_box a,
  body main .price2 .ins dl.rental > div .btn_box a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content > div .btn_box a,
  body main .price2 .ins dl.content2 > div .btn_box a,
  body main .price2 .ins dl.rental > div .btn_box a {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1200px) {
  body main .price2 .ins dl.content > div .btn_box a,
  body main .price2 .ins dl.content2 > div .btn_box a,
  body main .price2 .ins dl.rental > div .btn_box a {
    gap: 20px;
  }
}
@media all and (max-width: 600px) {
  body main .price2 .ins dl.content > div .btn_box a,
  body main .price2 .ins dl.content2 > div .btn_box a,
  body main .price2 .ins dl.rental > div .btn_box a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body main .price2 .ins dl.content > div .btn_box a .arrow,
body main .price2 .ins dl.content2 > div .btn_box a .arrow,
body main .price2 .ins dl.rental > div .btn_box a .arrow {
  display: inline-block;
  position: relative;
  width: 50px;
  max-width: 50px;
  min-width: 30px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #000000;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content > div .btn_box a .arrow,
  body main .price2 .ins dl.content2 > div .btn_box a .arrow,
  body main .price2 .ins dl.rental > div .btn_box a .arrow {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content > div .btn_box a .arrow,
  body main .price2 .ins dl.content2 > div .btn_box a .arrow,
  body main .price2 .ins dl.rental > div .btn_box a .arrow {
    width: 50px;
  }
}
body main .price2 .ins dl.content > div .btn_box a .arrow:before,
body main .price2 .ins dl.content2 > div .btn_box a .arrow:before,
body main .price2 .ins dl.rental > div .btn_box a .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
}
body main .price2 .ins dl.content > div .btn_box a:hover,
body main .price2 .ins dl.content2 > div .btn_box a:hover,
body main .price2 .ins dl.rental > div .btn_box a:hover {
  background-position: 0 0;
  color: #ffffff;
}
body main .price2 .ins dl.content > div .btn_box a:hover .arrow,
body main .price2 .ins dl.content2 > div .btn_box a:hover .arrow,
body main .price2 .ins dl.rental > div .btn_box a:hover .arrow {
  background-color: #ffffff;
}
body main .price2 .ins dl.content > div .btn_box a:hover .arrow:before,
body main .price2 .ins dl.content2 > div .btn_box a:hover .arrow:before,
body main .price2 .ins dl.rental > div .btn_box a:hover .arrow:before {
  background-color: #ffffff;
}
body main .price2 .ins dl.content2 dd {
  display: block;
}
body main .price2 .ins dl.content2 dd .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1200px) {
  body main .price2 .ins dl.content2 dd .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body main .price2 .ins dl.content2 dd .inner .set_text {
  gap: 10px;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content2 dd .inner .set_text {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content2 dd .inner .set_text {
    padding: 20px 0;
  }
}
@media all and (max-width: 1200px) {
  body main .price2 .ins dl.content2 dd .inner .set_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body main .price2 .ins dl.content2 dd .inner .set_text .pad {
  display: none;
}
@media all and (max-width: 1200px) {
  body main .price2 .ins dl.content2 dd .inner .set_text .pad {
    display: block;
    width: 40%;
    padding: 0;
  }
}
body main .price2 .ins dl.content2 dd .inner .set_imgbox {
  margin-left: 15px;
}
body main .price2 .ins dl.content2 dd .inner .set_imgbox .midashi {
  padding: 0 0 10px 0;
  color: #000000;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content2 dd .inner .set_imgbox .midashi {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content2 dd .inner .set_imgbox .midashi {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .price2 .ins dl.content2 dd .inner .set_imgbox .midashi {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .price2 .ins dl.content2 dd .inner .set_imgbox .midashi {
    font-size: 1rem;
  }
}
body main .price2 .ins dl.content2 dd .inner .set_imgbox img {
  display: block;
}
body main .price2 .ins dl.content2 dd .inner .set_imgbox .notes {
  display: block;
}
body main .link {
  /*.mixin-margin(0 0 80px 0, 0 0 80px 0, 0 0 80px 0);*/
}
body main .link .ins {
  width: 1200px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  body main .link .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .link .ins {
    width: 100%;
  }
}
body main .link .ins .flow_btn {
  display: block;
}
body main .link .ins .flow_btn a {
  display: block;
  position: relative;
  width: 900px;
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 30px 50px 50px 50px;
  color: white;
  font-size: 200%;
  text-decoration: none;
  background-color: #ffffff;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#bebebe), color-stop(50%, #bebebe), color-stop(50%, #000000), to(#000000));
  background-image: linear-gradient(to right, #bebebe 0%, #bebebe 50%, #000000 50%, #000000 100%);
  -webkit-transition: color 0.4s, background-position 0.4s;
  transition: color 0.4s, background-position 0.4s;
  border: solid 1px #000000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body main .link .ins .flow_btn a {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .link .ins .flow_btn a {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body main .link .ins .flow_btn a {
    padding: 20px 30px 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  body main .link .ins .flow_btn a {
    padding: 20px 30px 30px 30px 0;
  }
}
body main .link .ins .flow_btn a .big {
  display: block;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 1rem;
}
@media screen and (max-width: 1200px) {
  body main .link .ins .flow_btn a .big {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  body main .link .ins .flow_btn a .big {
    font-size: 1.5rem;
  }
}
body main .link .ins .flow_btn a .small {
  display: block;
  padding: 0 0 20px 0;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.7rem;
}
@media screen and (max-width: 1200px) {
  body main .link .ins .flow_btn a .small {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .link .ins .flow_btn a .small {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .link .ins .flow_btn a .small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  body main .link .ins .flow_btn a .small {
    font-size: 1rem;
  }
}
body main .link .ins .flow_btn a .arrow {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 360px;
  max-width: 360px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body main .link .ins .flow_btn a .arrow {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .link .ins .flow_btn a .arrow {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  body main .link .ins .flow_btn a .arrow {
    position: relative;
  }
}
body main .link .ins .flow_btn a .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
body main .link .ins .flow_btn a:hover {
  background-position: 0 0;
}
body main .link .ins .flow_btn a:hover .big,
body main .link .ins .flow_btn a:hover .small {
  color: #000000;
}
body main .link .ins .flow_btn a:hover .arrow {
  background-color: #000000;
}
body main .link .ins .flow_btn a:hover .arrow:before {
  background-color: #000000;
}
body main .photo_gallery .ins {
  max-width: 900px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  body main .photo_gallery .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .photo_gallery .ins {
    padding: 70px 10px;
  }
}
body main .photo_gallery .ins h2 span {
  color: #000000;
}
body main .photo_gallery .ins #gallery .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body main .photo_gallery .ins #gallery .splide__slide img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border: solid 1px;
}
body#plan_753 .message {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50%, #fff)), url(../img/plan/753/message_bg.jpg);
  background: linear-gradient(to right, transparent 0, #fff 50%), url(../img/plan/753/message_bg.jpg);
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  body#plan_753 .message {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, transparent), color-stop(60%, #fff)), url(../img/plan/753/message_bg.jpg);
    background: linear-gradient(to right bottom, transparent 0, #fff 60%), url(../img/plan/753/message_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
  }
}
body#plan_753 .message .ins > div {
  width: 410px;
  max-width: 410px;
}
@media screen and (max-width: 1200px) {
  body#plan_753 .message .ins > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#plan_753 .message .ins > div {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  body#plan_753 .message .ins > div {
    max-width: initial;
    width: calc(100% - 20px);
  }
}
body#plan_753 .price .album .detail2 .text > p {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 600px) {
  body#plan_753 .price .album .detail2 .text > p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
