@charset "UTF-8";


/* CSS Document */
.cl{
	clear: both;
}

#kodawari,#size,#set,#option,#message {
	padding-top: 60px;
	margin-top: -60px;
}

.swiper-slide {
	margin: auto;
}

/*SPここから*/
@media (max-width: 767px) {

 .pc{
	 display: none;
 }


 /* tokuten area */
 #tokuten{
	 width: calc(100% - 30px);
	 margin: 15px;
 }

 #tokuten .items{
	 width: 100%;
	 margin: 0;
	 box-sizing: border-box;
	 border: 1px solid #000;
	 border-radius: 4px;
	 text-align: center;
	 margin-bottom: 15px;
 }

 #tokuten .items .title{
	 background: #365285;
	 padding: 10px;
	 font-size: 20px;
	 color: #fff;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

#tokuten .items .text{
	padding: 10px;
	font-size: 18px;
	line-height: 28px;
	color: #4D4D4D;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}

 #tokuten .items .text span{
	 font-size: 26px;
	 line-height: 28px;
 }

 #tokuten .items .text2{
	 padding: 10px;
	 font-size: 18px;
	 line-height: 28px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
 }

 #tokuten .items-bar{
	 width: 100%;
	 margin: 0;
	 box-sizing: border-box;
	 border: 1px solid #365285;
	 border-radius: 4px;
	 text-align: center;
	 margin-bottom: 30px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #tokuten .items-bar .title{
	 background: #365285;
	 padding: 15px;
	 font-size: 20px;
	 color: #fff;
 }


 /* support area */
 #support{
	 padding: 0;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #support .bg{
	 padding: 30px 0;
 }

 #support h2{
	 font-size: 22px;
	 line-height: 32px;
	 text-align: center;
	 margin: 0 0 20px 0;
	 color: #333333;
	 position: relative;
 }

 #support h2:before{
	 width: 24px;
	 height: 24px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/support-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin-right: 10px;
	 position: absolute;
	 top: 30%;
	 left: 15%;
 }

 #support h2:after{
	 width: 24px;
	 height: 24px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/support-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin-left: 10px;
	 position: absolute;
	 top: 30%;
	 right: 15%;
 }

 #support p{
	 font-size: 16px;
	 line-height: 26px;
	 text-align: center;
	 margin: 0;
	 color: #333333;
 }

 .bg{
	 background-image: url("../images/bg.jpg");
	 background-size: 260%;
	 background-repeat: repeat-y;
	 margin-left: calc(50% - 50vw);
	 margin-right: calc(50% - 50vw);
 }


 /* features area */
 #features{
	 padding: 30px 0;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #features h2{
	 background: url("../images/features-border.png");
	 background-size: 260%;
	 background-position: 0 15px;
	 text-align: center;
	 font-size: 22px;
	 line-height: 32px;
	 color: #B9A48B;
	 font-weight: 600;
	 background-repeat: no-repeat;
 }

 #features h2 span{
	 background: #fff;
	 padding: 0 15px;
	 display: inline-block;
 }

 #features .items{
	 float: left;
	 width: 33%;
 }

 .features-item{
	 margin: 10px 20px 20px 20px;
 }

 .spmg{
	 margin-left: 17%;
 }

 #features .button a{
	display: flex;
	align-items: center;
	justify-content: center;
	 width: 90%;
	 height: 50px;
	 background: #365285;
	 font-size: 18px;
	 border-radius: 4px;
	 color: #fff;
	 position: relative;
	 margin: 0 auto;
 }

 #features .button a:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/features-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 right: 15px;
 }

 #features .border{
	 background: url("../images/features-border.png");
	 background-size: 260%;
	 background-position: 0 15px;
	 background-repeat: no-repeat;
	 height: 40px;
 }


 /* lineup area */
 #lineup{}
 .container{
	 width: 100%;
	 padding: 0 15px;
 }

 #lineup .bg{
	 padding: 30px 0;
 }

 #lineup h2{
	 font-size: 22px;
	 line-height: 32px;
	 text-align: center;
	 margin: 0 0 20px 0;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #lineup .lineup-col1{}
 #lineup .lineup-col1-left{
	 width: 100%;
 }

 #lineup .lineup-col1-right{
	 width: 100%;
 }

 #lineup .lineup-col1-right h3{
	 text-align: center;
	 font-size: 20px;
	 line-height: 30px;
	 margin: 15px;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #lineup .lineup-col1-right p{
	 font-size: 16px;
	 line-height: 26px;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
 }

 #lineup .lineup-col2{
	 clear: both;
 }

 #lineup .lineup-col2-left{
	 width: 100%;
 }

 #lineup .lineup-col2-left h3{
	 text-align: center;
	 font-size: 20px;
	 line-height: 34px;
	 margin: 15px;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #lineup .lineup-col2-left p{
	 font-size: 16px;
	 line-height: 26px;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
 }

 #lineup .lineup-col2-right{
	 width: 100%;
 }

 #lineup .swiper-container {
	 max-width: 1185px;
	 margin: 50px 0 30px 0;
 }

 #lineup .swiper-slide{
	 width: 49%!important;
	 background: #fff;
	 margin-right: 4%!important;
 }

 #lineup .swiper-slide .thumb{
	 border: 1px solid #ccc;
	 max-width: 100%;
	 height: auto;
	 margin-bottom: 18px;
 }

 #lineup .swiper-slide .thumb img{
	 width: 100%;
	 height: auto;
 }

 #lineup .swiper-slide p{
	 font-size: 16px;
	 line-height: 26px;
	 color: #333;
	 min-height: 55px;
 }

 #lineup .tag-cont{
	 margin-bottom: 15px;
 }

 #lineup .tag-cont .tag1{
	 background: #df1c24;
	 padding: 3px 7px;
	 font-size: 13px;
	 text-align: center;
	 color: #fff;
	 display: inline-block;
	 margin-right: 6px;
	 border-radius: 4px;
 }

 #lineup .tag-cont .tag2{
	 background: #365284;
	 padding: 3px 7px;
	 font-size: 13px;
	 text-align: center;
	 color: #fff;
	 display: inline-block;
	 margin-right: 6px;
	 border-radius: 4px;
 }

 #lineup .swiper-ranking .swiper-pagination{
	 display: none;
 }

 #lineup .button{
	 background: #365285;
	 text-align: center;
	 padding: 8px;
	 width: 100%;
	 margin: 0 auto;
	 font-size: 18px;
	 clear: both;
	 margin-bottom: 10px;
	 border-radius: 4px;
 }

 #lineup .button a{
	 color: #fff;
	 display: block;
 }

 #lineup .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/features-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -22px 0 0 0;
	 float: right;
 }

 /* ranking area */
 #ranking .card-product > .name {
	min-height: 105px;
}

 /* merit area */
 #merit{
	 margin: 30px 0 40px 0;
 }

 #merit h2{
	 background: url("../images/merit-border.png");
	 background-size: 260%;
	 background-position: 0 15px;
	 text-align: center;
	 font-size: 20px;
	 line-height: 30px;
	 color: #4D4D4D;
	 font-weight: normal;
	 background-repeat: no-repeat;
	 margin-bottom: 30px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #merit h2 span{
	 background: #fff;
	 padding: 0 8px;
	 display: inline-block;
 }

 #merit .merit-item{
	 width: calc(100% - 30px);
	 margin: 0 15px;
 }

 #merit .items{
  width: calc(50% - 16px);
  margin: 0 8px;
  float: left;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #4D4D4D;
}

