@charset "utf-8";

/* ==============================

    common / utility

===============================*/

/* main{
	margin: 0 auto;
	width: 1000px;
}

img{
	width: 100%;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.box{
	width: 48%;
}

h3{
	font-size: 40px;
}

p{
	font-size: 24px;
} */

/* ã‚«ãƒ¼ãƒˆéƒ¨åˆ†å…±é€š */

#lp_2509 .cart_area .inner {
  background: #fff;
  max-width: 690px;
  margin: auto;
  padding-bottom: 20px;
}

#lp_2509 .cart_area .inner.mb {
  margin-bottom: 50px;
}

#lp_2509 .cart_area .product_box {
  padding: 30px 0 50px;
  margin: auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#lp_2509 .cart_area .product_box.last {
  padding-bottom: 30px;
}

#lp_2509 .cart_area .product_box .p_image {
  width: 210px;
}

#lp_2509 .cart-area {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#lp_2509 .cart-area .cart-btn {
  display: block;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
#lp_2509 .cart-area.cart-area02 {
  width: 100%;
  box-shadow: none;
  position: relative;
}
#lp_2509 .cart-area.cart-area02 .cart-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#lp_2509 .cart-area.cart-area02 .cart-btn img {
  text-align: center;
  margin: 0 auto;
}

#lp_2509 .cart-area p {
  font-size: 20px;
  padding: 30px;
}

#lp_2509 .cart-area p a,
#lp_2509 p.kiyaku_last a {
  color: #2727e1;
  text-decoration: underline;
}

#lp_2509 .kiyaku {
  position: relative;
}
#lp_2509 .kiyaku p {
  width: 86%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#lp_2509 p.kiyaku_last {
  width: 92%;
  margin: 0 auto;
  font-size: 20px;
  padding: 0 30px 100px;
}

@media screen and (max-width: 750px) {
  #lp_2509 .cart_area .inner {
    max-width: 92%;
    padding-bottom: 3vw;
  }

  #lp_2509 .cart_area .inner.mb {
    margin-bottom: 6vw;
  }

  #lp_2509 p.kiyaku_last,
  #lp_2509 .cart-area p {
    font-size: 3vw;
    padding: 4vw;
  }
  #lp_2509 p.kiyaku_last {
    padding: 0 4vw 8vw;
  }
  #lp_2509 .kiyaku p {
    width: 90%;
    font-size: 2.8vw;
  }
}


#lp_2509 {
  width: 100%;
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#lp_2509 h1,
#lp_2509 h2,
#lp_2509 h3,
#lp_2509 h4,
#lp_2509 h5,
#lp_2509 h6 {
  margin: auto;
}

#lp_2509 #fv {
  background: #ffedf3;
}

#lp_2509 #fv p {
  font-size: 20px;
  padding: 20px 30px;
}

.anc-fv {
  position: relative;
}
.anc-fv a {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 82%;
}
.anc-fv a img {
  display: inline;
  text-align: center;
  margin: 0 auto;
}

#lp_2509 .anc {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "item1 item2"
    "item3 item3";
  grid-column-gap: 4%;
  grid-row-gap: 22%;
  margin-bottom: 50px;
  padding-top: 8%;
}
#lp_2509 .anc li:nth-child(1) { grid-area: item1; }
#lp_2509 .anc li:nth-child(2) { grid-area: item2; }
#lp_2509 .anc li:nth-child(3) { grid-area: item3; }
#lp_2509 .anc-block {
  background: url(../2509_ALFEfair/alfefair_img10.png) no-repeat center top;
  padding-bottom: 15%;
}
#lp_2509 .anc-block02 {
  background: url(../2509_ALFEfair/alfefair_img41.png) no-repeat center top;
}


#lp_2509 .product_ac {
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#lp_2509 .product_ac::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 60px;
  top: 50%;
}

#lp_2509 .product_ac::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: rotate(-90deg);
  transition: 0.5s;
}

#lp_2509 .product_ac.open::after {
  transform: rotate(0deg);
}

#lp_2509 .hide {
  position: relative;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  transition: 0.5s;
}

#lp_2509 .product_ac.open + .hide {
  max-height: 2000px;
}

