@charset "UTF-8";
/*============
common
=============*/
/* .txtlink */
.txtlink:link {
  color: #0472a1;
  text-decoration: none;
}
.txtlink:visited {
  color: #0472a1;
}
.txtlink:hover,
.txtlink:active {
  color: #0472a1;
  text-decoration: underline;
}
/* .exlink */
.exlink::after {
  content: "";
  display: inline-block;
  width: 13.36px;
  height: 12px;
  background: url("../img/ico_browser.svg") no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.txtlink.exlink::after,
.txtlink .exlink::after {
  background: url("../img/ico_browser_link.svg") no-repeat;
}

.wrapper {
  position: relative;
}
#goTop {
  bottom: 114px;
}

#js-pagetop {
  width: 114px;
  margin: 30px auto 0;
}
#js-pagetop:hover {
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

/* bullet-list */
.bullet-list {
  padding-left: 20px;
}
.bullet-list li {
  margin: .25em 0;
  line-height: 1.5;
}
.bullet-list.disc {
  list-style: disc;
}
.bullet-list.big-disc {
  padding-left: 0;
}
.bullet-list.big-disc > li {
  position: relative;
  padding-left: 15px;
}
.bullet-list.big-disc > li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
}

/*
btn
=============*/
.btn-radius {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1em 2.5em 1em 1.5em;
  border-radius: 100vh;
  text-decoration: none !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
}

/* .entryBtn */
.entryBtn {	
  width: 100%;
	background-color: #fafc3f;
}
.fixBtn {
  position:fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 32px 32px 0 0;
  background-color:rgba(255,255,255,1);
  box-shadow:0px -2.5px 2.5px 0px rgba(0,0,0,0.16);
  text-align: center;
  z-index: 1;
}
.entryBtn .btn-lead {
  margin-bottom: 3px;
  font-weight: bold;
  font-size:min(3.733vw,14px);/*14px*/
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.entryBtn .btn-wrap {
  margin-top: 0;
  padding: 10px 20px;
}
.entryBtn a {
  /*width: 93.8%;*/
  margin: 0 auto;
}
.entryBtn a img {
  width: 100%;
}
.entryBtn .btn-login,
.entryBtn .btn-login:visited,
.entryBtn .btn-login:hover {
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 1.1em 2.5em 1.1em 1.5em;
  border: 2px solid #f5311a;
  background: #f5311a;
  font-size:min(4.267vw,16px);/*16px*/
  color: #fff;
  transition: background .3s;
}
.entryBtn .btn-login::after,
.entryBtn .btn-login:hover::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin-top: -5px;
  transform: rotate(45deg);
  transition: background .3s;
  }
.entryBtn .caution {
  font-size: 12px;
}
.entryBtn .fix-caution {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: .5em;
  text-align: left;
}
.entryBtn .fix-caution .caution:last-of-type {
  margin-bottom: 0;
}

/*
accordion
=============*/
.accordion-title {
  margin-top: 0;
  padding: 20px 40px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #D8D8DB;
}
.accordion-title:first-of-type {
  border-top: none;
}
.accordion-title::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  transition: 0.3s;
}
.accordion-title::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: 0.3s;
}
.accordion-title.open::after {
  opacity: 0;
}
.accordion-title + .accordion-content {
  display: none;
}
.accordion-title.open + .accordion-content {
  margin-bottom: 20px;
}
.accordion-content {
  font-size: 14px;
  line-height: 1.4;
}

/*
h1-h4
=============*/
h1, h2 {
  display: flex;
  justify-content: center;
  font-size: 0;
}

/*
.loginenq
=============*/
.loginenq {
  padding-bottom: 20px;
  
}

/*
.main-visual
=============*/
.main-visual {
  position: relative;
}

/* end */
.main-visual .end {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(0,0,0,0.5);
}
.main-visual .end p {
  padding: 1em;
  border: 1px solid #fff;
  background: #f00;
  color: #fff;
	text-align: center;
}

/* main-visual-img */
.main-visual-img {
  background-color: #ff9600;
}
.main-visual-img img {
  max-width: 750px;
}

/* .link-anc */
.list-anc-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #b2f3a0;
}
.list-anc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.list-anc li a {
}
.list-anc li a:hover {
  opacity: 1;
}

/*
.section
=============*/
.sec-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.sec-txt {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.3;
}
/* .txtlink */
.sec-txt .txtlink:link {
  color: inherit;
  text-decoration: underline;
}
.sec-txt .txtlink:visited {
  color: inherit;
}
.sec-txt .txtlink:hover,
.sec-txt .txtlink:active {
  color: inherit;
  text-decoration: none;
}

/*
.section-step
=============*/
.section-step .step-bg {
  padding: 0 20px 20px;
  background: #d5f1fe url("../img/bg_01.png") repeat;
}
.section-step .sec-txt {
  color: #02a1e9;
}
.section-step .sec-h2 {
  padding-top: 20px;
}
.section-step .sec-h2 img {
  width: 179px;
}
.section-step .step-list {
  display: none;
}

/*
.section-megutan
=============*/
.section-megutan .megutan-bg {
  padding: 0 20px 30px;
  background: #fef0f6 url("../img/bg_02.png") repeat;
}
.section-megutan .sec-txt {
  color: #e95098;
}
.section-megutan .sec-h2 {
  padding-top: 20px;
}
.section-megutan .sec-h2 img {
  width: 268px;
}
.section-megutan .megutan-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/*
megutan-history
=============*/
.megutan-history {
  margin-top: 20px;
}
.megutan-history .accordion-title {
  padding: 0;
  border-top: 0;
}
.megutan-history .accordion-title::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-image: url("../img/ico_close.png");
  right: 0;
}
.megutan-history .accordion-title::after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-image: url("../img/ico_open.png");
  right: 0;
}
.megutan-history .accordion-content {
  margin-top: 30px;
}