.items.merit1 sup {
   font-size: 11px;
 }

.items.merit1 span {
   font-size: 13px;
 }

#merit .merit1{
  min-height: 100px;
  padding: 21.8px 4px;
  background: url("../images/merit1.png") no-repeat;
  background-size: 100%;
  position: relative;
}

#merit .merit2{
  min-height: 100px;
  padding: 41px 4px;
  background: url("../images/merit2.png") no-repeat;
  background-size: 100%;
}

#merit .merit3{
  min-height: 100px;
  padding: 41px 4px;
  background: url("../images/merit3.png") no-repeat;
  background-size: 100%;
}

#merit .merit4{
  min-height: 100px;
  padding: 19px 4px;
  background: url("../images/merit4.png") no-repeat;
  background-size: 100%;
}

#merit .merit5{
  min-height: 100px;
  padding: 30px 4px;
  background: url("../images/merit5.png") no-repeat;
  background-size: 100%;
}

#merit .merit6{
  min-height: 100px;
  padding: 19px 4px;
  background: url("../images/merit6.png") no-repeat;
  background-size: 100%;
}

 #banner{
	 margin: 0 15px 30px 15px;
 }

 .merit-cont{
	 margin: 20px 15px;
 }


 /* kodawari area */
 #kodawari{
	 margin-bottom: 40px;
	 padding-top: 120px;
	 margin-top: -120px;
 }

  #kodawari h2{
	 font-size: 18px;
	 line-height: 28px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
 }

 #kodawari h2:before{
	 width: 20px;
	 height: 20px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: text-bottom;
	 margin-right: 8px;
 }

 #kodawari p{
	 font-size: 14px;
	 line-height: 24px;
	 color: #333;
 }

 #kodawari .kodawari{
	 margin-top: 15px;
	 margin-bottom: 20px;
 }

 #kodawari .kodawari h3{
	 font-size: 18px;
	 line-height: 28px;
	 margin-bottom: 15px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	 color: #333;
 }

 #kodawari .kodawari p{
	 font-size: 13px;
	 line-height: 23px;
	 color: #333;
 }

 #kodawari .kodawari-left{
	 width: calc(100% - 140px);
	 float: left;
 }

 #kodawari .kodawari-right{
	 width: 130px;
	 float: right;
	 margin-left: 10px;
 }

 #kodawari .button{
	 background: #fff;
	 text-align: center;
	 padding: 8px;
	 width: 100%;
	 margin: 0 auto;
	 font-size: 18px;
	 clear: both;
	 margin-bottom: 10px;
	 border-radius: 4px;
	 border: 1px solid #365285;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #kodawari .button a{
	 color: #365285;
	 display: block;
 }

 #kodawari .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -22px 0 0 0;
	 float: right;
 }


 /* size area */
 #size{
	 margin-bottom: 40px;
	 padding-top: 120px;
	 margin-top: -120px;
 }

 #size h2{
	 font-size: 18px;
	 line-height: 28px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
 }

 #size h2:before{
	 width: 20px;
	 height: 20px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: text-bottom;
	 margin-right: 8px;
 }

 #size h3{
	 background: url("../images/rental-h3-border.png");
	 background-size: 100%;
	 background-position: 0 8px;
	 text-align: left;
	 font-size: 16px;
	 line-height: 16px;
	 color: #333;
	 font-weight: normal;
	 background-repeat: no-repeat;
	 margin: 20px 0 20px 0;
	 font-weight: bold;
 }

 #size h3 span{
	 background: #fff;
	 padding: 0 8px 0 0;
	 display: inline-block;
 }

 #size p{
	 font-size: 13px;
	 line-height: 23px;
	 margin-bottom: 10px;
 }

 #size p.cm{
	 font-size: 12px;
	 line-height: 22px;
	 margin-top: 0;
	 margin-bottom: 5px;
	 text-align: right;
 }

 #size p.al{
	 font-size: 13px;
	 line-height: 23px;
	 color: #DF1C24;
 }

 #size .button{
	 background: #fff;
	 text-align: center;
	 padding: 8px;
	 width: 100%;
	 margin: 0 auto;
	 font-size: 18px;
	 clear: both;
	 margin-bottom: 10px;
	 border-radius: 4px;
	 border: 1px solid #365285;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #size .button a{
	 color: #365285;
	 display: block;
 }

 #size .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -22px 0 0 0;
	 float: right;
 }

 .table-cont{
	 width: 100%;
	 overflow-x: scroll;
	 overflow-y: hidden;
 }

 #size table{
	 margin: 0 0 20px 0;
	 border: 1px solid #dadada;
	 table-layout: fixed;
	 border-spacing: 0px;
	 border-collapse: collapse;
 }

 #size table th{
	 background: #ececec;
	 text-align: center;
	 padding: 4px;
	 font-size: 14px;
	 line-height: 18px;
	 font-weight: bold;
	 border: 1px solid #dadada;
 }

 #size table th span{
	 font-size: 11px;
	 line-height: 18px;
 }

 #size table td{
	 text-align: center;
	 padding: 4px;
	 font-size: 13px;
	 line-height: 20px;
	 border: 1px solid #dadada;
 }

 #size table td span{
	 text-align: center;
	 padding: 4px;
	 font-size: 13px;
	 line-height: 20px;
	 font-weight: bold;
 }

 #size table td.teian{
	 background: #FFF9C7;
	 font-weight: bold;
	 font-size: 15px;
 }

 #size p.kome{
	 font-size: 13px;
	 line-height: 23px;
 }

 .w240{
	 width: 240px;
 }

 .w220{
	 width: 220px;
 }

 .w200{
	 width: 200px;
 }

 .w180{
	 width: 180px;
 }

 .w160{
	 width: 160px;
 }

 .w140{
	 width: 140px;
 }

 .w120{
	 width: 120px;
 }

 .w100{
	 width: 100px;
 }

 .w80{
	 width: 80px;
 }


 /* set area */
 #set{
	 margin-bottom: 40px;
	 padding-top: 120px;
	 margin-top: -120px;
 }

 #set h2{
	 font-size: 18px;
	 line-height: 28px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
 }

 #set h2:before{
	 width: 20px;
	 height: 20px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: text-bottom;
	 margin-right: 8px;
 }

 #set p{
	 font-size: 14px;
	 line-height: 24px;
 }

 #set ul {
	 margin: 0 0 30px 0;
 }

 #set ul li{
	 margin: 0;
	 list-style: none;
	 float: left;
	 width: 33.3%;
	 border: 5px solid #fff;
	 box-sizing: border-box;
	 background: #f5f5f5;
	 padding: 7px;
 }

 #set ul li .point{
	 height: 30px;
 }

 #set ul li .point .new{
	 background: #a22041;
	 border: 1px solid #a22041;
	 border-radius: 15px;
	 font-size: 10px;
	 text-align: center;
	 width: 100%;
	 padding: 3px 0;
	 color: #fff;
 }

 #set ul li .point .option{
	 background: #fff;
	 border: 1px solid #a22041;
	 border-radius: 15px;
	 font-size: 10px;
	 text-align: center;
	 width: 100%;
	 padding: 3px 0;
	 color: #a22041;
 }

 #set ul li .image{}
 #set ul li p{
	 text-align: center;
	 font-size: 12px;
	 line-height: 20px;
 }

 #set .button{
	 background: #fff;
	 text-align: center;
	 padding: 8px;
	 width: 100%;
	 margin: 0 auto;
	 font-size: 18px;
	 clear: both;
	 margin-bottom: 10px;
	 border-radius: 4px;
	 border: 1px solid #365285;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

  #set .button a{
	 color: #365285;
	 display: block;
 }

 #set .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -22px 0 0 0;
	 float: right;
 }


 /* option area */
 #option{
	 margin-bottom: 40px;
	 padding-top: 120px;
	 margin-top: -120px;
 }

 #option h2{
	 font-size: 18px;
	 line-height: 28px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
 }

