@charset "UTF-8";
@import url("https://use.typekit.net/pdm6hlg.css");
/* main */
/* ----------------------------------------------------------------------------*/
#wrapper {
  /*------------------------------

    開発環境の初期化

  ------------------------------*/
}
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: auto;
  }
}
#wrapper a {
  cursor: revert;
}
#wrapper ol,
#wrapper ul,
#wrapper menu {
  list-style: none;
}
#wrapper img {
  max-width: 100%;
  height: auto;
}
#wrapper table {
  border-collapse: collapse;
}
#wrapper textarea {
  white-space: revert;
}
#wrapper meter {
  -webkit-appearance: revert;
  appearance: revert;
}
#wrapper ::placeholder {
  color: unset;
}
#wrapper :where([hidden]) {
  display: none;
}
#wrapper :where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
#wrapper :where([draggable=true]) {
  -webkit-user-drag: element;
}
#wrapper body {
  margin: 0;
  padding: 0;
}
#wrapper a {
  text-decoration: none;
}
#wrapper a {
  cursor: revert;
}
#wrapper ol,
#wrapper ul,
#wrapper menu {
  list-style: none;
}
#wrapper img {
  max-width: 100%;
}
#wrapper table {
  border-collapse: collapse;
}
#wrapper textarea {
  white-space: revert;
}
#wrapper meter {
  -webkit-appearance: revert;
  appearance: revert;
}
#wrapper ::placeholder {
  color: unset;
}
#wrapper :where([hidden]) {
  display: none;
}
#wrapper :where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
#wrapper :where([draggable=true]) {
  -webkit-user-drag: element;
}
#wrapper div, #wrapper p, #wrapper span, #wrapper ul, #wrapper li, #wrapper sup, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5 {
  font-feature-settings: "palt";
}
#wrapper .l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wrapper .l-inner {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  #wrapper .l-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .l-inner {
    padding: 0;
    max-width: 86.6666666667vw;
  }
}
#wrapper sup {
  font-size: 0.75em !important;
}
#wrapper #main {
  overflow: visible;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 1.15rem;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  #wrapper .display-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper .display-pc {
    display: none !important;
  }
}
#wrapper #main *,
#wrapper #main *::before,
#wrapper #main *::after {
  box-sizing: border-box;
}
#wrapper #main .img img {
  display: block;
  width: 100%;
}
#wrapper #main [data-anim] {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#wrapper #main [data-anim=top] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
#wrapper #main [data-anim=left] {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  opacity: 0;
}

