@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v5.15.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@600;700;900&display=swap');

* {
  box-sizing: border-box;
}

html {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, "游ゴシック Medium", "Yu Gothic Medium", '游ゴシック', "Yu Gothic", 'メイリオ', sans-serif;
  font-size: calc(100vw / 37.5);
  -webkit-text-size-adjust: 100%;
  width: 100%;
  /*height: 100%;*/
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  width: 100%;
  /*height: 100%;*/
  margin: 0px;
  padding: 0px;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 100%;
  min-height: 100vh;
  margin: 0;
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #fff;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
    overflow-x: visible;
  }

  body {
    min-width: 1000px;
    color: #000;
    font-size: 16px;
    background-image: url(../img/pc_body_back.png);
    background-size: 254px 250px;
    background-position: left top;
    background-repeat: repeat;
  }

  /* mac os safari
	_::-webkit-full-page-media, _:future, :root {
		font-size: 10px;
		overflow-x: visible;
	} */

}

@media (min-width: 1401px) {
  /*	body {
		min-width: 1400px;
		color: #000;
		font-size: 16px;
	}
	/* mac os safari
	_::-webkit-full-page-media, _:future, :root {
		font-size: 10px;
		overflow-x: visible;format
	} */
  */
}

input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

/* reset */
*:before,
*:after {
  box-sizing: border-box;
  position: relative;
}

dd {
  margin-inline-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

table {
  border-collapse: collapse;
  border: none;
}

th,
td {
  border: none;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: block;
}

ul,
ol {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

/*  common  */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.sp_visible {
  display: unset !important;
}

.pc_visible {
  display: none !important;
}

@media (min-width: 768px) {
  .sp_visible {
    display: none !important;
  }

  .pc_visible {
    display: unset !important;
  }
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #1f1f1f;
}

a:hover {
  text-decoration: none;
  color: #1f1f1f;
}

p {
  margin: 0;
  line-height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: justify;
}

p.note {
  text-indent: -1.1em;
  padding-left: 1.2em;
}

p.note::before {
  content: "※";
  margin-right: 0;
}

ul.disc {
  list-style-type: disc !important;
  max-width: 100% !important;
}

ul.disc li {
  margin-left: 1.5em !important;
  max-width: 100% !important;
  display: list-item !important;
}

.clearfix {
  zoom: 1;
}

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

/*
.font-mincho {
	font-family: YuMincho, 'Yu Mincho', serif;
}
@media (min-width: 768px) {
	.font-lg-mincho {
		font-family: YuMincho, 'Yu Mincho', serif;
	}
}
*/


/*  float  */
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 768px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

/* フォント */
.fontBarlow {
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.fontMincho {
  font-family: 'Noto Serif JP', serif;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw9 {
  font-weight: 900 !important;
}

/* 背景色 */
.bgCream1 {
  /*  */
  background-color: #f7f4ed !important;
}

.bgCream2 {
  background-color: #fffbf4 !important;
}

/*
.bgBlue1 {
	background-color: #ddf4f2 !important;
}
.bgBlue2 {
	background-color: #41abe2 !important;
}
*/
.bgBlue3 {
  background-color: #2e3165 !important;
}

.bgWhite {
  background-color: #fff !important;
}

.bgBlack {
  background-color: #000 !important;
}

.bgGreen3 {
  /* 濃い */
  background-color: #3c8700 !important;
}

.bgOrange {
  background-color: #f4a824 !important;
}

.bgGold {
  background-color: #947848 !important;
}

/* フォントカラー */
.fcBlue2 {
  /* 中 */
  color: #41abe2 !important;
}

.fcBlue3 {
  /* 濃い */
  color: #2e3165 !important;
}

.fcGreen3 {
  /* 濃い */
  color: #3c8700 !important;
}

.fcPink {
  color: #e95098;
}

.fcBlack {
  color: #000 !important;
}

.fcWhite {
  color: #fff !important;
}

.fcGrey {
  color: #424242 !important;
}

.fcGold {
  color: #947848 !important;
}

/* pc / sp 切替 */
.sp_visible {
  display: unset !important;
}

.pc_visible {
  display: none !important;
}

@media (min-width: 768px) {
  .sp_visible {
    display: none !important;
  }

  .pc_visible {
    display: unset !important;
  }
}

/* grid over-ride */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}

@media (min-width: 768px) {
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

/* 画像クリップ */
.clip_circle {
  clip-path: circle(50%);
}

.clip_round5 {
  clip-path: inset(0px 0px round 5px);
}

/* Youtube */
.ytarea {
  position: relative;
}

.ytarea img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 45.6rem;
  z-index: 1;
}

.ytarea iframe {
  z-index: 0;
}


/* ボタン類 */
.btn100w {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  display: flex;
  border-radius: 2rem;
  font-size: 1.9rem;
  font-weight: 900;
  height: 4.5rem;
  width: 100%;
  color: #fff;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  /* シャドウ
	-webkit-box-shadow: 0 0 2px 2px rgba(255,255,255,0.07);
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.07);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.07);
	*/
}

.btn {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 2rem;
  font-size: 1.6rem;
  padding: 0.6rem 3rem;
  color: #fff;
  background-color: #f4a824;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.btn.doc::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background-image: url(../img/icon_note.png);
  background-size: 3rem 3rem;
  background-position: left top;
  background-repeat: no-repeat;
}

.btn:hover,
.btn100w:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* 見出し類 */
h1,
h2,
h3,
h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
}