#lp_2509 #sec01 {
  background-color: #fff8f6;
  padding-bottom: 60px;
}

#lp_2509 #sec02 {
  background-color: #fff3fb;
  padding-bottom: 60px;
}

#lp_2509 #sec02 .cart-area:not(:last-of-type) {
  margin-bottom: 50px;
}

#lp_2509 #sec03 {
  padding-bottom: 60px;
}

#lp_2509 #sec04 {
  background-color: #fff;
}

#lp_2509 #sec04 .cart-wrapper {
  background-image: url(sec04_bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

#lp_2509 #sec04 .cart-area {
  width: 84%;
}

@media screen and (max-width: 750px) {
  #lp_2509 {
    width: 100%;
  }

  #lp_2509 h1,
  #lp_2509 h2,
  #lp_2509 h3,
  #lp_2509 h4,
  #lp_2509 h5,
  #lp_2509 h6 {
    padding: 0;
  }
  #lp_2509 #fv p {
    font-size: 3vw;
    padding: 3vw 4vw;
  }

  #lp_2509 .product_ac {
    font-size: 3.73vw;
  }

  #lp_2509 .product_ac::before {
    width: 4vw !important;
    right: 8vw !important;
  }

  #lp_2509 .product_ac::after {
    width: 4vw !important;
    right: 8vw !important;
  }

  #lp_2509 .product_ac.open + .hide {
    max-height: 2000px;
  }

  #lp_2509 .anc-block {
    background-size: contain;
  }
  #lp_2509 .anc-block02 {
    background-size: contain;
  }
}



.taCenter { text-align: center; }
.mB0 { margin-bottom: 0!important; }
.mB10 { margin-bottom: 10px!important; }
.mB20 { margin-bottom: 20px!important; }
.mB50 { margin-bottom: 50px!important; }
.mB60 { margin-bottom: 60px!important; }
.textBg { line-height: 1.8em;font-weight: bold;background: rgba(126,194,237,0.47); }
.textBg-02 { line-height: 1.8em;font-weight: bold;background: rgba(226,210,115,0.47); }
.taRight { text-align: right; }

.contentIn {
  width: 100%;
  margin: 0 auto;
}

.keyImg {
  position: relative;
  top: 0;
  left: 0;
  width: 924px;
  height: 1168px;
  line-height: 1.6em;
  margin: 0 auto;
  padding: 620px 85px 0;
  font-size: 17px;
  box-sizing: border-box;
  background: url(../img/img-key-01.png) 0 0 no-repeat;
}

.keyImg h1 {
  position: absolute;
  top: 77px;
  left: 60px;
  font-size: 32px;
}

.keyImg .byTxt {
  position: absolute;
  top: 90px;
  right: 80px;
  padding: 0 10px 3px 0;
  font-size: 13px;
  border-bottom: 2px solid #707070;
}

.castsSub:nth-of-type(1) {
  position: absolute;
  top: 770px;
  left: 300px;
}

.castsSub:nth-of-type(2) {
  position: absolute;
  top: 985px;
  left: 130px;
}

.castsSub dt {
  margin: 0 0 10px;
  font-size: 20px;
}

.castsSub dt span {
  font-size: 18px;
}

.castsSub dd {
  width: 490px;
  font-size: 13px;
  line-height: 1.6em;
}

.select0102 {
  width: 966px;
  margin: 0 auto;
  padding: 70px 0 0;
}

.select0102 ol li a img,
a#btnRepo01s img,
a#btnSp02s img {
  opacity: 1;
  transition: opacity 1s ease;
}

.select0102 ol li a:hover img,
a#btnRepo01s:hover img,
a#btnSp02s:hover img {
  opacity: 0.5;
}

#btnRepo01s:hover,
#btnSp02s:hover {
  cursor: pointer;
}

.spHr {
  position: relative;
  top: 0;
  left: 2px;
  z-index: 10;
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/img-horizon.png) center top no-repeat;
}

.spHr.spHrBlue {
  background: url(../img/img-horizon.png) center bottom no-repeat;
}

.report01BtnUnit {
  margin: 0 0 100px;
}

.report01BtnUnit li {
  margin: 0 0 17px;
}

.talkUnit {
  width: 800px;
  margin: 0 auto;
  font-size: 17px;
}