/*
.section-cautions
=============*/
.section-cautions .cautions-bg {
  padding: 0 20px 30px;
  background: #b2f3a0 url("../img/bg_03.png") repeat;
}
.section-cautions .sec-h2 {
  padding-top: 30px;
}
.section-cautions .sec-h2 img {
  width: 125px;
}
.cautions-list-wrap {
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}
.cautions-list-wrap .bullet-list.big-disc > li:before {
	background-color: #318919;
}

/*
.section-campaign
=============*/
.section-campaign {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  /* .entryBtn */
  .entryBtn .btn-radius {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  
  /* end */
  .main-visual .end {
		width: 100vw;
		margin: 0 calc(50% - 50vw);    
  }
  
	/* .main-visual-img */
	.main-visual-img {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
  
  /* .link-anc */
  .list-anc {
    gap: 0 2%; 
  }

  /*
  .section-step
  =============*/
  .section-step .step-bg {
    background-size: 32px auto;
  }
  .section-step .step-img {
    width: 78vw;
    max-width: 590px;
    margin: 10px auto 0;
    background: url("../img/step_sp.png") no-repeat;
    background-size: contain;
  }
  .section-step .step-img::before {
    content:"";
    display: block;
    padding-top: 321.1%;
  }
  
  /*
  .section-megutan
  =============*/
  .section-megutan .megutan-bg {
    background-size: 12px auto;
  }
  .section-megutan .sec-h2 img {
    width: 268px;
  }
  .section-megutan .megutan-img li {
    display: none;
    width: 100%;
  }
  .section-megutan .megutan-img li.new {
    display: block;
  }
  .section-megutan .megutan-img li img {
    width: 78vw;
    max-width: 590px;
    margin: 0 auto;
  }
  .section-megutan .megutan-latest-img {
    padding-top: 60.3%;
    background: url("../img/img_01_sp.png") no-repeat top;
    background-size: contain;
  }
  .section-megutan .megutan-latest-img img {
    width: 78vw;
    max-width: 590px;
    margin: 0 auto;
  }
  
}

@media screen and (min-width: 768px) {
  /*=============
  common
  =============*/
  a {
    transition: all .3s;
  }
  a:hover {
    opacity: 0.8;
  }
  
  #goTop {
    bottom: 156px;
  }
  
  /*
  btn
  =============*/
  .btn-radius {
    padding: .75em 2.5em .75em 1.5em;
    font-size: 20px;
  }
  
  /* .entryBtn */
  .entryBtn .btn-wrap {
    padding: 15px 0;
  }
  .entryBtn .btn-lead {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .entryBtn .btn-login,
  .entryBtn .btn-login:visited,
  .entryBtn .btn-login:hover {
    font-size: 26px;
    font-weight: bold;
    padding: .75em 2.5em .75em 1.5em;
  }
  .fixBtn .btn-login,
  .fixBtn .btn-login:visited,
  .fixBtn .btn-login:hover {
    font-size: 18px;
  }
  .entryBtn .btn-login:hover {
    background: #fff;
    color: #f5311a;
    opacity: 1;
    /*transform: translateY(5px);*/
  }
  .entryBtn .btn-login:hover::after {
    border-top: 2px solid #f5311a;
    border-right: 2px solid #f5311a;
  }
  .entryBtn .btn-login::after,
  .entryBtn .btn-login:hover::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .entryBtn .caution {
    font-size: 13px;
  }
   
  /*
  .loginenq
  =============*/
  .loginenq {
    padding-bottom: 30px;

  }
  
	/* close */
	.close-wrap .close-txt {
		text-align: center;
		font-size: 18px;
	}
  
  /* .link-anc */
  .list-anc-wrap {
    padding: 20px 0;
  }
  .list-anc li a {
    width: 230px;
    height: 115px;
  }
  
  /*
  .section
  =============*/
  .sec-txt {
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.7;
  }

  /*
  .section-step
  =============*/
  .section-step .step-bg {
    padding: 0 20px 40px;
  }
  .section-step .sec-h2 {
    padding-top: 40px;
  }
  .section-step .sec-h2 img {
    width: 239px;
  }
  .section-step .step-img {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: url("../img/step_pc.png") no-repeat;
    background-size: contain;
  }
  .section-step .step-img::before {
    content:"";
    display: block;
    padding-top: 61%;
  }

  /*
  .section-megutan
  =============*/
  .section-megutan .megutan-bg {
    padding: 0 20px 40px;
  }
  .section-megutan .sec-h2 {
    padding-top: 40px;
  }
  .section-megutan .sec-h2 img {
    width: 358px;
  }
  .section-megutan .megutan-img {
    gap: 30px;
  }
  .section-megutan .megutan-img li,
  .section-megutan .megutan-img li img {
    width: 230px;
  }
  .section-megutan .megutan-latest-img {
    padding-top: 177px;
    background: url("../img/img_01_pc.png") no-repeat;
  }
  .section-megutan .megutan-latest-img img {
    width: 472px;
    margin: 0 auto;
  }
	
  /*
  .section-cautions
  =============*/
  .section-cautions .cautions-bg {
    padding: 0 20px 40px;
  }
  .section-cautions .sec-h2 {
    padding-top: 40px;
  }
  .section-cautions .sec-h2 img {
    width: 167px;
  }
	.cautions-list-wrap {
		margin-top: 30px;
		border-radius: 20px;
	}
  
}

@media screen and (min-width: 1260px) {

}