/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　base settings
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#overlay {
  width: 100%;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  opacity: 1;
}

ul {
	list-style: none;
}
.a:hover{
	opacity:0.5}

section {
	width: 100%;
	display: block;
}
section::after { 
  content: "";
  display: block; 
  clear: both;
}
ul::after { 
  content: "";
  display: block; 
  clear: both;
}
.pcOnly{display:block; margin: 0 auto;}
.spOnly{display:none;}
@media (max-width: 768px) {
	.pcOnly{display:none;}
	.spOnly{display:block;}
	a{
background-color:transparent;
-webkit-touch-callout:none;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
	img{width:100%;}
}

.pic img {
  width: 100%;
  vertical-align: top;
}
.content1040 {
  width:1040px;
  margin-left: auto;
  margin-right:auto;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　pc_header
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pc_header{
	display:block;
	width: 100%;
  background:#000000;
}
#header-section1{
  padding: 30px 0;
	text-align: center;
  background: #e50012;
}
#header-section1 h1 {
  width:434px;
  margin-left: auto;
  margin-right:auto;
  line-height:1;
}
#header-section2 {
    background: #000000;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}
#header-section2-text1 {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
#header-section2-title1 {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    margin-bottom: 20px;
}
#header-section2-text2 {
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.75;
}
#header-mainvisual {
  width: 100%;
  height: 440px;
  background:url('../images/mainvisual.jpg') 50% 50% no-repeat;
  background-size:cover;
}

#pc_header .hdInbox{
	display:block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url("../images/main_pc.jpg") no-repeat 0 0;
	background-size: 100% auto;
	height: 0;
	padding-top: 43.19%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
}
@media (max-width: 1170px) {
	#pc_header .hdInbox{
	display:block;
	position: relative;
	width: 1170px;
	margin: 0 auto;
	background: url("../images/main_pc.jpg") no-repeat 0 0;
	background-size: 100% auto;
	height: 0;
	padding-top: 43.19%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
}
}

@media (max-width: 768px) {
  .content1040 {
    width: auto;
  }
  #header-section1 {
    padding: 24px 0 19px;
  }
  #header-section1 h1 {
    width: 270px;
  }
  #header-section2 {
    padding: 25px 6%;
  }
  #header-section2-text1 {
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0;
  }
  #header-section2-title1 {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }
  #header-section2-text2-sp {
    width: 100%;
    line-height: 1;
  }
  #header-mainvisual {
    height:360px;
    background:url('../images/mainvisual_sp.jpg') 50% 50% no-repeat;
    background-size:cover;
  }
  
  
  
}

#pc_header .hdInbox h2{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#pc_header .hdInbox h2 img{
	width: 100%;
}
#pc_header .hdInbox h3{
	display:block;
	position: absolute;
	top: 44%;
	left: 64%;
	width: 350px;
	font-size: 14px;
	line-height: 34px;
}

#sp_header{display:none;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　sp_header
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 768px) {
#pc_header{display:none;}
#sp_header {
	display: block;
	width: 100%;
	text-align: center;
}
#sp_header h1 {
	background-color: #e50012;
	padding: 20px 0;
}
#sp_header h1 img {
	width: 71%;
}
#sp_header h2 {
	width: 80%;
	margin: 0 auto;
	padding: 25px 0 15px 0;
}
#sp_header .spMain {
	display: block;
	position: relative;
}
#sp_header .spMain h3 {
	position: absolute;
	top: 20px;
	left: 9%;
	font-size: 2.6vw;
	line-height: 4.53vw;
	text-align: left;
}

}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　Main下部
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#section1 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  color:#ffffff;
}
#section1-text1 {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
#section1-layout1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
#section1-layout1 > .el-left {
  width: 490px;
}
#section1-layout1 > .el-right {
  width: 500px;
}
#section1-btn1 {
    margin-top: 50px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}
#section1-pic2 {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
#section1-text2 {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.75;
}
#section1-pic3 {
  width:100%;
  margin-top: 60px;
  margin-bottom: 30px;
}
#section1-text3 {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.75;
}
#section1-text4 {
    text-align: center;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.75;
    margin-top: 50px;
}
#section1-layout2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
}
#section1-layout2 > .el-left {
  width:500px;
}
#section1-layout2 > .el-right {
  width:500px;
}
#section1-text5 {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 15px;
}
#section2 {
  background: #e50012;
  padding-top: 60px;
  padding-bottom: 60px;
}