#option h2:before{
	width: 20px;
	height: 20px;
	content: " ";
	display: inline-block;
	background-image: url( "../images/kodawari-h2-icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 8px;
}

 #option p{
	 font-size: 14px;
	 line-height: 24px;
 }

 #option .button{
	 background: #fff;
	 text-align: center;
	 padding: 8px;
	 width: 100%;
	 margin: 0 auto;
	 font-size: 18px;
	 clear: both;
	 margin-bottom: 10px;
	 border-radius: 4px;
	 border: 1px solid #365285;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 #option .button a{
	 color: #365285;
	 display: block;
 }

 #option .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -22px 0 0 0;
	 float: right;
 }

 #option h3{
	 background: url("../images/rental-h3-border.png");
	 background-size: 100%;
	 background-position: 0 8px;
	 text-align: left;
	 font-size: 16px;
	 line-height: 16px;
	 color: #333;
	 font-weight: normal;
	 background-repeat: no-repeat;
	 margin: 20px 0 20px 0;
	 font-weight: bold;
 }

 #option h3 span{
	 background: #fff;
	 padding: 0 8px 0 0;
	 display: inline-block;
 }


 /* rental1 area */
 .rental1 {
	 background: url("../images/rental-bg1-sp.png");
	 background-size: 100% 100%;
	 padding: 20px;
	 margin-bottom: 25px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 .rental1 .rental-left{
	 width: 100%;
 }

 .rental1 .rental-right{
	 width: 100%;
 }

 .rental1 .rental-right .title{
	 font-size: 14px;
	 line-height: 24px;
	 margin-bottom: 10px;
	 color: #4D4D4D;
 }

 .rental1 .rental-right .price{
	 margin-bottom: 10px;
 }

 .rental1 .rental-right .price .off{
	 width: 38%;
	 float: left;
	 background: #a22041;
	 color: #fff;
	 border-radius: 30px;
	 padding: 3px 0;
	 text-align: center;
	 font-size: 11px;
	 line-height: 16px;
 }

 .rental1 .rental-right .price .yen{
	 width: 60%;
	 float: left;
	 margin-left: 2%;
	color: #4D4D4D;
 }

 .rental1 .rental-right .price .yen{
	 font-size: 15px;
 }

 .rental1 .rental-right .price .yen span{
	 font-size: 40px;
	 line-height: 40px;
 }

 .rental1 .rental-right .size{
	 font-size: 13px;
	 clear: both;
	 color: #4D4D4D;
 }


 /* rental2 area */
 .rental2 {
	 background: url("../images/rental-bg2-sp.png");
	 background-size: 100% 100%;
	 padding: 20px;
	 margin-bottom: 25px;
 }

 .rental2 .rental-left{
	 width: 100%;
 }

 .rental2 .rental-right{
	 width: 100%;
 }

 .rental2 .rental-right .title{
	 font-size: 14px;
	 line-height: 24px;
	 margin-bottom: 10px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 .rental2 .rental-right .price{
	 margin-bottom: 10px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 .rental2 .rental-right .price .off{
	 width: 38%;
	 float: left;
	 background: #365285;
	 color: #fff;
	 border-radius: 30px;
	 padding: 3px 0;
	 text-align: center;
	 font-size: 11px;
	 line-height: 16px;
 }

  .rental2 .rental-right .price .yen{
	  width: 60%;
	  float: left;
	  margin-left: 2%;
  }

 .rental2 .rental-right .price .yen{
	 font-size: 15px;
 }

 .rental2 .rental-right .price .yen span{
	 font-size: 40px;
	 line-height: 40px;
 }

 .rental2 .rental-right .size{
	 font-size: 13px;
	 clear: both;
 }


 /* rental3 area */
 .rental3 {
	 padding: 20px;
	 margin-bottom: 25px;
 }

 .rental3 .rental-left{
	 width: 100%;
 }

 .rental3 .rental-right{
	 width: 100%;
 }

 .rental3 .rental-right .title{
	 font-size: 14px;
	 line-height: 24px;
	 margin-bottom: 10px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 .rental3 .rental-right .price{
	 margin-bottom: 10px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
 }

 .rental3 .rental-right .price .off{
	 width: 38%;
	 float: left;
	 background: #365285;
	 color: #fff;
	 border-radius: 30px;
	 padding: 3px 0;
	 text-align: center;
	 font-size: 11px;
	 line-height: 16px;
 }

 .rental3 .rental-right .price .yen{
	 width: 60%;
	 float: left;
	 margin-left: 2%;
 }

 .rental3 .rental-right .price .yen{
	 font-size: 15px;
 }

 .rental3 .rental-right .price .yen span{
	 font-size: 40px;
	 line-height: 40px;
 }

 .rental3 .rental-right .size{
	 font-size: 13px;
	 clear: both;
 }

 .rental3 .rental-right .size2{
	 font-size: 13px;
	 clear: both;
	 color :#DF1C24;
 }


 /* message area */
 #message{
	padding-top: 120px;
	margin-top: -120px;
 }
 #message h2{
	 font-size: 18px;
	 line-height: 28px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
 }

 #message h2:before{
	 width: 20px;
	 height: 20px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: text-bottom;
	 margin-right: 8px;
 }

 #message p{
	 font-size: 13px;
	 line-height: 21px;
 }

 .message1{
	 margin-bottom: 20px;
 }

 .message1 .message-text{
	 float: left;
	 width: calc(100% - 120px);
	 position: relative;
	 background: #ffeaf0;
	 padding: 15px;
 }

 .message1 .message-text .fukidashi{
	 position: absolute;
	 right: -19px;
	 top: 60px;
 }

 .message1 .message-member{
	 float: right;
	 width: 100px;
 }

 .message2{}
 .message2 .message-text{
	 float: right;
	 width: calc(100% - 120px);
	 position: relative;
	 background: #ffeaf0;
	 padding: 20px;
 }

 .message2 .message-text .fukidashi{
	 position: absolute;
	 left: -19px;
	 top: 60px;
 }

 .message2 .message-member{
	 float: left;
	 width: 100px;
 }

 a.toggle1{
	 padding: 8px 40px 8px 30px!important;
	 line-height: initial;
	 cursor: pointer;
 }


 /* menu4 area */
 a.toggle1.menu4 {
	 font-size: 17px!important;
	 padding-left: 18px!important;
	 display: block;
	 height: 44px;
 }

 a.toggle1.menu4.ban1,a.toggle1.menu4.ban1,
 a.toggle1.menu4.ban2,a.toggle1.menu4.ban3,
 a.toggle1.menu4.ban4,a.toggle1.menu4.ban5,
 a.toggle1.menu4.ban6,a.toggle1.menu4.ban7,
 a.toggle1.menu4.ban8,a.toggle1.menu4.ban9 {
	 background: #365285;
	 width: 100%;
	 margin: 0 auto 10px auto;
	 color: #fff;
	 border-radius: 4px;
	 text-align: center;
 }

 .menu4 {
	 position: relative;
 }

 .menu4:after {
	 position: absolute;
	 top: 50%;
	 right: 20px;
	 margin-top: -15px;
	 content: '＞';
	 font-size: 20px;
	 font-weight: normal;
	 -moz-transform: rotate(90deg);
	 -ms-transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
	 transform: rotate(90deg);
	 -moz-transition: all, 0.25s, linear;
	 -o-transition: all, 0.25s, linear;
	 -webkit-transition: all, 0.25s, linear;
	 transition: all, 0.25s, linear;
 }

 .menu4.active:after {
	 -moz-transform: translate(0, 50%);
	 -ms-transform: translate(0, 50%);
	 -webkit-transform: translate(0, 50%);
	 transform: translate(0, 50%);
	 -moz-transform: rotate(270deg);
	 -ms-transform: rotate(270deg);
	 -webkit-transform: rotate(270deg);
	 transform: rotate(270deg);
 }

 .child {
	 display: none;
 }

}