h1 {
  font-size: 1.3rem;
  line-height: 1.2rem;
  text-align: justify;
}

h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 3.9rem;
  line-height: 2.5rem;
  text-align: center;
}

h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

h2::after {
  content: "";
  display: block;
  margin: 2.3rem auto 0;
  height: 2px;
  width: 6.2rem;
  background-color: #000;
}

h3 {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 2.5rem;
  text-align: left;
}

h4 {
  font-size: 2.4rem;
  line-height: 3.1rem;
}

h4 span {
  font-size: 2rem;
}

/* ヘッダー */

header {
  overflow: hidden;
  height: 6.6rem;
  padding: 0 1.9rem 1rem;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  position: fixed;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.05);
}

header #pc_menu {
  display: none;
}

/* section, wrapper, container */
section,
.wrapper {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  max-width: unset;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  /*overflow: hidden;*/
}

@media (min-width: 768px) {

  section,
  .wrapper {
    max-width: 600px;
    overflow-x: visible;
    position: relative;
    background-color: #fff;
  }

  header .wrapper {}

  .flex-between {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    /*-webkit-align-items: center; /* Safari */
    /*align-items:         center;*/
  }

}

.row {
  margin: 0;
}

/* mobile */


header a.header_logo {
  display: block;
  float: left;
  margin: 1.1rem 0 0 0;
}

header a.header_logo img {
  display: block;
  width: 11.5rem;
}

header a.header_btn {
  display: block;
  float: left;
  /* margin: 0.7rem 0 0 3rem; */
  margin: 1.2rem 0 0 3rem;
}

header a.header_btn img {
  display: block;
  width: 15.1rem;
}

/* メニュー */
#sp_navi {
  width: 6.7rem;
  margin-right: 4.6rem;
  float: right;
  z-index: 99;
}

#sp_navi a img {
  height: 2.3rem;
}

/*  ハンバーガー  */

/* オーバーレイを使用する場合
header #sp_header #overlay {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background-color: rgba(52, 52, 52, 0.35);
	top: 6.1rem;
	left: 0;
	opacity: 0;
	transition: opacity .5s;
	z-index: 1;
}
header #sp_header .toggle[aria-expanded="true"] ~ #overlay {
	top: 6rem;
	width: 100vw;
	height: 100vh;
	opacity: 1;
}
*/
#sp_menu_body {
  margin: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
}

/*  ハンバーガー  */
#sp_menu_body .toggle {
  position: fixed;
  top: 1.8rem;
  right: 1.3rem;
  display: block;
  border: none;
  width: 3.2rem;
  height: 2.3rem;
  float: right;
  z-index: 9999;
}

#sp_menu_body .toggle .menu_close_wrapper {
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3.2rem;
  height: 2.3rem;
  margin: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#sp_menu_body .toggle span {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 1rem;
  display: block;
  background-color: #947848;
  -webkit-transition: inherit;
  transition: inherit;
}

#sp_menu_body .toggle .menu_close_line1 {
  transform-origin: 0 0;
  transform: translateY(-0.9rem);
}

#sp_menu_body .toggle .menu_close_line3 {
  transform-origin: 0 3px;
  transform: translateY(0.9rem);
}

#sp_menu_body .toggle[aria-expanded="true"] .menu_close_line1 {
  animation: anim-humbarger-menu-open-1 0.3s linear forwards;
}

@keyframes anim-humbarger-menu-open-1 {
  0% {
    transform: translateY(-0.9rem) translateX(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-1.1rem) translateX(0) rotate(45deg);
  }
}

#sp_menu_body .toggle[aria-expanded="true"] .menu_close_line3 {
  animation: anim-humbarger-menu-open-3 0.3s linear forwards;
}