#section2-layout1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section2-layout1 > .el-left {
  width:500px;
}
#section2-layout1 > .el-right {
  width:500px;
}
#section2-pic1 {
  width: 458px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0;
  margin-bottom:40px;
}
#section2-text1 {
    line-height: 1.7;
    font-size: 2.0rem;
}
#section2-btn1 {
    margin-top: 60px;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}
#section2-layout2 {
    margin-top: 45px;
  text-align: center;
  font-size:0;
  position: relative;
}
#section2-layout2 > .element{
  width:300px;
  margin-right:50px;
  text-align: left;
  font-size:1.4rem;
  display: inline-block;
  vertical-align: top;
}
#section2-layout2 > .element:last-child{
  margin-right: 0;
}
#section2-layout2 > .element .tit {
    border-left: 2px solid #000;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 12px;
}
#section2-layout2 > .element .lead {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 5px;
}
#section2-layout2 > .element .lead .icon-new {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 0.5em;
  vertical-align: 2px;
}
#section2-layout2 > .element .tit h3 {
    font-weight:500;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-size: 2.0rem; */
}
#section2-layout2 > .element .tit h3 .small {
    /* font-size: 1.4rem;
    font-weight: 400; */
    margin-left: 0.5em;
}
#section2-title3 {
    font-size: 2.4rem;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 25px;
}
#section2-layout4 {
  margin-top: 25px;
  font-size:0;
  position: relative;
}
#section2-layout4 > .element {
  display: inline-block;
  width: 24%;
  margin-right:1.25%;
  vertical-align: top;
  font-size:1.4rem;
}

#section2-layout4 > .element:nth-child( 4n ) {
  margin-right:0;
}

#section2-layout4 > .element > .thumb {
    width: 100%;
    max-width: 248px;
    margin-left: 0;
    margin-right: auto;
}
#section2-layout4 > .element > .text {
  margin-top:10px;
  line-height: 1.75;
  font-size: 1.3rem;
}

#section2-title2 {
    margin-top: 55px;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.75;
}
#section2-layout3 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#section2-layout3 > .el-left, #section2-layout3 > .el-right {
    width: 480px;
    text-align: center;
}
#section2-layout3 > .el-left h3, #section2-layout3 > .el-right h3 {
    background: #ffffff;
    font-weight: 500;
    color: #e50012;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 12px 0;
    margin-bottom: 30px;
}
#section2-layout3 > .el-left .date, #section2-layout3 > .el-right .date {
  color:#ffffff;
  font-weight: bold;
  font-size:2.8rem;
  line-height: 1.25;
} 
#section2-text2 {
  line-height: 1.7;
  font-size: 1.4rem;
  margin-top: 30px;
  text-align: center;
}
#section3 {
  padding-top: 35px;
padding-bottom: 25px;
}
#section3-title1 {
    font-size: 2.0rem;
    line-height: 1.75;
    text-align: center;
    color: #e50012;
}
#section3-layout1 {
  margin-top: 35px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#section3-layout1 > li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 32px;
}
#section3-layout1 > li:nth-child(1) {
  width:216px;
  margin-right:92px;
}
#section3-layout1 > li:nth-child(2) {
  width:296px;
  margin-right:92px;
}
#section3-layout1 > li:nth-child(3) {
  width:253px;
}
#section3-layout1 > li:nth-child(4) {
  width:217px;
  margin-right: 87px;
}
#section3-layout1 > li:nth-child(5) {
  width:222px;
  margin-right: 102px;
}
#section3-layout1 > li:nth-child(6) {
  width:316px;
}
#footer{
  background:#e50012;
  padding-top:45px;
  padding-bottom: 50px;
}

#footer-layout1 {
  text-align: center;
}
#footer-layout1 > .el-left {
  width:357px;
}
#footer-layout1 > .el-right {
  width:383px;
}
#footer-layout1 > .el-left, #footer-layout1 > .el-right {
    display: inline-block;
    vertical-align: bottom;
}
#footer-layout1 > .el-left {
    margin-right: 55px;
}
#section1-layout1-pic1, #section1-layout1-pic2 {
    display: none;
}
#section1-pic2-sp {
  display: none;
}
#section1-pic3-sp {
    display: none;
}
#section1-layout2-pic1,
#section1-layout2-pic2 {
  display: none;
}
#section2-btn1-sp {
  display: none;
}
#section2-title1-sp {
  display: none;
}