/*SPここまで*/


/*PCここから************************************************************************************************************************************************************************************************/

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

 .container{
	 max-width: 1174px;
	 margin: 0 auto;
	}

 #mainvisual{
	 margin-bottom: 50px;
	}


 /* tokuten area */
 #tokuten{
	 width: calc(100% + 20px);
	 margin: 0 -10px;
	}

 #tokuten .items{
	 width: calc(33.3% - 20px);
	 margin: 0 10px;
	 float: left;
	 box-sizing: border-box;
	 border: 1px solid #000;
	 border-radius: 4px;
	 text-align: center;
	 margin-bottom: 30px;
	}

 #tokuten .items .title{
	 background: #365285;
	 padding: 15px 0;
	 font-size: 22px;
	 color: #fff;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #tokuten .items .text{
	 padding: 15px;
	 font-size: 20px;
	 line-height: 36px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
	}

 #tokuten .items .text span{
	 font-size: 28px;
	 line-height: 28px;
	}

 #tokuten .items .text2{
	 padding: 15px;
	 font-size: 17px;
	 line-height: 24px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
	}

 #tokuten .items-bar{
	 width: calc(100% - 20px);
	 margin: 0 10px;
	 clear: both;
	 box-sizing: border-box;
	 border: 1px solid #365285;
	 border-radius: 4px;
	 text-align: center;
	 margin-bottom: 30px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #tokuten .items-bar .title{
	 background: #365285;
	 padding: 15px;
	 font-size: 22px;
	 color: #fff;
	}


 /* support area */
 #support{
	 padding: 0;
	}

 #support .bg{
	 padding: 50px 0;
	}

 #support h2{
	 font-size: 32px;
	 line-height: 46px;
	 text-align: center;
	 margin: 0 0 20px 0;
	 color: #333333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 600;
	 font-style: normal;
	}

 #support h2:before{
	 width: 24px;
	 height: 24px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/support-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin-right: 10px;
	}

 #support h2:after{
	 width: 24px;
	 height: 24px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/support-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin-left: 10px;
	}

 #support p{
	 font-size: 20px;
	 line-height: 36px;
	 text-align: center;
	 margin: 0;
	 color: #333333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
	}

 .bg{
	 background-image: url("../images/bg.jpg");
	 background-size: 100%;
	 background-repeat: repeat-y;
	 margin-left: calc(50% - 50vw);
	 margin-right: calc(50% - 50vw);
	}


 /* features area */
 #features{
	 padding: 50px 0;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #features h2{
	 background: url("../images/features-border.png");
	 background-size: 100%;
	 background-position: 0 15px;
	 text-align: center;
	 font-size: 32px;
	 color: #B9A48B;
	 font-weight: 600;
	 background-repeat: no-repeat;
	}

 #features h2 span{
	 background: #fff;
	 padding: 0 8px;
	}

 #features .items{
	 float: left;
	 width: 20%;
	}

	.features-item{
		margin: 20px 0 30px 0;
	}

 #features .button a{
		width: 500px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #365285;
		font-size: 22px;
		border-radius: 4px;
		color: #fff;
		position: relative;
		margin: 0 auto;
	}

 #features .button a:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/features-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 right: 15px;
	}

 #features .border{
	 background: url("../images/features-border.png");
	 background-size: 100%;
	 background-position: 0 15px;
	 background-repeat: no-repeat;
	 height: 40px;
	}


 /* lineup area */
 #lineup{}
 #lineup .bg{
	 padding: 50px 0;
	}

 #lineup h2{
	 font-size: 32px;
	 line-height: 46px;
	 text-align: center;
	 margin: 0 0 40px 0;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #lineup .lineup-col1{}
 #lineup .lineup-col1-left{
	 width: 48%;
	 float: left;
	}

 #lineup .lineup-col1-right{
	 width: 52%;
	 float: right;
	 padding: 20px 0 20px 40px;
	}

 #lineup .lineup-col1-right h3{
	 text-align: center;
	 font-size: 22px;
	 line-height: 34px;
	 margin: 30px 0 20px 0;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #lineup .lineup-col1-right p{
	 font-size: 18px;
	 line-height: 28px;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
	}

 #lineup .lineup-col2{
	 clear: both;
	}

 #lineup .lineup-col2-left{
	 width: 52%;
	 float: left;
	 padding: 20px 40px 20px 0;
	}

 #lineup .lineup-col2-left h3{
	 text-align: center;
	 font-size: 22px;
	 line-height: 34px;
	 margin: 40px 0 20px 0;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #lineup .lineup-col2-left p{
	 font-size: 18px;
	 line-height: 28px;
	 color: #333;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
	}

 #lineup .lineup-col2-right{
	 width: 48%;
	 float: right;
	}

 #lineup .swiper-container {
	 max-width: 1185px;
	 margin: 50px 0 30px 0;
	}

 #lineup .swiper-slide{
	 width: 270px!important;
	 background: #fff;
	 margin-right: 28px!important;
	}

 #lineup .swiper-slide .thumb{
	 border: 1px solid #ccc;
	 max-width: 100%;
	 height: auto;
	 margin-bottom: 18px;
	}

 #lineup .swiper-slide .thumb img{
	 width: 100%;
	 height: auto;
	}

 #lineup .swiper-slide p{
	 font-size: 18px;
	 line-height: 28px;
	 color: #333;
	 min-height: 60px;
	}

 #lineup .tag-cont{
	 margin-bottom: 15px;
	}

 #lineup .tag-cont .tag1{
	 background: #df1c24;
	 padding: 4px 10px;
	 font-size: 17px;
	 text-align: center;
	 color: #fff;
	 display: inline-block;
	 margin-right: 10px;
	 border-radius: 4px;
	}

 #lineup .tag-cont .tag2{
	 background: #365284;
	 padding: 4px 10px;
	 font-size: 17px;
	 text-align: center;
	 color: #fff;
	 display: inline-block;
	 margin-right: 10px;
	 border-radius: 4px;
	}

 #lineup .swiper-ranking .swiper-pagination{
	 display: none;
	}

 #lineup .button{
	 background: #365285;
	 text-align: center;
	 padding: 15px;
	 width: 500px;
	 margin: 0 auto;
	 font-size: 22px;
	 clear: both;
	 margin-bottom: 10px;
	 border-radius: 4px;
	}

 #lineup .button a{
	 color: #fff;
	 display: block;
	}

 #lineup .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/features-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -25px 0 0 0;
	 float: right;
	}

 /* ranking area */
 #ranking .card-product > .name {
		min-height: 70px;
}

 /* merit area */
 #merit{
	 margin: 50px 0 30px 0;
	}

 #merit h2{
	 background: url("../images/merit-border.png");
	 background-size: 100%;
	 background-position: 0 15px;
	 text-align: center;
	 font-size: 32px;
	 line-height: 44px;
	 color: #4D4D4D;
	 font-weight: normal;
	 background-repeat: no-repeat;
	 margin-bottom: 40px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 600;
	 font-style: normal;
	}

 #merit h2 span{
	 background: #fff;
	 padding: 0 15px;
	 display: inline-block;
	}

 #merit .merit-item{
	 width: calc(100% + 20px);
	 margin: 0 -10px;
	}

 #merit .items{
	 width: calc(33.3% - 20px);
	 margin: 0 10px;
	 float: left;
	 border: 1px solid #000;
	 box-sizing: border-box;
	 border-radius: 4px;
	 text-align: center;
	 margin-bottom: 30px;
	 font-size: 24px;
	 line-height: 38px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
	}

  #merit .merit1{
    padding: 51px 15px;
    background: url("../images/merit1.png") no-repeat;
    background-size: 100%;
   }

   #merit .items p {
     line-height: 38px!important;
   }

   .items.merit1 sup {
     font-size: 12px;
   }

   .items.merit1 span {
     font-size: 15px;
   }

  #merit .merit2{
    padding: 94px 15px;
    background: url("../images/merit2.png") no-repeat;
    background-size: 100%;
   }

  #merit .merit3{
    padding: 94px 15px;
    background: url("../images/merit3.png") no-repeat;
    background-size: 100%;
   }

  #merit .merit4{
    padding: 75px 15px;
    background: url("../images/merit4.png") no-repeat;
    background-size: 100%;
   }

  #merit .merit5{
    padding: 75px 15px;
    background: url("../images/merit5.png") no-repeat;
    background-size: 100%;
   }

  #merit .merit6{
    padding: 75px 15px;
    background: url("../images/merit6.png") no-repeat;
    background-size: 100%;
   }

 #banner{
	 margin: 0 0 30px 0;
	}

 .merit-cont{
	 margin: 100px 70px;
	}


 /* kodawari area */
 #kodawari{
	 margin-bottom: 70px;
	}

 #kodawari h2{
	 font-size: 22px;
	 line-height: 30px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
	}

 #kodawari h2:before{
	 width: 24px;
	 height: 24px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: text-bottom;
	 margin-right: 10px;
	}

 #kodawari p{
	 font-size: 16px;
	 line-height: 28px;
	 color: #333;
	}

 #kodawari .kodawari{
	 margin-bottom: 30px;
	}

 #kodawari .kodawari h3{
	 font-size: 20px;
	 line-height: 30px;
	 margin-bottom: 15px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	 color: #333;
	}

 #kodawari .kodawari p{
	 font-size: 16px;
	 line-height: 28px;
	 color: #333;
	}

 #kodawari .kodawari-left{
	 width: calc(100% - 220px);
	 float: left;
	 padding-top: 40px;
	}

 #kodawari .kodawari-right{
	 width: 200px;
	 float: right;
	 margin-left: 20px;
	}

 #kodawari .button{
	 background: #fff;
	 text-align: center;
	 padding: 15px;
	 width: 500px;
	 margin: 0 auto;
	 font-size: 22px;
	 clear: both;
	 margin-bottom: 10px;
	 border: 1px solid #365285;
	 border-radius: 4px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #kodawari .button a{
	 color: #365285;
	 display: block;
	}

 #kodawari .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -25px 0 0 0;
	 float: right;
	}


 /* size area */
 #size{
	 margin-bottom: 70px;
	}

 #size h2{
	 font-size: 22px;
	 line-height: 30px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
	}

 #size h2:before{
	 width: 24px;
	 height: 24px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: text-bottom;
	 margin-right: 10px;
	}

 #size h3{
	 background: url("../images/rental-h3-border.png");
	 background-size: 100%;
	 background-position: 0 15px;
	 text-align: left;
	 font-size: 20px;
	 line-height: 30px;
	 color: #333;
	 font-weight: normal;
	 background-repeat: no-repeat;
	 margin: 40px 0 20px 0;
	}

 #size h3 span{
	 background: #fff;
	 padding: 0 15px 0 0;
	 display: inline-block;
	}

 #size p{
	 font-size: 16px;
	 line-height: 28px;
	}

 #size .button{
	 background: #fff;
	 text-align: center;
	 padding: 15px;
	 width: 500px;
	 margin: 30px auto 0 auto;
	 font-size: 22px;
	 clear: both;
	 margin-bottom: 10px;
	 border: 1px solid #365285;
	 border-radius: 4px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #size .button a{
	 color: #365285;
	 display: block;
	}

 #size .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -25px 0 0 0;
	 float: right;
	}

 #size table{
	 margin: 0 0 30px 0;
	 border: 1px solid #dadada;
	 border-spacing: 0px;
	 border-collapse: collapse;
	}

 #size table th{
	 background: #ececec;
	 text-align: center;
	 padding: 6px 8px;
	 font-size: 16px;
	 line-height: 20px;
	 font-weight: bold;
	 border: 1px solid #dadada;
	}

 #size table th span{
	 font-size: 13px;
	}

 #size table td{
	 text-align: center;
	 padding: 8px;
	 font-size: 15px;
	 line-height: 26px;
	 border: 1px solid #dadada;
	}

 #size table td span{
	 text-align: center;
	 padding: 8px;
	 font-size: 16px;
	 line-height: 26px;
	 font-weight: bold;
	}

 #size table td.teian{
	 background :#FFF9C7;
	 font-weight: bold;
	 font-size: 20px;
	}

 #size p.kome{
	 font-size: 15px;
	 line-height: 24px;
	}

 #size p.cm{
	 font-size: 13px;
	 line-height: 23px;
	 text-align: right;
	 margin: 0;
	}

 #size p.al{
	 font-size: 15px;
	 line-height: 24px;
	 color: #DF1C24;
	}


 /* set area */
 #set{
	 margin-bottom: 70px;
	}

 #set h2{
	 font-size: 22px;
	 line-height: 30px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
	}

 #set h2:before{
	 width: 24px;
	 height: 24px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: text-bottom;
	 margin-right: 10px;
	}

 #set p{
	 font-size: 16px;
	 line-height: 28px;
	}

 #set ul {
	 margin: 0 0 50px 0;
	}

 #set ul li{
	 margin: 0;
	 list-style: none;
	 float: left;
	 width: 16.6%;
	 border: 5px solid #fff;
	 box-sizing: border-box;
	 background: #f5f5f5;
	 padding: 10px;
	}

 #set ul li .point{
	 height: 30px;
	}

 #set ul li .point .new{
	 background: #a22041;
	 border: 1px solid #a22041;
	 border-radius: 15px;
	 font-size: 13px;
	 text-align: center;
	 width: 100%;
	 padding: 4px 0;
	 color: #fff;
	}

 #set ul li .point .option{
	 background: #fff;
	 border: 1px solid #a22041;
	 border-radius: 15px;
	 font-size: 13px;
	 text-align: center;
	 width: 100%;
	 padding: 4px 0;
	 color: #a22041;
	}

 #set ul li .image{}
 #set ul li p{
	 text-align: center;
	 font-size: 15px;
	 line-height: 24px;
	}

 #set .button{
	 background: #fff;
	 text-align: center;
	 padding: 15px;
	 width: 500px;
	 margin: 0 auto;
	 font-size: 22px;
	 clear: both;
	 margin-bottom: 10px;
	 border: 1px solid #365285;
	 border-radius: 4px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #set .button a{
	 color: #365285;
	 display: block;
	}

 #set .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -25px 0 0 0;
	 float: right;
	}


 /* option area */
 #option{
	 margin-bottom: 70px;
	}

 #option h2{
	 font-size: 22px;
	 line-height: 30px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
	}

 #option h2:before{
	 width: 24px;
	 height: 24px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: text-bottom;
	 margin-right: 10px;
	}

	#option p{
		font-size: 16px;
		line-height: 28px;
	}

 #option .button{
	 background: #fff;
	 text-align: center;
	 padding: 15px;
	 width: 500px;
	 margin: 30px auto 0 auto;
	 font-size: 22px;
	 clear: both;
	 margin-bottom: 10px;
	 border: 1px solid #365285;
	 border-radius: 4px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #option .button a{
	 color: #365285;
	 display: block;
	}

 #option .button:after{
	 width: 12px;
	 height: 19px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-button-arrow.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: baseline;
	 margin: -25px 0 0 0;
	 float: right;
	}

 #option h3{
	 background: url("../images/rental-h3-border.png");
	 background-size: 100%;
	 background-position: 0 15px;
	 text-align: left;
	 font-size: 20px;
	 line-height: 30px;
	 color: #333;
	 font-weight: normal;
	 background-repeat: no-repeat;
	 margin: 20px 0 20px 0;
	}

 #option h3 span{
	 background: #fff;
	 padding: 0 15px 0 0;
	 display: inline-block;
	}


 /* rental2 area */
 .rental2 {
	 background: url("../images/rental-bg2-pc.png");
	 background-size: 100% 100%;
	 padding: 20px;
	 margin-bottom: 25px;
	}

 .rental2 .rental-left{
	 width: calc(100% - 520px);
	 float: left;
	}

 .rental2 .rental-right{
	 width: 500px;
	 float: right;
	 margin: 20px 0 0 20px;
	}

 .rental2 .rental-right .title{
	 font-size: 22px;
	 margin-bottom: 10px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 .rental2 .rental-right .price{
	 margin-bottom: 10px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 .rental2 .rental-right .price .off{
	 width: 35%;
	 float: left;
	 background: #365285;
	 color: #fff;
	 border-radius: 30px;
	 padding: 3px 0;
	 text-align: center;
	 font-size: 18px;
	 line-height: 24px;
	}

 .rental2 .rental-right .price .yen{
	 width: 63%;
	 float: left;
	 margin-left: 2%;
	}

 .rental2 .rental-right .price .yen{
	 font-size: 22px;
	}

 .rental2 .rental-right .price .yen span{
	 font-size: 60px;
	 line-height: 60px;
	}

 .rental2 .rental-right .size{
	 font-size: 16px;
	 clear: both;
	 color: #4D4D4D;
	}


 /* rental3 area */
 .rental3 {
	 padding: 20px;
	 margin-bottom: 25px;
	}

 .rental3 .rental-left{
	 width: calc(100% - 620px);
	 float: left;
	}

 .rental3 .rental-right{
	 width: 600px;
	 float: right;
	 margin: 20px 0 0 20px;
	}

 .rental3 .rental-right .title{
	 font-size: 26px;
	 margin-bottom: 20px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 .rental3 .rental-right .price{
	 margin-bottom: 10px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 .rental3 .rental-right .price .off{
	 width: 35%;
	 float: left;
	 background: #365285;
	 color: #fff;
	 border-radius: 30px;
	 padding: 3px 0;
	 text-align: center;
	 font-size: 18px;
	 line-height: 24px;
	}

 .rental3 .rental-right .price .yen{
	 width: 63%;
	 float: left;
	 margin-left: 2%;
	}

 .rental3 .rental-right .price .yen{
	 font-size: 22px;
	}

 .rental3 .rental-right .price .yen span{
	 font-size: 60px;
	 line-height: 60px;
	}

 .rental3 .rental-right .size{
	 font-size: 16px;
	 line-height: 26px;
	 clear: both;
	 color: #4D4D4D;
	 margin-bottom: 15px;
	}

 .rental3 .rental-right .size2{
	 font-size: 16px;
	 line-height: 26px;
	 color: #DF1C24;
	}


 /* message area */
 #message{}
 #message h2{
	 font-size: 22px;
	 line-height: 30px;
	 text-align: left;
	 margin: 0 0 15px 0;
	 color: #a32143;
	}

 #message h2:before{
	 width: 24px;
	 height: 24px;
	 content: " ";
	 display: inline-block;
	 background-image: url( "../images/kodawari-h2-icon.png");
	 background-size: contain;
	 background-position: center;
	 background-repeat: no-repeat;
	 vertical-align: text-bottom;
	 margin-right: 10px;
	}

 #message p{
	 font-size: 16px;
	 line-height: 28px;
	}

 .message1{
	 margin-bottom:20px;
	}

 .message1 .message-text{
	 float: left;
	 width: calc(100% - 160px);
	 position: relative;
	 background: #ffeaf0;
	 padding: 20px;
	 font-size: 18px;
	 line-height: 30px;
	}

 .message1 .message-text .fukidashi{
	 position: absolute;
	 right: -19px;
	 top: 60px;
	}

 .message1 .message-member{
	 float: right;
	 width: 140px;
	}

 .message2{}
 .message2 .message-text{
	 float: right;
	 width: calc(100% - 160px);
	 position: relative;
	 background: #ffeaf0;
	 padding: 20px;
	 font-size: 18px;
	 line-height: 30px;
	}

 .message2 .message-text .fukidashi{
	 position: absolute;
	 left: -19px;
	 top: 60px;
	}

 .message2 .message-member{
	 float: left;
	 width: 140px;
	}


 /* toggle1 area */
 a.toggle1{
	 padding: 10px 40px 10px 30px!important;
	 line-height: initial;
	 cursor: pointer;
	}

 a.toggle1.menu4 {
	 font-size: 18px!important;
	 padding-left: 18px!important;
	 display: block;
	 height: 50px;
	 margin-bottom: 10px;
	}

 a.toggle1.menu4.ban1,a.toggle1.menu4.ban1,
 a.toggle1.menu4.ban2,a.toggle1.menu4.ban3,
 a.toggle1.menu4.ban4,a.toggle1.menu4.ban5,
 a.toggle1.menu4.ban6,a.toggle1.menu4.ban7,
 a.toggle1.menu4.ban8,a.toggle1.menu4.ban9 {
	 background: #365285;
	 width: 50%;
	 margin: 0 auto 15px auto;
	 color: #fff;
	 border-radius: 4px;
	 text-align: center;
	}


 /* menu4 area */
 .menu4 {
	 position: relative;
	}

 .menu4:after {
	 position: absolute;
	 top: 50%;
	 right: 20px;
	 margin-top: -15px;
	 content: '＞';
	 font-size: 20px;
	 font-weight: bold;
	 -moz-transform: rotate(90deg);
	 -ms-transform: rotate(90deg);
	 -webkit-transform: rotate(90deg);
	 transform: rotate(90deg);
	 -moz-transition: all, 0.25s, linear;
	 -o-transition: all, 0.25s, linear;
	 -webkit-transition: all, 0.25s, linear;
	 transition: all, 0.25s, linear;
	}

 .menu4.active:after {
	 -moz-transform: translate(0, 50%);
	 -ms-transform: translate(0, 50%);
	 -webkit-transform: translate(0, 50%);
	 transform: translate(0, 50%);
	 -moz-transform: rotate(270deg);
	 -ms-transform: rotate(270deg);
	 -webkit-transform: rotate(270deg);
	 transform: rotate(270deg);
	}

 .child {
	 display: none;
	}
}
/*PCここまで*/