@keyframes anim-humbarger-menu-open-3 {
  0% {
    transform: translateY(0.9rem) translateX(0px) rotate(0deg);
  }

  100% {
    transform: translateY(1.1rem) translateX(0) rotate(-45deg);
  }
}

#sp_menu_body .toggle[aria-expanded="true"] .menu_close_line2 {
  animation: anim-humbarger-menu-open-2 0.1s linear forwards;
}

@keyframes anim-humbarger-menu-open-2 {
  0% {
    opacity: 1.0;
  }

  100% {
    opacity: 0;
  }
}

#sp_menu_body .toggle[aria-expanded="false"] .menu_close_line1 {
  animation: anim-humbarger-menu-close-1 0.3s linear forwards;
}

@keyframes anim-humbarger-menu-close-1 {
  0% {
    transform: translateY(-0.9rem) translateX(0) rotate(35deg);
  }

  100% {
    transform: translateY(-0.9rem) translateX(0) rotate(0deg);
  }
}

#sp_menu_body .toggle[aria-expanded="false"] .menu_close_line3 {
  animation: anim-humbarger-menu-close-3 0.3s linear forwards;
}

@keyframes anim-humbarger-menu-close-3 {
  0% {
    transform: translateY(1.1rem) translateX(0) rotate(-45deg);
  }

  100% {
    transform: translateY(0.9rem) translateX(0) rotate(0deg);
  }
}

#sp_menu_body .toggle[aria-expanded="false"] .menu_close_line2 {
  animation: anim-humbarger-menu-close-2 0.3s linear forwards;
}

@keyframes anim-humbarger-menu-close-2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1.0;
  }
}


body .sp_menu {
  opacity: 0;
  position: absolute;
  width: 37.5rem;
  top: -100rem;
  left: 0;
  background-color: rgba(255, 255, 255, 0.79);
  padding-bottom: 6rem;
  transition: 0.5s;
  height: 100%;
  z-index: 999;
}

body.is_open .sp_menu {
  opacity: 1;
  position: fixed;
  top: 0;
  overflow-y: auto;
}

body.is_open #sp_menu_body .toggle {
  position: fixed;
  top: 2.0rem;
  right: 0.9rem;
  margin: 0;
}

.sp_menu a.btn_head {
  width: 22.5rem;
  height: 4.8rem;
  font-size: 1.7rem;
  top: unset;
  left: unset;
  position: relative;
  padding: 1.2rem 0;
  margin: 0 auto;
}

.sp_menu a img {
  display: block;
}

.sp_menu .menu_btn {
  width: 23.8rem;
  margin: 1.1rem auto;
}

.sp_menu .menu_logo {
  width: 11.5rem;
  position: absolute;
  top: 1.1rem;
  left: 1.9rem;
}

.sp_menu .menu_container {
  width: 33.7rem;
  margin: 0 auto;
  padding-top: 7.8rem;
}

.sp_menu .menu_container ul {
  /* width: 23.8rem; */
  width: 25rem;
  display: block;
  margin: 0 auto;
}

.sp_menu .menu_container ul li {
  width: 100%;
  display: flex;
  align-items: center;
  height: 4.3rem;
  border-bottom: 2px #947848 solid;
}

.sp_menu .menu_container ul li::before {
  content: "";
  display: block;
  background-size: 2.5rem 4.1rem;
  background-position: left top;
  background-repeat: no-repeat;
  width: 4.5rem;
  height: 4.1rem;
}

.sp_menu .menu_container ul li:nth-child(1)::before {
  background-image: url(../img/menu_icon_home.png);
}

.sp_menu .menu_container ul li:nth-child(2)::before {
  background-image: url(../img/menu_icon_02.png);
}

.sp_menu .menu_container ul li:nth-child(3)::before {
  background-image: url(../img/menu_icon_05.png);
}


.sp_menu .menu_container ul li:nth-child(4)::before {
  background-image: url(../img/menu_icon_03.png);
}

.sp_menu .menu_container ul li:nth-child(5)::before {
  background-image: url(../img/menu_icon_04.png);
}

.sp_menu .menu_container ul li:nth-child(6)::before {
  /* background-image: url(../img/menu_icon_insta.png); */
  background-image: url(../img/menu_icon_01.png);
  /* background-size: 2.1rem 2.1rem; */
  /* background-position: left 0.25rem center; */
  background-position: left top -2px;
}

.sp_menu .menu_container ul li:nth-child(7)::before {
  background-image: url(../img/menu_icon_08.png);
}

