@charset "UTF-8";
/* CSS Document */
*, ::before, ::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
body {
  font-family: Zen Kaku Gothic New;
  font-size: 16px;
  font-weight: 500;
  color: #42403B;
  line-height: -2;
  background-color: #EEBDAA;
  background-image: url("../img/bg2.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.outer {
  max-width: 375px;
  margin: 0 auto;
}
main {
  max-width: 375px;
}
.firstview {
  /*headerを全画面で見せる*/
  width: 375px;
  height: 812px;
  position: relative;
}
.firstview:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 812px;
  background: url("../img/lp2fv2.png") no-repeat center; /*背景画像設定※オリジナル画像を設定してください*/
  background-size: 373px;
}
.firstview :first-child {
  width: 100%;
  position: absolute;
  top: -275px;
}
.firstview :nth-child(2) {
  width: 100%;
  position: absolute;
  bottom: -79px;
  left: -38px;
}
/*リード*/
.lead {
  height: 320px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 20;
  background-color: #CCF9F2;
}
.lead p {
  padding-top: 50px;
}
.wave {
  width: 100%;
  z-index: 30;
  top: -330px;
  left: 0;
  position: absolute;
}
.lead p {
  position: relative;
  z-index: 40;
}
/*メイン*/
.box {
  background-color: #CCF9F2;
}
.container {
  width: 305px;
  margin: 0 35px;
}
.container img {
	 box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.orange {
  position: relative;
  width: 305px;
}
.orange img:nth-child(1) {
  width: 100%;
}
.orange img:nth-child(2) {
  width: 152px;
  height: 85px;
  margin: 10px 0 0 153px;
}
.orange img:nth-child(3) {
  width: 140px;
  position: absolute;
  top: 400px;
  left: 0;
}
.orange-text {
  display: flex;
  width: 253px;
  height: 120px;
  margin: 40px 0 0 52px;
  background-color: #EEBDAA;
  align-items: center;
	 box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.orange p {
  margin: 0 auto;
  color: #fff;
}
.pink {
  position: relative;
  width: 305px;
  margin: 150px 0 0 0;
  padding-bottom: 150px;
}
.pink img:nth-child(1) {
  width: 100%;
}
.pink img:nth-child(2) {
  width: 152px;
  height: 85px;
  margin: 10px 153px 0 0;
}
.pink img:nth-child(3) {
  width: 140px;
  position: absolute;
  top: 400px;
  right: 0;
}
.pink-text {
  display: flex;
  width: 253px;
  height: 120px;
  margin: 40px 0 0 0;
  background-color: #EEAABC;
  align-items: center;
	 box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.pink p {
  margin: 0 auto;
  color: #fff;
}
/*ポイント*/
.list {
  background-color: #EEBDAA;
  color: #fff;
  padding: 50px 0;
}
.list h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #42403B;
}
.list li {
  display: flex;
  margin: 50px 35px;
}
.list img {
  width: 90px;
  height: 90px;
}
.list div {
  display: flex;
  align-items: center;
}
.list p {
  margin-left: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.close {
  background-color: #fff;
}
.detail {
  display: flex;
  column-gap: 20px;
  margin: 0 auto 150px;
  padding-top: 100px;
  width: 322px;
}
.detail img {
  width: 151px;
  height: 140px;
}
.button {
  display: flex;
  margin: 0 auto 150px;
  width: 200px;
  height: 50px;
}
button {
  display: block;
  width: 200px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #F07193;
  border-radius: 50px;
}
.logo {
  height: 150px;
  background-color: #EEAABC;
  display: flex;
  align-items: center;
}
.logo img {
  width: 100px;
  height: 80px;
  margin: 0 auto;
}