@charset "utf-8";

/* !Reseting
---------------------------------------------------------- */
.ct_bg div, .ct_bg pre, .ct_bg p, .ct_bg blockquote, .ct_bg figure, .ct_bg dl, .ct_bg dt, .ct_bg dd, .ct_bg ul, .ct_bg ol, .ct_bg li, .ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6, .ct_bg form, .ct_bg fieldset, .ct_bg th, .ct_bg td
{ margin: 0; padding: 0;}
.ct_bg input, .ct_bg textarea
{ margin: 0; font-size: 100%;}
.ct_bg label
{ cursor: pointer;}
.ct_bg table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
.ct_bg fieldset, .ct_bg img
{ border: 0;}
.ct_bg img
{ vertical-align: top;}
.ct_bg address, .ct_bg caption, .ct_bg cite, .ct_bg code, .ct_bg dfn, .ct_bg em, .ct_bg th, .ct_bg var
{ font-style: normal; font-weight: normal;}
.ct_bg ol, .ct_bg ul
{ list-style: none;}
.ct_bg caption, .ct_bg th
{ text-align: left;}
.ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6
{ font-size: 100%; font-weight: normal;}
.ct_bg q:after, .ct_bg q:before
{ content:'';}
.ct_bg a, .ct_bg input
{ outline: none; }
.ct_bg abbr, .ct_bg acronym
{ border: 0;}
.ct_bg span,
.ct_bg small {
  font-family: inherit;
  font-weight: inherit;
}
.ct_bg strong {
  font-family: inherit;
  font-weight: bold;
}
.ct_bg li:before {
  content: normal;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: initial;
  left: auto;
  top: auto;
}