/*iphone5ここから*/

@media (max-width: 320px)  {
}
/*iphone5ここまで*/


/*tabここから*/
@media (min-width: 768px) and (max-width: 1087px) {
  /* tokuten area */
	#tokuten{
	 width: calc(100% - 20px);
	 margin: 0 10px;
	}

 #tokuten .items{
	 width: calc(33.3% - 20px);
	 margin: 0 10px;
	 float: left;
	 box-sizing: border-box;
	 border: 1px solid #000;
	 border-radius: 4px;
	 text-align: center;
	 margin-bottom: 30px;
	}

 #tokuten .items .title{
	 background: #a22042;
	 padding: 15px 0;
	 font-size: 18px;
	 color: #fff;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #tokuten .items .text{
	 padding: 15px;
	 font-size: 15px;
	 line-height: 26px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
	}

 #tokuten .items .text span{
	 font-size: 24px;
	 line-height: 28px;
	}

 #tokuten .items .text2{
	 padding: 20px;
	 font-size: 15px;
	 line-height: 24px;
	 color: #4D4D4D;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 400;
	 font-style: normal;
	}

 #tokuten .items .text2 br{
	 display: none;
	}

 #tokuten .items-bar{
	 width: calc(100% - 20px);
	 margin: 0 10px;
	 clear: both;
	 box-sizing: border-box;
	 border: 1px solid #000;
	 border-radius: 4px;
	 text-align: center;
	 margin-bottom: 30px;
	 font-family: "Noto Serif JP", serif;
	 font-weight: 500;
	 font-style: normal;
	}

 #tokuten .items-bar .title{
	 background: #a22042;
	 padding: 15px;
	 font-size: 22px;
	 color: #fff;
	}

 #features{
	 margin: 0 15px;
	}

 #lineup{
	 margin: 0 15px;
	}

 .container{
	 margin: 0 15px;
	}


 /* merit area */
  #merit{
    margin: 50px 15px 30px 15px;
  }

  #merit .items {
    font-size: 2.2vw;
  }

  #merit .merit1{
    padding: 51px 15px;
    background: url("../images/merit1.png") no-repeat;
    background-size: 100%;
    background-position: center;
  }

  #merit .merit2{
    padding: 94px 15px;
    background: url("../images/merit2.png") no-repeat;
    background-size: 100%;
    background-position: center;
  }

  #merit .merit3{
    padding: 94px 15px;
    background: url("../images/merit3.png") no-repeat;
    background-size: 100%;
    background-position: center;
  }

  #merit .merit4{
    padding: 75px 15px;
    background: url("../images/merit4.png") no-repeat;
    background-size: 100%;
    background-position: center;
  }

  #merit .merit5{
    padding: 75px 15px;
    background: url("../images/merit5.png") no-repeat;
    background-size: 100%;
    background-position: center;
  }

  #merit .merit6{
    padding: 56px 15px;
    background: url("../images/merit6.png") no-repeat;
    background-size: 100%;
    background-position: center;
  }

 #banner{
	 margin: 0 15px 30px 15px;
	}


 /* kodawari area */
 #kodawari .kodawari{
	 margin-top: 20px;
	}

 #kodawari .kodawari-left{
	 padding-top: 0;
	}


 /* merit area */
 .merit-cont {
	 margin: 40px 15px;
	}


 /* set area */
 #set ul li p{
	 font-size: 12px;
	}

 #set ul li .point .new{
	 font-size: 10px;
	}

 #set ul li .point .option{
	 font-size: 9px;
	}


 /* rental1 area */
 .rental1 .rental-left{
	 width: 70%;
	 margin: 0 15%;
	}

 .rental1 .rental-right{
	 width: 80%;
	 margin: 0 0 20px 0;
	}


 /* rental2 area */
 .rental2 .rental-left{
	 width: 70%;
	 margin: 0 15%;
	}

 .rental2 .rental-right{
	 width: 80%;
	 margin: 0 0 20px 0;
	}


 /* rental3 area */
 .rental3 .rental-left{
	 width: 50%;
	 margin: 0 25%;
	}

 .rental3 .rental-right{
	 width: 100%;
	 margin: 0 0 20px 0;
	}


 /* rental4 area */
 .rental4 .rental-left{
	 width: 50%;
	}

 .rental4 .rental-right{
	 width: 48%;
	 margin: 0 0 0 2%;
	}


 /* rental5 area */
 .rental5 .rental-left{
	 width: 50%;
	}

 .rental5 .rental-right{
	 width: 48%;
	 margin: 0 0 0 2%;
	}

 .rental5 .rental-right .price{
	 margin-left: 0;
	}

 .rental5 .rental-right .title{
	 margin-top: 30px;
	}

 .rental5 .text{
	 margin-top: 0;
	 margin-bottom: 30px;
	}

	.card-product > .name {
		min-height: 70px;
	}

}