/*============================
  section
============================*/
.section {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section__inner {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .section__inner {
    width: 68.75vw;
  }
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding: 0 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .section__inner--wide {
    width: 1400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .section__inner--wide {
    width: 87.5vw;
  }
}

/*============================
  共通h2スタイル
============================*/
.rental-h2 {
  text-align: center;
}
.rental-h2__main {
  font-family: "yu-mincho-pr6n", serif;
  transform: scale(0.85, 1);
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .rental-h2__main {
    font-size: 34.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .rental-h2__main {
    font-size: 2.15625vw;
  }
}
@media screen and (max-width: 767px) {
  .rental-h2__main {
    font-size: 6.44vmin;
    margin-left: -6.6666666667vmin;
    margin-right: -6.6666666667vmin;
  }
}
.rental-h2__sub {
  color: #a0824c;
  font-family: "garamond-premier-pro-display", serif;
}
@media screen and (min-width: 768px) {
  .rental-h2__sub {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .rental-h2__sub {
    font-size: 1.25vw;
  }
}

.fixed-cva {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fixed-cva__inner {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__inner {
    max-width: 70vw;
  }
}
.fixed-cva__inner .item-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .fixed-cva__inner .item-list {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__inner .item-list {
    padding-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__inner .item-list {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__inner .item-list {
    padding-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__inner .item-list {
    padding-left: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cva__inner .item-list {
    /*padding-left: 4vmin;*/
  }
}
@media screen and (min-width: 768px) {
  .fixed-cva__inner .item-list__item:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__inner .item-list__item:not(:first-child) {
    margin-left: 1.875vw;
  }
}
@media screen and (min-width: 768px) {
  .fixed-cva__inner .item-list__item--img img {
    width: 287px;
    height: 83px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__inner .item-list__item--img img {
    width: 17.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__inner .item-list__item--img img {
    height: 5.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cva__inner .item-list__item--img {
    display: none;
  }
}
.fixed-cva__plan {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  line-height: 1;
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (min-width: 768px) {
  .fixed-cva__plan {
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cva__plan {
	display: none;
    text-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .fixed-cva__plan__dt {
    font-size: 24px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__plan__dt {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__plan__dt {
    padding-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cva__plan__dt {
    font-size: 3.2vmin;
    padding-right: 2.6666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cva__plan__dt__onetime {
    font-size: 4vmin;
  }
}
.fixed-cva__plan__dt__number {
  font-family: "garamond-premier-pro-display", serif;
}
@media screen and (min-width: 768px) {
  .fixed-cva__plan__dt__number {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__plan__dt__number {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cva__plan__dt__number {
    font-size: 4.5333333333vmin;
  }
}
.fixed-cva__plan__dd {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fixed-cva__plan__dd {
    font-size: 18px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__plan__dd {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__plan__dd {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cva__plan__dd {
    line-height: 1;
    font-size: 2.6666666667vmin;
    padding-left: 2.6666666667vmin;
  }
}
.fixed-cva__plan__dd:before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background-color: #333333;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fixed-cva__plan__dd:before {
    top: 50%;
    height: 80%;
  }
}
.fixed-cva__plan__dd__price {
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .fixed-cva__plan__dd__price {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva__plan__dd__price {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cva__plan__dd__price {
    font-size: 8.2666666667vmin;
  }
}
.fixed-cva .fixed-button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.fixed-cva .fixed-button__anchor {
  display: block;
  position: relative;
  background-color: #ed6c00;
  color: #ffffff;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .fixed-cva .fixed-button__anchor {
    width: 210px;
    padding-top: 19px;
    padding-right: 30px;
    padding-bottom: 19px;
    padding-left: 10px;
    font-size: 20px;
    border-radius: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor {
    width: 13.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor {
    padding-top: 1.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor {
    padding-right: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor {
    padding-bottom: 1.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor {
    border-radius: 0.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cva .fixed-button__anchor {
	width: 100vw;
    /*width: 32vmin;*/
    /*padding: 4vmin 4vmin 4vmin 2.6666666667vmin;*/
	padding: 0 0 0 34vw;
    font-size: 3.2vmin;
	display: flex;
	justify-content:space-between;
	/*position: relative;*/
	align-items: center;
	text-align: center;
	box-sizing: border-box;
  }
}
.fixed-cva .fixed-button__anchor:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .fixed-cva .fixed-button__anchor:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 27px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor:after {
    right: 1.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor:after {
    width: 0.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .fixed-cva .fixed-button__anchor:after {
    height: 0.5625vw;
  }
}
@media screen and (max-width: 767px) {
	.fixed-cva .fixed-button__anchor{
		
		
	}
}
@media screen and (max-width: 767px) {
	.fixed-cva .fixed-button__anchor .fixed-button__arw{
		background: #333;
		position: relative;
		/*content: "";*/
		top:0;
		right:0;
		display: block;
		width:12vw;
		/*transform: rotate(180deg);*/
		padding: 5vmin 0;
		box-sizing: border-box;
	}
}
 @media screen and (max-width: 767px) {
	 .fixed-cva .fixed-button__anchor .fixed-button__arw:after {
		content: "";
		position: absolute;
		top:50%;
		left:calc(50% + -1.06666666665vmin);
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    /*right: 2.6666666667vmin;*/
	right: 7vmin;
    width: 2.1333333333vmin;
    height: 2.1333333333vmin;
	transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  .fixed-cva .fixed-button__anchor:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/*============================
  KV
============================*/
.kv {
  overflow-x: hidden;
}
.kv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv__inner {
    width: 100vw;
  }
}
.kv__inner__img img {
  max-width: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv__fixed {
    position: absolute;
    width: 470px;
    height: 260px;
    right: 250px;
    bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__fixed {
    width: 29.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__fixed {
    height: 16.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__fixed {
    right: 15.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__fixed {
    bottom: 3.75vw;
  }
}
@media screen and (min-width: 1600px) {
  .kv__fixed {
    width: 29.375%;
    height: 35.135%;
    right: 15.625vw;
    bottom: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__fixed {
    margin-top: 6.6666666667vmin;
  }
}
.kv__fixed__columns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .kv__fixed__columns__column {
    width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__fixed__columns__column {
    width: 10.625vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__fixed__columns__column {
    width: 32vmin;
  }
}
@media screen and (min-width: 768px) {
  .kv__fixed__columns__column:nth-child(2) {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__fixed__columns__column:nth-child(2) {
    margin-left: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__fixed__columns__column:nth-child(2) {
    margin-left: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .kv__fixed__txt {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__fixed__txt {
    margin-top: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__fixed__txt {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .kv__fixed__txt {
    color: #999999;
    margin-top: 4vmin;
    font-size: 2.6666666667vmin;
  }
}
.kv__attention {
  color: #999999;
}
@media screen and (min-width: 768px) {
  .kv__attention {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__attention {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .kv__attention {
    font-size: 0.875vw;
  }
}

/*============================
  リードセクション
============================*/
@media screen and (min-width: 768px) {
  .lead {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead {
    padding-top: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead {
    padding-bottom: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 14.6666666667vmin 0;
  }
}
.lead__h2 {
  text-align: center;
  font-family: "yu-mincho-pr6n", serif;
}
.lead__h2__sub {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .lead__h2__sub {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__sub {
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__sub {
    padding-right: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__sub {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__h2__sub {
    padding: 0 1.3333333333vmin;
    font-size: 4.2666666667vmin;
  }
}
.lead__h2__sub:before, .lead__h2__sub:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .lead__h2__sub:before, .lead__h2__sub:after {
    background-image: url(../img/ic-slash_pc.png);
    width: 28px;
    height: 25px;
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__sub:before, .lead__h2__sub:after {
    width: 1.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__sub:before, .lead__h2__sub:after {
    height: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__sub:before, .lead__h2__sub:after {
    bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__h2__sub:before, .lead__h2__sub:after {
    background-image: url(../img/ic-slash_sp.png);
    width: 4.53333333333vmin;
    height: 4.53333333333vmin;
    bottom: 1.3333333333vmin;
  }
}
.lead__h2__sub:before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .lead__h2__sub:before {
    left: -4vmin;
  }
}
.lead__h2__sub:after {
  right: 0;
  transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .lead__h2__sub:after {
    right: -4vmin;
  }
}

.lead__h2__main {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lead__h2__main {
    margin-top: 10px;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__main {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__main {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__h2__main {
    margin-top: 4vmin;
    margin-left: -1em;
    margin-right: -1em;
    font-size: 4.8vmin;
  }
}
.lead__h2__main__line {
  position: relative;
  padding-bottom: 0.15em;
}
.lead__h2__main__line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #f8f4e6;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .lead__h2__main__line:before {
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__main__line:before {
    height: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__h2__main__line:before {
    height: 2.9333333333vmin;
  }
}
.lead__h2__main__period__date {
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .lead__h2__main__period__date {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__main__period__date {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__h2__main__period__date {
    font-size: 6.9333333333vmin;
  }
}
.lead__h2__main__price {
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  .lead__h2__main__price {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__main__price {
    padding-left: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__main__price {
    padding-right: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__h2__main__price {
    padding: 0 1.3333333333vmin;
  }
}
.lead__h2__main__price__number {
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .lead__h2__main__price__number {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__h2__main__price__number {
    font-size: 3.375vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__h2__main__price__number {
    font-size: 10.1333333333vmin;
  }
}

.lead__tab__toggle {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lead__tab__toggle {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__tab__toggle {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__tab__toggle {
    margin-top: 6.33333333333vmin;
  }
}
.lead__tab__toggle__item {
  transition: opacity .5s;
}
@media screen and (min-width: 768px) {
  .lead__tab__toggle__item {
    width: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__tab__toggle__item {
    width: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__tab__toggle__item {
    width: 32vmin;
  }
}
.lead__tab__toggle__item:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .lead__tab__toggle__item:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__tab__toggle__item:not(:first-child) {
    margin-left: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__tab__toggle__item:not(:first-child) {
    margin-left: 5.33333333333vmin;
  }
}
.lead__tab__toggle__item__img {
  display: block;
  line-height: 1;
  border: 1px solid #cccccc;
}
.lead__tab__toggle__item.is-active .lead__tab__toggle__item__img {
  border: 1px solid #000000;
}
.lead__tab__toggle__item__txt {
  text-align: center;
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .lead__tab__toggle__item__txt {
    margin-top: 15px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__tab__toggle__item__txt {
    margin-top: 0.9375vw;
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__tab__toggle__item__txt {
    margin-top: 2.66666666667vmin;
    font-size: 4.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__tab__toggle__item__txt small {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__tab__toggle__item__txt small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__tab__toggle__item__txt small {
    font-size: 2.93333333333vmin;
  }
}

.lead__tab__content .lead__tab__content__item {
  display: none;
}
.lead__tab__content .lead__tab__content__item.is-active {
  display: block;
}

.lead__columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lead__columns {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__columns {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__columns {
    display: block;
    margin-top: 6.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__columns__column:nth-child(1) {
    width: 465px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__columns__column:nth-child(1) {
    width: 29.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__columns__column:nth-child(1) {
    position: relative;
    left: 2vmin;
    padding-left: 6vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__columns__column:nth-child(2) {
    width: 490px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__columns__column:nth-child(2) {
    width: 30.625vw;
  }
}
@media screen and (min-width: 768px) {
  .lead__columns__column:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__columns__column:not(:first-child) {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__columns__column:not(:first-child) {
    margin-left: 4vmin;
  }
}
.lead__columns__column__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
  .lead__columns__column__logo {
    margin-top: 40px;
    width: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__columns__column__logo {
    margin-top: 2.5vw;
    width: 14.375vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__columns__column__logo {
    margin-top: 8vmin;
    width: 55.6vmin;
  }
}

.lead__columns__column__txt {
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (min-width: 768px) {
  .lead__columns__column__txt {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__columns__column__txt {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__columns__column__txt {
    font-size: 4.8vmin;
    margin-top: 4.8vmin;
    margin-left: -1em;
    margin-right: -1em;
  }
}
.lead__plan {
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (min-width: 768px) {
  .lead__plan {
    display: flex;
    flex-wrap: nowrap;
    align-items:center;
    justify-content: center;
    line-height: 1;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan {
    margin-top: 7.3333333333vmin;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items:center;
    justify-content: center;
  }
}
.lead__plan__dt {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .lead__plan__dt {
    font-size: 20px;
    padding-right: 30px;
	  text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dt {
	  font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dt {
    padding-right: 1.815vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dt {
    font-size: 4.53333vmin;
	  line-height: 1.2;
	  padding-right: 2.8vw;
	  letter-spacing: -0.04em;
  }
}

.lead__plan__dt__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border:  1px solid #b89c33;
  color: #a0824c;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .lead__plan__dt__box {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dt__box {
    width: 8.125vw;
    height: 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dt__box {
	  width: 17.3333333333vmin;
    height: 17.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__plan__dt__box:nth-child(2) {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dt__box:nth-child(2) {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dt__box:nth-child(2) {
	  margin-left: 1.33333333333vmin;
  }
}
.lead__plan__dt__box__txt {
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (min-width: 768px) {
  .lead__plan__dt__box__txt {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dt__box__txt {
     font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dt__box__txt {
	  font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__plan__dt__box__txt__small {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dt__box__txt__small {
     font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dt__box__txt__small {
	  font-size: 3.46666666667vmin;
  }
}

.lead__plan__dt .plan_txt{
	font-size: 28px;
}
@media screen and (max-width: 767px) {
.lead__plan__dt .plan_txt{
	font-size: 5.1vmin;
}
}
.lead__plan__dt__number {
  font-family: "garamond-premier-pro-display", serif;
}
@media screen and (min-width: 768px) {
  .lead__plan__dt__number {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dt__number {
	  font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dt__number {
	  font-size: 5.8vmin;
  }
}
.lead__plan__dd {
  position: relative;
  color: rgba(184, 156, 51, 1);
}
@media screen and (min-width: 768px) {
  .lead__plan__dd {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dd {
    font-size: 1.315vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dd {
    line-height: 1;
    font-size: 3.73333333333vmin;
    letter-spacing: -0.04em;
  }
}

.lead__plan__dd__price {
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: 0em;
  background: linear-gradient(90deg,rgba(184, 156, 51, 1) 0%, rgba(211, 193, 127, 1) 50%, rgba(184, 156, 51, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .lead__plan__dd__price {
    font-size: 126px;
	  
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dd__price {
    font-size: 7.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dd__price {
    font-size: 19.4666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__plan__dd__price__small {
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__plan__dd__price__small {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dd__price__small {
    font-size: 15.4666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .lead__plan__dd__price__tax {
    position: absolute;
    right: 0;
    bottom: -1.33333333333vmin;
  }
}

.lead__narrow-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .lead__narrow-inner {
    width: 740px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__narrow-inner {
    width: 46.25vw;
  }
}

.tickets {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .tickets {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .tickets {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .tickets {
    margin-top: 9.33333333333vmin;
  }
}

.lead__monthly {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (min-width: 768px) {
  .lead__monthly {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__monthly {
    margin-top: 4vmin;
    /*margin-bottom: 4vmin;*/
	margin-bottom: 6vmin;
  }
}
.lead__monthly__dt {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .lead__monthly__dt {
    font-size: 24px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly__dt {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly__dt {
    padding-right: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__monthly__dt {
    font-size: 5.0666666667vmin;
    padding-right: 2vmin;
  }
}
.lead__monthly__dt__button {
  display: inline-block;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .lead__monthly__dt__button {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly__dt__button {
    padding-left: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__monthly__dt__button {
    position: relative;
    top: 0.5333333333vmin;
    padding-left: 1.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__monthly__dt__button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .lead__monthly__dt__button__img {
    width: 27px;
    height: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly__dt__button__img {
    width: 1.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly__dt__button__img {
    height: 1.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__monthly__dt__button__img {
    width: 4.8vmin;
    height: 4.8vmin;
  }
}
.lead__monthly__dd {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lead__monthly__dd {
    font-size: 18px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly__dd {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly__dd {
    padding-left: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__monthly__dd {
    font-size: 4vmin;
    padding-left: 2.6666666667vmin;
  }
}
.lead__monthly__dd:before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lead__monthly__dd__price {
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .lead__monthly__dd__price {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__monthly__dd__price {
    font-size: 2.375vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__monthly__dd__price {
    font-size: 6.9333333333vmin;
  }
}
.lead__detail {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .lead__detail {
    width: 430px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail {
    width: 26.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail {
    padding-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__detail {
    width: 72vmin;
    padding-bottom: 6.6666666667vmin;
  }
}
.lead__detail__title {
  text-align: center;
  background-color: #333333;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .lead__detail__title {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__title {
    padding-top: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__title {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__title {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__title {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__title {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__detail__title {
    padding: 1.0666666667vmin 1.3333333333vmin;
    font-size: 3.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead__detail__dl {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__dl {
    margin-top: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__detail__dl {
    margin-top: 4.6666666667vmin;
  }
}
.lead__detail__dl__dt {
  font-family: "yu-mincho-pr6n", serif;
  letter-spacing: 0.15em;
  transform: scale(0.85, 1);
  margin-left: -8%;
}
@media screen and (min-width: 768px) {
  .lead__detail__dl__dt {
    font-size: 25.3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__dl__dt {
    font-size: 1.58125vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__detail__dl__dt {
    font-size: 4.6vmin;
  }
}
.lead__detail__dl__dd {
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .lead__detail__dl__dd {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__dl__dd {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__dl__dd {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__detail__dl__dd {
    margin-top: 1.3333333333vmin;
    font-size: 3.2vmin;
  }
}
.lead__detail__dl__dd__notice {
  display: block;
  letter-spacing: 0.06em;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .lead__detail__dl__dd__notice {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__dl__dd__notice {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__dl__dd__notice {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__detail__dl__dd__notice {
    margin-top: 1.3333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.lead__detail__button {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  .lead__detail__button {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__button {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__detail__button {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__detail__button {
    margin-top: 2.6666666667vmin;
    font-size: 3.4666666667vmin;
  }
}
.lead__detail__button__anchor {
  text-decoration: underline !important;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .lead__detail__button__anchor:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.lead .rentify-button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .lead .rentify-button {
    width: 430px;
    max-width: 430px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead .rentify-button {
    width: 26.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead .rentify-button {
    width: 72vmin;
  }
}
.lead .rentify-button > div > button {
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #ed6c00;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .lead .rentify-button > div > button {
    padding-top: 26px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
    font-size: 20px;
    border-radius: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead .rentify-button > div > button {
    padding-top: 1.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead .rentify-button > div > button {
    padding-right: 1.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead .rentify-button > div > button {
    padding-bottom: 1.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead .rentify-button > div > button {
    padding-left: 1.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead .rentify-button > div > button {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead .rentify-button > div > button {
    border-radius: 0.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead .rentify-button > div > button {
    padding: 5.3333333333vmin 4vmin;
    font-size: 4vmin;
    border-radius: 0.4vmin;
  }
}
@media screen and (min-width: 768px) {
  .lead .rentify-button > div > button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.lead__cp-txt{
	text-align: center;
	margin: 5vmin auto 0;
	font-size: 22px;
	font-family: "yu-mincho-pr6n", serif;
	position: relative;
	width:23rem;
	letter-spacing:0.05rem;
}
@media screen and (max-width: 767px) {
	.lead__cp-txt{
	font-size: 4.6666666667vmin;
	width: 65vmin;
	letter-spacing:0.05rem;
}
}
.lead__cp-txt:before{
	content: "";
	position: absolute;
	transform: rotate(45deg);
	top:12px;
	bottom: 0;
	left:-18px;
	border-top:1px solid #333;
	width: 18px;
}
@media screen and (max-width: 767px) {
	.lead__cp-txt:before{
		width: 4.0666666667vmin;
	}
}
.lead__cp-txt:after{
	content: "";
	position: absolute;
	top:12px;
	bottom: 0;
	right: -18px;
	transform: rotate(-45deg);
	border-top:1px solid #333;
	width: 18px;
}
@media screen and (max-width: 767px) {
	.lead__cp-txt:after{
		width: 4.2666666667vmin;
	}
}
.lead__cp-line-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lead__cp-line-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__cp-line-wrap {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
	.lead__cp-line-wrap {
		margin-bottom: 5vmin;
	}
}
.lead__cp-line {
  position: relative;
  display: inline-block;
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (min-width: 768px) {
  .lead__cp-line {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__cp-line {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__cp-line {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__cp-line {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__cp-line {
    padding: 0 1.3333333333vmin;
    font-size: 4.2666666667vmin;
  }
}
.lead__cp-line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-color: #f8f4e6;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .lead__cp-line:before {
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__cp-line:before {
    height: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__cp-line:before {
    height: 2.9333333333vmin;
  }
}
.benefits_link{
	background-image:url("/wellness/sixpad/products/footfit3/rental/img/ic-coupon.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 26px;
	margin:30px auto 0;
	text-align: center;
	width:20em;
	padding:0 0 0 2em;
	
}
@media screen and (max-width: 767px) {}
.benefits_link a:active,.benefits_link a:visited,.benefits_link a:link{
	border-bottom: 1px solid #333;
	padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {}
.benefits_link a:hover{}
@media screen and (max-width: 767px) {}

.lead__cp-attention{
	color: #ce0003;
	width:72vmin;
	text-align: center;
	margin:2vmin auto 0;
}
@media screen and (max-width: 767px) {
	.lead__cp-attention{
    width: 72vmin;
    text-align: left;
    font-size: 3.2vmin;
    line-height: 1.4;
  }
}

.lead__attention {
  counter-reset: attention 0;
}
@media screen and (min-width: 768px) {
  .lead__attention {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__attention {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__attention {
    margin-top: 2.3333333333vmin;
  }
}

.lead__attention__paragraph {
  letter-spacing: 0.06em;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .lead__attention__paragraph {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__attention__paragraph {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__attention__paragraph {
    font-size: 2.6666666667vmin;
  }
}
.lead__attention__paragraph.lead__attention__paragraph--number {
  padding-left: 3em;
  text-indent: -3em;
}
@media screen and (max-width: 767px) {
  .lead__attention__paragraph.lead__attention__paragraph--number {
    padding-left: 2.2em;
    text-indent: -2.2em;
  }
}
.lead__attention__paragraph.lead__attention__paragraph--number:before {
  counter-increment: attention 1;
  content: "※" counter(attention) "：";
}
.lead__attention__paragraph.lead__attention__paragraph--normal {
  padding-left: 1em;
  text-indent: -1em;
}
.lead__attention__paragraph.lead__attention__paragraph--normal:before {
  content: "※";
}

.lead__anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lead__anchor {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__anchor {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__anchor {
    margin-top: 5.3333333333vmin;
  }
}
.lead__anchor__item__anchor {
  display: flex;
  align-items: center;
  background-color: #f8f6f1;
  border: 1px solid #e4d9c4;
  font-family: "yu-mincho-pr6n", serif;
  transition: opacity .5s;
  background-image: url(../img/ic-anchor.png);
  background-repeat: no-repeat;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .lead__anchor__item__anchor {
    width: 360px;
    height: 90px;
    border-radius: 10px;
    font-size: 20px;
    padding: 0 20px;
    background-size: 28px;
    background-position: center right 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lead__anchor__item__anchor {
    width: 22.5vw;
    height: 5.625vw;
    border-radius: 0.625vw;
    font-size: 1.25vw;
    padding: 0 1.25vw;
    background-size: 1.75vw;
    background-position: center right 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__anchor__item__anchor {
    width: 40.6666666667vmin;
    height: 17.3333333333vmin;
    border-radius: 2.66666666667vmin;
    font-size: 3.73333333333vmin;
    padding: 0 4vmin;
    background-size: 4.4vmin;
    background-position: center right 2.4vmin;
  }
}
.lead__anchor__item__anchor:hover {
  opacity: .7;
}

/*============================
  レンタルサービスとは
============================*/
.what {
  background-color: #f8f6f1;
}
@media screen and (min-width: 768px) {
  .what {
    padding-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what {
    padding-top: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .what {
    padding: 16vmin 0 0 0;
  }
}
.what__h2 {
  text-align: center;
}
.what__h2__sub {
  transform: scale(0.85, 1);
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .what__h2__sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub {
    padding-left: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub {
    padding-right: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .what__h2__sub {
    padding: 0 2.6666666667vmin;
  }
}
.what__h2__sub:before, .what__h2__sub:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .what__h2__sub:before, .what__h2__sub:after {
    background-image: url(../img/ic-slash_pc.png);
    width: 28px;
    height: 25px;
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub:before, .what__h2__sub:after {
    width: 1.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub:before, .what__h2__sub:after {
    height: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub:before, .what__h2__sub:after {
    bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .what__h2__sub:before, .what__h2__sub:after {
    background-image: url(../img/ic-slash_sp.png);
    width: 7.2vmin;
    height: 11.0666666667vmin;
    bottom: 1.3333333333vmin;
  }
}
.what__h2__sub:before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .what__h2__sub:before {
    left: -4vmin;
  }
}
.what__h2__sub:after {
  right: 0;
  transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .what__h2__sub:after {
    right: -4vmin;
  }
}
.what__h2__sub__inner {
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .what__h2__sub__inner {
    font-size: 20.7px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub__inner {
    font-size: 1.29375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub__inner {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub__inner {
    padding-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .what__h2__sub__inner {
    padding: 0 4vmin;
    font-size: 3.68vmin;
  }
}
.what__h2__sub__inner__line {
  position: relative;
}
.what__h2__sub__inner__line:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  transform: translateX(-50%) translateY(40%);
  background-color: #f2ecdc;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .what__h2__sub__inner__line:before {
    height: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub__inner__line:before {
    height: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .what__h2__sub__inner__line:before {
    height: 2.9333333333vmin;
    width: 100%;
  }
}
.what__h2__sub__inner__bold {
  color: #ed6c00;
}
@media screen and (min-width: 768px) {
  .what__h2__sub__inner__bold {
    font-size: 29.9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__sub__inner__bold {
    font-size: 1.86875vw;
  }
}
@media screen and (max-width: 767px) {
  .what__h2__sub__inner__bold {
    font-size: 5.52vmin;
  }
}
.what__h2__img {
  display: block;
}
@media screen and (min-width: 768px) {
  .what__h2__img {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__img {
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .what__h2__img {
     margin-top: 10.6666666667vmin;
  }
}
.what__h2__img img {
    height: auto;
}
@media screen and (max-width: 767px) {
  .what__h2__img img {
     width: 37.3333333333vmin;
  }
}

.what__h2__main {
  font-family: "yu-mincho-pr6n", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .what__h2__main {
    margin-top: 30px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__main {
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__main {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .what__h2__main {
    margin-top: 6.6666666667vmin;
    font-size: 4.8vmin;
  }
}
.what__h2__main__line {
  position: relative;
  font-family: "yu-mincho-pr6n", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .what__h2__main__line {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__main__line {
    font-size: 2.375vw;
  }
}
@media screen and (max-width: 767px) {
  .what__h2__main__line {
    font-size: 6.4vmin;
  }
}
.what__h2__main__line:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  transform: translateX(-50%) translateY(40%);
  background-color: #f2ecdc;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .what__h2__main__line:before {
    height: 16px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__h2__main__line:before {
    height: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .what__h2__main__line:before {
    height: 2.9333333333vmin;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .what__columns {
      display: flex;
    margin-top: 70px;
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__columns {
    margin-top: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__columns {
    margin-left: -0.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__columns {
    margin-right: -0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .what__columns {
    margin: 6.6666666667vmin -2vmin 0 -2vmin;
  }
}
.what__columns__column {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .what__columns__column {
    width: 340px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__columns__column {
    width: 21.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__columns__column {
      margin-left: 0.875vw;
     margin-right: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .what__columns__column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .what__columns__column:nth-child(n+2) {
    margin-top: 4vmin;
  }
}
.what__columns__column__txt {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .what__columns__column__txt {
    font-size: 22px;
    width: 340px;
    height: 123px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__columns__column__txt {
    font-size: 1.375vw;
    width: 21.25vw;
    height: 7.6875vw;
    padding: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .what__columns__column__txt {
    font-size: 3.73333333333vmin;
    width: 61.3333333333vmin;
    height: 17.3333333333vmin;
    padding: 3vmin;
  }
}
@media screen and (max-width: 767px) {
  .what__columns__column:nth-child(odd) .what__columns__column__txt {
    order: 2;
  }
}
.what__columns__column__txt:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .what__columns__column__txt:before {
    background-image: url("../img/im-what-balloon_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .what__columns__column__txt:before {
    background-image: url("../img/im-what-balloon_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .what__columns__column:first-child .what__columns__column__txt:before {
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 767px) {
  .what__columns__column:nth-child(odd) .what__columns__column__txt:before {
    transform: scale(-1, 1);
  }
}
.what__columns__column__txt__bold {
  color: #ed6c00;
}
.what__columns__column__img {
  display: block;
}
@media screen and (min-width: 768px) {
  .what__columns__column__img {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__columns__column__img {
    margin-top: 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .what__columns__column:nth-child(odd) .what__columns__column__img {
    order: 1;
  }
}
.what__columns__column__img img {
   height: auto;
}
@media screen and (min-width: 768px) {
  .what__columns__column__img img {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__columns__column__img img {
    width: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .what__columns__column__img img {
    width: 20vmin;
  }
}
.what__rich {
  position: relative;
  text-align: center;
  background-color: #e4d9c4;
}
@media screen and (min-width: 768px) {
  .what__rich {
    margin-top: 100px;
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich {
    margin-top: 6.25vw;
    padding-top: 8.75vw;
    padding-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .what__rich {
    margin-top: 8vmin;
    padding: 16vmin 0;
  }
}
.what__rich:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .what__rich:before {
    border-right: 95px solid transparent;
    border-left: 95px solid transparent;
    border-top: 45px solid #f8f6f1;
  }
}
@media screen and (max-width: 767px) {
  .what__rich:before {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 20px solid #f8f6f1;
  }
}
.what__rich__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .what__rich__inner {
    width: 1400px;
    padding-top: 140px;
    padding-right: 150px;
    padding-bottom: 140px;
    padding-left: 150px;
    background-image: url(../img/bg-what_pc.jpg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__inner {
    width: 87.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__inner {
    padding-top: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__inner {
    padding-right: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__inner {
    padding-bottom: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__inner {
    padding-left: 9.375vw;
  }
}
@media screen and (max-width: 767px) {
  .what__rich__inner {
    width: 84vmin;
    padding: 12vmin 6.6666666667vmin 12vmin 6.6666666667vmin;
    background-image: url(../img/bg-what_sp.jpg);
  }
}

.what__rich__title {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .what__rich__title img {
    width: 910px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__title img {
    width: 56.875vw;
  }
}
@media screen and (min-width: 768px) {
  .what__rich__lead {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__lead {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .what__rich__lead {
    margin-top: 4vmin;
    margin-left: -6.6666666667vmin;
    margin-right: -6.6666666667vmin;
  }
}
.what__rich__lead__txt {
  position: relative;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (min-width: 768px) {
  .what__rich__lead__txt {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__lead__txt {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__lead__txt {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__lead__txt {
    padding-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .what__rich__lead__txt {
    line-height: 2;
    font-size: 4.2666666667vmin;
  }
}
.what__rich__lead__txt:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background-color: #665f49;
}
@media screen and (min-width: 768px) {
  .what__rich__lead__txt:before {
    bottom: 0;
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__rich__lead__txt:before {
    height: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .what__rich__lead__txt:before {
    bottom: 0.6666666667vmin;
    height: 2.9333333333vmin;
  }
}
.what__rich__lead__txt__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .what__slick-wrap {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick-wrap {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .what__slick-wrap {
    margin-top: 9.3333333333vmin;
  }
}
.what__slick {
  position: relative;
}
.what__slick__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .what__slick__item {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick__item {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .what__slick__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .what__slick__item:not(:first-child) {
    margin-top: 13.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .what__slick__item__pics {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .what__slick__item__pics {
    margin-top: 2.6666666667vmin;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .what__slick__item__pics__pic {
    width: 440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick__item__pics__pic {
    width: 27.5vw;
  }
}
@media screen and (min-width: 768px) {
  .what__slick__item__pics__pic:nth-child(2) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick__item__pics__pic:nth-child(2) {
    margin-left: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .what__slick__item__pics__pic:nth-child(2) {
    margin-top: 3.3333333333vmin;
  }
}
.what__slick__item__pics__pic video {
  max-width: 100%;
}
.what__slick__item__pics__pic__txt {
  display: block;
  text-align: left;
  line-height: 1;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .what__slick__item__pics__pic__txt {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick__item__pics__pic__txt {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick__item__pics__pic__txt {
    font-size: 0.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .what__slick__item__pics__pic__txt {
    margin-top: 0.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
.what__slick__item__lead {
  line-height: 1.5;
  color: #ffffff;
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (min-width: 768px) {
  .what__slick__item__lead {
    margin-top: 30px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick__item__lead {
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick__item__lead {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .what__slick__item__lead {
    order: 1;
  }
}
.what__slick .slick-arrow {
  position: absolute;
  border: 0;
  background: url(../img/ic-slick-arrow.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  z-index: 10;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .what__slick .slick-arrow {
    top: 130px;
    width: 21px;
    height: 61px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick .slick-arrow {
    top: 8.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick .slick-arrow {
    width: 1.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick .slick-arrow {
    height: 3.8125vw;
  }
}
@media screen and (min-width: 768px) {
  .what__slick .slick-arrow.slick-prev {
    left: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick .slick-arrow.slick-prev {
    left: 0vw;
  }
}
.what__slick .slick-arrow.slick-next {
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .what__slick .slick-arrow.slick-next {
    right: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick .slick-arrow.slick-next {
    right: 0vw;
  }
}
.what__slick .slick-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
@media screen and (min-width: 768px) {
  .what__slick .slick-dots {
    width: 907px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick .slick-dots {
    width: 56.6875vw;
  }
}
.what__slick .slick-dots li {
  flex: 1;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.what__slick .slick-dots li button {
  display: block;
  width: 100%;
  background: #3a3a3a;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .what__slick .slick-dots li button {
    height: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__slick .slick-dots li button {
    height: 0.125vw;
  }
}
.what__slick .slick-dots li.slick-active button {
  background-color: #ed6c00;
}

@media screen and (min-width: 768px) {
  .what__heat {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 910px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__heat {
    margin-top: 3.75vw;
    width: 56.875vw;
  }
}
@media screen and (max-width: 767px) {
  .what__rich .what__heat.slick-slider {
    margin-top: 4vmin;
    padding-bottom: 7vmin;
  }
}

@media screen and (min-width: 768px) {
  .what__heat__item:not(:first-child) {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__heat__item:not(:first-child) {
    margin-left: 1.5625vw;
  }
}

.what__heat .slick-arrow {
  position: absolute;
  top: calc(50% - 12vmin);
  width: 12vmin;
  height: 12vmin;
  border: 0;
  background: url(../img/ic-heat-arrow.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  z-index: 10;
  transition: ease 0.5s;
}

.what__heat .slick-arrow.slick-prev {
  left: -6vmin;
}

.what__heat .slick-arrow.slick-next {
  right: -6vmin;
  transform: scaleX(-1);
}

.what__heat .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.what__heat .slick-dots li {
  flex: 1;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.what__heat .slick-dots li+li {
  margin-left: 4vmin;
}
.what__heat .slick-dots li button {
  display: block;
  width: 2.4vmin;
  height: 2.4vmin;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 100px;
  outline: 0;
  transition: ease 0.5s;
}
.what__heat .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.what__heat-title {
  margin-top: 90px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .what__heat-title {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__heat-title {
    margin-top: 5.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .what__heat-title {
    margin-top: 10.6666666667vmin;
    text-align: left;
  }
}

.what__heat-title__txt {
  display: inline-block;
  font-family: "yu-mincho-pr6n", serif;
  color: #ffffff;
  letter-spacing: .1em;
  background-image: url(../img/ic-heat.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (min-width: 768px) {
  .what__heat-title__txt {
    font-size: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 70px;
    background-size: 53px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__heat-title__txt {
    font-size: 1.75vw;
    padding-top: 0.3125vw;
    padding-bottom: 0.3125vw;
    padding-left: 4.375vw;
    background-size: 3.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .what__heat-title__txt {
    font-size: 3.73333333333vmin;
    padding-top: 1.33333333333vmin;
    padding-bottom: 1.33333333333vmin;
    padding-left: 13.3333333333vmin;
    background-size: 10.2666666667vmin;
    line-height: 1.2;
  }
}

.what__heat__item__txt {
  font-family: "yu-mincho-pr6n", serif;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
  .what__heat__item__txt {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .what__heat__item__txt {
    margin-top: 1.25vw;
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .what__heat__item__txt {
    margin-top: 4vmin;
    font-size: 3.73333333333vmin;
  }
}

/*============================
  お得なポイント
============================*/
@media screen and (min-width: 768px) {
  .point {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point {
    margin-top: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point {
    margin-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .point {
    margin: 16vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .point__columns {
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point__columns {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .point__columns {
    margin-top: 11.3333333333vmin;
    padding: 0 6vmin;
  }
}
.point__columns__column {
  position: relative;
}
@media screen and (min-width: 768px) {
  .point__columns__column {
    width: 320px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point__columns__column {
    width: 20vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point__columns__column {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .point__columns__column:not(:first-child) {
    margin-top: 10.6666666667vmin;
  }
}
.point__columns__column__title{
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.5;
	}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	.point__columns__column__title{
	font-size: 1.125vw;
}
}
@media screen and (max-width: 767px) {
	.point__columns__column__title{
	font-size: 3.8vmin;
	margin-top: 4vmin;
}
}
@media screen and (max-width: 1400px) {
	.point__columns__column__title br{display: none;}
}
@media screen and (max-width: 767px) {
.point__columns__column__title br{
	display: block;
}
}
.point__columns__column__txt{
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.5;
	color: #999;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point__columns__column__txt {
	  margin-top: 0.8vw;
	  font-size: 0.9vw;
  }
}

@media screen and (max-width: 767px) {
  .point__columns__column__txt {
    margin-top: 2vmin;
    font-size: 2.8vmin;
  }
}
.point__columns__column__txt a:active,.point__columns__column__txt a:visited,.point__columns__column__txt a:link{
	border-bottom: 1px solid #999;
}
.point__columns__column__txt a:hover{
	opacity: 0.7;
}
.point__columns__column__fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  border: 1px solid #a0824c;
  border-radius: 100%;
  background-color: #ffffff;
  line-height: 1.3;
}
.point__columns__column__fixed.point__columns__column__fixed--double {
  border: 4px double #a0824c;
}
@media screen and (min-width: 768px) {
  .point__columns__column__fixed {
    right: -60px;
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point__columns__column__fixed {
    right: -3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point__columns__column__fixed {
    width: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point__columns__column__fixed {
    height: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .point__columns__column__fixed {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .point__columns__column__fixed {
    top: -9.3333333333vmin;
    right: -6.6666666667vmin;
    width: 20vmin;
    height: 20vmin;
    font-size: 3.4666666667vmin;
  }
}

/*============================
  新品購入に使えるクーポン対象商品
============================*/
@media screen and (min-width: 768px) {
  .lineup {
    margin-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup {
    margin-top: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup {
    margin-top: 16vmin;
  }
}
.lineup__lead {
  text-align: center;
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (min-width: 768px) {
  .lineup__lead {
    letter-spacing: 0.12em;
    margin-top: 40px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__lead {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__lead {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__lead {
    letter-spacing: 0.1em;
    margin-top: 6.6666666667vmin;
    margin-left: -6.6666666667vmin;
    margin-right: -6.6666666667vmin;
  }
}
.lineup__notice {
  color: #999999;
}
@media screen and (min-width: 768px) {
  .lineup__notice {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__notice {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__notice {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__notice {
    margin-top: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
  }
}
.lineup__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .lineup__columns {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__columns {
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__columns {
    flex-wrap: wrap;
    margin-top: 11.3333333333vmin;
    padding: 0 2.6666666667vmin;
  }
}
.lineup__columns__column {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lineup__columns__column {
    width: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__columns__column {
    width: 13.125vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__columns__column {
    width: 38.6666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .lineup__columns__column:nth-child(n+3) {
    margin-top: 8vmin;
  }
}
.lineup__columns__column__txt {
  text-align: center;
  color: #a0824c;
  font-family: -apple-system, "BlinkMacSystemFont", "yu-gothic-pr6n", sans-Serif;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .lineup__columns__column__txt {
    margin-top: 10px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__columns__column__txt {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__columns__column__txt {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__columns__column__txt {
    margin-top: 4vmin;
    font-size: 4.5333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .lineup__columns__column__txt__small {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__columns__column__txt__small {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__columns__column__txt__small {
    font-size: 3.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .lineup__bg {
    margin-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .lineup__bg {
    margin-top: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__bg {
    margin-top: 16vmin;
  }
}
.lineup__bg__img {
  display: block;
  width: 100%;
}
.lineup__bg__img img {
  width: 100%;
  max-width: none;
}

/*============================
  フロー
============================*/
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow {
    margin-top: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow {
    margin-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    margin: 16vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .flow__columns {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__columns {
    margin-top: 2.6666666667vmin;
    padding: 0 6vmin;
  }
}
.flow__columns__column {
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__columns__column {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column {
    width: 20vw;
  }
}
.flow__columns__column__step {
  line-height: 1;
  font-family: -apple-system, "BlinkMacSystemFont", "yu-gothic-pr6n", sans-Serif;
  font-weight: 500;
  color: #a0824c;
}
@media screen and (min-width: 768px) {
  .flow__columns__column__step {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__step {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__columns__column__step {
    font-size: 4vmin;
  }
}
.flow__columns__column:nth-child(1) .flow__columns__column__inner {
  background-color: #f8f6f2;
}
.flow__columns__column:nth-child(2) .flow__columns__column__inner {
  background-color: #f1ede6;
}
.flow__columns__column:nth-child(3) .flow__columns__column__inner {
  background-color: #eae5da;
}
.flow__columns__column:not(:last-child) .flow__columns__column__inner:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/ic-flow-arrow.png);
}
@media screen and (min-width: 768px) {
  .flow__columns__column:not(:last-child) .flow__columns__column__inner:before {
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 67px;
    right: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column:not(:last-child) .flow__columns__column__inner:before {
    width: 1.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column:not(:last-child) .flow__columns__column__inner:before {
    height: 4.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column:not(:last-child) .flow__columns__column__inner:before {
    right: -3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__columns__column:not(:last-child) .flow__columns__column__inner:before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 7.6vmin;
    height: 17.4666666667vmin;
    bottom: -16vmin;
  }
}
@media screen and (max-width: 767px) {
  .flow__columns__column:not(:first-child) {
    margin-top: 9.3333333333vmin;
  }
}
.flow__columns__column__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__columns__column__inner {
    margin-top: 20px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner {
    padding-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner {
    padding-right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner {
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner {
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__columns__column__inner {
    margin-top: 2.6666666667vmin;
    padding: 8vmin 6.6666666667vmin 13.3333333333vmin 6.6666666667vmin;
  }
}
.flow__columns__column__inner__img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__columns__column__inner__img img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner__img img {
    width: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner__img img {
    height: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__columns__column__inner__img img {
    width: 32vmin;
    height: 32vmin;
  }
}
.flow__columns__column__inner__title {
  text-align: center;
  font-family: "yu-mincho-pr6n", serif;
  transform: scale(0.85, 1);
  letter-spacing: 0.18em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .flow__columns__column__inner__title {
    margin-top: 25px;
    font-size: 25.3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner__title {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner__title {
    font-size: 1.58125vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__columns__column__inner__title {
    margin-top: 8vmin;
    font-size: 6.44vmin;
  }
}
.flow__columns__column__inner__txt {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .flow__columns__column__inner__txt {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner__txt {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .flow__columns__column__inner__txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__columns__column__inner__txt {
    margin-top: 2.6666666667vmin;
    font-size: 4vmin;
  }
}
.flow__columns__column__inner__txt__bold {
  color: #ed6c00;
}
.flow__columns__column__inner__txt a {
  text-decoration: underline !important;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .flow__columns__column__inner__txt a:hover {
    opacity: 0.7;
  }
}

/*============================
  レンタルサービスについて
============================*/
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 140px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq {
    margin-top: 8.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq {
    margin-bottom: 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    margin: 16vmin 0 10.6666666667vmin 0;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap {
    margin-top: 6.6666666667vmin;
  }
}
.faq .faq-wrap .faq-list {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list {
    padding-top: 53px;
    padding-right: 40px;
    padding-bottom: 53px;
    padding-left: 60px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    padding-top: 3.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    padding-bottom: 3.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    padding-left: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list {
    border-radius: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list {
    padding: 4vmin;
    border-radius: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list:not(:first-child) {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list:not(:first-child) {
    margin-top: 5.3333333333vmin;
  }
}
.faq .faq-wrap .faq-list.is-active .faq-list__question__button:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq .faq-wrap .faq-list__question {
  position: relative;
  transition: ease 0.5s;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question {
    font-size: 20px;
    padding-left: 50px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question {
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question {
    padding-right: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__question {
    font-size: 3.4666666667vmin;
    padding-left: 6.6666666667vmin;
    padding-right: 9.3333333333vmin;
  }
}
.faq .faq-wrap .faq-list__question:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: 0.15em;
  color: #a0824c;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question:before {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question:before {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__question:before {
    font-size: 5.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.faq .faq-wrap .faq-list__question__button {
  border-left: 1px solid #cfc0a5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question__button {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question__button {
    width: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__question__button {
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__question__button {
    width: 6.6666666667vmin;
    height: 6.6666666667vmin;
  }
}
.faq .faq-wrap .faq-list__question__button:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__question__button:before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #a0824c;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__question__button:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #a0824c;
  }
}
.faq .faq-wrap .faq-list__answer {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__answer {
    margin-top: 20px;
    padding-left: 50px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__answer {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__answer {
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__answer {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__answer {
    margin-top: 2.6666666667vmin;
    padding-left: 6.6666666667vmin;
    font-size: 2.9333333333vmin;
  }
}
.faq .faq-wrap .faq-list__answer:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "garamond-premier-pro-display", serif;
  color: #a0824c;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__answer:before {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq .faq-wrap .faq-list__answer:before {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-wrap .faq-list__answer:before {
    font-size: 5.3333333333vmin;
  }
}
.faq .faq-wrap .faq-list__answer__txtlink {
  text-decoration: underline !important;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .faq .faq-wrap .faq-list__answer__txtlink:hover {
    opacity: 0.7;
  }
}
.faq__detail {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .faq__detail {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq__detail {
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .faq__detail {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .faq__detail {
    margin-top: 5.3333333333vmin;
    font-size: 2.9333333333vmin;
  }
}
.faq__detail__anchor {
  text-decoration: underline !important;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .faq__detail__anchor:hover {
    opacity: 0.7;
  }
}

/*============================
  安全上のご注意
============================*/
:root {
  --remff3:10px ;
}

@media screen and (max-width: 1280px) {
  :root {
    --remff3:calc(10vw/1280*100) ;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --remff3:calc(10vw/750*100) ;
  }
}
.attention__wrap {
  border-bottom: 1px solid #d1d1d1;
}
.attention__heading {
  padding: calc(4.3 * var(--remff3)) 0;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #d1d1d1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .attention__heading {
    padding: calc(5.4 * var(--remff3)) 0;
  }
}
.attention__heading b {
  font-size: calc(3.2 * var(--remff3));
  font-weight: normal;
  transform: scale(0.85, 1);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .attention__heading b {
    font-size: calc(4.8 * var(--remff3));
  }
}
.attention__heading span {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "yu-mincho-pr6n", serif;
}
@media screen and (max-width: 767px) {
  .attention__heading span {
    padding: 0;
  }
}
.attention__heading span em {
  display: inline-block;
  width: calc(4.6 * var(--remff3));
  height: calc(4 * var(--remff3));
}
@media screen and (max-width: 767px) {
  .attention__heading span em {
    width: calc(5.5 * var(--remff3));
    height: calc(4.8 * var(--remff3));
    margin-left: calc(-5.5 * var(--remff3));
  }
}
.attention__heading span i {
  width: calc(2.8 * var(--remff3));
  height: calc(2.8 * var(--remff3));
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  border: 1px solid #191817;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .attention__heading span i {
    width: calc(3.8 * var(--remff3));
    height: calc(3.8 * var(--remff3));
  }
}
.attention__heading span i:before, .attention__heading span i:after {
  width: calc(1.5 * var(--remff3));
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  display: block;
  background: #191817;
}
@media screen and (max-width: 767px) {
  .attention__heading span i:before, .attention__heading span i:after {
    width: calc(2.2 * var(--remff3));
  }
}
.attention__heading span i:after {
  rotate: 90deg;
  transition: rotate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.attention__heading.is-show span i:after {
  rotate: 180deg;
  transition: rotate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.attention__sub-heading {
  margin-top: calc(4 * var(--remff3));
  padding: calc(0.5 * var(--remff3)) 0 calc(0.2 * var(--remff3));
  background: #d1d1d1;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attention__sub-heading {
    margin-top: calc(7 * var(--remff3));
  }
}
.attention__content {
  display: none;
  padding: 0 calc(5 * var(--remff3)) calc(5 * var(--remff3));
}
@media screen and (max-width: 767px) {
  .attention__content {
    padding: 0 calc(3 * var(--remff3)) calc(5 * var(--remff3));
  }
}
.attention__content > :first-child {
  margin-top: 0;
}
.attention__body {
  margin-top: calc(1 * var(--remff3));
}
@media screen and (max-width: 767px) {
  .attention__body {
    margin-top: calc(4 * var(--remff3));
  }
}
.attention__body > :first-child {
  margin-top: 0;
}
.attention__text {
  margin-top: calc(2.5 * var(--remff3));
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .attention__text {
    font-size: calc(2.8 * var(--remff3));
    line-height: 1.78571;
    margin-top: calc(4 * var(--remff3));
  }
}
.attention__text--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attention__text--center {
    text-align: left;
  }
}
.attention__text strong,
.attention__text em {
  font-weight: 700;
  text-shadow: 0 0 0 #000;
}
.attention__notes {
  font-size: calc(1.6 * var(--remff3));
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .attention__notes {
    font-size: calc(2.4 * var(--remff3));
    line-height: 1.5;
  }
}

.attention-list {
  margin-top: calc(0.5 * var(--remff3));
  font-size: calc(1.6 * var(--remff3));
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .attention-list {
    margin-top: calc(1.2 * var(--remff3));
    font-size: calc(2.4 * var(--remff3));
    line-height: 1.91667;
  }
}
.attention-list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.attention-list__item em {
  font-weight: 700;
  text-shadow: 0 0 0 #000;
}

/*============================
  まとめ
============================*/
@media screen and (min-width: 768px) {
  .summary {
    margin-top: 140px;
    /*margin-bottom: 200px;*/
	margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary {
    /*margin-top: 8.75vw;*/
	margin-top: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary {
    /*margin-bottom: 12.5vw;*/
	  margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .summary {
    margin-top: 15.3333333333vmin;
    /*margin-bottom: 26.6666666667vmin;*/
	  margin-bottom: 13.33333333335vmin;
  }
}
.summary__title {
  text-align: center;
  font-family: "yu-mincho-pr6n", serif;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .summary__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__title {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .summary__title {
    font-size: 6.1333333333vmin;
  }
}
.summary__button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .summary__button {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__button {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .summary__button {
    margin-top: 4vmin;
  }
}
.summary__button__anchor {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #ed6c00;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: url(../img/ic-mail.png);
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .summary__button__anchor {
    width: 520px;
    padding-top: 18px;
    padding-right: 10px;
    padding-bottom: 18px;
    padding-left: 10px;
    font-size: 20px;
    border-radius: 5px;
    background-size: 29px;
    background-position: 3vw center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__button__anchor {
    width: 32.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__button__anchor {
    padding-top: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__button__anchor {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__button__anchor {
    padding-bottom: 1.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__button__anchor {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__button__anchor {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__button__anchor {
    border-radius: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__button__anchor {
    background-size: 1.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .summary__button__anchor {
    width: 72vmin;
    padding: 2.8vmin 5.3333333333vmin 2.8vmin 8vmin;
    font-size: 4vmin;
    background-size: 5.2vmin;
    background-position: 5vw center;
    border-radius: 0.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .summary__button__anchor:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.summary__txt-button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .summary__txt-button {
    margin-top: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__txt-button {
    margin-top: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .summary__txt-button {
    margin-top: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .summary__txt-button:not(:first-child) {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__txt-button:not(:first-child) {
    margin-top: 2.8125vw;
  }
}
.summary__txt-button__anchor {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #333333;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .summary__txt-button__anchor {
    padding-right: 25px;
    padding-bottom: 5px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__txt-button__anchor {
    padding-right: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__txt-button__anchor {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__txt-button__anchor {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .summary__txt-button__anchor {
    min-width: 70.6666666667vmin;
    padding: 0 3.3333333333vmin 2.6666666667vmin 0;
    font-size: 3.4666666667vmin;
  }
}
.summary__txt-button__anchor:after {
  content: "";
  position: absolute;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .summary__txt-button__anchor:after {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    top: 11px;
    right: 0px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__txt-button__anchor:after {
    top: 0.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__txt-button__anchor:after {
    right: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__txt-button__anchor:after {
    width: 0.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .summary__txt-button__anchor:after {
    height: 0.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .summary__txt-button__anchor:after {
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    top: 4vmin;
    right: 0vmin;
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .summary__txt-button__anchor:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.contact {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .contact {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 17.3333333333vw;
  }
}
.contact__lead {
    font-family: "yu-mincho-pr6n", serif; 
}
@media screen and (min-width: 768px) {
  .contact__lead {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .contact__lead {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__lead {
    font-size: 4.26666666667vmin;
  }
}
.contact__title {
    font-family: "yu-mincho-pr6n", serif; 
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .contact__title {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__title {
    margin-top: 2vmin;
    font-size: 5.86666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .contact__tel {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .contact__tel {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__tel {
    margin-top: 2.66666666667vmin;
  }
}
.contact__tel__anchor {
    display: inline-block;
    font-family: "garamond-premier-pro-display", serif;
    border: 1px solid #cccccc;
    background-image: url("../img/ic-tel.png");
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .contact__tel__anchor {
    font-size: 60px;
    width: 520px;
    height: 100px;
    background-position: 50px center;
    background-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .contact__tel__anchor {
    font-size: 3.75vw;
    width: 32.5vw;
    height: 6.25vw;
    background-position: 3.125vw center;
    background-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__tel__anchor {
    padding-left: 2.66666666667vmin;
    font-size: 9.73333333333vmin;
    width: 72vmin;
    height: 16vmin;
    background-position: 5.33333333333vmin center;
    background-size: 4.8vmin;
  }
}
@media screen and (min-width: 768px) {
  .contact__time {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .contact__time {
    margin-top: 0.625vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__time {
    margin-top: 2vmin;
    font-size: 3.2vmin;
  }
}

.summary__series{
	background: #e4d9c5;
	padding: 65px 80px 50px;
	box-sizing: border-box;
	max-width: 1100px;
	margin:120px auto 0;

}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	.summary__series{
		width: 68.75vw;
		padding: 4rem 5rem 4rem;
    margin:7.5vw auto 0;
	}
	
}

@media screen and (max-width: 768px) {
	.summary__series{
		padding: 13vw 0 !important;
		width:100%;
	}
}
.summary__series__inner{
 display:flex;
 justify-content: space-around;
 align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	.summary__series__inner{
		gap: 2rem 0;
	}
}

@media screen and (max-width: 768px) {
	.summary__series__inner{
		display: block;
	}
}

.summary__series__inner .series__logo{
	max-width: 220px;
	margin:0 60px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	.series__logo{
		margin:0 auto !important;
		width: 13.75vw;
	}
}
@media screen and (max-width: 768px) {
	.series__logo{
		text-align: center;
		max-width:49.33333vw;
		margin:0 auto !important;
	}
}
.series__awardicon{
	max-width: 270px;
	margin:0 40px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	.series__awardicon{
		margin:0 auto !important;
	    width: 16.87vw;
	}
}
@media screen and (max-width: 768px) {
	.series__awardicon{
		text-align: center;
		max-width: 40.53333vw;
		margin:6.66666vw auto 0;
	}
}
.series__products{
	max-width: 340px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	.series__products{
	width: 21.25vw;
}
}
@media screen and (max-width: 768px) {
	.series__products{
		text-align: center;
		max-width: 72vw;
		margin:6.66666vw auto 0;
	}
}
.series__detailbtn{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.series__detailbtn{
	
	}
}
.series__detailbtn a:link,.series__detailbtn a:visited,.series__detailbtn a:active{
	background: #333;
	color: #fff;
	text-align: center;
	margin:40px auto 0;
	font-size: 20px;
	font-weight: 500;
	padding:1.2em 0;
	/*max-width: 430px;*/
	width: 520px;
	display: block;
	border-radius: 3px;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	.series__detailbtn a:link,.series__detailbtn a:visited,.series__detailbtn a:active{
		width: 32.5vw;
		/*max-width: 430px;*/
		width: 32.5vw;
		font-size:  1.25vw;
		margin:2.5vw auto 0;
	}
}
@media screen and (max-width: 768px) {
	.series__detailbtn a:link,.series__detailbtn a:visited,.series__detailbtn a:active{
	max-width: 72vw;
	font-size:  4vw;
	}
}

.series__detailbtn a:hover{opacity: 0.7;}

.series__detailbtn a:after{
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 27px;
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
	.series__detailbtn a:after{}
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.trade-in-modal .swiper-target-wrapper .button-prev,
.trade-in-modal .swiper-target-wrapper .button-next {
  display: none;
}

.trade-in-modal .life__slide__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(3 * var(--rem)) 0;
}

.trade-in-modal .swiper-target .swiper-slide {
  width: 100%;
}

.trade-in-modal {
  font-family: ヒラギノ角ゴ W3 JIS2004, Hiragino Kaku Gothic W3 JIS2004, "Hiragino Kaku Gothic ProN", sans-serif;
}
.trade-in-modal a {
  text-decoration: underline;
}