@media (max-width: 768px) {
  #section1 {
    padding: 30px 6% 40px;
    overflow: hidden;
  }
  #section1-text1-sp {
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-align: center;
  }
  #section1-text1-sp .big {
    font-size:1.6rem;
  }
  #section1-layout1 {
    display: none;
  }
  #section1-layout1-pic1, #section1-layout1-pic2 {
    display: block;
  }
  #section1-layout1-pic1 {
    width:92%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;
  }
  #section1-layout1-pic2 {
    width: 100%;
  }
  #section1-btn1-sp {
    width: 100%;
    margin-top: 30px;
  }
  #section1-pic2 {
    display: none;
  }
  #section1-pic2-sp, #section1-pic3-sp {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #section1-pic3-sp {
    margin-top:30px;
  }
  #section1-text2 {
    font-size: 1.2rem;
  }
  #section1-pic3 {
    display: none;
  }
  #section1-text3 {
    font-size: 1.2rem;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
  #section1-text4 {
      font-size: 1.4rem;
      margin-top: 20px;
  }
  #section1-layout2 {
    margin-top: 20px;
    display: block;
  }
  #section1-layout2 {
    display: none;
  }
  #section1-layout2-pic1,
  #section1-layout2-pic2 {
    display: block;
  }
  #section1-layout2-pic1 {
    margin-top: 15px;
  }
  #section1-text5 {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #section1-layout2-pic2 {
    margin-top: 20px;
  }
  #section2 {
    padding: 30px 6%;
    overflow: hidden;
  }
  #section2-layout1 {
    display: block;
  }
  #section2-layout1 > .el-left {
    width: 100%;
    margin-bottom: 25px;
  }
  #section2-pic1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #section2-text1 {
    font-size: 1.4rem;
    text-align: center;
  }
  #section2-layout1 > .el-right {
    width: 100%;
  }
  #section2-btn1 {
    display: none;
  }
  #section2-btn1-sp {
    display: block;
    margin-top: 30px;
  }
  #section2-title1 {
    display: none;
  }
  #section2-title1-sp {
    display: block;
  }
  #section2-layout2 {
    margin-top: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #section2-layout2 > .element {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    display: block;
  }
  #section2-layout2 > .element:last-child {
   margin-bottom: 0; 
  }
  #section2-layout2 > .element .lead {
    margin-bottom: 2px;
    line-height: 1.2;
  }
  #section2-layout2 > .element .tit {
    margin-bottom:15px;
  }
  #section2-layout2 > .element .tit h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  #section2-title2 {
    font-size: 1.4rem;
    margin-top: 25px;
  }
  #section2-layout3 {
    margin-top: 20px;
    display: block;
  }
  #section2-layout3 > .el-left, #section2-layout3 > .el-right {
    width: 100%;
  }
  #section2-layout3 > .el-left {
    margin-bottom:25px;
  }
  #section2-layout3 > .el-left h3, #section2-layout3 > .el-right h3 {
    font-size: 1.4rem;
    padding: 6px 0;
    margin-bottom: 15px;
  }
  #section2-layout3 > .el-left .date, #section2-layout3 > .el-right .date {
    font-size: 1.8rem;
  }
  #section2-text2 {
    font-size: 1.2rem;
    margin-top: 22px;
    text-align: left;
  }
  #section3 {
    padding: 30px 6% 15px;
  }
  #section3-title1 {
    font-size: 1.6rem;
  }  
  #section3-layout1 {
    width: 100%;
    font-size: 0;
    margin-top: 25px;
  }
  #section3-layout1 > li {
    width: 46% !important;
    margin-right: 7.9% !important;
    margin-bottom: 25px;
  }
  #section3-layout1 > li:nth-child( 2n ) {
    margin-right: 0 !important;
  }
  
  #footer {
    padding: 30px 6%;
  }
  #footer-layout1 > .el-left, #footer-layout1 > .el-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #footer-layout1 > .el-left {
    width: 85%;
    margin-bottom: 25px;
  }
  #footer-layout1 > .el-right {
    width: 85%;
  }
  
  
  
}