/*=== TOP スライダーarrow調整===*/
.swiper-button-next, .swiper-button-prev {
  top: 38%!important;
}

.swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23a22041'%2F%3E%3C%2Fsvg%3E")!important;
}

.swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a22041'%2F%3E%3C%2Fsvg%3E")!important;
}

.swiper-pagination-bullet-active {
background-color: #A22041!important;
}

/* ==== スライダーバナー === */
#bnr-slider {
	margin-bottom: 0;
	overflow: hidden;
}

#bnr-slider .swiper {
	margin-bottom: 40px;
	position: relative;
  text-align: center;
}

#bnr-slider img.pc {
	display: block;
	margin: 0 auto;
}

#bnr-slider .swiper-button-next,
#bnr-slider .swiper-button-prev {
	background-image: none !important;
	width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: #e2cea9 #e2cea9 transparent transparent;
	top: 52% !important;
}

#bnr-slider .swiper-button-next {
  transform: rotate(45deg);
	right: 30px;
}

#bnr-slider .swiper-button-prev {
	transform: rotate(-135deg);
	left: 30px;
}

#bnr-slider .swiper-pagination {
	bottom: -30px !important;
}

@media (max-width: 767px) {
	#bnr-slider {
		margin-top: 0;
		margin-bottom: 0;
	}

	#bnr-slider .swiper {
    margin-bottom: 40px;
	}

	#bnr-slider .swiper-pagination {
		bottom: -20px !important;
	}

  #bnr-slider img.pc {
    display: none;
  }

	#bnr-slider img.sp {
		width: 90%;
    display: block;
    margin: 0 auto;
	}

	#bnr-slider .swiper-button-next,
	#bnr-slider .swiper-button-prev {
    width: 10px;
    height: 10px;
		top: 65% !important;
	}

	#bnr-slider .swiper-button-next {
		right: 10px;
	}

	#bnr-slider .swiper-button-prev {
		left: 10px;
	}
}

