@charset "utf-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input:not([type=checkbox]):not([type=radio]),textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
common
--------------------------------*/
html{
  font-size: 62.5%;
}

body{
  background: #FFF;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #1a1a1a;
}

a{
  color: #00a0e9;
}

img{
  max-width: 100%;
}

h2, h3{
  line-height: 1.4;
}

.wrap{
  margin: 0 auto;
  max-width: 750px;
  overflow: hidden;
}

.text{
  margin: 0 16px 24px;
}
.text-qa{
  margin: 0 16px 5px;
  padding-bottom:10px;
  border-bottom:1px dotted #333;
}

.primary-heading-about{
  margin:0 10px 10px 10px;
  padding: 4px 4px 4px 35px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color:#FFF;
  border-radius:999px;
  background:url(../images/rose-w.webp);
  background-repeat:no-repeat;
  background-size:22px;
  background-position:12px center;
  background-color:#cc0000;
}
.primary-heading-about2{
  margin:0 10px 10px 10px;
  padding: 4px 4px 4px 35px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color:#FFF;
  border-radius:999px;
  background:url(../images/rose-w.webp);
  background-repeat:no-repeat;
  background-size:22px;
  background-position:12px center;
  background-color:#cc0000;
}

.primary-heading-review{
  margin:0 10px 10px 10px;
  padding: 4px;
  background: #cc0000;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color:#FFF;
  border-radius:999px;
}

.primary-heading-qa{
  margin:0 10px 10px 10px;
  padding: 4px;
  background: #cc0000;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color:#FFF;
  border-radius:999px;
}

.secondary-heading,
.content-body h3,
.form-label,
.general-parts .secondary-heading{
  margin: 0 0 8px;
  font-size: 1.6rem;
  display: block;
}

.secondary-heading,
.content-body h3{
  color: #cc0000;
}

.secondary-heading{
  margin: 0 16px 8px;
}

.btn-area{
  margin: 24px 16px;
}

.btn-area.fix{
  margin: 0 auto 16px;
  padding: 0 16px;
  max-width: 750px;
}