.mainUnder{
	display: block;
	width: 1070px;
	margin: 60px auto;
	background: url("../images/top_ct03.png") no-repeat center center;
}
.mainUnder p{
	display: block;
	font-size: 14px;
	line-height: 27px;
	margin-top: 20px;
	text-align: left;
}
.muLeft{
	width: 435px;
	float: left;
	text-align: center;
}
	.muLeft img.mulTitle{
	width: 240px;
}
	.muLeftInbo{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	position: relative;
}
	.muLeft img.mulIcon{
	width: 140px;
	margin: 0 13px 0 0;
}
	.muLeft p{
	width: 280px;
}
	.muLeftInbo span{
	position: absolute;
	right: 8px;
	bottom: 0;
	font-size: 12px;
}
.muRight{
	width: 400px;
	float: right;
	text-align: center;
}
	.muRight img{
	width: 302px;
}
@media (max-width: 768px) {
	.mainUnder{
	display: block;
	width: 82%;
	margin: 30px auto;
	background: none;
}
	.mainUnder p{
	display: block;
	font-size: 2.6vw;
	line-height: 4.53vw;
	margin-top: 20px;
	text-align: left;
}
.muLeft{
	width: 100%;
	float: none;
	text-align: center;
}
	.muLeft img.mulTitle{
	width: 55.5%;
}
	.muLeftInbo{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	position: relative;
}
	.muLeft img.mulIcon{
	width: 23%;
	margin: 10px 13px 0 0;
}
	.muLeft p{
	width: 75%;
}
	.muLeftInbo span{
	position: absolute;
	right: 4px;
	bottom: 0;
	font-size: 2.4vw;
}
.muRight{
	width: 100%;
	float: none;
	text-align: center;
}
	.muRight img{
	width: 72%;
}
.spX{
	width: 11%;
	margin: 10px auto 25px auto;
}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　コンテンツの指定
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contents{
	background: linear-gradient(90deg, #e50012 0%, #e50012 50%, #cc0012 50%, #cc0012 100%);
	padding: 80px 0;
}

.boderBox{
	box-shadow: 0 0 0 3px #000, 0 0 0 5px #fff;
	background-color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	width: 1170px;
	margin: 0 auto;
	box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 25px;
}
#section1-borderbox {
    padding-bottom: 60px;
}

@media (max-width: 1170px) {
	#contents{
	background: linear-gradient(90deg, #e50012 0%, #e50012 50%, #cc0012 50%, #cc0012 100%);
  padding: 30px 0 70px;
	width: 1170px;
}
	.boderBox{
	box-shadow: 0 0 0 3px #000, 0 0 0 5px #fff;
	background-color: #fff;
	padding: 0;
	border-radius: 10px;
	width: 93%;
	margin: 20px auto 0 auto;
	box-sizing: border-box;
	position: relative;
}
}
@media (max-width: 768px) {
	#contents{
	width: 100%;
}
}



/*----- money -----*/
.money{
	display: block;
	text-align: center;
  position: relative;
}

.ctTIlte{
	margin: -28px auto 0 auto;
}

#ctTIlte-tit01 {
    margin: 0 auto 0 auto;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
    z-index: 2;
}
.moneyP_line{
	border-bottom: 5px solid #e50012;
	display: inline-block;
	margin: 0 0 0 0;
	padding-top: 25px;
}
.moneyP_line p{
	font-size: 14px;
	margin: 10px 0;
}
.money120{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	margin: 45px auto;
	width: 881px;
}
.money120Img{
	width: 446px;
	margin-right: 25px;
}
.moneySpan{
	font-size: 14px;
	margin: 35px 0 0 0;
padding-bottom: 0;
	display: block;
}
@media (max-width: 1170px) {
  /*
	.ctTIlte{
	margin: 0 auto;
	width: 81%;
	position: absolute;
	top: -25px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 
}
*/
	.moneyP_line{
	border-bottom: 5px solid #e50012;
	display: inline-block;
	margin: 0 auto 0 auto;
	padding-top: 55px;
	width: 83%;
}
}
@media (max-width: 768px) {
  
  #ctTIlte-tit01 {
    top: -4vw;
    z-index: 1;
    width: 81%;
  }
  
	.moneyP_line{
	border-bottom: 5px solid #e50012;
	display: inline-block;
	margin: 0 auto 0 auto;
	padding-top: 25px;
  padding-top:10vw;  
	width: 83%;
}
	.moneyP_line p{
	font-size: 2.1333333333333333vw;
	margin: 3px 0;
}
	.money120{
  	display:block;
	margin: 20px auto;
	width: 78.8%;
}
.money120Img{
	width: 92%;
	margin: 0 0 17px 0;
}
.moneyEn{
	width:83.7%;
	margin: 0 auto;
}
.moneySpan{
	font-size: 2.4vw;
	margin: 15px 0 0 0;
	padding-bottom: 40px;
	display: block;
}
.moneyShogaku{
	width: 77%;
	margin: 0 auto;
}
}