/* ==== キャンペーンバナー === */

.campaign-bnr{
	margin: 40px 0;
}

.covid-bnr{
	margin: 10px 0 0 0;
	text-align: center;
}

.campaign-bnr img{
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px)  {

 .campaign-bnr img.pc ,
 .covid-bnr img.pc{
	 display: none;
 }

 .campaign-bnr img ,
 .covid-bnr img{
	 width: 90%;
	 display: block;
	 margin: 0 5%;
	}
}

@media (min-width: 768px)  {

 .campaign-bnr img.sp ,
 .covid-bnr img.sp{
	 display: none;
	}
}

.swiper-wrapper {
  text-align: center!important;
}

.banner {
	padding-top: 24px;
  text-align: center;
}

.page-topindex > .banner .btn > a {
	display: block;
  line-height: 60px;
}

.page-topindex > .banner .btn {
	background-color: #e7dcd3;
	background-image: url("../images/banner-flower_1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	color: #8c6450;
	font-size: 1.2rem;
	display: block;
	margin: 24px auto 0 auto;
	padding: 0;
	width: 280px;
}

.page-topindex > .banner .btn {
	display: inline-block;
	font-size: 1.2rem;
}

@media (max-width: 767px) {
	.page-topindex > .banner .btn {
		font-size: 1.8rem;
	}
}

@media (max-width: 767px) {
	.is-nav-fixed + main {
		padding-top: 99px;
	}
}
