/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@500&display=swap');
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Noto+Sans+JP:wght@300;400;500;700&family=Spectral&display=swap');
/*font-family: 'M PLUS Rounded 1c', sans-serif;*/

/*
font-family: 'La Belle Aurore', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Spectral', serif;
*/


.pcview {

}


.spview {
  display: none!important;
}

@media screen and (max-width: 768px) {

.pcview {
display: none!important;
}

.spview {
  display: block!important;
}

}


/* mvArea
----------------------------------------------------------------------------*/
.mvArea {
  width: 100%;
  height: 57.3vw;
  min-height: 600px;
  background: rgba(0,0,0,0.3);
  background-image: url("../img/main.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.mvArea .mvArea_inner {
	width: 80.88vw;
	margin: 0 auto;
	padding: 5.2vw 0 0;
}

.mvArea .mvArea_inner h1 {
	width: 22vw;
}

.mvArea .mvArea_inner h1 {
	width: 22vw;
}



@media screen and (max-width: 768px) {
	.mvArea {
		min-height: 560px;
    background-image: url("../img/main_sp.jpg");
    position: relative;
	}
	.mvArea .mvArea_inner {
		width: 100%;
		max-width: auto;
    position: relative;
  }

  .mvArea .mvArea_inner h1 {
  	display: none;
  }

}


/* parts
----------------------------------------------------------------------------*/

.pcOnly {
  display: block; }

.spOnly {
  display: none; }

.sp320-Only {
  display: none; }

.note {
  font-size: 12px;
  margin-top: 5px; }

a {
  transition: .3s; }
  a:hover {
    opacity: .5;
    transition: .3s; }

.fixArea {
	width: 100%;
	background: #ccc;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

 .fixArea.-active {
    animation-duration: 0.5s;
    animation-name: fade-out;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-out;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-out;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}


.fixArea #page_top {
	width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    float: right;
    transition: .3s;
    position: absolute;
    top: -40px;
    right: 20px;
}

.fixArea #page_top a {
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
}


.fixArea #page_top a:hover {
	opacity: 1;
}

.fixArea #page_top:hover {
	background: #cca740;
	transition: .3s;
}

@media screen and (max-width: 768px) {

	.fixArea #page_top {
		width: 40px;
		height: 40px;
		position: absolute;
		margin: 0;
		top: -50px;
		right: 10px;
	}

	.fixArea #page_top a {
		width: 40px;
		height: 40px;
	}
}


@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }
@-moz-keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }
@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none; }

  .spOnly {
    display: block; }

  .sp320-Only {
    display: none; }

  #page_top {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px; }

  #page_top a {
    width: 50px;
    height: 50px; } }
@media screen and (max-width: 320px) {
  .sp320-Only {
    display: block; } }
.fDAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fDAnime;
  -ms-animation-name: fDAnime;
  animation-name: fDAnime;
  visibility: visible !important; }

@-webkit-keyframes fDAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fDAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }


.priceBox01 .price01 {
	font-size: 20px;
    font-weight: bold;
}

.priceBox01 .price02 {
	font-size: 14px;
}

.priceBox02 .price01 {
	font-size: 18px;
    /* font-weight: bold; */
}

.priceBox02 .price02 {
	font-size: 14px;
}



/* sec
----------------------------------------------------------------------------*/

.sec {
	display: block;
	font-family: 'Noto Serif JP', 'Noto Sans JP';
	font-weight: normal;
	padding: 8vw 0;
}

.sec .title {
	font-size: 2.8rem;
	font-weight: normal;
	margin: 0 0 3.68vw;
	text-align: center;
}

.sec.sec01 p.fD {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 2.94vw;
	line-height: 2.2;
	letter-spacing: 0.1em;
}

.sec.sec01 p.fD:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	.sec {
		padding: 30px 0 60px;
	}

	.sec .title {
		font-size: 2.0rem;
		margin: 0 0 40px;
		line-height: 1.6;
	}

  .sec.sec01 p.fD {
  	font-size: 1.5rem;
  }
  .sec.sec01 h1 {
    margin-bottom: 80px;
  }
}



