body {
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

#main {
  width: 750px;
  margin: 0 auto;
  position: relative;
}

header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 31.7333333333%;
}

.fv {
  position: relative;
  margin-bottom: -5%;
}
.fv_mate {
  position: absolute;
  width: 100%;
  height: 63.9700374532%;
  top: 9.7378277154%;
  left: 0;
  z-index: 1;
}
.fv_btnarea {
  position: absolute;
  width: 94.6666666667%;
  bottom: -10.4868913858%;
  z-index: 2;
  left: 2.6666666667%;
  right: 0;
}
.fv a.ank_btn {
  position: absolute;
  width: 88%;
  bottom: -3%;
  left: 6.6666666667%;
}
.fv video {
  min-width: 100%;
  min-height: 100%;
}

.qlist li input {
  display: none;
}
.qlist li .btn {
  position: relative;
  display: block;
}
.qlist li .btn .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.qlist li input:checked + .btn .on {
  opacity: 1;
}
.qlist li .btn img {
  width: 100%;
  height: auto;
}

.q1_list.qlist li,
.q2_list.qlist li {
  margin-bottom: 2em;
}

.qlist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.q1 {
  position: relative;
  background-color: #EFEFEF;
  padding: 10% 0 8% 0;
}

.q2,
.q3,
.q4 {
  position: relative;
  background-color: #EFEFEF;
  padding: 0% 0 8% 0;
}

.q1_list.qlist li:nth-child(2n) {
  margin-left: 4.6%;
}

.q3_list {
  flex-wrap: wrap;
}

.q3_list.qlist li {
  width: 100%;
  margin-bottom: 2em;
}
.q3_list.qlist li:last-child {
  margin-bottom: 5em;
}

.q3 .case1_only {
  display: none;
  position: relative;
  margin: 10% 0 0 0;
}
.q3 .case1_only a.q3_btn {
  position: absolute;
  width: 88%;
  bottom: 2.3774145617%;
  left: 5.4666666667%;
}
.q3 .case1_only a.q3_btn2 {
  position: absolute;
  width: 88%;
  bottom: 2%;
  right: 0;
  left: 5.3333333333%;
}

.end_conts {
  position: relative;
}
.end_conts .btn_erea1 {
  position: relative;
}
.end_conts .btn_erea1 a {
display: block;
    position: absolute;
    width: 88.1333333333%;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    bottom: 0%;
}
.end_conts .btn_erea1 video.last_video {
  position: absolute;
  width: 500px;
  height: 600px;
  top: 45.489362%;
  left: 16.8%;
  object-fit: cover;
  object-position: right center;
  border-radius: 32px;
}
.end_conts .btn_erea2 {
  position: relative;
}
.end_conts .btn_erea2 a {
  position: absolute;
  width: 88.1333333333%;
  left: 0;
  right: 0;
  bottom:7.902439%;
  margin: auto;
}
.end_conts .mocchiri {
  animation: mocchiri 3s infinite;
}

@keyframes mocchiri {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  95% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
.q3 {
  padding-bottom: 0;
}

.qlist label {
  display: block;
  cursor: pointer;
}

#footer {
  width: 100%;
  background-color: #FFF;
  color: #000000;
  text-align: center;
  position: absolute;
  bottom: auto;
}
#footer small {
  margin: 10px;
  font-size: 18px;
  color: #FFF;
}
#footer ul {
  margin: 5% 0;
  font-size: 24px;
}
#footer ul li {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  color: #595757;
}
#footer .copyright_bg {
  background: #5F90CC;
  padding: 3%;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 2.4vw;
  }
  #main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .q1_list.qlist {
    flex-wrap: nowrap;
  }
  .fv video {
    width: 100%;
  }
  .q3 .case1_only {
    display: none;
    position: relative;
    margin: 10% 0 0 0;
  }
  .q3 .case1_only a.q3_btn {
    right: 8%;
    left: 8%;
  }
  .end_conts .btn_erea1 video.last_video {
    width: 71%;
    height: 35%;
    top: 46%;
    left: 14.5%;
  }
  .end_conts .btn_erea3 {
    background-color: #E3EEFF;
  }
  .end_conts .btn_erea3 a {
    left: -1%;
    right: 0%;
    width: 90%;
  }
  #footer img {
    width: 100%;
  }
  #footer small {
    font-size: 10px;
  }
  #footer ul {
    font-size: 10px;
  }
}
body#fade_action {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.shop {
	background: #ededff;
}

.shop .pos {
	position: relative;
}
.shop .pos a {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    text-align: center;
    width: 90%;
}
.shop .pos2 a {
    bottom: 15%;
}

.shop .list {
	padding: 0% 0 3%;
	background: #efefef;
}

.shop ul {
	background: #efefef;

	text-align: center;
	padding: 0% 5%;
	margin: 1% 0;
}


.shop ul li {
	display: inline-block;
	border: 2px solid #4D498E;
	border-radius: 25px;
	width: 16%;
    margin: 0 1%;
}

.shop ul:last-of-type li {
	width: 20%;
}

.shop ul li a {
		    padding: 1% 4%;
	display: inline-block;
	font-size: 20px;
	color: #4D498E;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
.shop ul li a {
		    padding: 1% 4%;
	display: inline-block;
	font-size: 10px;
	color: #4D498E;
	font-weight: bold;
}
	
	
	}