.sp_menu .menu_container ul li::after {
  content: "";
  display: block;
  background-image: url(../img/menu_icon_arrow.png);
  background-size: 2.5rem 4.1rem;
  background-position: left top;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 4.1rem;
}

.sp_menu .menu_container ul li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
}

.close_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 1.5rem;
  font-size: 1.3rem;
  color: #947848;
  width: 10rem;
  height: 3.4rem;
  font-weight: 500;
  justify-content: center;
  align-items: center;
}

.close_btn span {
  display: block;
}

.close_btn .menu_close_wrapper {
  position: relative;
  width: 2.5rem;
}

.close_btn .menu_close_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.5rem;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}

.close_btn .menu_close_line:before,
.close_btn .menu_close_line:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.close_btn .menu_close_line:before {
  top: -0.9rem;
}

.close_btn .menu_close_line:after {
  top: 0.9rem;
}

.close_btn .menu_close_line {
  background-color: transparent;
}

.close_btn .menu_close_line:before,
.close_btn .menu_close_line:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  background-color: #947848;
}

.close_btn .menu_close_line:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

  /* ヘッダー */
  header {
    width: 250px;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    min-height: 650px;
    padding: 50px 0 20px 0;
    overflow-y: scroll;
    /*上下方向にはみ出した要素ををスクロールさせる*/
    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }

  header::-webkit-scrollbar {
    display: none;
  }

  header>.wrapper>.container>.contents {
    width: 200px;
    min-width: 200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  header #sp_header {
    display: none;
  }

  /* ロゴ */
  header a.header_logo {
    display: block;
    width: 191px;
    margin: 0 auto;
    float: none;
  }

  header a.header_logo img {
    width: 191px;
  }


  /* ナビゲーション */
  header #pc_menu {
    display: block;
  }

  header #pc_menu ul {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  header #pc_menu ul li {
    width: 100%;
    display: flex;
    align-items: center;
    height: 56px;
    border-bottom: 2px #947848 solid;
  }

  header #pc_menu ul li::before {
    content: "";
    display: block;
    background-size: 32px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 57px;
    height: 54px;
  }

  header #pc_menu ul li:nth-child(1)::before {
    background-image: url(../img/menu_icon_home.png);
  }

  header #pc_menu ul li:nth-child(2)::before {
    background-image: url(../img/menu_icon_02_pc.png);
  }

  header #pc_menu ul li:nth-child(3)::before {
    background-image: url(../img/menu_icon_05_pc.png);
  }

  header #pc_menu ul li:nth-child(4)::before {
    background-image: url(../img/menu_icon_03_pc.png);
  }

  header #pc_menu ul li:nth-child(5)::before {
    background-image: url(../img/menu_icon_04_pc.png);
  }

  header #pc_menu ul li:nth-child(6)::before {
    /* background-image: url(../img/menu_icon_insta.png); */
    background-image: url(../img/menu_icon_01_pc.png);
    /* background-size: 24px 24px; */
    /* background-position: left 5px center; */
  }

  header #pc_menu ul li:nth-child(7)::before {
    background-image: url(../img/menu_icon_08_pc.png);
  }

  header #pc_menu ul li::after {
    content: "";
    display: block;
    background-image: url(../img/menu_icon_arrow_pc.png);
    background-size: 17px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 17px;
    height: 54px;
  }

  header #pc_menu ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    transition: 0.2s;
  }

  header #pc_menu ul li a:hover {
    transform: translateY(-2px);
  }

  header .menu_btn,
  header .menu_btn img {
    width: 199px;
    display: block;
    margin: 0 auto;
    transition: 0.2s;
  }

  header .menu_btn img:hover {
    transform: translateY(-3px);
  }


  /*
	#sp_menu_body {
		display: none;
	}
*/

  /* mac os safari */
  _::-webkit-full-page-media,
  _:future,
  :root header {}

  _::-webkit-full-page-media,
  _:future,
  :root {
    position: unset;
  }

  _::-webkit-full-page-media,
  _:future,
  :root header:after {
    height: 0;
  }

  _::-webkit-full-page-media,
  _:future,
  :root header:after {
    clear: both;
    width: 100%;
    content: "";
    display: block;
  }




}

/*
@media all and (min-width: 1251px) {
	header > .wrapper {
		width: 100%;
		max-width: 100%;
	}
}
*/
@media all and (min-width: 1401px) {

  /* ヘッダー */
  header {
    left: calc(50% - 691px);
  }
}

main {
  /*padding-top: calc(50 * 0.25vw);*/
  /*overflow-x: hidden;*/
}

/* TRAINERカルーセル */
.carousel {
  position: relative;
}

