@charset "UTF-8";
/*
Theme Name: プレミアムアンチエイジング
Author: Allied Architects Co., Ltd.
*/
/* Reset
----------------------------------------------------------- */
:root {
  /* bodyの背景色 */
  --body-bg-color: #fff;
  /* メインのフォントファミリー */
  --main-font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* メインのフォントカラー */
  --main-font-color: #333;
  /* h2~h5タグまでのフォントウェイト */
  --h-tag-weight: normal;
  /* ここはブログで使用します */
  --main-color: #023752;
  --main-light-color: #bfe6e6;
}

/* wordpress ブロックcss
----------------------------------------------------------- */
.wp-block-embed iframe {
  max-width: 100%;
  position: relative !important;
  margin-bottom: 30px;
  pointer-events: none;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-block-table {
  padding-bottom: 30px;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid #777777;
  word-break: normal;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
}

.wp-block-table thead {
  background: #aa843f;
  color: #fff;
}

.wp-block-table tfoot {
  background: #aa843f;
  color: #fff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(157, 190, 76, 0.4);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: rgb(255, 255, 255);
}

.wp-block-table figcaption {
  text-align: center;
}

.blogcont ul {
  padding: 0 0 30px 30px;
  list-style: disc;
}

.blogcont ol {
  padding: 0 0 30px 30px;
  list-style: decimal;
}

.blogcont ul.pager {
  padding: 0;
  list-style: none;
}

.blogcont a {
  font-weight: bold;
  text-decoration: underline;
}

.blogcont ul.pager a {
  text-decoration: none;
}

/* 引用 */
blockquote.wp-block-quote {
  border-left: 1px solid;
  padding-left: 15px;
}

blockquote.wp-block-quote p {
  padding-bottom: 10px !important;
}

/* 埋め込みコンテンツ */
figure.wp-block-embed {
  margin-top: 30px;
}

blockquote.wp-block-quote cite {
  color: currentColor;
  font-size: 14px;
  color: #aaaaaa;
}

/* ギャラリー　*/
figure.wp-block-gallery {
  display: flex;
}

figure.wp-block-gallery.columns-1 figure.wp-block-image {
  width: 100%;
}

figure.wp-block-gallery.columns-2 figure.wp-block-image {
  width: 48%;
}

figure.wp-block-gallery.columns-3 figure.wp-block-image {
  width: 32%;
}

figure.wp-block-gallery.columns-4 figure.wp-block-image {
  width: 23%;
}

figure.wp-block-gallery.columns-5 figure.wp-block-image {
  width: 18%;
}

figure.wp-block-gallery.columns-6 figure.wp-block-image {
  width: 15%;
}

figure.wp-block-gallery figure.wp-block-image.is-style-rounded img {
  border-radius: 15px;
}

/* 動画 */
.wp-block-video {
  margin-top: 30px;
}

.wp-block-video video {
  max-width: 100%;
}

/* その他 */
.wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed__wrapper .wp-embedded-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wp-block-embed__wrapper .wp-embedded-content a {
  display: block;
  width: 100%;
  height: 100%;
}

iframe.wp-embedded-content {
  margin-bottom: 0;
}

:root .has-pale-pink-color {
  font-weight: bold;
  color: #f78da7;
}

:root .has-vivid-red-color {
  font-weight: bold;
  color: #cf2e2e;
}

:root .has-luminous-vivid-orange-color {
  font-weight: bold;
  color: #ff6900;
}

:root .has-luminous-vivid-amber-color {
  font-weight: bold;
  color: #fcb900;
}

:root .has-light-green-cyan-color {
  font-weight: bold;
  color: #7bdcb5;
}

:root .has-vivid-green-cyan-color {
  font-weight: bold;
  color: #00d084;
}

:root .has-pale-cyan-blue-color {
  font-weight: bold;
  color: #8ed1fc;
}

:root .has-vivid-cyan-blue-color {
  font-weight: bold;
  color: #0693e3;
}

:root .has-vivid-purple-color {
  font-weight: bold;
  color: #9b51e0;
}

:root .has-white-color {
  font-weight: bold;
  color: #fff;
}

:root .has-very-light-gray-color {
  font-weight: bold;
  color: #eee;
}

:root .has-cyan-bluish-gray-color {
  font-weight: bold;
  color: #abb8c3;
}

:root .has-very-dark-gray-color {
  font-weight: bold;
  color: #313131;
}

:root .has-black-color {
  font-weight: bold;
  color: #000;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding: 5.3333333333vw;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 1.8em;
  line-height: 1.5;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  body a.company {
    position: absolute;
    top: 80px;
    left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  body a.company {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body a.company {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body a.company img {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  body a.page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
  }
}
@media screen and (max-width: 767px) {
  body a.page-top {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body a.page-top:hover {
    cursor: pointer;
    transform: translateY(-10px);
  }
}
body > .wrapper {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body > .wrapper {
    max-width: 750px;
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

main {
  display: block;
}

.c_btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./img/top/station_btn1.png) 0 0/100% no-repeat;
  font-family: "Shippori Mincho";
  font-weight: 600;
  color: #000;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c_btn1 {
    width: 420px;
    height: 97px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn1 {
    width: 56vw;
    height: 12.9333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c_btn1 span {
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn1 span {
    margin-top: -1.3333333333vw;
  }
}

.c_btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./img/top/member_btn2.png) 0 0/100% no-repeat;
  font-family: "Shippori Mincho";
  font-weight: 700;
  color: #000;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c_btn2 {
    width: 539px;
    height: 110px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn2 {
    width: 71.8666666667vw;
    height: 14.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.c_btn3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./img/top/member_btn1.png) 0 0/100% no-repeat;
  font-family: "Shippori Mincho";
  font-weight: 700;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c_btn3 {
    width: 539px;
    height: 110px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn3 {
    width: 71.8666666667vw;
    height: 14.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.c_btn4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./img/top/member_btn3.png) 0 0/100% no-repeat;
  font-family: "Shippori Mincho";
  font-weight: 700;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c_btn4 {
    width: 539px;
    height: 110px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn4 {
    width: 71.8666666667vw;
    height: 14.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .c_card .slick-list {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .c_card .slick-list {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
.c_card div.item {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .c_card div.item {
    border-radius: 20px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_card div.item {
    border-radius: 2.6666666667vw;
    margin: 0 2.6666666667vw;
  }
}
.c_card div.item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border: 1px solid #000;
  background-color: #F5FF83;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c_card div.item:before {
    top: 13px;
    left: -8px;
    margin: 0 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_card div.item:before {
    top: 1.7333333333vw;
    left: -1.0666666667vw;
    margin: 0 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.c_card div.item span.new {
  position: absolute;
  z-index: 9999;
  display: inline-block;
  background: url(./img/top/icon_new.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .c_card div.item span.new {
    width: 183px;
    height: 47px;
    margin: 0 40px;
    transform: translateY(-26px);
  }
}
@media screen and (max-width: 767px) {
  .c_card div.item span.new {
    width: 24.4vw;
    height: 6.2666666667vw;
    margin: 0 5.3333333333vw;
    transform: translateY(-3.4vw);
  }
}
.c_card div.item a {
  display: block;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c_card div.item a {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c_card div.item a {
    padding: 5.3333333333vw;
  }
}
.c_card div.item a div.image img {
  width: 100%;
}
.c_card div.item a h3 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_card div.item a h3 {
    margin: 15px 0 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c_card div.item a h3 {
    margin: 2vw 0 0;
    font-size: 3.7333333333vw;
  }
}
.c_card div.item a span.c_cate {
  font-weight: bold;
  border-radius: 100px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c_card div.item a span.c_cate {
    margin: 15px 0;
    padding: 5px 25px 5px 5px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_card div.item a span.c_cate {
    margin: 2vw 0;
    padding: 0.6666666667vw 3.3333333333vw 0.6666666667vw 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c_card div.item a span.c_cate:before {
    width: 33px;
    height: 33px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_card div.item a span.c_cate:before {
    width: 4.4vw;
    height: 4.4vw;
    margin-right: 1.3333333333vw;
  }
}
.c_card div.item a div.set {
  display: flex;
  justify-content: space-between;
}
.c_card div.item a span.date {
  display: table;
  color: #9D9D9D;
}
@media screen and (min-width: 768px) {
  .c_card div.item a span.date {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c_card div.item a span.date {
    font-size: 3.2vw;
  }
}
.c_card div.item a span.arrow {
  background: url(./img/icon_arrow-r.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .c_card div.item a span.arrow {
    width: 40px;
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .c_card div.item a span.arrow {
    width: 5.3333333333vw;
    height: 2.8vw;
  }
}

.c_banner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .c_banner {
    margin: 60px 0 0;
    padding: 70px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_banner {
    margin: 8vw 0 0;
    padding: 9.3333333333vw 0 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c_banner div.slider .slick-dots {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_banner div.slider .slick-dots {
    bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c_banner div.slider div.item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_banner div.slider div.item {
    margin: 0 2.6666666667vw;
  }
}
.c_banner div.slider div.item a {
  display: block;
  overflow: hidden;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .c_banner div.slider div.item a {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_banner div.slider div.item a {
    border-radius: 2.6666666667vw;
  }
}
.c_banner div.slider div.item a img {
  width: 100%;
}
.c_prof {
  border: 1px solid #000;
  background-color: #E5EFE4;
}
@media screen and (min-width: 768px) {
  .c_prof {
    max-width: 650px;
    margin: 80px auto 80px;
    padding: 80px 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c_prof {
    width: 86.6666666667vw !important;
    margin: 10.6666666667vw auto 10.6666666667vw;
    padding: 10.6666666667vw 6.6666666667vw;
    border-radius: 3.3333333333vw;
  }
}
.c_prof div.head {
  text-align: center;
}
.c_prof div.head p {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_prof div.head p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c_prof div.head p {
    font-size: 3.2vw;
  }
}
.c_prof div.head p span {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_prof div.head p span {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_prof div.head p span {
    padding: 0 4vw;
  }
}
.c_prof div.head p span:before, .c_prof div.head p span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .c_prof div.head p span:before, .c_prof div.head p span:after {
    width: 2px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_prof div.head p span:before, .c_prof div.head p span:after {
    width: 0.2666666667vw;
    height: 4vw;
  }
}
.c_prof div.head p span:before {
  transform: translateY(-50%) rotate(-40deg);
  left: 0;
}
.c_prof div.head p span:after {
  transform: translateY(-50%) rotate(40deg);
  right: 0;
}
@media screen and (min-width: 768px) {
  .c_prof div.head img {
    width: 200px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .c_prof div.head img {
    width: 26.6666666667vw;
    padding: 4vw 0;
  }
}
.c_prof div.main h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_prof div.main h3 {
    gap: 10px 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c_prof div.main h3 {
    gap: 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
.c_prof div.main h3 span.st {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_prof div.main h3 span.st {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .c_prof div.main h3 span.st {
    font-size: 5.0666666667vw;
  }
}
.c_prof div.main p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c_prof div.main p {
    margin-top: 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c_prof div.main p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

div.information p {
  text-align: center;
  color: #fff;
  background-color: #66BBB1;
}
@media screen and (min-width: 768px) {
  div.information p {
    padding: 10px 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  div.information p {
    padding: 2vw 3.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

div.slider {
  display: none;
  position: relative;
  margin: 0 auto;
}
div.slider.slick-initialized {
  display: block;
}
@media screen and (min-width: 768px) {
  div.slider {
    max-width: 750px;
    padding: 25px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  div.slider {
    padding: 3.3333333333vw 2.6666666667vw 6.6666666667vw;
  }
}
div.slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
div.slider .slick-next, div.slider .slick-prev {
  z-index: 2;
  opacity: 1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  div.slider button.slick-next.slick-arrow, div.slider button.slick-prev.slick-arrow {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 767px) {
  div.slider button.slick-next.slick-arrow, div.slider button.slick-prev.slick-arrow {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
div.slider button.slick-next.slick-arrow:before, div.slider button.slick-prev.slick-arrow:before {
  display: none;
}
div.slider button.slick-disabled {
  opacity: 0;
}
div.slider ul.slick-dots {
  display: table;
  margin: 0 auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 768px) {
  div.slider ul.slick-dots {
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  div.slider ul.slick-dots {
    bottom: 3.3333333333vw;
  }
}
div.slider ul.slick-dots li {
  border-radius: 100px;
  background-color: #d0d0d0;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  div.slider ul.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  div.slider ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2vw;
  }
}
div.slider ul.slick-dots li button::before {
  display: none;
}
div.slider ul.slick-dots li.slick-active {
  background-color: #8CE6C7;
}
@media screen and (min-width: 768px) {
  div.slider ul.slick-dots li:hover {
    opacity: 0.8;
  }
}

header.header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header.header {
    padding: 0 40px;
    height: 92px;
  }
}
@media screen and (max-width: 767px) {
  header.header {
    padding: 0 5.3333333333vw;
    height: 12.2666666667vw;
  }
}
header.header a.logo {
  display: flex;
}
@media screen and (min-width: 768px) {
  header.header a.logo {
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  header.header a.logo:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  header.header a.logo img {
    width: 92px;
  }
}
@media screen and (max-width: 767px) {
  header.header a.logo img {
    width: 12.2666666667vw;
  }
}

div.menu {
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #485156;
  height: 100vh;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  div.menu {
    width: 22vw;
    transform: translateX(-22vw);
  }
}
@media screen and (min-width: 768px) {
  div.menu {
    transition: 0.4s;
    width: 18vw;
    transform: translateX(-18vw);
  }
}
div.menu nav {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
div.menu nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  div.menu nav ul {
    gap: 28px 0;
  }
}
@media screen and (max-width: 767px) {
  div.menu nav ul {
    gap: 5.3333333333vw 0;
  }
}
div.menu nav ul li {
  display: flex;
}
div.menu nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  div.menu nav ul li a {
    gap: 11px 0;
  }
}
@media screen and (max-width: 767px) {
  div.menu nav ul li a {
    gap: 2vw 0;
  }
}
div.menu nav ul li a span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  div.menu nav ul li a span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  div.menu nav ul li a span {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.menu nav ul li a img {
    width: 77px;
    height: 77px;
  }
}
@media screen and (max-width: 767px) {
  div.menu nav ul li a img {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
}
div.menu div.menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #485156;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  div.menu div.menu_btn {
    margin-right: -70px;
    width: 70px;
    height: 210px;
    border-radius: 0 25px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  div.menu div.menu_btn {
    margin-right: -9.3333333333vw;
    width: 9.3333333333vw;
    height: 28vw;
    border-radius: 0 3.3333333333vw 3.3333333333vw 0;
  }
}
div.menu div.menu_btn span {
  background: url(./img/article/menu_btn_open.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  div.menu div.menu_btn span {
    width: 50px;
    height: 104px;
  }
}
@media screen and (max-width: 767px) {
  div.menu div.menu_btn span {
    width: 6.6666666667vw;
    height: 13.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  div.menu div.menu_btn {
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  div.menu div.menu_btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
div.menu.is-active {
  transform: translateX(0);
}
div.menu.is-active div.menu_btn span {
  background: url(./img/article/menu_btn_close.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  div.menu.is-active div.menu_btn span {
    width: 50px;
    height: 117px;
  }
}
@media screen and (max-width: 767px) {
  div.menu.is-active div.menu_btn span {
    width: 6.6666666667vw;
    height: 15.6vw;
  }
}

footer.footer {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  footer.footer {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  footer.footer {
    padding: 13.3333333333vw 0 0;
  }
}
footer.footer div.title h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer.footer div.title h3 img {
    width: 624px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer div.title h3 img {
    width: 83.2vw;
  }
}
footer.footer div.title p {
  text-align: center;
  color: #333333;
}
@media screen and (min-width: 768px) {
  footer.footer div.title p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer div.title p {
    font-size: 3.2vw;
  }
}
footer.footer div.logo ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer.footer div.logo ul {
    width: 700px;
    gap: 20px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  footer.footer div.logo ul {
    width: 93.3333333333vw;
    gap: 2.6666666667vw;
    margin: 8vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  footer.footer div.logo ul li {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer div.logo ul li {
    width: 29.3333333333vw;
  }
}
footer.footer div.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer.footer div.nav {
    width: 552px;
    margin: 60px auto 0;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer div.nav {
    width: 73.6vw;
    margin: 8vw auto 0;
    gap: 2.6666666667vw;
  }
}
footer.footer div.nav a {
  color: #333;
}
@media screen and (min-width: 768px) {
  footer.footer div.nav a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer div.nav a {
    font-size: 3.2vw;
  }
}
footer.footer div.nav span {
  background-color: #333;
}
@media screen and (min-width: 768px) {
  footer.footer div.nav span {
    width: 1px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer div.nav span {
    width: 1px;
    height: 2.6666666667vw;
  }
}
footer.footer p.copyright {
  text-align: center;
  color: #fff;
  background-color: #282828;
}
@media screen and (min-width: 768px) {
  footer.footer p.copyright {
    margin-top: 60px;
    padding: 50px 0;
    font-size: 24px;
    border-bottom: 3px solid #707070;
  }
}
@media screen and (max-width: 767px) {
  footer.footer p.copyright {
    margin-top: 8vw;
    padding: 6.6666666667vw 0;
    font-size: 3.2vw;
    border-bottom: 3px solid #707070;
  }
}

span.c_cate {
  font-weight: bold;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  span.c_cate {
    padding: 5px 25px 5px 5px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  span.c_cate {
    padding: 0.6666666667vw 3.3333333333vw 0.6666666667vw 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
span.c_cate:before {
  content: "";
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  span.c_cate:before {
    width: 33px;
    height: 33px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  span.c_cate:before {
    width: 4.4vw;
    height: 4.4vw;
    margin-right: 0.8vw;
  }
}
span.c_cate.report:before {
  background: url(./img/icon_cate_report.png) 0 0/100% no-repeat;
}
span.c_cate.event:before {
  background: url(./img/icon_cate_event.png) 0 0/100% no-repeat;
}
span.c_cate.beauty-quiz:before {
  background: url(./img/icon_cate_q.png) 0 0/100% no-repeat;
}
span.c_cate.ultimate-guide:before {
  background: url(./img/icon_cate_book-blue.png) 0 0/100% no-repeat;
}
span.c_cate.beautiful-skin-bible:before {
  background: url(./img/icon_cate_book-purple.png) 0 0/100% no-repeat;
}
span.c_cate.beautiful-hair-method:before {
  background: url(./img/icon_cate_book-lime.png) 0 0/100% no-repeat;
}
span.c_cate.editorial-report:before {
  background: url(./img/icon_cate_book-orange.png) 0 0/100% no-repeat;
}
span.c_cate.other:before {
  background: url(./img/icon_cate_book-blue.png) 0 0/100% no-repeat;
}
span.c_cate.station:before {
  background: url(./img/icon_cate_book-mint.png) 0 0/100% no-repeat;
}
span.c_cate.concierge:before {
  background: url(./img/icon_cate_book-pink.png) 0 0/100% no-repeat;
}
span.c_cate.salon:before {
  background: url(./img/icon_cate_salon.png) 0 0/100% no-repeat;
}
span.c_cate.survey:before {
  background: url(./img/icon_cate_survey.png) 0 0/100% no-repeat;
}
span.c_cate.monitor:before {
  background: url(./img/icon_cate_monitor.png) 0 0/100% no-repeat;
}
span.c_cate.calendar:before {
  background: url(./img/icon_cate_calendar.png) 0 0/100% no-repeat;
}
span.c_cate.movie:before {
  background: url(./img/icon_cate_movie.png) 0 0/100% no-repeat;
}
span.c_cate.stage:before {
  background: url(./img/icon_cate_stage.png) 0 0/100% no-repeat;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(211, 190, 171, 0.9);
}

span.close_btn {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  span.close_btn {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  span.close_btn {
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  span.close_btn img {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  span.close_btn img {
    width: 9.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  body {
    background-image: url(./img/bg_main1.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}

body.top div.modal_step {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 100%;
  overflow-y: scroll;
  scrollbar-color: #fff #ddd;
}
@media screen and (min-width: 768px) {
  body.top div.modal_step {
    max-width: 750px;
    height: calc(100vh - 330px);
  }
}
@media screen and (max-width: 767px) {
  body.top div.modal_step {
    width: 90.6666666667vw;
    height: calc(100vh - 160px);
  }
}
body.top div.modal_step div.head p img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.top div.modal_step div.head p img {
    width: 676px;
  }
}
@media screen and (max-width: 767px) {
  body.top div.modal_step div.head p img {
    width: 90.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top div.modal_step div.head a.btn {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.top div.modal_step div.head a.btn {
    margin: 2.6666666667vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  body.top div.modal_step div.head a.btn img {
    width: 539px;
  }
}
@media screen and (max-width: 767px) {
  body.top div.modal_step div.head a.btn img {
    width: 71.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top div.modal_step div.main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  body.top div.modal_step div.main {
    margin-top: 13.3333333333vw;
  }
}
body.top div.modal_step div.main p img {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.top div.modal_step div.main p img {
    width: 575px;
  }
}
@media screen and (max-width: 767px) {
  body.top div.modal_step div.main p img {
    width: 76.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top div.modal_step div.main a.btn {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.top div.modal_step div.main a.btn {
    margin: 6.6666666667vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  body.top div.modal_step div.main a.btn img {
    width: 514px;
  }
}
@media screen and (max-width: 767px) {
  body.top div.modal_step div.main a.btn img {
    width: 68.5333333333vw;
  }
}
body.top section.kv {
  background-color: #E5EFE4;
  /* 矢印のアニメーション */
}
body.top section.kv div.image img {
  width: 100%;
}
@keyframes scroll_pc {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll_sp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
body.top section.kv span.scroll {
  display: table;
}
@media screen and (min-width: 768px) {
  body.top section.kv span.scroll {
    animation: scroll_pc 2.5s linear infinite forwards;
    width: 88px;
    margin: -360px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.kv span.scroll {
    animation: scroll_sp 2.5s linear infinite forwards;
    width: 11.7333333333vw;
    margin: -48vw auto 0;
  }
}
body.top section.station {
  background-color: #E5EFE4;
}
@media screen and (min-width: 768px) {
  body.top section.station {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station {
    padding-top: 24vw;
  }
}
body.top section.station div.title p {
  text-align: center;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.top section.station div.title p {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.title p {
    font-size: 4.5333333333vw;
  }
}
body.top section.station div.title div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.top section.station div.title div.image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.title div.image {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.station div.title div.image img {
    width: 481px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.title div.image img {
    width: 64.1333333333vw;
  }
}
body.top section.station div.title h1 {
  display: table;
  text-align: center;
  font-weight: bold;
  font-family: "Shippori Mincho";
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  body.top section.station div.title h1 {
    margin: 50px auto;
    padding: 10px 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.title h1 {
    margin: 6.6666666667vw auto;
    padding: 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
body.top section.station > p {
  text-align: center;
  font-weight: bold;
  font-family: "Shippori Mincho";
  line-height: 1.9;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.top section.station > p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station > p {
    font-size: 4vw;
  }
}
body.top section.station > p:before, body.top section.station > p:after {
  content: "";
  display: block;
  position: absolute;
}
body.top section.station > p:before {
  left: 0;
  background: url(./img/top/cloud_img1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.top section.station > p:before {
    top: -50px;
    width: 142px;
    height: 138px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station > p:before {
    top: -6.6666666667vw;
    width: 18.9333333333vw;
    height: 18.4vw;
  }
}
body.top section.station > p:after {
  bottom: 0;
  right: 0;
  background: url(./img/top/cloud_img2.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.top section.station > p:after {
    width: 125px;
    height: 121px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station > p:after {
    width: 16.6666666667vw;
    height: 16.1333333333vw;
  }
}
body.top section.station div.info {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  body.top section.station div.info {
    max-width: 650px;
    width: 100%;
    margin: 90px auto 0;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info {
    width: 86.6666666667vw;
    margin: 12vw auto 0;
    padding: 1.3333333333vw;
    border: 1px solid #000;
    border-radius: 1.6vw;
  }
}
body.top section.station div.info div.inner {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.top section.station div.info div.inner {
    border: 2px solid #000;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info div.inner {
    border: 1px solid #000;
    border-radius: 1.6vw;
  }
}
body.top section.station div.info h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.top section.station div.info h3 {
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info h3 {
    margin-top: -9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info h3 img {
    width: 67.0666666667vw;
  }
}
body.top section.station div.info div.head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.top section.station div.info div.head {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info div.head {
    margin-top: 4vw;
  }
}
body.top section.station div.info div.head p {
  line-height: 1.6;
  font-weight: 700;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.top section.station div.info div.head p {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info div.head p {
    font-size: 3.7333333333vw;
  }
}
body.top section.station div.info div.head h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./img/top/info_tit-bg.png) 0 0/100% no-repeat;
  font-weight: 700;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.top section.station div.info div.head h4 {
    width: 550px;
    height: 66px;
    margin: 30px auto 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info div.head h4 {
    width: 73.3333333333vw;
    height: 8.8vw;
    margin: 4vw auto 0;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.station div.info div.head h4 span {
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info div.head h4 span {
    margin-top: -0.6666666667vw;
  }
}
body.top section.station div.info ul {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.top section.station div.info ul {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info ul {
    margin-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.station div.info ul li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info ul li + li {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info ul li:nth-of-type(1) img {
    width: 75.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info ul li:nth-of-type(2) img {
    width: 73.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station div.info ul li:nth-of-type(3) img {
    width: 76.4vw;
  }
}
body.top section.station a.btn {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.top section.station a.btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.station a.btn {
    margin: 4vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.pickup {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.pickup {
    margin-top: -8vw;
  }
}
body.top section.pickup > div.image {
  background-color: #E5EFE4;
}
body.top section.pickup > div.image img {
  width: 100%;
}
body.top section.pickup div.inner {
  background-color: #F5FBFC;
}
@media screen and (min-width: 768px) {
  body.top section.pickup div.inner {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.pickup div.inner {
    padding: 0 0 4vw;
  }
}
body.top section.pickup div.inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.top section.pickup div.inner h2 {
    margin-top: -120px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.pickup div.inner h2 {
    margin-top: -16vw;
    padding-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.pickup div.inner h2 span {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.pickup div.inner h2 span {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.pickup div.inner h2 span.sm {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.pickup div.inner h2 span.sm {
    font-size: 2.8vw;
  }
}
body.top div.member {
  background: url(./img/top/member_bg.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.top div.member {
    width: 650px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.top div.member {
    width: 86.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  body.top div.member div.cont {
    height: 481px;
  }
}
@media screen and (max-width: 767px) {
  body.top div.member div.cont {
    height: 64.1333333333vw;
  }
}
body.top div.member div.cont h3 {
  text-align: right;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.top div.member div.cont h3 {
    padding: 20px 25px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  body.top div.member div.cont h3 {
    padding: 2.6666666667vw 3.3333333333vw;
    font-size: 3.0666666667vw;
  }
}
body.top div.member div.cont div.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body.top div.member div.cont div.btns {
    margin: 60px;
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  body.top div.member div.cont div.btns {
    margin: 8vw 0 0;
    gap: 4vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.top div.member div.cont div.btns > span {
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  body.top div.member div.cont div.btns > span:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
body.top div.member p {
  text-align: right;
  color: #8B8B8B;
}
@media screen and (min-width: 768px) {
  body.top div.member p {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top div.member p {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.new-article {
    margin-top: 40px;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 0 0;
  }
}
body.top section.new-article h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.top section.new-article h2 span {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article h2 span {
    font-size: 8vw;
  }
}
body.top section.new-article h2 span.sm {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.top section.new-article h2 span.sm {
    margin-top: 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article h2 span.sm {
    margin-top: 1.3333333333vw;
    font-size: 2.8vw;
  }
}
body.top section.new-article > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  body.top section.new-article > ul {
    margin-top: 40px;
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article > ul {
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.new-article > ul li {
    width: 312px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article > ul li {
    width: 41.6vw;
  }
}
body.top section.new-article > ul li a {
  overflow: hidden;
  display: block;
  width: 100%;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  body.top section.new-article > ul li a {
    padding-bottom: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article > ul li a {
    padding-bottom: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
body.top section.new-article > ul li a p {
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 768px) {
  body.top section.new-article > ul li a p {
    height: 180px;
    padding: 20px 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article > ul li a p {
    height: 21.3333333333vw;
    padding: 2.6666666667vw 3.3333333333vw;
    font-size: 3.2vw;
  }
}
body.top section.new-article > ul li a span.c_cate {
  display: table;
  font-weight: bold;
  color: #000;
  border-radius: 100px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.top section.new-article > ul li a span.c_cate {
    gap: 0 10px;
    margin: 0 25px;
    padding: 5px 25px 5px 5px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article > ul li a span.c_cate {
    gap: 0 1.3333333333vw;
    margin: 0 3.3333333333vw;
    padding: 0.6666666667vw 3.3333333333vw 0.6666666667vw 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.new-article > ul li a span.c_cate:before {
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article > ul li a span.c_cate:before {
    width: 4.4vw;
    height: 4.4vw;
  }
}
body.top section.new-article > ul li span.date {
  display: table;
}
@media screen and (min-width: 768px) {
  body.top section.new-article > ul li span.date {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article > ul li span.date {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.new-article div.more {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article div.more {
    margin-top: 10.6666666667vw;
  }
}
body.top section.new-article div.more h3 {
  font-weight: bold;
  font-family: "Shippori Mincho";
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.top section.new-article div.more h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article div.more h3 {
    font-size: 3.4666666667vw;
  }
}
body.top section.new-article div.more div.image a {
  display: table;
  text-align: center;
  color: #000;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  body.top section.new-article div.more div.image a {
    margin: 30px auto 0;
    padding: 20px 0 40px;
    width: 650px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article div.more div.image a {
    margin: 4vw auto 0;
    padding: 2.6666666667vw 0 5.3333333333vw;
    width: 86.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
body.top section.new-article div.more div.image a p {
  font-weight: bold;
  color: #F1736C;
}
@media screen and (min-width: 768px) {
  body.top section.new-article div.more div.image a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article div.more div.image a p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.new-article div.more div.image a img {
    margin-top: 20px;
    width: 225px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article div.more div.image a img {
    margin-top: 2.6666666667vw;
    width: 30vw;
  }
}
body.top section.new-article div.app {
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  body.top section.new-article div.app {
    width: 650px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article div.app {
    width: 86.6666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}
body.top section.new-article div.app div.btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.top section.new-article div.app div.btns {
    margin-top: 20px;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article div.app div.btns {
    margin-top: 2.6666666667vw;
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.new-article div.app div.btns a img {
    width: 316px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.new-article div.app div.btns a img {
    width: 42.1333333333vw;
  }
}

body.article h1 {
  text-align: center;
  font-weight: bold;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.article h1 {
    padding: 50px 30px 0;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  body.article h1 {
    padding: 6.6666666667vw 4vw 0;
    font-size: 5.6vw;
  }
}
body.article section.kv p.date {
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  body.article section.kv p.date {
    padding: 20px 40px 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.kv p.date {
    padding: 2.6666666667vw 5.3333333333vw 4vw;
    font-size: 2.9333333333vw;
  }
}
body.article section.kv div.image {
  border: none;
  position: relative;
}
body.article section.kv div.image img {
  border: none;
  width: 100%;
}
body.article section.kv div.image span.c_cate {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  body.article section.kv div.image span.c_cate {
    padding: 0 40px 0 10px;
    height: 66px;
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.kv div.image span.c_cate {
    padding: 0 5.3333333333vw 0 1.3333333333vw;
    height: 8.8vw;
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.kv div.image span.c_cate:before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.kv div.image span.c_cate:before {
    margin-right: 2vw;
  }
}
body.article section.kv div.image + p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body.article section.kv div.image + p {
    width: 580px;
    margin: 90px auto 50px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.kv div.image + p {
    width: 77.3333333333vw;
    margin: 12vw auto 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body {
    margin: 50px auto 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body {
    margin: 6.6666666667vw auto 0;
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post *:not(figure, img) {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post *:not(figure, img) {
    width: 77.3333333333vw;
  }
}
body.article section.article-body div.post .wp-block-image {
  display: table;
  margin: 0 auto;
  text-align: center;
}
body.article section.article-body div.post .wp-block-image a img {
  width: auto !important;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post .wp-block-image a img {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post .wp-block-image a img {
    max-width: 77.3333333333vw;
  }
}
body.article section.article-body div.post div.index {
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.index {
    margin: 70px auto 90px;
    padding: 30px 50px 60px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.index {
    margin: 9.3333333333vw auto 12vw;
    padding: 4vw 6.6666666667vw 8vw;
    border-radius: 3.3333333333vw;
  }
}
body.article section.article-body div.post div.index:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  z-index: -1;
  border: 1px solid #000;
  background-color: #F5FF83;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.index:before {
    width: 100%;
    height: 100%;
    top: 13px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.index:before {
    width: 100%;
    height: 100%;
    top: 1.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}
body.article section.article-body div.post div.index p.title {
  display: flex;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.index p.title img {
    width: 108px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.index p.title img {
    width: 14.4vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.index ul {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.index ul {
    width: 100%;
    margin-top: 4vw;
  }
}
body.article section.article-body div.post div.index ul li {
  display: flex;
  align-items: baseline;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
body.article section.article-body div.post div.index ul li:before {
  content: "";
  background-color: #F5FF83;
  border-radius: 100px;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.index ul li:before {
    min-width: 16px;
    min-height: 16px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.index ul li:before {
    min-width: 2.1333333333vw;
    min-height: 2.1333333333vw;
    margin-right: 1.6vw;
  }
}
body.article section.article-body div.post div.index ul li a {
  color: #000;
  line-height: 1.3;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.index ul li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.index ul li a {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.index ul li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.index ul li + li {
    margin-top: 2.6666666667vw;
  }
}
body.article section.article-body div.post > h1, body.article section.article-body div.post > h2, body.article section.article-body div.post > h3, body.article section.article-body div.post > h4, body.article section.article-body div.post > h5, body.article section.article-body div.post > h6 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post > h1, body.article section.article-body div.post > h2, body.article section.article-body div.post > h3, body.article section.article-body div.post > h4, body.article section.article-body div.post > h5, body.article section.article-body div.post > h6 {
    margin: 60px auto 40px;
    padding-bottom: 10px;
    font-size: 34px;
    border-bottom: 4px solid #000;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post > h1, body.article section.article-body div.post > h2, body.article section.article-body div.post > h3, body.article section.article-body div.post > h4, body.article section.article-body div.post > h5, body.article section.article-body div.post > h6 {
    margin: 8vw auto 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 4.5333333333vw;
    border-bottom: 2px solid #000;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post h1 {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post h2 {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post h3 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post h4 {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post h5 {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post h6 {
    font-size: 2.4vw;
  }
}
body.article section.article-body div.post p {
  line-height: 1.8;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post p {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post p + p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post p + p {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post figure {
    margin: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post figure {
    margin: 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post figure img {
    width: 665px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post figure img {
    width: 88.6666666667vw;
  }
}
body.article section.article-body div.post figure:nth-of-type(even) {
  text-align: right;
}
body.article section.article-body div.post figure.l {
  text-align: left !important;
}
body.article section.article-body div.post figure.c {
  text-align: center !important;
}
body.article section.article-body div.post figure.r {
  text-align: right !important;
}
body.article section.article-body div.post sup {
  font-size: 0.8em;
}
body.article section.article-body div.post div.recommend {
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.recommend {
    width: 580px;
    margin: 80px auto 100px;
    padding: 30px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.recommend {
    width: 77.3333333333vw;
    margin: 10.6666666667vw auto 13.3333333333vw;
    padding: 4vw;
    border-radius: 3.3333333333vw;
  }
}
body.article section.article-body div.post div.recommend:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  z-index: -1;
  border: 1px solid #000;
  background-color: #F5FF83;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.recommend:before {
    border-radius: 20px;
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.recommend:before {
    border-radius: 2.6666666667vw;
    top: 1.7333333333vw;
  }
}
body.article section.article-body div.post div.recommend h3 {
  display: flex;
  justify-content: space-between;
  width: auto;
}
body.article section.article-body div.post div.recommend h3:after {
  content: "";
  background: url(./img/icon_arrow-r.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.recommend h3:after {
    width: 40px;
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.recommend h3:after {
    width: 5.3333333333vw;
    height: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.recommend h3 img {
    width: 236px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.recommend h3 img {
    width: 31.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.recommend > img {
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.recommend > img {
    margin: 3.3333333333vw 0;
  }
}
body.article section.article-body div.post div.recommend h4 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.recommend h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.recommend h4 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.post div.recommend p {
    margin: 10px 0 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.post div.recommend p {
    margin: 1.3333333333vw 0 2.6666666667vw;
    font-size: 3.2vw;
  }
}
body.article section.article-body div.post div.recommend p.price {
  font-weight: bold;
}
body.article section.article-body div.foot {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.foot {
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.foot {
    width: 86.6666666667vw;
  }
}
body.article section.article-body div.foot:before {
  content: "";
  background: url(./img/icon_arrow-l.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.foot:before {
    width: 37px;
    height: 20px;
    margin-top: -10px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.foot:before {
    width: 4.9333333333vw;
    height: 2.6666666667vw;
    margin-top: -1.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}
body.article section.article-body div.foot a.btn {
  font-family: "Shippori Mincho";
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 768px) {
  body.article section.article-body div.foot a.btn {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.article-body div.foot a.btn {
    font-size: 3.7333333333vw;
  }
}
body.article section.pickup {
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  body.article section.pickup {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.article section.pickup {
    padding: 6.6666666667vw 0 0;
  }
}
body.article section.pickup h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.article section.pickup h2 span {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.pickup h2 span {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.pickup h2 span.sm {
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.pickup h2 span.sm {
    font-size: 4.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.article section.pickup div.slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.pickup div.slider {
    margin-top: 5.3333333333vw;
  }
}
body.article section.pickup a.btn {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.article section.pickup a.btn img {
    width: 292px;
  }
}
@media screen and (max-width: 767px) {
  body.article section.pickup a.btn img {
    width: 38.9333333333vw;
  }
}

body.how-to section.kv h2 {
  position: relative;
  z-index: 1;
}
body.how-to section.kv div.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(./img/how-to/bg_round_blue.png) 0 0/100% no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.how-to section.kv div.main {
    width: 670px;
    margin: -200px auto 0;
    height: 1092px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.kv div.main {
    width: 89.3333333333vw;
    margin: -26.6666666667vw auto 0vw;
    height: 145.6vw;
    padding: 0 6.6666666667vw;
  }
}
body.how-to section.kv div.main:after {
  content: "";
  display: block;
  position: absolute;
  background: url(./img/how-to/people_img1.png) 0 0/cover no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.kv div.main:after {
    right: -30px;
    bottom: -100px;
    width: 287px;
    height: 255px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.kv div.main:after {
    right: -4vw;
    bottom: -13.3333333333vw;
    width: 38.2666666667vw;
    height: 34vw;
  }
}
body.how-to section.kv div.main div.title {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.how-to section.kv div.main div.title {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.kv div.main div.title {
    margin-top: -6.6666666667vw;
  }
}
body.how-to section.kv div.main div.title p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.how-to section.kv div.main div.title p img {
    width: 413px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.kv div.main div.title p img {
    width: 55.0666666667vw;
  }
}
body.how-to section.kv div.main div.title h3 {
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  body.how-to section.kv div.main div.title h3 {
    padding-bottom: 20px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.kv div.main div.title h3 {
    padding-bottom: 2.6666666667vw;
    font-size: 3.0666666667vw;
  }
}
body.how-to section.kv div.main > p {
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  body.how-to section.kv div.main > p {
    margin-top: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.kv div.main > p {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
body.how-to section.kv div.main > p span {
  display: inline-block;
  font-size: 0.8em;
}
body.how-to section.step {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.how-to section.step {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step {
    margin-top: 10.6666666667vw;
  }
}
body.how-to section.step div.sec-wrap:nth-of-type(1) div.sec:before, body.how-to section.step div.sec-wrap:nth-of-type(1) div.sec:after {
  content: "";
  display: block;
  position: absolute;
}
body.how-to section.step div.sec-wrap:nth-of-type(1) div.sec:before {
  top: 0;
  background: url(./img/how-to/icon_cloud.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(1) div.sec:before {
    left: -210px;
    width: 392px;
    height: 157px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(1) div.sec:before {
    left: -28vw;
    width: 52.2666666667vw;
    height: 20.9333333333vw;
  }
}
body.how-to section.step div.sec-wrap:nth-of-type(1) div.sec:after {
  right: 0;
  background: url(./img/how-to/people_img2.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(1) div.sec:after {
    bottom: -280px;
    width: 309px;
    height: 325px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(1) div.sec:after {
    bottom: -37.3333333333vw;
    width: 41.2vw;
    height: 43.3333333333vw;
  }
}
body.how-to section.step div.sec-wrap:nth-of-type(2) {
  background-color: #FFEFEF;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) {
    margin-top: 450px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) {
    margin-top: 60vw;
  }
}
body.how-to section.step div.sec-wrap:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom left, #fff 50%, #FFEFEF 50%);
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2):before {
    top: -200px;
    width: 100%;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2):before {
    top: -26.6666666667vw;
    width: 100%;
    height: 34.6666666667vw;
  }
}
body.how-to section.step div.sec-wrap:nth-of-type(2):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom right, #FFEFEF 50%, #fff 50%);
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2):after {
    bottom: -200px;
    width: 100%;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2):after {
    bottom: -26.6666666667vw;
    width: 100%;
    height: 34.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec {
    transform: translateY(-3vw);
  }
}
body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec:before, body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec:after {
  content: "";
  display: block;
  position: absolute;
}
body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec:before {
  top: 0;
  background: url(./img/how-to/icon_cloud.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec:before {
    top: -270px;
    left: -140px;
    width: 392px;
    height: 157px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec:before {
    top: -36vw;
    left: -18.6666666667vw;
    width: 52.2666666667vw;
    height: 20.9333333333vw;
  }
}
body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec:after {
  background: url(./img/how-to/people_img3.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec:after {
    left: 50px;
    bottom: -140px;
    width: 169px;
    height: 356px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) div.sec:after {
    left: 6.6666666667vw;
    bottom: -18.6666666667vw;
    width: 22.5333333333vw;
    height: 47.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) div.main {
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(2) div.main {
    margin-bottom: 33.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) div.sec {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) div.sec {
    transform: translateY(-3vw);
  }
}
body.how-to section.step div.sec-wrap:nth-of-type(3) div.sec:before {
  content: "";
  display: block;
  position: absolute;
}
body.how-to section.step div.sec-wrap:nth-of-type(3) div.sec:before {
  top: 0;
  background: url(./img/how-to/icon_cloud.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) div.sec:before {
    top: -70px;
    right: -210px;
    width: 392px;
    height: 157px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) div.sec:before {
    top: -9.3333333333vw;
    right: -28vw;
    width: 52.2666666667vw;
    height: 20.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) div.main {
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) div.main {
    margin-bottom: 33.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) div.main > div.image img {
    width: 415px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap:nth-of-type(3) div.main > div.image img {
    width: 55.3333333333vw;
  }
}
body.how-to section.step div.sec-wrap div.sec {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec {
    width: 670px;
    margin: 0 auto;
    padding: 0 0 150px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec {
    width: 89.3333333333vw;
    margin: 0vw auto;
    padding: 0 0vw 20vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.head {
  background: url(./img/how-to/bg_round_yellow1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.head {
    height: 340px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.head {
    height: 45.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.head span.nam {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.head span.nam img {
    width: 105px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.head span.nam img {
    width: 14vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.head h3 {
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.head h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.head h3 {
    margin-bottom: 4vw;
    padding-bottom: 2.6666666667vw;
    font-size: 3.0666666667vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.head h3 + p {
  text-align: center;
  display: table;
  margin: 0 auto;
}
body.how-to section.step div.sec-wrap div.sec div.main {
  background-color: #FDF9E3;
  position: relative;
}
body.how-to section.step div.sec-wrap div.sec div.main:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  background: url(./img/how-to/bg_round_yellow1.png) 0 0/100% no-repeat;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.main:after {
    width: 670px;
    height: 340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.main:after {
    width: 89.3333333333vw;
    height: 45.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec p {
    font-size: 3.4666666667vw;
  }
}
body.how-to section.step div.sec-wrap div.sec p.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec p.image {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec p.image {
    padding: 0 6.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec p.image img {
    width: 503px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec p.image img {
    width: 67.0666666667vw;
  }
}
body.how-to section.step div.sec-wrap div.sec p.image + p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec p.image + p {
    margin: 30px 0;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec p.image + p {
    margin: 4vw 0;
    padding: 0 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.sample {
    padding: 0 6.6666666667vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.sample div.list {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list {
    border: 2px solid #000;
    border-radius: 12px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list {
    border: 1px solid #000;
    border-radius: 1.6vw;
    padding: 1.3333333333vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.sample div.list div.inner {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list div.inner {
    border: 2px solid #000;
    border-radius: 12px;
    padding: 0 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list div.inner {
    border: 1px solid #000;
    border-radius: 1.6vw;
    padding: 0 4vw 3.3333333333vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.sample div.list h4 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  background: url(./img/how-to/sample_tit-bg.png) 0 0/100% no-repeat;
  font-family: "Shippori Mincho";
  font-weight: 600;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list h4 {
    width: 302px;
    height: 52px;
    margin-top: -3px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list h4 {
    width: 40.2666666667vw;
    height: 6.9333333333vw;
    margin-top: -0.4vw;
    font-size: 4vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.sample div.list ul {
  display: table;
  margin: 0 auto;
}
body.how-to section.step div.sec-wrap div.sec div.sample div.list ul li {
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list ul li {
    padding-left: 32px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list ul li {
    padding-left: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list ul li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list ul li + li {
    margin-top: 2.6666666667vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.sample div.list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url(../img/.png) 0 0/100% no-repeat;
  background-color: #E0ECE9;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list ul li:before {
    top: 8px;
    width: 12px;
    height: 12px;
    border: 2px solid #000;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list ul li:before {
    top: 1.0666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    border: 1px solid #000;
  }
}
body.how-to section.step div.sec-wrap div.sec div.sample div.list p {
  text-align: right;
  color: #000;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample div.list p {
    font-weight: bold;
    margin-right: 20px;
  }
}
body.how-to section.step div.sec-wrap div.sec div.sample p {
  text-align: right;
  color: #8B8B8B;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample p {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.sample p {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.sample + p {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.sample + p {
    margin: 30px 0 0;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.sample + p {
    margin: 4vw 0 0;
    font-size: 4.2666666667vw;
  }
}
body.how-to section.step div.sec-wrap div.sec .shiny {
  position: relative;
  overflow: hidden;
}
body.how-to section.step div.sec-wrap div.sec .shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac {
    transform: translateY(40px);
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.ac {
    transform: translateY(5vw);
  }
}
body.how-to section.step div.sec-wrap div.sec div.ac div.btn {
  transition: 300ms;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Shippori Mincho";
  font-weight: bold;
  border: 1px solid #707070;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac div.btn {
    border-radius: 12px;
    width: calc(100% - 100px);
    height: 88px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.ac div.btn {
    border-radius: 1.6vw;
    width: calc(100% - 13.3333333333vw);
    height: 11.7333333333vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac div.btn:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: translateY(3px);
  }
}
body.how-to section.step div.sec-wrap div.sec div.ac div.btn.is-active span.icon {
  transform: translateY(-50%) rotate(180deg);
}
body.how-to section.step div.sec-wrap div.sec div.ac div.btn span.icon {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(./img/how-to/icon_aroow-b.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac div.btn span.icon {
    width: 27px;
    height: 18px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.ac div.btn span.icon {
    width: 3.6vw;
    height: 2.4vw;
    right: 4vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.ac > div.text {
  display: none;
}
body.how-to section.step div.sec-wrap div.sec div.ac > div.text p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac > div.text p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.ac > div.text p {
    margin-top: 4vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.ac ul {
  display: none;
  background-color: #FFFDF0;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul {
    margin-top: 6.6666666667vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.ac ul li {
  border-bottom: 1px solid #707070;
}
body.how-to section.step div.sec-wrap div.sec div.ac ul li:nth-of-type(1) {
  border-top: 1px solid #707070;
}
body.how-to section.step div.sec-wrap div.sec div.ac ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul li a {
    padding: 30px 30px;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul li a {
    padding: 4vw 4vw;
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul li a img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul li a img {
    width: 20vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.ac ul li a div.text h4 {
  line-height: 1.4;
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul li a div.text h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul li a div.text h4 {
    font-size: 3.2vw;
  }
}
body.how-to section.step div.sec-wrap div.sec div.ac ul li a div.text p {
  text-align: right;
  color: #000;
}
@media screen and (min-width: 768px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul li a div.text p {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.step div.sec-wrap div.sec div.ac ul li a div.text p {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
body.how-to section.faq {
  background-color: #E5EFE4;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq {
    padding-bottom: 13.3333333333vw;
  }
}
body.how-to section.faq:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom right, #fff 50%, #E5EFE4 50%);
}
@media screen and (min-width: 768px) {
  body.how-to section.faq:before {
    top: -200px;
    width: 100%;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq:before {
    top: -26.6666666667vw;
    width: 100%;
    height: 34.6666666667vw;
  }
}
body.how-to section.faq:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  background: url(./img/how-to/icon_cloud.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq:after {
    top: -130px;
    left: -140px;
    bottom: -200px;
    width: 392px;
    height: 157px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq:after {
    top: -17.3333333333vw;
    left: -18.6666666667vw;
    bottom: -26.6666666667vw;
    width: 52.2666666667vw;
    height: 20.9333333333vw;
  }
}
body.how-to section.faq div.title {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq div.title {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq div.title {
    top: -4vw;
  }
}
body.how-to section.faq div.title h3 {
  font-weight: bold;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.how-to section.faq div.title h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq div.title h3 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.faq div.title p {
    margin-top: 10px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq div.title p {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq ul {
    margin: 2.6666666667vw auto 0;
  }
}
body.how-to section.faq ul li {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li {
    width: 633px;
    padding: 50px 60px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq ul li {
    width: 84.4vw;
    padding: 6.6666666667vw 8vw;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li {
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
body.how-to section.faq ul li span.close_btn {
  display: none;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  background: url(./img/close_btn.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li span.close_btn {
    bottom: -120px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq ul li span.close_btn {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    bottom: -16vw;
  }
}
body.how-to section.faq ul li.is-active {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li.is-active {
    padding: 70px 60px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq ul li.is-active {
    padding: 9.3333333333vw 8vw;
  }
}
body.how-to section.faq ul li.is-active p.a {
  display: block;
}
body.how-to section.faq ul li.is-active span.close_btn {
  display: block;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq ul li + li {
    margin-top: 5.3333333333vw;
  }
}
body.how-to section.faq ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(./img/how-to/faq_icon_q.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li:before {
    width: 106px;
    height: 113px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq ul li:before {
    width: 14.1333333333vw;
    height: 15.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li p.q {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq ul li p.q {
    font-size: 3.7333333333vw;
  }
}
body.how-to section.faq ul li p.a {
  display: none;
  border-top: 1px solid #000;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li p.a {
    margin-top: 20px;
    padding-top: 30px;
    padding-left: 60px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq ul li p.a {
    margin-top: 2.6666666667vw;
    padding-top: 4vw;
    padding-left: 8vw;
    font-size: 3.7333333333vw;
  }
}
body.how-to section.faq ul li p.a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url(./img/how-to/faq_icon_a.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.how-to section.faq ul li p.a:before {
    top: 30px;
    width: 49px;
    height: 49px;
  }
}
@media screen and (max-width: 767px) {
  body.how-to section.faq ul li p.a:before {
    top: 4vw;
    width: 6.5333333333vw;
    height: 6.5333333333vw;
  }
}
body.how-to section.faq ul li p.a a {
  color: inherit;
  text-decoration: underline;
}
body.how-to section.faq ul li p.a span {
  font-weight: bold;
  color: #00C984;
}

body.salon #opv-wrap {
  position: fixed;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  body.salon #opv-wrap {
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 750px;
    margin: 0 auto;
    height: calc(100vh - 92px);
  }
}
@media screen and (max-width: 767px) {
  body.salon #opv-wrap {
    top: 12.2666666667vw;
    left: 0;
    height: calc(100vh - 12.2666666667vw);
  }
}
body.salon #opv-wrap video#opv {
  object-fit: cover;
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 768px) {
  body.salon #opv-wrap + header {
    max-width: 750px;
    margin: 0 auto;
  }
}
body.salon div.slider {
  padding-right: 0;
  padding-left: 0;
}
body.salon div.slider ul.slick-dots li.slick-active {
  background-color: #CEB474;
}
body.salon .wrapper {
  background-color: #112F72;
}
body.salon .wrapper section.read h2 {
  text-align: center;
  font-family: "Shippori Mincho";
  color: #ceb474;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.read h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.read h2 {
    font-size: 4.8vw;
  }
}
body.salon .wrapper section.read p {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-family: "Shippori Mincho";
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.read p {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.read p {
    font-size: 4.8vw;
  }
}
body.salon .wrapper section.read p + p {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.read p + p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.read p + p {
    margin-top: 6.6666666667vw;
  }
}
body.salon .wrapper section.read p + p:before {
  content: "";
  display: block;
  position: absolute;
  background: url(./img/salon/obj_star-wh.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.read p + p:before {
    width: 76px;
    height: 82px;
    top: 70px;
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.read p + p:before {
    width: 10.1333333333vw;
    height: 10.9333333333vw;
    top: 9.3333333333vw;
    right: -13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.room {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.room {
    margin-bottom: 17.3333333333vw;
  }
}
body.salon .wrapper section.room div.list {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.room div.list {
    max-width: 630px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.room div.list {
    width: 84vw;
    margin: 6.6666666667vw auto 0;
  }
}
body.salon .wrapper section.room div.list:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  border: 1px solid #000;
  background-color: #F5FF83;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.room div.list:before {
    top: 13px;
    left: -8px;
    margin: 0 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.room div.list:before {
    top: 1.7333333333vw;
    left: -1.0666666667vw;
    margin: 0 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
body.salon .wrapper section.room ul {
  position: relative;
  z-index: 1;
  display: table;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.room ul {
    max-width: 630px;
    padding: 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.room ul {
    width: 84vw;
    padding: 4vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.room ul li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.room ul li + li {
    margin-top: 4vw;
  }
}
body.salon .wrapper section.room ul li a h3 {
  color: #000;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.room ul li a h3 {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.room ul li a h3 {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article {
    margin: 130px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article {
    margin: 17.3333333333vw 0 0;
  }
}
body.salon .wrapper div.article > section > div.title {
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
body.salon .wrapper div.article > section > div.title:before, body.salon .wrapper div.article > section > div.title:after {
  content: "";
  display: block;
  position: absolute;
  background: url(./img/salon/obj_star-gr.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article > section > div.title:before, body.salon .wrapper div.article > section > div.title:after {
    width: 76px;
    height: 82px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article > section > div.title:before, body.salon .wrapper div.article > section > div.title:after {
    width: 10.1333333333vw;
    height: 10.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article > section > div.title:before {
    top: 5px;
    left: -100px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article > section > div.title:before {
    top: 0.6666666667vw;
    left: -13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article > section > div.title:after {
    top: -5px;
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article > section > div.title:after {
    top: -0.6666666667vw;
    right: -13.3333333333vw;
  }
}
body.salon .wrapper div.article > section > div.title p, body.salon .wrapper div.article > section > div.title h2 {
  font-family: "Shippori Mincho";
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article > section > div.title p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article > section > div.title p {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article > section > div.title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article > section > div.title h2 {
    font-size: 4vw;
  }
}
body.salon .wrapper div.article section.contents div.slider, body.salon .wrapper div.article section.column div.slider {
  position: relative;
}
body.salon .wrapper div.article section.contents div.slider:before, body.salon .wrapper div.article section.contents div.slider:after, body.salon .wrapper div.article section.column div.slider:before, body.salon .wrapper div.article section.column div.slider:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
body.salon .wrapper div.article section.contents div.slider:before, body.salon .wrapper div.article section.column div.slider:before {
  background: url(./img/salon/obj_star1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article section.contents div.slider:before, body.salon .wrapper div.article section.column div.slider:before {
    bottom: 40px;
    left: 30px;
    width: 81px;
    height: 92px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article section.contents div.slider:before, body.salon .wrapper div.article section.column div.slider:before {
    bottom: 5.3333333333vw;
    left: 4vw;
    width: 10.8vw;
    height: 12.2666666667vw;
  }
}
body.salon .wrapper div.article section.contents div.slider:after, body.salon .wrapper div.article section.column div.slider:after {
  background: url(./img/salon/obj_star2.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article section.contents div.slider:after, body.salon .wrapper div.article section.column div.slider:after {
    bottom: 140px;
    right: 30px;
    width: 81px;
    height: 92px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article section.contents div.slider:after, body.salon .wrapper div.article section.column div.slider:after {
    bottom: 18.6666666667vw;
    right: 4vw;
    width: 10.8vw;
    height: 12.2666666667vw;
  }
}
body.salon .wrapper div.article section.contents div.slider + a.btn {
  display: table;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article section.contents div.slider + a.btn {
    width: 514px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article section.contents div.slider + a.btn {
    width: 68.5333333333vw;
    margin: 4vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article section.column {
    margin: 130px 0;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article section.column {
    margin: 17.3333333333vw 0;
  }
}
body.salon .wrapper div.article section.column div.slider.slider1.c_card + a.btn {
  display: table;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper div.article section.column div.slider.slider1.c_card + a.btn {
    width: 514px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper div.article section.column div.slider.slider1.c_card + a.btn {
    width: 68.5333333333vw;
    margin: 4vw auto 0;
  }
}
body.salon .wrapper section.c_banner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.c_banner {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.c_banner {
    padding-bottom: 30.6666666667vw;
  }
}
body.salon .wrapper section.c_banner:before {
  content: "";
  display: block;
  position: absolute;
  background: url(./img/salon/banner_bg1.png) 0 0/100% no-repeat;
  left: 0;
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.c_banner:before {
    top: -70px;
    width: 750px;
    height: 798px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.c_banner:before {
    top: -9.3333333333vw;
    width: 100vw;
    height: 106.4vw;
  }
}
@media screen and (min-width: 768px) {
  body.salon .wrapper section.c_banner div.slider.slider2 div.item {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.salon .wrapper section.c_banner div.slider.slider2 div.item {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.editor main {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.editor main {
    padding: 9.3333333333vw 0 0;
  }
}
body.editor h1 {
  text-align: center;
  font-weight: bold;
  font-family: "Shippori Mincho";
}
@media screen and (min-width: 768px) {
  body.editor h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.editor h1 {
    font-size: 8vw;
  }
}
body.editor div.c_prof {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body.editor div.c_prof {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.editor div.c_prof {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.editor div.c_prof + div.c_prof {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.editor div.c_prof + div.c_prof {
    margin-top: 4vw;
  }
}

body.member-contents a.btn, body.member-column a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 600;
  font-family: "Shippori Mincho";
  background: url(./img/btn_bg.png) 0 0/cover no-repeat;
}
@media screen and (min-width: 768px) {
  body.member-contents a.btn, body.member-column a.btn {
    width: 539px;
    height: 110px;
    margin: 30px auto 0;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents a.btn, body.member-column a.btn {
    width: 71.8666666667vw;
    height: 14.6666666667vw;
    margin: 4vw auto 0;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.member-contents a.btn span, body.member-column a.btn span {
    transform: translateX(-15px);
  }
}
@media screen and (max-width: 767px) {
  body.member-contents a.btn span, body.member-column a.btn span {
    transform: translateX(-2vw);
  }
}
body.member-contents div.wrapper, body.member-column div.wrapper {
  background-color: #112F72;
}
@media screen and (min-width: 768px) {
  body.member-contents main, body.member-column main {
    padding: 70px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents main, body.member-column main {
    padding: 9.3333333333vw 0 18.6666666667vw;
  }
}
body.member-contents section.kv > div.title, body.member-column section.kv > div.title {
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
body.member-contents section.kv > div.title:before, body.member-contents section.kv > div.title:after, body.member-column section.kv > div.title:before, body.member-column section.kv > div.title:after {
  content: "";
  display: block;
  position: absolute;
  background: url(./img/salon/obj_star-gr.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.member-contents section.kv > div.title:before, body.member-contents section.kv > div.title:after, body.member-column section.kv > div.title:before, body.member-column section.kv > div.title:after {
    width: 76px;
    height: 82px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents section.kv > div.title:before, body.member-contents section.kv > div.title:after, body.member-column section.kv > div.title:before, body.member-column section.kv > div.title:after {
    width: 10.1333333333vw;
    height: 10.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.member-contents section.kv > div.title:before, body.member-column section.kv > div.title:before {
    top: 5px;
    left: -100px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents section.kv > div.title:before, body.member-column section.kv > div.title:before {
    top: 0.6666666667vw;
    left: -13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.member-contents section.kv > div.title:after, body.member-column section.kv > div.title:after {
    top: -5px;
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents section.kv > div.title:after, body.member-column section.kv > div.title:after {
    top: -0.6666666667vw;
    right: -13.3333333333vw;
  }
}
body.member-contents section.kv > div.title p, body.member-contents section.kv > div.title h1, body.member-column section.kv > div.title p, body.member-column section.kv > div.title h1 {
  font-family: "Shippori Mincho";
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.member-contents section.kv > div.title p, body.member-column section.kv > div.title p {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents section.kv > div.title p, body.member-column section.kv > div.title p {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.member-contents section.kv > div.title h1, body.member-column section.kv > div.title h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents section.kv > div.title h1, body.member-column section.kv > div.title h1 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.member-contents div.tab, body.member-column div.tab {
    max-width: 650px;
    margin: 50px auto 100px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.tab, body.member-column div.tab {
    margin: 6.6666666667vw auto 13.3333333333vw;
  }
}
body.member-contents div.tab ul, body.member-column div.tab ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.member-contents div.tab ul, body.member-column div.tab ul {
    gap: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.tab ul, body.member-column div.tab ul {
    gap: 2.6666666667vw 3.3333333333vw;
    width: 86.6666666667vw;
  }
}
body.member-contents div.tab ul li, body.member-column div.tab ul li {
  text-align: center;
  border-radius: 200px;
  background-color: #E4CE96;
}
@media screen and (min-width: 768px) {
  body.member-contents div.tab ul li, body.member-column div.tab ul li {
    border: 2px solid #000;
    max-width: 312px;
    width: 50%;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.tab ul li, body.member-column div.tab ul li {
    border: 1px solid #000;
    width: 40vw;
    height: 8.5333333333vw;
  }
}
body.member-contents div.tab ul li a, body.member-column div.tab ul li a {
  display: block;
  border-radius: 200px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body.member-contents div.tab ul li a, body.member-column div.tab ul li a {
    padding: 3px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.tab ul li a, body.member-column div.tab ul li a {
    padding: 0.4vw;
  }
}
body.member-contents div.tab ul li a span, body.member-column div.tab ul li a span {
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #000;
  width: 100%;
  height: 100%;
  font-family: "Shippori Mincho";
  position: relative;
}
@media screen and (min-width: 768px) {
  body.member-contents div.tab ul li a span, body.member-column div.tab ul li a span {
    border: 3px solid #fff;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.tab ul li a span, body.member-column div.tab ul li a span {
    border: 1px solid #fff;
    font-size: 2.9333333333vw;
  }
}
body.member-contents div.tab ul li a span:after, body.member-column div.tab ul li a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: url(./img/member/tab_btn.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.member-contents div.tab ul li a span:after, body.member-column div.tab ul li a span:after {
    right: 10px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.tab ul li a span:after, body.member-column div.tab ul li a span:after {
    right: 1.3333333333vw;
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}
body.member-contents div.tab ul li a span:before, body.member-column div.tab ul li a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(./img/member/tab_btn.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.member-contents div.tab ul li a span:before, body.member-column div.tab ul li a span:before {
    left: 10px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.tab ul li a span:before, body.member-column div.tab ul li a span:before {
    left: 1.3333333333vw;
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.member-contents div.tab ul li a span:hover, body.member-column div.tab ul li a span:hover {
    opacity: 0.8;
  }
}
body.member-contents div.tab ul li a span.survey:before, body.member-column div.tab ul li a span.survey:before {
  background: url(./img/icon_cate_survey.png) 0 0/100% no-repeat;
}
body.member-contents div.tab ul li a span.monitor:before, body.member-column div.tab ul li a span.monitor:before {
  background: url(./img/icon_cate_monitor.png) 0 0/100% no-repeat;
}
body.member-contents div.tab ul li a span.event:before, body.member-column div.tab ul li a span.event:before {
  background: url(./img/icon_cate_event.png) 0 0/100% no-repeat;
}
body.member-contents div.tab ul li a span.movie:before, body.member-column div.tab ul li a span.movie:before {
  background: url(./img/icon_cate_movie.png) 0 0/100% no-repeat;
}
body.member-contents div.tab ul li a span.calendar:before, body.member-column div.tab ul li a span.calendar:before {
  background: url(./img/icon_cate_calendar.png) 0 0/100% no-repeat;
}
body.member-contents div.search-box + p.text, body.member-contents div.tab + p.text, body.member-column div.search-box + p.text, body.member-column div.tab + p.text {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.member-contents div.search-box + p.text, body.member-contents div.tab + p.text, body.member-column div.search-box + p.text, body.member-column div.tab + p.text {
    margin: 50px 0 70px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.search-box + p.text, body.member-contents div.tab + p.text, body.member-column div.search-box + p.text, body.member-column div.tab + p.text {
    margin: 6.6666666667vw 0 9.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
body.member-contents div.search-box form, body.member-column div.search-box form {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  overflow: hidden;
  background-color: #fff;
  border-radius: 200px;
}
@media screen and (min-width: 768px) {
  body.member-contents div.search-box form, body.member-column div.search-box form {
    width: 500px;
    height: 65px;
    margin: 50px auto;
    padding: 10px 5px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.search-box form, body.member-column div.search-box form {
    width: 66.6666666667vw;
    height: 8.6666666667vw;
    margin: 6.6666666667vw auto;
    padding: 1.3333333333vw 0.6666666667vw 1.3333333333vw 1.3333333333vw;
  }
}
body.member-contents div.search-box form input, body.member-column div.search-box form input {
  outline: none;
  border: none;
}
@media screen and (min-width: 768px) {
  body.member-contents div.search-box form input, body.member-column div.search-box form input {
    width: calc(100% - 30px);
    height: 100%;
    padding: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.search-box form input, body.member-column div.search-box form input {
    width: 58.6666666667vw;
    height: 100%;
    padding: 1.3333333333vw;
    font-size: 16px;
  }
}
body.member-contents div.search-box form button, body.member-column div.search-box form button {
  outline: none;
  border: none;
  display: block;
  border-radius: 0 200px 200px 0;
}
@media screen and (min-width: 768px) {
  body.member-contents div.search-box form button, body.member-column div.search-box form button {
    width: 50px;
    height: 55px;
    padding: 0 35px;
    background: #8ce6c7 url(./img/member/search_box.png) center/35px no-repeat;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.search-box form button, body.member-column div.search-box form button {
    width: 6.6666666667vw;
    height: 7.3333333333vw;
    padding: 0 4.6666666667vw;
    background: #8ce6c7 url(./img/member/search_box.png) center/5vw no-repeat;
  }
}
@media screen and (min-width: 768px) {
  body.member-contents div.search-box + div.c_card, body.member-column div.search-box + div.c_card {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.search-box + div.c_card, body.member-column div.search-box + div.c_card {
    margin-top: 11.3333333333vw;
  }
}
body.member-contents div.search-box + p.text a, body.member-column div.search-box + p.text a {
  display: table;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.member-contents div.search-box + p.text a, body.member-column div.search-box + p.text a {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.search-box + p.text a, body.member-column div.search-box + p.text a {
    margin: 6.6666666667vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  body.member-contents div.c_card, body.member-column div.c_card {
    max-width: 690px;
    margin: 0 auto;
  }
}
body.member-contents div.c_card div.item, body.member-column div.c_card div.item {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.member-contents div.c_card div.item, body.member-column div.c_card div.item {
    width: 92vw;
  }
}
body.member-contents div.c_card div.item div.inner, body.member-column div.c_card div.item div.inner {
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.member-contents div.c_card div.item div.inner, body.member-column div.c_card div.item div.inner {
    border-radius: 20px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.c_card div.item div.inner, body.member-column div.c_card div.item div.inner {
    border-radius: 2.6666666667vw;
    margin: 0;
  }
}
body.member-contents div.c_card div.item:before, body.member-column div.c_card div.item:before {
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  body.member-contents div.c_card div.item:before, body.member-column div.c_card div.item:before {
    max-width: 650px;
    top: 13px;
    left: 13px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.c_card div.item:before, body.member-column div.c_card div.item:before {
    margin: 0 auto;
    padding: 0;
    left: 1.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.member-contents div.c_card div.item + div.item, body.member-column div.c_card div.item + div.item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.member-contents div.c_card div.item + div.item, body.member-column div.c_card div.item + div.item {
    margin-top: 10.6666666667vw;
  }
}
body.member-contents div.c_card .pagination, body.member-column div.c_card .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 60px 0;
  padding: 0;
}
body.member-contents div.c_card .pagination .page-numbers, body.member-column div.c_card .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  margin: 0 4px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
body.member-contents div.c_card .pagination .page-numbers:hover, body.member-column div.c_card .pagination .page-numbers:hover {
  background-color: #e9e9e9;
  border-color: #ccc;
}
body.member-contents div.c_card .pagination .page-numbers.current, body.member-column div.c_card .pagination .page-numbers.current {
  color: #fff;
  background-color: #000;
  font-weight: 600;
}
body.member-contents div.c_card .pagination .page-numbers.prev, body.member-contents div.c_card .pagination .page-numbers.next, body.member-column div.c_card .pagination .page-numbers.prev, body.member-column div.c_card .pagination .page-numbers.next {
  padding: 0 12px;
}
body.member-contents div.c_card .pagination .page-numbers.prev:hover, body.member-contents div.c_card .pagination .page-numbers.next:hover, body.member-column div.c_card .pagination .page-numbers.prev:hover, body.member-column div.c_card .pagination .page-numbers.next:hover {
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  body.member-contents div.c_card .pagination, body.member-column div.c_card .pagination {
    margin: 1.5rem 0;
  }
  body.member-contents div.c_card .pagination .page-numbers, body.member-column div.c_card .pagination .page-numbers {
    min-width: 32px;
    height: 32px;
    margin: 0 3px;
    padding: 0 8px;
    font-size: 13px;
  }
  body.member-contents div.c_card .pagination .page-numbers.prev, body.member-contents div.c_card .pagination .page-numbers.next, body.member-column div.c_card .pagination .page-numbers.prev, body.member-column div.c_card .pagination .page-numbers.next {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  body.member-contents div.c_card .pagination .page-numbers, body.member-column div.c_card .pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0 12px;
    font-size: 16px;
  }
  body.member-contents div.c_card .pagination .page-numbers:hover, body.member-column div.c_card .pagination .page-numbers:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  body.member-contents div.c_card .pagination .page-numbers.prev, body.member-contents div.c_card .pagination .page-numbers.next, body.member-column div.c_card .pagination .page-numbers.prev, body.member-column div.c_card .pagination .page-numbers.next {
    padding: 0 15px;
  }
}

section.talk-room > div.inner {
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  section.talk-room > div.inner {
    max-width: 650px;
    margin: 50px auto 0;
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  section.talk-room > div.inner {
    width: 92vw;
    margin: 6.6666666667vw auto 0;
    padding: 6.6666666667vw 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.talk-room > div.inner div.image {
    max-width: 480px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  section.talk-room > div.inner div.image {
    width: 100%;
    margin: 0 auto 2.6666666667vw;
    padding: 0 20px;
  }
}
section.talk-room > div.inner div.image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.talk-room > div.inner div.text {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.talk-room > div.inner div.text {
    margin-top: 4vw;
    padding: 0 20px;
  }
}
section.talk-room > div.inner div.text p {
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.talk-room > div.inner div.text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.talk-room > div.inner div.text p {
    font-size: 3.7333333333vw;
  }
}
section.talk-room > div.inner div.text p a {
  text-decoration: underline;
  font-size: inherit;
  color: #000;
}
section.terms > div.inner {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.terms > div.inner {
    max-width: 630px;
    margin: 50px auto 0;
    padding: 30px 25px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.terms > div.inner {
    width: 84vw;
    margin: 6.6666666667vw auto 0;
    padding: 4vw 3.3333333333vw;
    border-radius: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  section.terms > div.inner section + section {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.terms > div.inner section + section {
    margin-top: 3.3333333333vw;
  }
}
section.terms > div.inner section h3 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.terms > div.inner section h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.terms > div.inner section h3 {
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
section.terms > div.inner section p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  section.terms > div.inner section p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.terms > div.inner section p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.terms > div.inner section p + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.terms > div.inner section p + p {
    margin-top: 1.3333333333vw;
  }
}
section.terms > div.inner section a {
  text-decoration: underline;
  color: #000;
  font-size: inherit;
}