.regist-btn{
  padding: 4px 23% 7px 4px;
  width: 100%;
  min-height: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/btn-bg.webp") no-repeat right top/50%, -webkit-linear-gradient(45deg, #ecc802 0%, #c08800 100%);
  background: url("../images/btn-bg.webp") no-repeat right top/50%, linear-gradient(45deg, #ecc802 0%, #c08800 100%);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 12px #c08800;
          box-shadow: inset 0 0 12px #c08800;
  text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
  font-size: 2.4rem;
  font-weight: bold;
  color: #9a0100;
  border:1px solid #9f0202;
}

.regist-btn .top{
  padding-right: 13%;
}

/*--------------------------------
header
--------------------------------*/
.logo-3ban{
  background-image: url("../images/logo.webp"), url("../images/logo-rose.webp"), url(../images/3ban.webp);
}

.logo-4ban{
  background-image: url("../images/logo.webp"), url("../images/logo-rose.webp"), url(../images/4ban.webp);
}

.logo-5ban{
  background-image: url("../images/logo.webp"), url("../images/logo-rose.webp"), url(../images/5ban.webp);
}

.logo-6ban{
  background-image: url("../images/logo.webp"), url("../images/logo-rose.webp"), url(../images/6ban.webp);
}

.logo-7ban{
  background-image: url("../images/logo.webp"), url("../images/logo-rose.webp"), url(../images/7ban.webp);
}

.logo-8ban{
  background-image: url("../images/logo.webp"), url("../images/logo-rose.webp"), url(../images/8ban.webp);
}

.logo-10ban{
  background-image: url("../images/logo.webp"), url("../images/logo-rose.webp"), url(../images/10ban.webp);
}

.logo{
  margin: auto;
  max-width: 750px;
  overflow: hidden;
  text-indent: -300%;
  background-position: center bottom 64px, right 16px bottom 24px, top 24px left 24px;
  background-size: 270px, 163px, auto 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.navbar{
  padding: 8px 16px;
  background: url("../images/header-bg.webp") no-repeat top center;
  background-size: cover;
}

.navbar .logo{
  background-position: right,left;
  background-size: contain;
  position: inherit;
}

.navbar .logo-3ban{
  background-image: url("../images/logo.webp"), url(../images/3ban.webp);
}

.navbar .logo-4ban{
  background-image: url("../images/logo.webp"), url(../images/4ban.webp);
}

.navbar .logo-5ban{
  background-image: url("../images/logo.webp"), url(../images/5ban.webp);
}

.navbar .logo-6ban{
  background-image: url("../images/logo.webp"), url(../images/6ban.webp);
}

.navbar .logo-7ban{
  background-image: url("../images/logo.webp"), url(../images/7ban.webp);
}

.navbar .logo-8ban{
  background-image: url("../images/logo.webp"), url(../images/8ban.webp);
}

.navbar .logo-10ban{
  background-image: url("../images/logo.webp"), url(../images/10ban.webp);
}

.navbar-link{
  display: block;
}

/*--------------------------------
contents
--------------------------------*/
.hero{
  position: relative;
}

.hero .ul .li{
  list-style: none;
  visibility: hidden;
  -webkit-animation: anime_slider_fade 8s 0s infinite;
          animation: anime_slider_fade 8s 0s infinite;
  position: relative;
  z-index: -1;
}

.hero .ul .li:nth-child(2),
.hero .ul .li:nth-child(3),
.hero .ul .li:nth-child(4){
  position: absolute;
  top: 0;
}

.hero .ul .li:nth-child(2){
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero .ul .li:nth-child(3){
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.hero .ul .li:nth-child(4){
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes anime_slider_fade{
  0%{
    visibility: visible;
    opacity: 0;
  }
  5%{
    opacity: 1;
  }
  25%{
    opacity: 1;
  }
  30%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

@keyframes anime_slider_fade{
  0%{
    visibility: visible;
    opacity: 0;
  }
  5%{
    opacity: 1;
  }
  25%{
    opacity: 1;
  }
  30%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.about{
  padding-top: 5px;
}

.about-img{
  width:100%;
}

.about .li{
  margin-bottom: 24px;
}

.about .li .box{
  margin-top:5px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  overflow: hidden;
}

.about .li .box .text{
  margin: 0 ;
  padding:0 15px;
  font-size:1.5rem;
}

.about .li:nth-child(1) .box{
  /*background-image: url("../images/about1.webp");*/
}

.about .li:nth-child(2) .box{
  /*background-image: url("../images/about2.webp");*/
}

.about .li:nth-child(3) .box{
  /*background-image: url("../images/about3.webp");*/
}

.review .li{
  margin: 0 16px 16px;
  padding: 0 0 16px 8px;
  border-bottom: solid 2px #cc0000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.review .li .left{
  margin-right: 16px;
  width: 120px;
}

.review .li .right{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.review .li .right .name-age{
  color: #cc0000;
}

.review .li .right .name-age.text{
  margin: 0 0 8px;
}
.name{
  display:block;
  font-size:2.0rem;
  font-weight:bold;
}
.age{
  display:block;
  font-size:1.6rem;
  font-weight:bold;
}
.review .li .right .text{
  margin: 0;
  font-size:1.4rem;
}

.review .li:last-child{
  margin: 0 16px 24px;
  padding: 0 0 0 8px;
  border-bottom: none;
}

.qa .q,
.qa .a{
  margin-right: 1rem;
}

.qa .secondary-heading{
  margin: 0 16px;
  padding:8px 0;
  font-size: 1.8rem;
  font-weight:bold;
}

.content-body{
  padding: 0 16px;
}

.content-body p,
.general-parts .note{
  margin-bottom: 24px;
}

.disc li{
  margin: 0 0 8px;
  padding-left: 8px;
  border-left: 1px solid #cc0000;
}

.disc li:last-child{
  margin-bottom: 24px;
}

.general .ex{
  display: block;
  line-height: 1.6;
}

.general .ex:last-child{
  margin-bottom: 24px;
}

.general h4{
  margin: 0 0 4px;
  padding-bottom: 4px;
  border-bottom: solid 1px;
  font-weight: normal;
}

.general-parts{
  margin: 0 16px;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
  margin-bottom: 48px;
}

.form-box{
  margin-top: 24px;
  padding: 0 16px;
}

input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
  padding: 14px 10px;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: bottom;
  border: 1px solid #ddd;
}

select{
  padding-right: 40px;
  background: url(../images/icon-select.webp) no-repeat right center #fff;
  background-size: 40px;
}

.regular-radio{
  display: none;
}

.form-item.normal-radio{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-item.normal-radio .radio-label{
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}

.form-item.normal-radio .radio-label::before{
  margin-right: 16px;
  width: 40px;
  height: 40px;
  display: inline-block;
  content: "";
  background: #ccc;
  border: 4px solid #ccc;
  border-radius: 50%;
  vertical-align: bottom;
}

.regular-radio:checked + .radio-label::before{
  background: #323232;
}

.regular-checkbox{
  padding: 12px;
  display: block;
  border: solid #ddd;
  border-width: 1px 1px 0 1px;
}

.regular-checkbox:last-child{
  border-width: 1px;
}

.form-msg{
  margin-top: 8px;
  font-size: 1.2rem;
}

.general-parts .form-msg{
  margin-top: 0;
  font-size: 1.4rem;
}

.alert-msg{
  margin: 8px 0 16px;
  padding: 0 16px;
  font-size: 1.2rem;
}

.error{
  padding: 5px 5px 5px 14px;
  background: #d00;
  color: #fff;
  border-radius: 2px;
}

.regist-btn span{
  position: relative;
}

.regist-btn span::before, .regist-btn span::after{
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.regist-btn span::before{
  width: 26px;
  height: 26px;
  background: #9a0100;
  right: -30px;
  border-radius: 20px;
}

.regist-btn span::after{
  height: 1px;
  border: solid 6px transparent;
  border-left: solid 10px white;
  right: -29px;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4{
  border: 0;
  font-size: 1.4rem;
  color: #333;
  text-indent: 0;
  padding: 10px 0 10px 20px;
}

.campaign h5{
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  padding: 10px 0 10px 20px;
}

.campaign p{
  padding: 0 10px 0 20px;
}

.campaign strong{
  font-weight: bold;
  color: #f00;
}

.cam_msg{
  font-size: 1.1rem;
  color: #aaa;
  padding: 0;
}

.camMenu{
  margin-bottom: 10px;
  padding-left: 20px;
}

.camMenu dt{
  font-weight: bold;
  font-size: 1.6rem;
  margin: 5px 0;
}

.camMenu dt:before{
  content: "";
  color: #714769;
}

.camMenu dd{
  margin-bottom: 10px;
}

.camMenu table{
  border-collapse: collapse;
  width: 270px;
  color: #000;
}

.camMenu table th{
  text-align: center;
  background: #ccc;
  width: 90px;
  border: 1px solid #aaa;
}

.camMenu table td{
  text-align: right;
  width: 90px;
  background: #fff;
  border: 1px solid #aaa;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.camMenu table tr td:last-child{
  background: #ff0;
}

#campaign_btn,
#campaign_btn_entry{
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}

#campaign_btn a,
#campaign_btn_entry a{
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/cam_btn.webp) no-repeat 0 0;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  background-size: contain;
}

.lpprtitle{
  background-color: #cc0000 !important;
  color: #fff;
}
.tabs p.notice {
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;
    background: #d9d9d9!important;
    text-align: center;
}
.tabs p.notice span {
    background-image: linear-gradient(to right, #f8b921 50%, transparent 50%)!important;
}
#c-area .c-name {
    padding-top: 4px;
}
/*--------------------------------
footer
--------------------------------*/
.footer{
  background: #323232;
  text-align: center;
}

.nav-list{
  border-bottom: 1px solid #000;
}

.nav-link{
  padding: 12px 16px;
  display: block;
  color: #fff;
}

.copy{
  padding: 16px;
  display: block;
  color: #fff;
}

body #pr{
  margin: auto;
  max-width: 750px;
  right: 0;
  bottom: -60px;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width: 320px){
  .regist-btn{
    min-height: 73px;
  }
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 768px){
  body{
    font-size: 2.5rem;
  }
  .text{
    margin: 0 32px 48px;
  }
  .primary-heading{
    margin: 0 0 48px;
    padding: 8px;
    font-size: 4rem;
  }
  .secondary-heading,
  .content-body h3,
  .form-label,
  .general-parts .secondary-heading{
    margin: 0 0 16px;
    font-size: 3.2rem;
  }
  .form-label{
    margin: 0 0 8px;
    font-size: 2.8rem;
  }
  .secondary-heading{
    margin: 0 32px 16px;
  }
  .btn-area{
    margin: 64px 64px;
  }
  .btn-area.fix{
    margin: 0 auto 32px;
    padding: 0 64px;
    max-width: 750px;
  }
  .regist-btn{
    min-height: 151px;
    font-size: 4.2rem;
    text-shadow: 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white;
  }
  .wbr{
    display: none;
  }
  .logo{
    background-position: center bottom 64px, right 32px bottom 48px, top 48px left 48px;
    background-size: 567px, 340px, auto 62px;
  }
  .navbar{
    padding: 16px 32px;
  }
  .about{
    padding-top: 48px;
  }
  .about .primary-heading{
    margin: 0 32px 32px;
    padding-left: 56px;
    font-size: 4rem;
  }
  .about .primary-heading::after{
    width: 44px;
    height: 44px;
    top: 4px;
  }
  .about .li{
    margin-bottom: 48px;
  }
  .about .li .box{
    padding-top: 32px;
  }
  .about .li .box .text{
    margin: 0 32px 32px;
    font-size: 3.0rem;
  }
  .review .li{
    margin: 0 32px 32px;
    padding: 0 0 32px 16px;
  }
  .review .li .left{
    margin-right: 32px;
    width: 250px;
  }
  .review .li .right .name-age.text{
    margin: 0 0 16px;
  }
  .review .li .right .text{
    margin: 0;
  }
  .review .li:last-child{
    margin: 0 32px 48px;
    padding: 0 0 0 16px;
  }
  .qa .secondary-heading{
    font-size: 2.5rem;
  }
  .content-body{
    padding: 0 32px;
  }
  .content-body p,
  .general-parts .note{
    margin-bottom: 48px;
  }
  .disc li{
    margin: 0 0 16px;
    padding-left: 16px;
    border-left: 2px solid #cc0000;
  }
  .disc li:last-child{
    margin-bottom: 48px;
  }
  .general .ex:last-child{
    margin-bottom: 48px;
  }
  .general-parts{
    margin: 0 32px;
  }
  .general-parts .form-msg{
    font-size: 2.8rem;
  }
  .general-parts .note{
    margin-bottom: 32px;
  }
  .form-wrapper{
    margin-bottom: 96px;
  }
  .form-box{
    margin-top: 48px;
    padding: 0 32px;
  }
  .form-item.normal-radio .radio-label::before{
    margin-right: 32px;
  }
  input[type=text],
  input[type=tel],
  input[type=password],
  select,
  textarea,
  .check-label{
    font-size: 2rem;
  }
  select{
    padding-right: 62px;
    background: url(../images/icon-select.webp) no-repeat right center #fff;
    background-size: 60px;
  }
  .form-item.normal-radio .radio-label{
    font-size: 2.8rem;
  }
  .form-msg{
    font-size: 2rem;
  }
  .alert-msg{
    margin: 16px 0 32px;
    padding: 0 32px;
    font-size: 2rem;
  }
  .entry-btn .regist-btn{
    padding: 16px 40% 16px 24px;
  }
  .regist-btn span::before{
    width: 44px;
    height: 44px;
    background: #9a0100;
    right: -54px;
  }
  .regist-btn span::after{
    height: 1px;
    border: solid 10px transparent;
    border-left: solid 18px white;
    right: -53px;
  }
  .footer{
    font-size: 2rem;
  }
  .nav-link{
    padding: 12px 32px;
  }
}
/*# sourceMappingURL=style.css.map */