#showcase {
  margin-top: -6rem;
  /* height: 50rem; */
  height: 46rem;
  /*overflow: visible !important;*/
}

.card {
  width: 26.7rem;
  height: 37.9rem;
  padding: 12px;
  text-align: center;
  background-color: transparent;
  transition: opacity 0.3s;
  background-size: 26.7rem 37.9rem;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 30.1rem 1.7rem 2.4rem 2rem;
}

.card.trainer01 {
  background-image: url(../img/trainer_01.png);
}

.card.trainer02 {
  background-image: url(../img/trainer_02.png);
}

.card.trainer03 {
  background-image: url(../img/trainer_03.png);
}

.card.trainer04 {
  background-image: url(../img/trainer_04.png);
}

.card.trainer05 {
  background-image: url(../img/trainer_05.png);
}

.card.trainer06 {
  background-image: url(../img/trainer_06.png);
}

.card.trainer07 {
  background-image: url(../img/trainer_07.png);
}

.card.trainer08 {
  background-image: url(../img/trainer_08.png);
}

.card p {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 500;
}

#cnavi>button {
  display: block;
  content: "";
  width: 2.5rem;
  height: 2.4rem;
  background-size: 2.5rem 2.4rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 1.2rem);
  z-index: 99;
}

#cnavi>button.left {
  background-image: url(../img/icon_carousel_left.png);
  left: 1.9rem;
}

#cnavi>button.right {
  background-image: url(../img/icon_carousel_right.png);
  right: 1.9rem;
}


.nav {
  width: 64px;
  height: 134px;
  color: #ccc;
  font: bold 3em "Lucida Grande";
  text-align: center;
  text-shadow: 0px 1px 0px #f5f5f5;
  background: rgba(150, 150, 150, 0.5);
  border: solid 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  position: absolute;
  top: 33%;
}

.nav:active,
.nav.down {
  background: rgba(120, 120, 120, 0.5);
  border: solid 2px rgba(0, 0, 0, 0.55);
}

.nav.left {
  left: -43px;
  -webkit-border-radius: 12px 5px 5px 12px;
  -moz-border-radius: 12px 5px 5px 12px;
  border-radius: 12px 5px 5px 12px;
}

.nav.right {
  right: -43px;
  -webkit-border-radius: 5px 12px 12px 5px;
  -moz-border-radius: 5px 12px 12px 5px;
  border-radius: 5px 12px 12px 5px;
}


/* コンテンツエリア */
.sp_contents,
.contents {
  width: 33.7rem;
  max-width: 100%;
  margin: 0 auto;
}

/* メインビジュアル */
#mvarea {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#mvarea .left_area {
  width: 20.3rem;
  height: 30.6rem;
  /* padding-top: 4.5rem; */
  padding-top: 2.9rem;
  background-image: url(../img/mv_back.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20.3rem 30.6rem;
  position: relative;
}

#mvarea video {
  width: 17.2rem;
  height: 30.6rem;
  object-fit: cover;
}

#mvarea .slide02 {
  margin-top: 2rem;
}

#mvarea .slide03 {
  margin-top: 0.8rem;
}

#mvarea .slide04 {
  margin-top: 1.5rem;
}

#mvarea .slide05 {
  margin-top: 0.8rem;
}

#mvarea .box img {
  width: 16.8rem;
}

#mvarea .box.slide01 img {
  width: 14rem;
  margin-left: 1.5rem;
}

#mvarea .box.slide02 img {
  width: 11rem;
  margin-left: 2.8rem;
}

#mvarea .box.slide03 img {
  width: 18rem;
  margin-left: -0.7rem;
  /* filter: drop-shadow(0px 0px 12.991999626159668px rgba(172, 123, 32, 0.4)); */
}

#mvarea .box.slide04 img {
  width: 18.5rem;
  margin-left: -0.8rem;
}

#mvarea .box.slide05 img {
  width: 17.5rem;
  margin-left: -0.3rem;
}

#mvarea .box {
  opacity: 0;
}

#mvarea .slidein {
  animation-name: slideinAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

#mvarea .price-img {
  width: 87%;
  margin: 5px auto;
}

@keyframes slideinAnimation {
  from {
    opacity: 0;
    transform: translateX(-18rem);
  }

  to {
    opacity: 1;
    transform: translateX(1.8rem);
  }
}

.slide01 {}

.slide02 {
  animation-delay: 0.2s;
}

.slide03 {
  animation-delay: 0.4s;
}

.slide04 {
  animation-delay: 0.6s;
}

.slide05 {
  animation-delay: 0.8s;
}