/* sec01
----------------------------------------------------------------------------*/

.sec01 {

}

.sec01 .title span {
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	.sec01 {

	}

  .sec01 h1 img {
   width: 50%;

  }
	
  .sec01 .title span {
	font-size: 1.6rem;
  }

}


/* sec02
----------------------------------------------------------------------------*/

.sec02 {
	background: url("../img/bg_sec02.jpg") center bottom no-repeat;
	background-size: cover;
	width: 100%;
	margin-bottom: 1.4vw;
	padding: 0;
	box-sizing: border-box;
}

.sec02 .secInner {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	width: 80.88vw;
	height: 55.15vw;
	padding: 8vw 0 5.14vw;
	box-sizing: border-box;
}

.sec02 .title {
	font-family: 'La Belle Aurore', cursive;
	font-size: 3.8rem;
	position: relative;
	color: #fff;
	display: inline-block;
	text-align: left;
	width: 215px;
	margin: 0 30px 25px 0;
	line-height: 1.0;
}

.sec02 .title:after {
	content: '';
	width: 215px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.6;
}

.sec02 p {
	color: #fff;
	line-height: 2.1;
	letter-spacing: 0.1em;
  font-weight: 500;
}



@media screen and (max-width: 768px) {

  .sec02 {
  	background: url("../img/bg_sec02_sp.jpg") center bottom no-repeat;
    background-size: cover;
  }

  .sec02 .secInner {
  	height: 95vw;
  }

  .sec02 .title {
  	display: none;
  }

}


/* sec03
----------------------------------------------------------------------------*/

.sec03 {
	background: url("../img/bg_sec03.jpg") center bottom no-repeat;
	background-size: cover;
	width: 100%;
	margin-bottom: 1.4vw;
	padding: 0;
	box-sizing: border-box;
}

.sec03 .secInner {
  position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: 80.88vw;
	height: 55.15vw;
	padding: 8vw 0 5.14vw;
	box-sizing: border-box;
}

.sec03 .title {
	font-family: 'La Belle Aurore', cursive;
	font-size: 3.8rem;
	position: relative;
	color: #fff;
	display: inline-block;
	text-align: left;
	width: 215px;
	margin: 0 0 25px 0;
	line-height: 1.0;
}

.sec03 .title:after {
	content: '';
	width: 215px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.6;
}

.sec03 p {
	color: #fff;
	line-height: 2.1;
	letter-spacing: 0.1em;
  font-weight: 500;
}