@media (max-width: 740px) {
  /*
	.ctTIlte{
	width: 90%;
	margin: -20px auto 0 auto;
}
  */
	.moneyP_line{
	margin: 0 auto 0 auto;
    padding-top: 8vw;
}
}
@media (max-width: 420px) {
/*
  .ctTIlte{
	width: 90%;
	margin: -7px auto 0 auto;
}
  */
	.moneyP_line{
	margin: 0 auto 0 auto;
	padding-top:10vw;  
}
}



/*----- more -----*/
.moreBox{
	display: block;
	width: 1030px;
	margin: 65px auto 55px auto;
	text-align: center;
}
.mr_But{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-top: 40px;
}
.mr_ButIn{
	width: 507px;
	font-size: 14px;
	color: #fff;
}
@media (max-width: 768px) {
	.moreBox{
	display: block;
	width: 81%;
	margin: 40px auto;
	text-align: center;
}
.mr_But{
  	display:block;
	margin-top: 20px;
}
.mr_ButIn{
	width: 90%;
	margin: 0 auto;
	font-size: 2.4vw;
	color: #fff;
	margin-bottom: 25px;
}
	.moreMore{
		width: 87.5%;
		margin: 0 auto;
	}
}



/*----- AO -----*/
.aoBox{
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.aoBox img{
	margin-bottom: 20px;
}
#ctTIlte-tit02 {
    margin-top: 0;
}

@media (max-width: 768px) {
	.aoBox{
	display: block;
	width: 80.8%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 2.4vw;
}
.aoBox img{
	margin-bottom: 10px;
}
}
@media (max-width: 740px) {
	.aoBox p{
	margin-bottom: 50px;
}
}


/*----- shop -----*/
.shopBox{
	display:block;
	text-align: center;
  position: relative;
  margin-top: 80px;

}
#ctTIlte-tit03 {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: -28px;
    z-index: 1;
}
.shopBox ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	width: 920px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.shopBox ul li{
	text-align: center;
	display: block;
	margin: 50px auto 0 auto;
}
@media (max-width: 768px) {
	.shopBox{
	display:block;
	margin-top: 36px;
	text-align: center;
}
#ctTIlte-tit03 {
    top: -4vw;
    z-index: 1;
    width: 81%;
}
.shopBox ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	width: 85.7%;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 30px;
}
.shopBox .boderBox ul {
    padding-top: 3vw;
}
  
.shopBox ul li{
	text-align: center;
	display: block;
	margin: 30px auto 0 auto;
	width: 43%;
}
}

@media (max-width: 420px) {
.shopBox ul{
	padding-top: 0;
}

}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　footer
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#pc_footer{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 45px auto;
	width: 900px;
	font-size: 14px;
	line-height: 14px;
  min-width: 1170px;
  padding: 0 30px;
}
.add{
	margin:0 25px 0 30px;
}
.time{
	border:1px solid #231815;
	padding: 2px 2px 2px 5px;
	margin-top: 5px;
}
.footImg{
	width: 280px;
}
.telImg{
	width: 206px;
}
#sp_footer{display:none;}

@media (max-width: 768px) {
#pc_footer{display:none;}
	
	#sp_footer{
	margin: 45px auto;
	width: 86%;
	font-size: 2.13vw;
	line-height: 16px;
	display: block;
}
	
	.spFtIn{
  	display:block;
	margin-bottom: 5px;
	}
	
.add{
	width: 47%;
	margin:10px 0 0 0 ;
	float: right;
}

.footImg{
	width: 50%;
	float: left;
}
	