.obi {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.obi::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

.obi1,
.obi2 {
  display: inline-block;
  width: 7.8rem;
  overflow: hidden;
  position: relative;
}

.obi1::after {
  content: '';
  position: absolute;
  top: -10rem;
  left: -10rem;
  width: 5rem;
  height: 5rem;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny1;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny1 {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

.obi2::after {
  content: '';
  position: absolute;
  top: 10rem;
  left: 10rem;
  width: 5rem;
  height: 5rem;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny2;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny2 {
  0% {
    transform: scale(0) rotate(205deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(205deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(205deg);
    opacity: 0;
  }
}


#mv_lower,
#lead {
  animation-name: fadeinAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
  opacity: 0;
  border-bottom: 5px #d29f5e solid;
  position: relative;
}

@keyframes fadeinAnimation {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#mv_lower .box1 {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  animation-delay: 0.6s;
}

#mv_lower .box1 img {
  width: 13.9rem;
  height: 4.9rem;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1.0);
  }

  80%,
  100% {
    opacity: 1;
  }
}

#mv_lower .pop {
  opacity: 1;
  position: absolute;
  top: -2.5rem;
  left: 1.9rem;
  z-index: 1;
}



@media screen and (min-width: 768px) {
  #mvarea .contents {
    padding-top: 50px;
  }

  main {
    margin-top: -50px;
  }

  #main_contents {
    margin: 0 auto;
  }
}

#mvarea h1 img {
  width: 100%;
}

/* リード */
#lead {
  background-color: #f9f5ec;
  background-image: url(../img/lead_back.png);
  background-size: 37.5rem 59.7rem;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 59.7rem;
  position: relative;
}

#lead::after {
  clear: both;
  content: "";
  display: block;
  background-image: url(../img/lead_back_bottom.png);
  background-size: 37.5rem 4.1rem;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4.1rem;
  width: 100%;
  height: 4.1rem;
}

#lead h1 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: justify;
  letter-spacing: -0.08em;
}

#lead .lead_logo {
  width: 19.7rem;
  margin-left: 7.9rem;
  display: block;
}

#lead .box {
  width: 100%;
  border: #947848 4px solid;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  margin-top: 5.1rem;
  padding: 3.5rem 2rem 2rem 2rem;
}

#lead .box p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.3rem;
}

#lead .box .title {
  display: flex;
  width: 25.3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  background-color: #947848;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  position: absolute;
  top: -1.5rem;
  left: 3.6rem;
}

/* summary */

#summary h3 {
  display: block;
  font-size: 2.2rem;
  line-height: 3.3rem;
  font-weight: 700;
  text-align: center;
}

#summary h3+p {
  margin-top: 1.3rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

#summary video {
  display: block;
  width: 100%;
  /*height: 17.2rem;*/
}

#summary ul li,
#summary ul li img {
  display: block;
}

#summary ul li {
  margin-bottom: 2rem;
}

#summary ul li:last-child {
  margin-bottom: 4rem;
}

/* PRICE */
#price .btn_other {
  width: 21rem;
}

#price::after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../img/back_bottom.png);
  background-size: 37.5rem 4.3rem;
  background-position: left top;
  background-repeat: no-repeat;
  height: 4.3rem;
}

/* VOICE */
#voice h3 {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.4rem;
  text-align: center;
}

#voice h3 span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
}

#voice p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: justify;
}

#voice .num {
  position: relative;
  height: 24.1rem;
}

#voice .num-lg {
  position: relative;
  height: 28rem;
}

#voice .num-lg>img {
  border-radius: 8px;
}

#voice div.num>img {
  display: block;
  filter: drop-shadow(1px 1px 3px rgba(46, 49, 101, 0.2)) drop-shadow(-1px -1px 3px rgba(46, 49, 101, 0.2));
  width: 7.2rem;
  position: absolute;
  left: 1rem;
  top: 0;
  z-index: 1;
}

#voice div.num>img+img {
  display: block;
  position: absolute;
  width: 100%;
  top: 4.1rem;
  left: 0;
  z-index: 0;
  filter: none;
}

#voice .ba {
  position: relative;
  height: 37.7rem;
}

#voice div.ba>img {
  display: block;
  width: 8.1rem;
  position: absolute;
  left: 0.8rem;
  top: 0;
  z-index: 1;
}

#voice div.ba>img+img {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

#voice1,
#voice3,
#voice5 {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 14%, rgba(247, 244, 237, 1) 14%, rgba(247, 244, 237, 1) 100%);
}