ul.talkUnit li {
  margin: 0 0 70px;
}

.talkUnit dt,
.talkUnit dd {
  display: inline;
}

.talkUnit dt {
  padding: 0 1em 0 0;
}

dt.nameColor {
  color: #7dc2ed;
  font-weight: bold;
}

#report02Cont {
  display: none;
}

.report01ContFirstIn,
.report01ContFirstIn > img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.report01ContFirstIn:before {
  content: " ";
  position: absolute;
  top: -250px;
  right: 0;
  z-index: 10;
  width: 261px;
  height: 281px;
  background: url(../img/ico-fukidashi01.png) 0 0 no-repeat;
}

#report01ContSecond {
  padding: 85px 0;
  background: url(../img/bg-cont-01.png) center 0 no-repeat;
}

#report01ContSecond-02 {
  padding: 50px 0 0;
  background: url(../img/bg-cont-01-02.png) center 0 no-repeat;
}

#report01ContThird-02 {
  padding: 50px 0 65px;
  background: url(../img/bg-bottle.png) -25% 50% no-repeat,
  url(../img/bg-cont-02-02.png) right bottom no-repeat;
}

#report01ContFourth-02 {
  margin: 0 auto 50px;
  padding: 50px 0 65px;
  background: url(../img/bg-cont-04.jpg) center 0 no-repeat;
}

.report01ContFirst {
  width: 1100px;
  margin: 0 auto;
}

.report01ContFirstInner {
  padding: 0 0 0 17px;
}

#lp_2509 .report01ContFirstInner h2 {
  margin: 0 0 10px;
}

.report01ContSecondIn,
.report01ContSecondIn-02,
.report01ContThirdIn,
.report01ContThirdIn-02,
.report01ContFourthIn-02,
.report01ContFourthIn {
  width: 1024px;
  margin: 0 auto;
}

.report01ContSecondIn {
  padding: 70px 0 70px;
  border-radius: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}

.report01ContSecondIn-02,
.report01ContThirdIn-02,
.report01ContFourthIn-02 {
  border-radius: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}

.report01ContThirdIn-02 {
  padding: 80px 0 50px;
}

.report01ContFourthIn-02 {
  padding: 40px 0 65px;
}

.report01ContSecondIn::after,
.report01ContSecondIn-02::after {
  content: "";
  display: block;
  clear: both;
}

.talkUnit02 {
  margin: 0 0 0 545px;
  padding: 0 50px 0 0;
  font-size: 17px;
  line-height: 1.8em;
}

.talkUnit02-02 {
  margin: 0 0 50px;
  padding: 0 105px 70px;
  font-size: 17px;
  line-height: 1.8em;
  box-sizing: border-box;
}

.report01ContThirdIn-02 .talkUnit02-02.talkUnit02-02Sub {
  margin: -100px 0 50px;
}

.talkUnit02-02.talkUnit02-02Right {
  float: right;
  margin: 0 100px 0 0;
  padding: 0;
  width: 440px;
}

.talkUnit02 dt,
.talkUnit02-02 dt {
  padding: 0 1em 0 0;
  font-weight: bold;
}

.talkUnit02-02 dt {
  color: #c1b669;
}

.talkUnit02 dt,
.talkUnit02 dd,
.talkUnit02-02 dt,
.talkUnit02-02 dd {
  display: inline;
}

.talkUnit02 li,
.talkUnit02-02 li {
  margin: 0 0 2em;
}

.talkUnit02 li:last-of-type,
.talkUnit02-02 li:last-of-type {
  margin: 0;
}

.talkUnit02 li:nth-of-type(even) dt {
  color: #000;
}

.report01Fig01 {
  float: left;
}

.report01Fig01-02 {
  margin: 0 0 60px;
  padding: 50px 50px 0;
}

.report01ContThirdIn-02 .report01Fig01-02 {
  margin: -30px 0 60px;
  padding: 0 50px 0;
}

.talkUnit02In::after,
.report01ContThirdIn-02::after {
  content: "";
  display: block;
  clear: both;
}

.talkUnit02Sub {
  float: right;
  font-size: 13px;
}

#report01ContThird {
  padding: 358px 0 80px;
  background: url(../img/bg-cont-02.jpg) 0 0 no-repeat;
}