.telImg{
	width: 34%;
	float: left;
	margin-top: 10px;
}
.time{
	border:1px solid #231815;
	padding: 3px 1px 3px 5px;
	margin-top: 10px;
	float: right;
	letter-spacing: -1px;
}
	
}
@media (max-width: 420px) {
.add{
	margin:0 0 0 0 ;
}
.time{
	margin-top: 0;
}
.telImg{
	margin-top: 3px;
}
}

#header, .main, #footer {
  position: relative;
  min-width:1040px;
  width: 100%;
}

@media (max-width: 768px) {
  #header, .main, #footer {
    min-width:auto;
  }
  
  
}

#pc_header .hdInbox .inner {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
#pc_header .hdInbox h3 {
    background: rgba(255,255,255,0.65);
    left: 0;
    width: auto;
    padding: 35px;
    top: 44%;
    font-size: 16px;
}
.hr-b01 {
    height: 3px;
    background: url(../images/hr-b01.png) 50% 50% repeat-y;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#mainUnder-topix {
    /* max-width: 1000px;
    width: 90%; */
    width: 890px;
    margin-left: auto;
    margin-right: auto;
  position: relative;
    padding-top: 60px;
    padding-bottom: 65px;
}
#mainUnder-topix > .inner {
  border: 2px solid #E50012;
  border-radius:6px;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  z-index: 1;
  position: relative;
  background: #fff;
}
#mainUnder-topix > .shadow {
    width: 100%;
    height: 100%;
    background: #cccccc;
    border-radius: 8px;
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 0;
}
#mainUnder-topix > .inner > .el-left {
    width: 35%;
    margin-right: 5%;
}
#mainUnder-topix > .inner > .el-right {
    width: 60%;
    padding-top: 8px;
}
#mainUnder-topix > .inner > .el-left img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#mainUnder-topix-pic1 {
    width: 100%;
    max-width: 490px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}
#mainUnder-topix-pic1 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#mainUnder-topix > .inner > .el-right p {
    font-size: 14px;
    line-height: 27px;
}
#mainUnder-topix > .logo {
    width: 94px;
    position: absolute;
    top: -15px;
    left: 30px;
    z-index: 2;
}
#sticky-1 {
    right: 0;
    top: -100px;
    position: absolute;
    z-index: 2;
}
#sticky-document{
  width: 70px;
  margin-bottom: 5px;
  margin-right: 0;
  margin-left: auto;
}
#sticky-reserve{
  width: 70px;
  margin-right: 0;
  margin-left: auto;
}
#sticky-1.fix {
    position: fixed;
    top: 100px;
  z-index: 10;
}

#layout01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#layout01 > .element {
  width:180px;
}
#layout01 > .plus {
    width: 51px;
}
#layout01 > .element > img,
#layout01 > .plus > img {
  width: 100%;
  vertical-align:top;
}
#muSp-text1 {
    text-align: center;
    font-size: 3.5vw;
    line-height: 6vw;
}
#muSp-text2 {
margin-top: 6px;
    text-align: center;
    margin-bottom: 10px;
}
#muSp-pic1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}
#muSp-pic2 {
    width: 89.5%;
    margin-left: auto;
    margin-right: auto;
}

#section1-title1 {
    width: 545px;
    margin-left: auto;
    margin-right: auto;
}
#section1-title1 img {
  width: 100%;
  vertical-align: top;
}
.accordionBox {
    display: none;
}
#section1-btn1 img, #section2-btn1 img,
#section1-btn1-sp img, #section2-btn1-sp img {
    width: 100%;
    vertical-align: top;
}
#section1-btn1 img.on,
#section2-btn1 img.on,
#section1-btn1-sp img.on,
#section2-btn1-sp img.on{
    display: none;
}
#section1-btn1 a.open img.off,
#section2-btn1 a.open img.off,
#section1-btn1-sp a.open img.off,
#section2-btn1-sp a.open img.off{
    display: none;
}
#section1-btn1 a.open img.on,
#section2-btn1 a.open img.on,
#section1-btn1-sp a.open img.on,
#section2-btn1-sp a.open img.on{
    display: inline;
}
#section1-accordionBox-1 {
    padding-top: 60px;
    padding-bottom: 10px;
}
#section1-accordionBox-1 > .inner {
  width: 100%;
  font-size:0;
  position: relative;
}
#section1-accordionBox-1 > .inner > .el-left {
  width: 360px;
  display: inline-block;
  vertical-align: top;
  margin-right: 65px;
}
#section1-accordionBox-1 > .inner > .el-left img {
    width: 100%;
    vertical-align: top;
}