/* RESULT */
#swiper-button-prev1,
#swiper-button-next1,
#swiper-button-prev2,
#swiper-button-next2 {
  content: "";
  display: block;
  width: 7.8rem;
  height: 1.3rem;
  background-size: 7.8rem 1.3rem;
  background-position: left top;
  background-repeat: no-repeat;
  top: unset;
  margin-top: unset;
}

#swiper-button-prev1::after,
#swiper-button-next1::after,
#swiper-button-prev2::after,
#swiper-button-next2::after {
  display: none;
}

#swiper-button-prev1,
#swiper-button-prev2 {
  float: left;
  background-image: url(../img/swiper_prev.png);
}

#swiper-button-next1,
#swiper-button-next2 {
  float: right;
  background-image: url(../img/swiper_next.png);
}

/* ストーリー */
#story .stories {
  width: 100%;
  min-height: 26.1rem;
}

#story .story {
  display: flex;
  align-items: center;
}

#story .story img {
  width: 5.8rem;
}

#story .story p {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.4rem;
  letter-spacing: -0.07em;
}

#story .story p span {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0;
}

/* 流れ */
#flow h3 img {
  display: block;
  width: 100%;
}

#flow h4 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: -0.02em;
}

#flow ol {
  width: 100%;
  display: block;
}

#flow ol li {
  display: block;
  padding: 1.4rem 1.6rem 2.5rem 1.6rem;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 6rem;
  position: relative;
}

#flow ol li:last-child {
  margin-bottom: 0;
}

#flow ol li::after {
  content: "";
  display: block;
  width: 3.7rem;
  height: 3.6rem;
  background-image: url(../img/flow_arrow.png);
  background-size: 3.7rem 3.6rem;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 1.85rem);
}

#flow ol li:last-child::after {
  display: none;
}

#flow ol li p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: justify;
}



/* Q&A */
#qa {
  /*	margin-top: 4.5rem;*/
}

#qa ul {
  width: 100%;
  list-style-type: none;
}

#qa ul li {
  padding-top: 1.5rem;
}

#qa ul li .qcheck {
  display: none;
}

#qa ul li .qlabel {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  width: 100%;
  padding: 0 0 1.5rem 0;
}

#qa ul li .qlabel::before {
  font-family: 'Barlow Semi Condensed', sans-serif;
  content: "Q";
  width: 3.2rem;
  display: inline-block;
  font-size: 4.5rem;
  font-weight: 600;
  cursor: pointer;
  color: #f24141;
  top: -0.3rem;
}

#qa ul li .ans {
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  max-height: 0;
  opacity: 0;
  margin-right: 3.2rem;
  transition: 0.3s;
}

#qa ul li .ans::before {
  font-family: 'Barlow Semi Condensed', sans-serif;
  content: "A";
  width: 3.2rem;
  display: inline-block;
  font-size: 4.5rem;
  font-weight: 600;
  cursor: pointer;
  color: #2e3165;
  float: left;
}

#qa ul li .ans p {
  width: calc(100% - 3.2rem);
  margin-left: 3.2rem;
}

#qa ul li .ans>p {
  margin-top: -0.7rem;
  padding-bottom: 1.4rem;
  font-weight: 500;
}

#qa ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #947848;
  margin-top: 1rem;
}

#qa ul li .qcheck:checked+.qlabel {
  padding-top: 1.5rem;
}

#qa ul li .qcheck:checked+.qlabel+.ans {
  max-height: 999rem;
  opacity: 1;
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}

#qa ul li .qcheck:checked+.qlabel::after {
  transform: rotate(0);
  transform-origin: 50% 50%;
}


/* SHOP */
#shop h3 {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 2.5rem;
  text-align: left;
  margin-top: -0.3rem;
}

#shop p {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 500;
}

#shop ul.shops {
  list-style-type: none;
  width: 100%;
  display: block;
}

#shop ul.shops>li::after {
  content: "";
  display: block;
  margin: 4rem 0;
  background-color: #947848;
  width: 100%;
  height: 2px;
}

#shop img.shop_photo {
  width: 14.5rem;
}

#shop ul.button_area {
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#shop ul.button_area li,
#shop ul.button_area a {
  display: block;
}

#shop ul.shops a img {
  width: 15.8rem;
  filter: drop-shadow(5px 5px 11px rgba(0, 0, 0, 0.06)) drop-shadow(-5px -5px 11px rgba(0, 0, 0, 0.06));
}

#shop ul.button_area li {
  margin-bottom: 1.4rem;
}

#shop ul.button_area li:nth-child(n+2) {
  margin-bottom: 0;
}

#shop a.map {
  position: relative;
}