.report01ContThirdIn {
  padding: 130px 0 70px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.report01ContThirdIn h2 {
  position: relative;
  top: 0;
  left: 0;
}

.report01ContThirdIn h2::before {
  content: " ";
  position: absolute;
  top: -457px;
  left: calc(50% - 458px);
  width: 907px;
  height: 475px;
  background: url(../img/img-cont-07.png) 0 0 no-repeat;
}

.talkUnit03 {
  width: 800px;
  margin: 0 auto 50px;
  padding: 60px 0 0;
  font-size: 17px;
  line-height: 1.8em;
}

.talkUnit03 dt {
  padding: 0 1em 0 0;
  font-weight: bold;
}

.talkUnit03 dt,
.talkUnit03 dd {
  display: inline;
}

.talkUnit03 li {
  margin: 0 0 2em;
}

.talkUnit03 li:last-of-type {
  margin: 0;
}

.talkUnit02 sup,
.talkUnit03 sup {
  position: relative;
  top: -2px;
  left: 0;
  font-size: 11px;
  vertical-align: top;
}

.report01ContUnit::after {
  content: "";
  display: block;
  clear: both;
}

.report01ContUnit {
  margin: 0 0 50px;
  padding: 0 40px 0 110px;
}

.report01ContUnit dl {
  width: 405px;
}

.report01ContUnit dl dt,
.report01ContUnit dl dd {
  display: inline;
}

.report01ContUnit dl dt {
  font-weight: bold;
  padding: 0 1em 0 0;
}

.report01ContUnit dl dd {
  line-height: 1.8em;
}

.report01Fig02 {
  margin: -30px -75px 0 0;
  float: right;
}

.report01Fig03 {
  float: left;
  margin: 0 35px 0 0;
}

#report01ContFourth {
  margin: 0 auto 65px;
  padding: 75px 0;
  background: url(../img/bg-cont-03.jpg) center bottom no-repeat;
}

.report01ContFourthIn {
  padding: 70px 0 70px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

#lp_2509 .report01ContFourthIn h2 {
  margin: 0 auto 20px;
}

.report01Fig04 {
  padding: 0 0 0 50px;
}

.report01Fig05 {
  float: left;
}

.report01ContThirdInSub {
  width: 800px;
  margin: 0 auto;
}

.report01ContThirdInSub::after {
  content: "";
  display: block;
  clear: both;
}

.report01ContThirdInSub .talkUnit03 {
  float: left;
  width: 410px;
  margin: 0;
  padding: 0;
}

.report01ContFourthInSub {
  margin: 0 0 155px;
  padding: 0 50px 0 0;
}

.talkUnit03.talkUnit03Sub {
  float: right;
  width: 430px;
  margin: 0;
  padding: 0;
}

.talkUnit03.talkUnit03Sub li {
  margin: 0 0 2em;
}

#report01ContFourth .talkUnit03.talkUnit03Sub {
  float: right;
  width: 530px;
  margin: 0;
  padding: 0;
}

.report01ContFourthInSub::after,
.report01ContFourthInner-02::after {
  content: "";
  display: block;
  clear: both;
}

#report01ContFifth > div {
  margin: 0 0 65px;
}

#report01ContFifth .infoMtlUnit {
  width: 760px;
  height: 400px;
  margin: 0 auto 100px;
  padding: 280px 0 0 280px;
  background: url(../img/img-info-mtl.png) 0 0 no-repeat;
  box-sizing: border-box;
}

#report01ContFifth .infoMtlUnitRepo {
  width: 760px;
  height: 400px;
  margin: 0 auto 100px;
  padding: 280px 0 0 280px;
  background: url(../img/img-info-mtlrepo.png) 0 0 no-repeat;
  box-sizing: border-box;
}

.report01Fig02-02 {
  float: left;
  padding: 0 0 0 80px;
}

.report01ContLeft {
  float: left;
}

.report01ContRight {
  float: right;
}

.talkUnit02-02.report01ContRight {
  width:  485px;
  margin: 0 50px 0 0;
  padding: 0;
}

.talkUnit02-02.report01ContLeft {
  width: 535px;
  margin: 0;
  padding: 0 0 0 50px;
}