.sec03 p.notice {
  position: absolute;
  bottom: 20px;
	color: #fff;
  font-size: 1.2rem;
	letter-spacing: 0.1em;
  font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {

  .sec03 {
    background: url("../img/bg_sec03_sp.jpg") center bottom no-repeat;
    background-size: cover;
  }

  .sec03 .secInner {
    height: 95vw;
    width: 92vw;
  }

  .sec03 .title {
    display: none;
  }

  .sec03 p.notice {
    position: absolute;
    bottom: 10px;
  	color: #fff;
    font-size: 1.1rem;
  	letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 100;
  	font-family: 'Noto Sans JP', sans-serif;
  }
  .sec03 p.notice span {
    font-size: 1rem;
  }
}


/* sec04
----------------------------------------------------------------------------*/

.sec04 {
	background: url("../img/bg_sec04.jpg") center bottom no-repeat;
	background-size: cover;
	width: 100%;
	margin-bottom: 1.4vw;
	padding: 0;
	box-sizing: border-box;
}

.sec04 .secInner {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	width: 80.88vw;
	height: 55.15vw;
	padding: 8vw 0 5.14vw;
	box-sizing: border-box;
}

.sec04 .title {
	font-family: 'La Belle Aurore', cursive;
	font-size: 3.8rem;
	position: relative;
	color: #fff;
	display: inline-block;
	text-align: left;
	width: 215px;
	margin: 0 45px 25px 0;
	line-height: 1.0;
}

.sec04 .title:after {
	content: '';
	width: 215px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.6;
}

.sec04 p {
	color: #fff;
	line-height: 2.1;
	letter-spacing: 0.1em;
  font-weight: 500;
}


@media screen and (max-width: 768px) {
  .sec04 {
    background: url("../img/bg_sec04_sp.jpg") center bottom no-repeat;
    background-size: cover;
  }

  .sec04 .secInner {
    height: 95vw;
  }

  .sec04 .title {
    display: none;
  }
}


/* sec05
----------------------------------------------------------------------------*/

.sec05 {
	background: url("../img/bg_sec05.jpg") center bottom no-repeat;
	background-size: cover;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.sec05 .secInner {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	width: 80.88vw;
	height: 55.15vw;
	padding: 8vw 0 5.14vw;
	box-sizing: border-box;
}

.sec05 .title {
	font-family: 'La Belle Aurore', cursive;
	font-size: 3.8rem;
	position: relative;
	color: #fff;
	display: inline-block;
	text-align: left;
	width: 285px;
	margin: 0 45px 25px 0;
	line-height: 1.0;
}

.sec05 .title:after {
	content: '';
	width: 285px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.6;
}

.sec05 p {
	color: #fff;
	line-height: 2.1;
	letter-spacing: 0.1em;
  font-weight: 500;
}


@media screen and (max-width: 768px) {
  .sec05 {
    background: url("../img/bg_sec05_sp.jpg") center bottom no-repeat;
    background-size: cover;
  }

  .sec05 .secInner {
    height: 95vw;
  }

  .sec05 .title {
    display: none;
  }

  .secsp .title {
  	font-family: 'La Belle Aurore', cursive;
  	font-size: 3.5rem;
  	position: relative;
  	color: #333;
    width: 240px;
    display: block;
  	/* text-align: center; */
  	margin: 0 auto 25px;
  	line-height: 1.0;
  }

  .secsp .title:after {
  	content: '';
  	width: 240px;
  	height: 2px;
  	background: #333;
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	opacity: 0.6;
  }

  .secsp p {
  	color: #333;
  	line-height: 2.1;
  	letter-spacing: 0.1em;
    text-align: center;
  }

}


/* sec06
----------------------------------------------------------------------------*/

.sec06 {
	padding: 120px 0;
}

.sec06 .title {
	font-size: 2.8rem;
	font-weight: normal;
	margin: 0 0 20px;
	text-align: center;
	font-family: 'Spectral', serif;
	line-height: 0.8;
}

.sec06 .title span {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.sec06 .movieBox .movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.sec06 .movieBox .movie iframe {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 768px) {
	
  .sec06 {
      padding: 80px 0;
  }

}

/* sec07
----------------------------------------------------------------------------*/


.sec07 {
	padding: 0;
}

.sec07 h2.title {
  font-size: 2.8rem;
  font-weight: normal;
  margin: 0 0 20px;
  text-align: center;
  font-family: 'Spectral', serif;
  line-height: 0.8;
}

.sec07 h2.title span {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.sec07 .co01 {
	background: #D8D8CD;
}

.sec07 .co02 {
	background: #ccc;
}

.sec07 .secInner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1040px;
	height: auto;
	padding: 80px 0;
	box-sizing: border-box;
}

.sec07 .co01 h3.title {
	color: #50513E;
	font-size: 3.8rem;
	font-family: 'Spectral', serif;
	margin: 10px 0 20px;
	line-height: 1.0;
	text-align: left;
}

.sec07 .co01 h3.title span {
	font-size: 1.8rem;
	margin-left: 25px;
	font-family: 'Noto Serif JP', 'Noto Sans JP';
	color: #000;
}

.sec07 .co01 .rightBox {
	position: relative;
	width: 630px;
}

.sec07 .co01 .rightBox img {
	width: 100%;
}

.sec07 .co01 .rightBox .img01 {
	position: absolute;
	left: -440px;
	bottom: -50px;
	width: 530px;
}

.sec07 .co02 h3.title {
	color: #000;
	font-size: 3.8rem;
	font-family: 'Spectral', serif;
	margin: 10px 0 20px;
	line-height: 1.0;
	text-align: left;
}

.sec07 .co02 h3.title span {
	font-size: 1.8rem;
	margin-left: 25px;
	font-family: 'Noto Serif JP', 'Noto Sans JP';
	color: #000;
}

.sec07 .co02 .leftBox {
	order: 2;
}

.sec07 .co02 .rightBox {
	width: 630px;
	order: 1;
	position: relative;
}

.sec07 .co02 .rightBox img {
	width: 100%;
}

.sec07 .co02 .rightBox .img02 {
	position: absolute;
	right: -440px;
	bottom: -50px;
	width: 500px;
}

.sec07 .secInner p {
	width: 350px;
	line-height: 2.1;
	letter-spacing: 0.1em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .sec07 {
	
  } 
  .sec07 .secInner {
  	width: 100%;
  	padding: 50px 40px;
    flex-direction: column;
  }
.sec.sec07 .co01 h3.title {
  	font-size: 3.4rem;
  	font-family: 'Spectral', serif;
  	margin: 35px 0 30px;
  }

.sec.sec07 .co01 h3.title span {
    display: block;
    font-size: 1.8rem;
  	margin-left: 0;
  }

  .sec07 .co01 .rightBox {
  	width: 100%;
    order: -1;
  }

  .sec07 .co01 .rightBox img {
  	width: 100%;
  }

  .sec07 .co01 .rightBox .img01 {
    left: auto;
    right: -5%;
    bottom: -42%;
    width: 70%;
  }

  .sec07 .co02 h3.title {
  	font-size: 3.4rem;
  	margin: 35px 0;
  	text-align: right;
  }

  .sec07 .co02 h3.title span {
    display: block;
    font-size: 1.8rem;
  	margin-left: 0;
  }

  .sec07 .co02 .leftBox {
  	order: 2;
  }

  .sec07 .co02 .rightBox {
  	width: 100%;
  }

  .sec07 .co02 .rightBox .img02 {
    left: 0;
    right: auto;
    bottom: -100px;
    width: 65%;
  }

  .sec07 .secInner p {
  	width: 100%;
  	line-height: 2.1;
  	letter-spacing: 0.1em;
  }
}



/* sec08
----------------------------------------------------------------------------*/

.sec08 {
	padding: 8.8vw 0 7.35vw;
}

.sec08 .title {
  font-size: 2.8rem;
  font-weight: normal;
  margin: 0 0 20px;
  text-align: center;
  font-family: 'Spectral', serif;
  line-height: 0.8;
}

.sec08 .title span {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.sec08 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.sec08 li {
	width: 310px;
}

.sec08 li img {
	width: 100%;
}

.sec08 li h3 {
	font-size: 2.0rem;
	text-align: center;
	font-weight: normal;
	margin: 20px 0 15px;
}


@media screen and (max-width: 768px) {

  .sec08 ul {
  	flex-direction: column;
  }

  .sec08 li {
  	width: 100%;
    margin-bottom: 50px;
  }
}


/* sec08
----------------------------------------------------------------------------*/

.sec09 {
	padding: 100px 0 135px;
	background: #F2F2F2;
}

.sec09 .title {
	font-size: 2.8rem;
	font-weight: normal;
	margin: 0 0 30px;
	text-align: center;
	font-family: 'Spectral', serif;
	line-height: 0.9;
}

.sec09 .title span {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.sec09 h3 {
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	width: 530px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 auto;
  line-height: 1.6;
	padding: 15px 0;
}

.sec09 h3 span {
	font-size: 1.1rem;
  display: block;
  line-height: 1.7;
  margin-top: 10px;
}

.sec09 .box01,
.sec09 .box02,
.sec09 .box03 {
	background: #fff;
	border-radius: 15px;
	padding: 40px 55px;
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec09 .box01 {
	margin-bottom: 15px;
}

.sec09 .notes {
	font-size: 1.1rem;
	margin-bottom: 85px;
}

.box01left {
	width: 690px;
}

.box01left dl {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.box01left dl:nth-child(1) {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #000000;
}

.box01left dl dt {
	width: 160px;
	height: 200px;
	border: 1px solid #2E3192;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2E3192;
	text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.box01left dl:nth-child(2) dt {
	color: #BD5867;
	border: 1px solid #BD5867;
}

.sec09 .box02 {
	margin-bottom: 90px;
}

.sec09 .box02 dl {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 425px;
	height: 175px;
}

.sec09 .box02 dl dt {
	order: 2;
	color: #2E3192;
	font-size: 2.0rem;
  font-weight: bold;
	margin: 15px 0 10px;
}

.sec09 .box02 dl:last-child dt {
	color: #BD5867;
}

.sec09 .box02 dl dd {
	order: 3;
}

.sec09 .box02 dl dd.img03 {
	width: 135px;
	order: 1;
}

.sec09 .box02 dl:last-child dd.img03 {
	margin-top: 20px;
}

.sec09 .box02 dl dd.img03 img {
	width: 100%;
}

.sec09 .box03 h4 {
	width: 165px;
}

.sec09 .box03 p {
	width: 680px;
	line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .sec09 .box01,
  .sec09 .box02,
  .sec09 .box03 {
  	padding: 50px 45px;
  	margin: 30px 0 0;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
    flex-direction: column;
  }

  .sec09 {
  	padding: 70px 0 50px;
  }

  .box01left {
  	width: 100%;
  }

  .box01left dl {
    flex-wrap: wrap;
  }

  .box01left dl:nth-child(1) {
    margin-bottom: 0;
    padding-bottom: 35px;
    border-bottom: none;
  }

  .box01left dl dt {
  	width: 100%;
  	height: auto;
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 1.5rem;
  }

  .box01left dl dd {
    width: 35%;
  }

  .box01left dl dd:first-of-type {
    width: 60%;
  }

  .box01left dl:nth-child(2) dt {
  	color: #BD5867;
  	border: 1px solid #BD5867;
  }

  .sec09 .box02 {
  	margin-bottom: 60px;
    text-align: center;
  }

  .sec09 .box02 dl {
  	display: flex;
  	flex-direction: column;
  	flex-wrap: nowrap;
  	justify-content: flex-start;
  	width: 100%;
  	height: auto;
    margin-bottom: 25px;
  }

  .sec09 .box02 dl dt {
  	order: 2;
  	color: #2E3192;
  	font-size: 2.0rem;
  	margin: 15px 0 10px;
  }

  .sec09 .box01right {
  	width: 100%;
    margin-top: 30px;
  }


  .sec09 .box02 dl:last-child dt {
  	color: #BD5867;
  }

  .sec09 .box02 dl dd {
  	order: 3;
  }

  .sec09 .box02 dl dd.img03 {
  	width: 100%;
  	order: 1;
  }
  .sec09 .box02 dl:last-child dd.img03 {
  	margin-top: 20px;
  }

  .sec09 .box02 dl dd.img03 img {
  	width: 60%;
  }

  .sec09 .box03 h4 {
  	width: 165px;
    margin-bottom: 40px;
  }

  .sec09 .box03 p {
  	width: 100%;
  	line-height: 2.2;
    text-align: justify;
  }
  .sec09 h3 {
  	font-size: 1.9rem;
  	width: 100%;
  	padding: 15px 0;
  }

  .sec09 .notes {
    font-size: 1.2rem;
    margin: 10px 0 60px 0;
    padding-left: 3.7rem;
    text-indent: -3.7rem;
}

}


/* sec10
----------------------------------------------------------------------------*/

.sec10 {
	padding: 8.45vw 0 0;
}

.sec10 .title {
	font-size: 3.8rem;
	font-weight: normal;
	margin: 0 0 2.2vw;
	text-align: center;
	font-family: 'Spectral', serif;
	line-height: 1.0;
}

.sec10 .title span {
	font-size: 1.5rem;
	font-family: sans-serif, 'Noto Sans JP';
}


.sec10 .img01 {
	margin-bottom: 50px;
}


.sec10 table {
	width: 505px;
	border: 0;
	border-collapse: collapse;
}

.sec10 th,
.sec10 td {
	padding: 10px;
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-collapse: collapse;
}

.sec10 td span {
	font-size: 12px;
}

.sec10 tr.lv01 td {
	background: #F2F2F2;
}

.sec10 tr td.lv02 {
	padding-left: 25px;
	border-left: 2px dotted #000;
}

.sec10 .box01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
  font-family: 'Noto Sans JP';
}

.sec10 .box01>div {
	width: 450px;
}

.sec10 .box01 ul {
	margin-bottom: 45px;
}

.sec10 .box01 ul li {
	margin-bottom: 5px;
}

.sec10 .box01 .notes {
	margin: 0 0 30px 1em;;
	text-indent: -1em;
}


.sec10 .box02 {
	margin-top: 100px;
	font-family: 'Noto Sans JP';
	overflow: hidden;
}

.sec10 .box02 .desc01 {
	width: 690px;
	float: left;
	border-right: 1px solid #999;
}

.sec10 .box02 .desc01 .desc01_pic01 {
	width: 290px;
	margin-left: 10px;
	float: left;
}

.sec10 .box02 .desc01 .desc01_pic02 {
	width: 300px;
	margin-left: 18px;
	margin-top: 10px;
	float: left;
}

.sec10 .box02 .desc01 .txtBox {
	float: left;
    width: 340px;
    margin: 25px 0 0 -20px;
}

.sec10 .box02 .txtBox .tit {
	font-weight: bold;
	margin-bottom: 5px;
}

.sec10 .box02 .txtBox .tit .-ls {
	letter-spacing: -5px;
}

.sec10 .box02 .txtBox .tit .-fs {
	font-size: 14px;
}

.sec10 .box02 .desc02 {
	width: 350px;
	float: right;
	padding-left: 60px;
}

.sec10 .box02 .desc02 .desc02_pic01 {
	width: 280px;
	margin: 45px auto;
}

.sec10 .box03 .box03_p{
	font-family: 'Spectral', serif;
    font-size: 20px;
    font-weight: bold;
	margin-top: 50px;
}

.sec10 .box03 .box03_p > .icon{
	padding: 0 3px;
}

@media screen and (max-width: 768px) {
  .sec10 {
  	padding: 18.45vw 0 0;
  }

  .sec10 .title {
  	font-size: 2.8rem;
  	margin: 0 0 5.2vw;
  	font-family: 'Spectral', serif;
  	line-height: 1.3;
  }

  .sec10 .title span {
  	font-size: 1.5rem;
  	font-family: sans-serif, 'Noto Sans JP';
  }


  .sec10 .img01 {
  	margin-bottom: 30px;
  }


  .sec10 table {
  	width: 100%;
  	border: 0;
  	border-collapse: collapse;
  }

  .sec10 th,
  .sec10 td {
  	padding: 10px;
  	border: none;
  	border-top: 1px solid #000;
  	border-bottom: 1px solid #000;
  	border-collapse: collapse;
	width: 50%;
  }

  .sec10 tr.lv01 td {
  	background: #F2F2F2;
  }

  .sec10 tr td.lv02 {
  	padding-left: 25px;
  	border-left: 2px dotted #000;
  }

  .sec10 .box01 {
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
    flex-direction: column;
  }

  .sec10 .box01>div {
  	width: 100%;
  }

  .sec10 .box01 ul {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .sec10 .box01 ul li {
  	margin-bottom: 5px;
  }

  .sec10 .box01 .notes {
  	margin: 0 0 30px 1em;;
  	text-indent: -1em;
  }
	
  .sec10 .box02{
	margin-top: 80px;
  }

  .sec10 .box02 .desc01 {
	 width: auto;
	 float: none;
	 border: none;
  }
	
  .sec10 .box02 .desc01 .desc01_pic01 {
	width: auto;
	margin-left: 0;
	float: none;
	padding: 0 20px;
  }

  .sec10 .box02 .desc01 .desc01_pic02 {
	width: auto;
	margin-left: 0;
	margin-top: 25px;
	float: none;
	padding: 0 20px;
  }

  .sec10 .box02 .desc01 .txtBox {
	float: none;
    width: auto;
    margin: 0 0 30px;
  }

  .sec10 .box02 .txtBox .tit {
	text-align: center;
  }
	
  .sec10 .box02 .txtBox .tit .-fs {
	font-size: 12px;
  }

  .sec10 .box02 .desc02 {
	width: auto;
	float: none;
	padding-left: 0;
	margin-top: 60px;
	margin-bottom: 75px;
  }

  .sec10 .box02 .desc02 .desc02_pic01 {
	width: auto;
	margin: 0;
	padding: 0 20px;
  }
	
  .sec10 .-spLh {
	line-height: 1.4;
  }

  .sec10 .box03 .box03_p{
	font-size: 14px;
    margin-top: 35px;
  }

  .sec10 .box03 .img01{
	margin-bottom: 0px; 
  }
}


/* sec11
----------------------------------------------------------------------------*/

.sec11 {
	padding: 8.45vw 0;
}

.sec11 .title {
	font-size: 3.8rem;
	font-weight: normal;
	margin: 0 0 1.4vw;
	text-align: center;
	font-family: 'Spectral', serif;
	line-height: 1.0;
}

.sec11 .title span {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.sec11 .box01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 35px;
}

.sec11 .box01 dl {
	background: #F2F2F2;
	width: 505px;
	/* height: 220px; */
	height: 260px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px;
	box-sizing: border-box;
  font-family: 'Noto Sans JP';
}

.sec11 .box01 dl dt {
	order: 2;
	font-size: 1.8rem;
	margin-bottom: 5px;
  font-weight: bold;
}

.sec11 .box01 dl dt span {
	font-size: 1.6rem;
  font-weight: normal;
}

.sec11 .box01 dl dd {
	order: 3;
}

.sec11 .box01 dl .img01 {
	width: 220px;
	order: 1;
}

.sec11 .box02 dl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
  font-family: 'Noto Sans JP';
}

.sec11 .box02 dl dt {
	margin-right: 20px;
	border-right: 1px solid #000;
	padding: 10px 20px 10px 0;
}

.sec11 .box02 dl dd {
	font-size: 1.4rem;
}

.sec11 .dd_grid{
	display: grid;
    gap: 0;
    grid-template-columns: max-content auto;
}
@media screen and (max-width: 768px) {
  .sec11 {
  	padding: 12vw 0;
}
  .sec11 .title {
  	font-size: 3rem;
  	font-weight: normal;
  	margin: 0;
    padding-bottom: 6.4vw;
  	text-align: center;
  	font-family: 'Spectral', serif;
  	line-height: 0.7;
}

  .sec11 .title span {
  	font-size: 1.5rem;
  	font-family: 'Noto Sans JP', sans-serif;
}

  .sec11 .box01 {
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
    flex-direction: column;
  	margin-bottom: 0;
}

  .sec11 .box01 dl {
  	width: 100%;
  	height: auto;
  	display: flex;
  	flex-direction: column;
  	flex-wrap: nowrap;
    padding: 30px 40px;
    margin-bottom: 10px;
}

  .sec11 .box01 dl dt {
  	order: 2;
  	font-size: 1.8rem;
  	margin-bottom: 0;
}

  .sec11 .box01 dl dt span {
  	font-size: 1.6rem;
}

  .sec11 .box01 dl dd {
  	order: 3;
}

  .sec11 .box01 dl .img01 {
    width: 100%;
    order: 1;
    text-align: center;
  }

  .sec11 .box01 dl .img01 img {
    width: 100%;
  }

  .sec11 .box02 dl {
  	display: flex;
    flex-direction: column;
  	align-items: center;
  	justify-content: flex-start;
  }

  .sec11 .box02 dl dt {
  	margin-right: 0;
  	border-right: none;
  	padding: 10px 20px 10px 0;
  }

  .sec11 .box02 dl dd {
  	font-size: 1.4rem;
  }
}


/* sec12
----------------------------------------------------------------------------*/

.sec12 {
	padding: 4.78vw 0;
	background: #D8D8CD;
}

.sec12 .secInner {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}

.sec12 .box01 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.sec12 .img01 {
	width: 420px;
}

.sec12 .box01 .title {
	font-size: 2.0rem;
	position: relative;
	width: 230px;
	margin-top: 20px;
  font-family: 'Noto Sans JP';
}

.sec12 .box01  .title span {
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	bottom: -10px;
}

.sec12 .box01 .title img {
	display: block;
	margin-top: 15px;
}

.sec12 .secInner ul {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}

.sec12 .secInner ul li {
	margin-left: 20px;
}

.sec12 .secInner ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 75px;
	font-size: 2.0rem;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	background: url("../img/icon_arrow01.svg") 90% center no-repeat;
	background-size: 9px auto;
  font-family: 'Noto Sans JP';
}

.sec12 .secInner ul li.amazon a {
	background-color: #242F3E;
}

.sec12 .secInner ul li.rakuten a {
	background-color: #BF0000;
}

@media screen and (max-width: 768px) {
  .sec12 {
  	padding: 6.4vw 0;
  }

  .sec12 .secInner {
  	width: 100%;
  }

  .sec12 .box01 {
  	display: flex;
  	align-items: flex-start;
  	justify-content: space-between;
    flex-direction: column;
  }

  .sec12 .img01 {
  	width: 100%;
    order: 1;
  }

  .sec12 .img03 {
    order: 2;
    position: absolute;
    top: -10vw;
    left: 12vw;
    width: 75%;
  }


  .sec12 .box01 .title {
  	font-size: 1.6rem;
  	position: relative;
  	width: 100%;
  	margin-top: 200px;
    order: 3;
  }

  .sec12 .box01  .title span {
  	font-size: 1.6rem;
  	position: inherit;
    padding-left: 40vw;
  }

  .sec12 .box01 .title img {
  	display: block;
  	margin-top: 15px;
    width: 60%;
    margin: 10px auto 0;
  }

  .sec12 .secInner ul {
  	position: inherit;
  	display: flex;
    flex-direction: column;
  }

  .sec12 .secInner ul li {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .sec12 .secInner ul li a {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 100%;
  	height: auto;
    padding: 20px;
  	font-size: 2.0rem;
  	color: #fff;
  	text-decoration: none;
  	border-radius: 8px;
  	background: url("../img/icon_arrow01.svg") 90% center no-repeat;
  	background-size: 9px auto;
  }

  .sec12 .secInner ul li.amazon a {
  	background-color: #242F3E;
  }

  .sec12 .secInner ul li.rakuten a {
  	background-color: #BF0000;
  }

  .sec12 .box01 .title span {
    font-size: 3.4vw;
    position: absolute;
    right: 18vw;
    bottom: -2vw;
  }

}


/* sidemenu
----------------------------------------------------------------------------*/

.sideMenu {
	position: fixed;
	right: 0;
	top: 50px;
}

.sideMenu ul {
	margin-bottom: 8px;
}

.sideMenu ul li {
	margin-bottom: 8px;
}

.sideMenu ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 32px;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
	border-radius: 16px 0 0 16px;
	background: url("../img/icon_arrow01.svg") 95% center no-repeat;
	background-size: 5px auto;
}

.sideMenu ul li.amazon a {
	background-color: #242F3E;
}

.sideMenu ul li.rakuten a {
	background-color: #BF0000;
}

@media screen and (max-width: 768px) {

  .sideMenu {
    position: absolute;
  	right: 0;
  	top: 430px;
    z-index: 100;
  }

  .is-fixed {
    position: fixed;
    right: 0;
    top: 20px;
  }

}


/* footer
----------------------------------------------------------------------------*/

footer {
	border-top: 1px solid rgba(204,204,204,.5);
}

@media screen and (max-width: 768px) {

	footer .secInner {
		padding: 0 30px;
	}
}


/* footer
----------------------------------------------------------------------------*/

.fixArea #page_top {
    width: 40px;
    height: 40px;
    background: none;
    border-radius: 0;
    float: right;
    transition: .3s;
    position: absolute;
    top: -80px;
    right: 20px;
}

.fixArea #page_top a {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
