@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

@import url("normalize.css"); 
@import url("desktop.css") print,screen and (min-width:641px); 
@import url("mobile.css") screen and (max-width:640px);

* {
	margin:0;
	padding:0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


body {
  width:100%;
  font-family: "Open Sans", sans-serif;
}
main {
    background: #ffffff;
}
.pagetop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 100;
	text-align: center;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	text-decoration:none;
}
.pagetop a:hover {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4776AF;
}
.btn a {
	display:block;
	width:88%;
	border-radius:8px;
	background-color:#E25763;
	line-height: 1.8;
	color:#FFF;
	padding:1rem 0;
	margin:1rem auto;
	text-align:center;
	text-decoration:none;
	box-shadow: 0px 5px rgba(0,0,0,0.4);
	position:relative;
	max-width:700px;
}
.btn a:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 5%;
    width: 1em;
    height: 1em;
    border-top: #FFF 2px solid;
    border-right: #FFF 2px solid;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.t_center {text-align:center;}
.read {
    width: 90%; 
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2rem;
}
.atn {
    margin: 0 auto;
}
.atn p {
    text-indent: -1em;
    padding-left: 2em;
    font-size: 15px;
    margin: 10px 0;
    line-height: 1.4;
}
.read img {
    width: auto;
}
.mb1 {margin-bottom: 1rem}
.mb2 {margin-bottom: 2rem}
.mb3 {margin-bottom: 3rem}
.present_box p {
	line-height:1.4;
    padding: 10px;
    font-size: 14px;
}
.present_box h3 {
    font-size: 19px;
	color:#0000ff;
    text-align: center;
	font-weight:bold;
    padding-top: 10px; 
}
.present_box h3 .no {
    font-size: 80%;
    line-height:2;
}
.plus {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    color:red;
}
.toshoken {
    text-align: center;
    line-height:1.6;
}
.presentarea {
    padding: 2rem 0;
    background: url("../../img/bg01.gif")
}
.presentarea2 {
    padding: 2rem 0;
    background: url("../../img/bg02.gif")
}
.btn_area a{
	display: block;
	background-color:#0068B6;
	color: #fff;
	width: 80%;
	margin: 50px auto 50px;
	padding: 30px 0;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
    border-radius:8px;
    box-shadow: 0px 5px rgba(0,0,0,0.4);
}
.check-result{
	text-align: center;
	font-size: 20px;
	color: #f00;
}
.about {
    background-color:#ffff00;
    padding-top: 3rem;
}
.yoji {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0.25rem;
    color: #FFF;
    margin-right: 0.5rem;
    border-radius: 50%;
    background-color: #FB4F9A;
}
.sho {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0.25rem;
    color: #FFF;
    margin-right: 0.5rem;
    border-radius: 50%;
    background-color: #9acd32;
}
.chu {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0.25rem;
    color: #FFF;
    margin-right: 0.5rem;
    border-radius: 50%;
    background-color: #1e90ff;
}
.example {
     width: 100%;
     max-width: 980px;
     margin: auto;
 }
.example h3 {
    background-color: #8FC31F;
    color: #ffffff;
    padding: 6px;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.6;
}
 .flexbox {
     display: flex;
 }
 .box1 {
     width: 30%;
     border-radius: 10px;
     border: 3px solid #8FC31F;
 }
.box1 .step {   
    display: inline-block;
    background: #8FC31F;
    color: #ffffff;
    padding: 3px 15px;
}
.box1 .step span {   
    font-size: 20px;
    padding-left: 3px;
}
.box1 .txt {   
    padding: 10px;
    text-align: left;
     font-size: 15px;
    line-height: 1.4;
}
 .box2 {
     width: 5%;
     text-align: center;
 }
 @media screen and (min-width: 641px) {
.box2 {
     display: flex;
     align-items: center;
    padding: 0.5rem;
     }
.box2 img {
        width: 100%;        
     }
.mobile_zoukan {
        display: none;
    }
}
 @media screen and (max-width: 640px) {
     .flexbox {
         display: block;
     }
     .box1 {
         width: 90%;
         margin: 0 auto;
     }
     .box1 img {
          width: 60%;
     }
     .box2 {
         width: 100%;
         margin: 10px auto;
         height: 50px;
     }
   .box2 img {
          transform:rotate(90deg);
          transform-origin:40px 40px; 
}
}