#section1-accordionBox-1 > .inner > .el-right {
  display: inline-block;
  vertical-align: top;
  width:465px;
  font-size:14px;
}
#section1-accordionBox-1 > .inner > .el-right .text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 300;
}
#section1-pic1 {
    width: 460px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 12px;
}
#section1-pic1 img {
    width: 100%;
    vertical-align: top;
}
#section1-accordionBox-1 > .accordion-list-col3 {
    display: flex;
    margin-top:35px;
}
#section1-accordionBox-1 > .accordion-list-col3 > div {
    width: 33.33%;
    border-left: 2px solid #000;
    padding: 0px 12px;
}
#section1-accordionBox-1 > .accordion-list-col3 > div .classinfo {
    font-size: 14px;
    font-weight: 300;
}
#section1-accordionBox-1 > .accordion-list-col3 > div .classinfo .new {
  color:#e50012;
  font-weight: bold;
  margin-right:4px;
}
#section1-accordionBox-1 > .accordion-list-col3 > div .classname {
    font-size: 20px;
}
#section1-accordionBox-1 > .accordion-list-col3 > div .year {
  font-size:14px;
  font-weight: 300;
}
#ctTIlte-tit01 {
    width: 573px;
    margin-left: auto;
    margin-right: auto;
}
#ctTIlte-tit01 img {
    width: 100%;
    vertical-align: top;
}
.section2-layout1 {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    font-size:0;
  position: relative;
  text-align: center;
  margin-top:35px;
}
.section2-layout1 > .el-left {
    display: inline-block;
    vertical-align: middle;
    width: 467px;
    margin-right:43px;
}
.section2-layout1 > .el-right {
  display: inline-block;
  vertical-align: middle;
  width:460px;
}
.section2-layout1 > .el-left img,
.section2-layout1 > .el-right img {
  width: 100%;
  vertical-align: top;
}
#section1-btn2 {
    margin-top: 40px;
}
#section2-accordionBox-1 {
  padding-top: 60px;
  padding-bottom: 5px;
}

#section3-pic1 {
    width: 769px;
    margin-left: auto;
    margin-right: auto;
}
#section3-pic1 img {
  width:100%;
  vertical-align: top;
}
#section3-text1 {
    margin-top: 5px;
}
#ctTIlte-tit02,
#ctTIlte-tit03 {
    width: 573px;
    margin-left: auto;
    margin-right: auto;
}
#ctTIlte-tit02 img,
#ctTIlte-tit03 img {
    width: 100%;
  vertical-align: top;
}

@media (max-width: 1170px) {
  #pc_header .hdInbox {
    padding-top: 500px;
  }
  #pc_header .hdInbox h3 {
    top: 34%;
  }
}
@media (max-width: 768px) {
  #sp_header .spMain h3 {
      position: relative;
      top: 0;
      left: 0;
      padding: 15px 9%;
  }
  #mainUnder-topix {
    width: 82%;
    margin-top: 40px;
  }
  #mainUnder-topix > .inner {
    padding: 25px 15px 20px;
    flex-wrap: wrap;
  }
  #mainUnder-topix > .inner > .el-left, #mainUnder-topix > .inner > .el-right {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
  #mainUnder-topix > .inner > .el-left {
    margin-bottom: 20px;
  }
  #mainUnder-topix > .inner > .el-right  p {
    font-size: 2.6vw;
    line-height: 4.53vw;
  }
  #mainUnder-topix-pic1 {
    margin-bottom: 10px;
  }
  #mainUnder-topix > .logo {
    left: 15px;
  }
  .main {
  min-width:auto;
  }
  
  #sticky-1 {
    /*display: none;*/
    top: -280px;
  }
  #sticky-reserve,#sticky-document {
    width: 55px;
  }
  
  #layout01 {
    display: none;
  }
  #section1-accordionBox-1 {
      padding-top: 30px;
      padding-bottom: 0;
  }
  #section2-accordionBox-1 {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  #section2-title3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #section2-layout4 {
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #section2-layout4 > .element {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #section2-layout4 > .element:last-child {
    margin-bottom: 0;
  }
  #section2-layout4 > .element > .thumb {
    max-width: none;
  }
  #section2-layout4 > .element > .text {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-top: 10px;
  }
}