#shop a.map::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_map.png);
  background-size: 0.9rem 1.5rem;
  background-position: left top;
  background-repeat: no-repeat;
  width: 0.9rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  top: 0.25rem;
}

#webform .contents {
  border: #9b7b46 5px solid;
  border-radius: 5px;
}

#webform iframe::-webkit-scrollbar {
  display: none;
}

/* フッター */
footer {}

footer #pagetop {
  display: none;
}

footer p.copy {
  padding-top: 1.2rem;
  color: #fff;
  font-size: 1.5rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  text-align: center;
  height: 6.5rem;
}

/* //mobile */




/* PC */
@media all and (min-width: 768px) {

  p {
    font-size: 16px;
    text-align: justify;
  }

  p.note {
    text-indent: -1.2em;
    padding-left: 1.2em;
  }

  h2 {}

  #qa ul li .ans>p {
    font-size: 25px;
    font-weight: 500;
  }

  main {
    min-width: 753px;
    max-width: 1150px;
    margin-left: 250px;
    padding: 0;
    overflow-x: visible;
  }

  a {
    transition: .2s;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 1.3rem;
  }

  /* フッター */
  footer::before {
    display: none;
  }

  footer {
    position: fixed;
    background-color: #947848;
    width: 100%;
    margin-left: 250px;
    min-width: 753px;
    right: 0;
    bottom: 0;
    height: 60px;
    color: #fff;
    z-index: 10;
  }

  footer section,
  footer .wrapper,
  footer .container {
    max-width: 100%;
    background-color: #947848;
  }

  footer .contents {
    /*width: calc(100% - 70px);*/
    width: calc(50% - 80px);
    height: 60px;
    padding: 0 35px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
  }

  footer #pagetop {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    line-height: 100%;
    letter-spacing: 0.02rem;
  }

  footer p.copy {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
    height: auto;
    line-height: 100%;
    letter-spacing: 0.02rem;
    text-align: right;
    white-space: no-wrap;
  }

  /* PC */
}

@media all and (min-width: 1401px) {
  main {
    margin-left: calc(50% - 441px);
  }

  /* ヘッダー */
  header {}

  footer {
    width: 100%;
    margin: 0;
    left: 0;
    z-index: 99999;
  }

  footer .wrapper {
    min-width: 753px;
    /*max-width: 1150px;*/
    margin: 0 auto;
  }

  /*footer .contents {
		width: 100%;
	}*/
  /*
	.entry-header .mv {
		min-height: 246px;
		background-size: 1400px, 246px;
		background-position: center top;
		padding: 207px 0 0 0;
	}

	#mvbottom {
		display: block;
		width: 1400px;
		height: 172px;
		margin: 0 auto;
		background: url(../img/index/idx_mainimage_btm.png) center top no-repeat;
	}
*/
}


/* lightbox オーバーライド */
.lightboxOverlay {
  background-color: #fff !important;
}

.price-result {
  display: block;
  text-align: center;
  font-size: 2.6rem;
  font-family: sans-serif;
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
  line-height: 1.2;
}

.price-result-week {
  font-size: 2.8rem;
}

.price-result-number {
  font-size: 2.8rem;
  color: #F24141;
  display: inline-block;
  background: linear-gradient(transparent 75%, #FFEA00 75%);
}

.price-result-kg {
  font-size: 2rem;
  vertical-align: middle;
}

.price-result-text {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 1.1rem !important;
}

.top-2week-title {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  margin-left: -35px;
  white-space: nowrap;
}

/* .top-2week-title.lg {
  font-size: 3.2rem;
} */

.top-2week-title-number {
  font-size: 4.2rem;
}

.top-2week-title-kg {
  font-size: 2.8rem;
}

.top-2week-text {
  position: absolute;
  bottom: 7%;
  left: -15%;
  display: block;
  color: #fff;
  font-size: 1rem;
  text-align: left;
  line-height: 1.4;
  transform: scale(0.7);
  white-space: nowrap;
}

.top-link {
  display: block;
  max-width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 60px auto 30px;
  /* background-color: #2e3165; */
  background-color: #947848;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
}

@media all and (max-width: 768px) {
  .top-link {
    margin: 40px auto 0;
    height: 50px;
    font-size: 16px;
  }
}

.top-link:hover {
  color: #fff;
  opacity: 0.85;
}

.trainer-link {
  display: block;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 60px;
  /* background-color: #2e3165; */
  background-color: #947848;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
}

@media all and (max-width: 768px) {
  .trainer-link {
    margin: 40px auto 50px;
    height: 50px;
    font-size: 16px;
  }
}

.trainer-link:hover {
  color: #fff;
  opacity: 0.85;
}