/*画像が下からふわっと現れるアニメーション*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/*NEWアイコン*/
.new{
    position: relative;
    width: 100%;
    max-width: 384px;
    margin: 60px auto;
    aspect-ratio: 16/9;
}
.new::before {
    position: absolute;
    content: "WEB限定";
    top: -7px;
    left: -20px;
    background-color: crimson;
    padding: 5px 25px;
    transform: rotate(-30deg);
    color: #ffffff;
}
.highlights {
    background: linear-gradient(transparent 60%, #ffff00 60%);
}
/*アコーディオン*/
.accordion {
	max-width: 1000px;
	margin: 1rem auto;
}
@media ( min-width: 601px ){
	.accordion {
	margin-top: 1rem;
		text-align: center;
}
	.accordion img {
		max-width: 600px;
	
}	
}

.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 5px;
	display: block;
}
.Label,
.content2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content2 {		/*本文*/
	height: 0;
	padding:0 20px;
	overflow: hidden;
	text-align: left;
	line-height: 1.6;
	font-size: 16px;
}
.content2 ul {
	margin-top: 10px;
}
.content2 li {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 10px;
	list-style: none;
}
.toggle:checked + .Label + .content2 {
	height: auto;
	padding:20px ;
	transition: all .3s;
}


/*キャンペーン告知*/
.p-family-gift {
  background-color: #eaf6d8;
  padding: 48px 16px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}


.p-family-gift__inner {
  max-width: 600px;
  margin: 0 auto;
}

.p-family-gift__label {
/*  font-size: 14px;
*/  font-weight: bold;
  color: #4b7a2a;
  text-align: center;
}

.p-family-gift__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 24px;
	color: red;
}

.p-family-gift__message {
  background-color: #ffffff;
  padding: 28px 24px;
  border-radius: 12px;
	margin-bottom: 1rem;
	line-height: 1.6;
  text-align: center;
}

.p-family-gift__catch {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.p-family-gift__note {
  margin-top: 16px;
  font-size: 14px;
  color: #555;
}
.p-family-gift__image {
  margin: 0 auto;
  text-align: center;
}

.p-family-gift__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* SP微調整 */
@media screen and (max-width: 767px) {
  .p-family-gift__title {
    font-size: 20px;
  }
}

/*＋注意事項 開閉*/
input.toggle-checkbox {
  display: none;
}

.toggle-label {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  padding: 8px 0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 90%;
  transition: background-color 0.3s ease;
  position: relative;
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 12px;
}

input.toggle-checkbox:checked + label.toggle-label + .content {
  max-height: 500px;
  border-radius: 0 0 4px 4px;
}
.notes-list {
  margin-top: 0.75em;
  padding-left: 1.2em;
  list-style-type: "・ ";   
}
.notes-list li {
  margin-bottom: 0.4em;
  line-height: 1.6;
  list-style-position: outside;
}
/* giftee案内 */
.p-giftee {
  padding: 40px 16px 56px;
  background-color: #fff;
}

.p-giftee__inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.p-giftee__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}

.p-giftee__image {
  margin: 0 auto 20px;
  text-align: center;
}

.p-giftee__image img {
  display: block;
  margin: 0 auto;
  width: 100%;        /* ← これが決定打 */
  max-width: 500px;  /* ← PCでは大きくなりすぎない */
  height: auto;
}


.p-giftee__note {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

/* SP微調整 */
@media screen and (max-width: 767px) {
  .p-giftee__lead {
    font-size: 16px;
  }
}