[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -0.5em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
rt {
	display: none;
}

#contents {
  padding: 0;
  width: 100%;
}
.c-pagetop {
  z-index: 99;
}
.onlySP {
  display: none;
}
.mt05 {
	margin-top: 5px !important;
}
.ct_bg {
  background: url("../img/bg01.png") repeat 0 0;
}
.ct_bg img {
  max-width: 100%;
  height: auto;
}
.ct_bg .imgOver01 img {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ct_bg .imgOver02 a {
  position: relative;
  display: block;
  background: transparent;
}
.ct_bg .imgOver02 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background .3s;
}
@media (any-hover: hover) {
  .ct_bg .imgOver01 a:hover img {
    opacity: .8;
  }
  .ct_bg .imgOver02 a:hover::before {
    background: rgba(255, 255, 255, 0.2);
  }
}
.ct_bg .center {
  text-align: center !important;
}
.ct_bg .right {
  text-align: right !important;
}
.ct_bg .hellip {
  font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
}
.ct_bg .snsBtn01 {}
.ct_bg .snsBtn01 > li {}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.ct_bg .wrap01 {
  display: flex;
  flex-wrap: wrap;
}
.ct_bg .wrap01.bC {
  justify-content: center;
}
.ct_bg .wrap01.between {
  justify-content: space-between;
}
.ct_bg .wrap01.aC {
  align-items: center;
}
.ct_bg .headTitleArea01 {
  padding: 8px 0;
  margin-bottom: 30px;
  background: #553b94;
}
.ct_bg .headTitleArea01 h1 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: -.05em;
}
.ct_bg .localNavArea01 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 0;
}
.ct_bg .localNavArea01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 2px solid #ddc4de;
}
.ct_bg .frameArea01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 890px;
  margin: 20px auto 0;
  padding: 0 20px 0;
}
.ct_bg .frameArea01 > .img01 {
	max-width: 122px;
}
.ct_bg .frameArea01 > .text01 {
	font-size: 28px;
	font-weight: 600;
	width: calc(100% - 142px);
	margin-left: 20px;
	color: #fff;
	line-height: 1.6;
}
.ct_bg .frameArea01 > .text01 [data-ruby]::before {
	top: -1.2em;
	font-size: .8rem;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
}
.ct_bg .preList01 {
  margin: 40px auto 0;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ct_bg .preList01 > li {
	width: 49%;
}
.ct_bg .preList01 > li:nth-child(even) {
	margin-left: 2%;
}
.ct_bg .preList01 > li:nth-child(n + 3) {
	margin-top: 20px;
}
.ct_bg .preText01 {
	margin-top: 40px;
	font-size: 22px;
	color: #fff;
}
.ct_bg .noteList01 > li {
	font-size: 18px;
	color: #fff;
	position: relative;
	padding-left: 1em;
}
.ct_bg .noteList01 > li::before {
	content: "※";
	position: absolute;
	left: 0;
}
.ct_bg .mainArea01 {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 47px;
}
.ct_bg .contentsArea01 > .inner01 {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}
.ct_bg .contentsArea01 > .inner01 .imgTitle01 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 57px;
}
.ct_bg .contentsArea01 > .inner01 .imgTitle02 {
  margin-top: 62px;
}
.ct_bg .contentsArea01 > .inner01 .imgTitle03 {
  margin-top: 70px;
}
.ct_bg .contentsArea01 > .inner01 .imgTitle04 {
  margin-top: 70px;
}
.ct_bg .contentsArea01 > .inner01 .imgTitle05 {
  margin-top: 76px;
}
.ct_bg .contentsArea01 > .inner01 .imgTitle06 {
  margin-top: 51px;
}
.ct_bg .contentsArea01 > .inner01 .imgTitle07 {
  margin-top: 60px;
}
.ct_bg .contentsArea01 > .inner01 .imgTitle08 {
  margin-top: 79px;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .hdg01 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: -.05em;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .col01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .textWrap {
  /*  width: 593px;*/
  width: 61.77%;
  color: #fff;
  margin-top: -7px;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .tx01 {
  font-size: 22px;
  font-feature-settings: "palt";
  letter-spacing: -.05em;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .tx02 {
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: -.05em;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .tx03 {
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: -.05em;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .tx04Wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .tx04 {
  color: #553b94;
  background: #fff;
  border: 1px solid #553b94;
  padding: 0.45em 0.65em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: -.05em;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .tx05 {
  display: inline-block;
  padding: 0.53em 0.9em 0.35em;
  color: #fff;
  background: #64c0ab;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: -.05em;
  margin-left: 18px;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .tx06 {
  color: #fff;
  font-size: 18px;
  margin-left: 14px;
  font-feature-settings: "palt";
  letter-spacing: -.05em;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .tx06 .price {
  font-weight: bold;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .textWrap ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .textWrap ul li {
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: -.05em;
  position: relative;
  text-indent: 1em;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .textWrap ul li::before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .img01 {
  /*  width: 337px;*/
  width: 35.1%;
}
.ct_bg .contentsArea01 > .inner01 .cvArea01 .btn01 {
  margin-top: 30px;
}
.ct_bg .contentsArea01 > .inner01 .navArea01 {
  margin-top: 50px;
}
.ct_bg .contentsArea01 > .inner01 .navArea01 .navList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ct_bg .contentsArea01 > .inner01 .navArea01 .navList01 li {
  width: 48.33%;
	cursor: pointer;
}
.ct_bg .contentsArea01 > .inner01 .productInfo {
  margin-top: 87px;
  margin-bottom: 65px;
}
.ct_bg .contentsArea01 > .inner01 .productInfo > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 31px;
}
.ct_bg .contentsArea01 > .inner01 .productInfo > .inner01 > .tx01 {
  margin-top: 19px;
  box-shadow: 0 4px 4px rgba(86, 61, 99, .5);
  width: 45.07%;
}
.ct_bg .contentsArea01 > .inner01 .productInfo > .inner01 > .tx02 {
  width: 52.65%;
}
.ct_bg .frameArea01 {
	
}
.ct_bg .pdfBox01 {
	margin-top: 30px;
	border-radius: 20px;
	background-color: #fff;
	color: #e60012;
	display: none;
}
.ct_bg .pdfBox01 > .inner01 {
	padding: 30px;
}
.ct_bg .pdfBox01 .pdfList01 {
	display: flex;
	flex-wrap: wrap;
}
.ct_bg .pdfBox01 .pdfList01 li {
	width: 23.2%;
	margin-right: 2.3%;
}
.ct_bg .pdfBox01 .pdfList01 li a {
	color: #6154a1;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-decoration: none;
	transition: .3s;
}
.ct_bg .pdfBox01 .pdfList01 li a img {
	margin-bottom: 10px;
}
.ct_bg .pdfBox01 .pdfList01 li a:hover {
	text-decoration: underline;
	opacity: .6;
}
.ct_bg .pdfBox01 .pdfList01 li:nth-child(4n + 4) {
	margin-right: 0;
}
.ct_bg .pdfBox01 .pdfList01 li:nth-child(n + 5) {
	margin-top: 25px;
}
.ct_bg .btn08.typeWide01 span {
	cursor: pointer;
    display: block;
    min-height: 143px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.ct_bg .btn08.typeWide01 span {
	background: url("../img/btn02_pc_no.png") no-repeat 0 0 / 100%;
}
.ct_bg .btn08.typeWide01 span:hover {
	background: url("../img/btn02_pc_on.png") no-repeat 0 0 / 100%;
}
.ct_bg .btn08.typeWide01.open span {
	background: url("../img/btn03_pc_no.png") no-repeat 0 0 / 100%;
}
.ct_bg .btn08.typeWide01.open span:hover {
	background: url("../img/btn03_pc_on.png") no-repeat 0 0 / 100%;
}
.ct_bg .movieTitle01,
.ct_bg .preTitle01 {
	display: table;
	margin: 70px auto 0;
}
.ct_bg .movieList01,
.ct_bg .movieList02 {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 63px;
}
.ct_bg .movieList01 + .movieList01,
.ct_bg .movieList01 + .movieList02 {
	margin-top: 20px;
}
.ct_bg .movieWrap01 {
	width: 49%;
	padding: 0 20px 0;
	border-radius: 20px;
	background-color: #fff;
	padding: 20px;
}
.ct_bg .movieWrap01:nth-child(even) {
  margin-left: 2%;
}
.ct_bg .movieList01 .movieWrap01:nth-child(n + 3) {
  margin-top: 20px;
}
.ct_bg .movieWrap01.type01 {
  width: 32%;
  margin-left: 2%;
}
.ct_bg .movieWrap01.type01:nth-child(3n - 2) {
  margin-left: 0;
}
.ct_bg .movieList02 .movieWrap01.type01:nth-child(n + 4) {
  margin-top: 20px;
}
.ct_bg .movieWrap01 > .text01 {
  text-align: center;
  margin-top: 15px;
  color: #6154a1;
}
.ct_bg .movieWrap01:has(.movieBlock01.type01) > .text01 {
  text-align: left;
}
.ct_bg .movieWrap01 > .text01 > .icon01 {
  font-size: 150%;
  line-height: .0;
  display: inline-block;
  position: relative;
  top: .08em;
}
.ct_bg .movieWrap01 > .movieBlock01 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ct_bg .movieBlock01.type01 {
  padding-bottom: 0;
  height: auto;
  aspect-ratio: 458 / 815;
}
.ct_bg .movieWrap01 > .movieBlock01:not(:first-child) {
  margin-top: 30px;
}
.ct_bg .movieWrap01 > .movieBlock01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 470 / 264;
}
.ct_bg .btn01 a {
  display: inline-block;
  text-align: center;
  min-width: 290px;
  padding: 0.545em 1em;
  border-radius: 9999px;
  text-decoration: none;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  background: #f27e7e;
  border: 3px solid #f27e7e;
}
@media (any-hover: hover) {
  .ct_bg .btn01 a:hover {
    color: #f27e7e;
    background: #fff;
    border: 3px solid #f27e7e;
  }
  .ct_bg .btn01 a:hover span {
    color: #f27e7e;
  }
}
.ct_bg .btn01 a span {
  color: #fff;
  position: relative;
  padding-left: 37.2px;
}
.ct_bg .btn01 a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../img/ic01.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  width: 27.2px;
  height: 28.8px;
  transform: translateY(-52%);
}
.ct_bg .btn01 a span.reserve {
  padding-left: 34px;
}
.ct_bg .btn01 a span.reserve::before {
  background-image: url(../img/ic02.svg);
  width: 24px;
  height: 25.6px;
  transform: translateY(-50%);
}
.ct_bg .btn01 a span.waiting {
  padding-left: 42.8px;
}
.ct_bg .btn01 a span.waiting::before {
  background-image: url(../img/ic03.svg);
  width: 32.8px;
  height: 24px;
  transform: translateY(-52%);
}
.ct_bg .btn01 a:hover span::before {
  background-image: url(../img/ic01_on.svg);
}
.ct_bg .btn01 a:hover span.reserve::before {
  background-image: url(../img/ic02_on.svg);
}
.ct_bg .btn01 a:hover span.waiting::before {
  background-image: url(../img/ic03_on.svg);
}
.ct_bg .btn02 a {
  display: inline-block;
  text-align: center;
  min-width: 190px;
  padding: 1em;
  border-radius: 9999px;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #64c0ab;
  border: 3px solid #64c0ab;
}
@media (any-hover: hover) {
  .ct_bg .btn02 a:hover {
    color: #f27e7e;
    background: #fff;
    border: 3px solid #64c0ab;
  }
  .ct_bg .btn02 a:hover span {
    color: #64c0ab;
  }
  .ct_bg .btn02 a:hover span::after {
	border-left: 10px solid #64c0ab;
  }
}
.ct_bg .btn02 a span {
  color: #fff;
  position: relative;
  padding-right: 20px;
}
.ct_bg .btn02 a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  transform: translateY(-50%);
}
.ct_bg .preBtn01 {
  max-width: 464px;
  margin: 40px auto 0;
}
.ct_bg .copyrightBlock01 {
  margin-top: 130px;
  padding-bottom: 100px;
}
.ct_bg .copyrightBlock01 .copyright01 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  [data-ruby]::before {
	top: -1em;
	font-size: 1.2rem;
	white-space: nowrap;
  }
  .ct_bg {
    background-size: 9vw;
  }
  .ct_bg a {
    text-decoration: underline;
  }
  .ct_bg a:hover {
    text-decoration: none;
  }
  .ct_bg img {
    width: 100%;
    height: auto;
  }
  .onlyPC {
    display: none;
  }
  .onlySP {
    display: block;
  }
  img.onlySP {
    display: inline-block;
  }
  .ct_bg .headTitleArea01 {
    padding: 2.5vw 0;
    margin-bottom: 4vw;
  }
  .ct_bg .headTitleArea01 h1 {
    font-size: 3.2vw;
  }
  .ct_bg .mainArea01 {
    max-width: 1000px;
    padding-left: 2.67vw;
    padding-right: 2.67vw;
    margin-bottom: 6.27vw;
  }
  .ct_bg .localNavArea01 > .inner01 > .logo01 {
	width: 56%;
	margin-right: 4%;
  }
  .ct_bg .localNavArea01 > .inner01 > .btn02 {
	width: 40%;
  } 
  .ct_bg .localNavArea01 > .inner01 > .btn02 > a {
	max-width: 190px;
	min-width: 100%;
	font-size: 12px;
  }
  .ct_bg .localNavArea01 > .inner01 > .btn02 a span::after {
	border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
  }
  .ct_bg .frameArea01 {
	padding: 0;
  }
  .ct_bg .frameArea01 > .img01 {
	width: 25%;
  }
  .ct_bg .frameArea01 > .text01 {
	font-size: 18px;
	font-weight: 600;
	width: calc(75% - 10px);
	margin-left: 10px;
	color: #fff;
	line-height: 1.6;
  }
  .ct_bg .frameArea01 > .text01 [data-ruby]::before {
	top: -1.2em;
	font-size: .6rem;
  }
  .ct_bg .movieTitle01 {
	max-width: 165px;
  }
  .ct_bg .preTitle01 {
	margin-top: 40px;
	max-width: 209px;
  }
  .ct_bg .preText01 {
	font-size: 16px;
  }
  .ct_bg .preList01 > li {
	width: 100%;
  }
  .ct_bg .preList01 > li:nth-child(even) {
	margin-left: 0;
  }
  .ct_bg .preList01 > li:nth-child(n + 2) {
	margin-top: 20px;
  }
  .ct_bg .noteList01 > li {
	font-size: 13px;
  }
  .ct_bg .contentsArea01 > .inner01 {
    padding-left: 2.67vw;
    padding-right: 2.67vw;
  }
  .ct_bg .contentsArea01 > .inner01 .imgTitle01 {
    margin-left: -0.135vw;
    margin-right: -0.135vw;
    margin-bottom: 7.8vw;
  }
  .ct_bg .contentsArea01 > .inner01 .imgTitle02 {
    margin-top: 9.47vw;
  }
  .ct_bg .contentsArea01 > .inner01 .imgTitle03 {
    margin-top: 9.2vw;
  }
  .ct_bg .contentsArea01 > .inner01 .imgTitle04 {
    margin-top: 8.82vw;
  }
  .ct_bg .contentsArea01 > .inner01 .imgTitle05 {
    margin-top: 10.1vw;
  }
  .ct_bg .contentsArea01 > .inner01 .imgTitle06 {
    margin-top: 9.1vw;
  }
  .ct_bg .contentsArea01 > .inner01 .imgTitle07 {
    margin-top: 9.33vw;
  }
  .ct_bg .contentsArea01 > .inner01 .imgTitle08 {
    margin-top: 9.07vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .hdg01 {
    font-size: 4.8vw;
    line-height: 1.75;
    margin-bottom: 3.87vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .textWrap {
    width: 100%;
    margin-top: 0;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .tx01 {
    font-size: 4.27vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .tx02 {
    font-size: 3.47vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .tx03 {
    font-size: 2.93vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .tx04Wrap {
    margin-top: 6.4vw;
    line-height: 3.2;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .tx04 {
    padding: 0.25em 0.4em;
    font-size: 3.73vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .tx05 {
    padding: 0.53em 0.9em 0.35em;
    padding: 0.43em 0.9em 0.25em;
    font-size: 3.73vw;
    margin-left: 2.67vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .tx06 {
    font-size: 3.73vw;
    margin-left: 0;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .tx06 .price {
    font-weight: bold;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .textWrap ul {
    margin-top: 4.8vw;
    margin-bottom: 6vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .textWrap ul li {
    font-size: 3.47vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .textWrap ul li::before {
    top: 0.5em;
    width: 2.69vw;
    height: 2.69vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .img01 {
    width: 100%;
    text-align: center;
    margin-top: 6.6vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .img01 img {
    width: 63.33vw;
  }
  .ct_bg .contentsArea01 > .inner01 .cvArea01 .btn01 {
    margin-top: 2.45vw;
  }
  .ct_bg .contentsArea01 > .inner01 .navArea01 {
    margin-top: 50px;
  }
  .ct_bg .contentsArea01 > .inner01 .navArea01 .navList01 {
    gap: 4.93vw;
  }
  .ct_bg .contentsArea01 > .inner01 .navArea01 .navList01 li {
    width: 100%;
  }
  .ct_bg .contentsArea01 > .inner01 .productInfo {
    margin-top: 7.2vw;
    margin-bottom: 7.8vw;
  }
  .ct_bg .contentsArea01 > .inner01 .productInfo > .inner01 {
    margin-bottom: 4vw;
  }
  .ct_bg .contentsArea01 > .inner01 .productInfo > .inner01 > .tx01 {
    margin-top: 2vw;
  }
  .ct_bg .pdfBox01 {
	margin: 4.93vw 0;
  }
  .ct_bg .pdfBox01 > .inner01 {
	padding: 30px 15px;
  }
  .ct_bg .pdfBox01 .pdfList01 li {
	width: 47.14%;
	margin-right: 5.72%;
  }
  .ct_bg .pdfBox01 .pdfList01 li:nth-child(2n + 2) {
	margin-right: 0;
  }
  .ct_bg .pdfBox01 .pdfList01 li:nth-child(n + 3) {
	margin-top: 25px;
  }
  .ct_bg .btn08.typeWide01 span:hover {
	background: url("../img/btn02_pc_no.png") no-repeat 0 0 / 100%;
  }
  .ct_bg .btn08.typeWide01.open span:hover {
	background: url("../img/btn03_pc_no.png") no-repeat 0 0 / 100%;
  }
  .ct_bg .movieList01,
  .ct_bg .movieList02 {
	margin-top: 9vw;
  }
  .ct_bg .movieWrap01 {
	width: 100%;
    border-radius: 10px; 
    padding: 2.66vw;
    padding-bottom: 6vw;
  }
  .ct_bg .movieWrap01:nth-child(even) {
    margin-left: 0;
  }
  .ct_bg .movieWrap01 + .movieWrap01 {
    margin-top: 5.33vw;
  }
  .ct_bg .movieWrap01 > .text01 {
    text-align: left;
    margin-top: 4vw;
    font-size: 3.73vw;
  }
  .ct_bg .movieWrap01:has(.movieBlock01.type01) {
    width: 72vw;
    max-width: inherit;
  }
  .ct_bg .btn08.typeWide01 span {
	min-height: 30vw;
  }
  .ct_bg .btn01 a {
    min-width: 45.33vw;
    font-size: 3.475vw;
    padding: 0.42em 1em;
  }
  .ct_bg .btn01 a span {
    padding-left: 5.63vw;
  }
  .ct_bg .btn01 a span::before {
    width: 4.13vw;
    height: 4.38vw;
  }
  .ct_bg .btn01 a span.reserve {
    padding-left: 5.2vw;
  }
  .ct_bg .btn01 a span.reserve::before {
    width: 3.65vw;
    height: 3.89vw;
  }
  .ct_bg .btn01 a span.waiting {
    padding-left: 6vw;
  }
  .ct_bg .btn01 a span.waiting::before {
    width: 4.99vw;
    height: 3.65vw;
  }
.ct_bg .preBtn01 {
	max-width: 100%;
	margin: 3.93vw 0 0;
  }
  .ct_bg .copyrightBlock01 {
    margin-top: 18.7vw;
    padding-bottom: 21.9vw;
  }
  .ct_bg .copyrightBlock01 .copyright01 {
    font-size: 3.47vw;
  }
}