@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////
//  Import
/////////////////////////////////////////////////////////////////////*/

@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("//cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");

/* /////////////////////////////////////////////////////////////////////
//  Global
/////////////////////////////////////////////////////////////////////*/

html,body,h1,h2,p,ul,li {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
ul li {
  margin-left: 1.5em;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-out;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3e3a39;
}
form {
  margin: 0;
}
#new-wrapper {
  overflow: hidden;
}
#page-top_naka {
  max-width: 1320px;
}
.block {
  padding: 80px 0;
}
.product-block {
  padding: 80px 0 40px 0;
}

/*--  title --*/

.block-title {
  position: relative;
  margin-bottom: 2em;
  text-align: center;
}
.block-title h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 2;
}
.ill {
  position: absolute;
}
.garland-right {
  top: 0;
  right: 0;
}
.garland-left {
  top: 0;
  left: 0;
}
.chance {
  width: 184px;
}
.logo-simple {
  width: 560px;
}

/*--  color --*/
.red {
  color: red;
}
.pink {
  color: #e15197;
}
.green{
  color: #22ac38;
}

/*--  fuwafuwa --*/

.fuwafuwa {
	animation-name: fuwafuwa;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes fuwafuwa {
  0% { transform: translate(0,0);}
  50% { transform: translate(0,-10px);}
  100% { transform: translate(0,0);}
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .block {
    padding: 40px 0;
  }
  .product-block {
    padding: 40px 0 0;
  }
  .garland-right,
  .garland-left {
    width: 24%;
  }
  .logo-simple {
    width: 72%;
  }
}

/*-- 480px --*/

@media all and (max-width: 480px) {
  .block-title {
    margin-bottom: 0;
  }
  .block-title h1 {
    font-size: 24px;
  }
  .chance {
    width: 40%;
  }
}

/*-- pc sp 切り替え --*/

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 992px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

/* /////////////////////////////////////////////////////////////////////
//  Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
  background: url(img/bg.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#banner .container {
  position: relative;
}
.headings {
  padding: 4% 0 2%;
}
.w-chance-present {
  position: relative;
}
.w-chance-present-title {
  position: absolute;
  top: 0;
  left: -216px;
  width: 200px;
}
.chance-tree {
  position: relative;
  background: url(img/bg-tree.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 96%;
}
.chance-tree .chance-txt {
  position: relative;
  top: -8%;
}

/*-- IEのみ --*/

@media all and (-ms-high-contrast: none) {
  .chance-tree .chance-txt {
    top: 0;
    margin-top: -8%;
  }
}

.chance-tree .people {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 25%;
  height: auto;
}
.chance-tree img.chance-1-tree-img-1 {
  top: -6%;
  right: -12%;
}
.chance-tree img.chance-1-tree-img-2 {
  bottom: 14%;
  left: -8%;
  width: 134px;
}
.chance-tree img.bg-tree-parts {
  height: 24%;
  bottom: -14%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/*-- ill --*/

.yellow-butterfly {
  top: -6%;
  left: 6%;
}
.blue-bird {
  top: 32%;
  right: -88px;
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #banner {
    background: url(img/sp-bg.jpg);
    background-position: top center;
    background-size: cover;
  }
  .w-chance-present-title {
    position: relative;
    left: auto;
    margin-bottom: 4%;
  }
  .chance-tree .people {
    right: 5%;
    bottom: 14%;
  }
  .chance-tree img.chance-1-tree-img-1 {
    top: 0;
    right: -6%;
    width: 32%;
  }
  .chance-tree img.chance-1-tree-img-2 {
    bottom: 20%;
    left: 5%;
    width: 24%;
  }
  .yellow-butterfly,
  .blue-bird {
    width: 16%;
  }
  .blue-bird {
    top: -6%;
    right: 6%;
  }
}

/*-- 480px --*/

@media all and (max-width: 480px) {
  .w-chance-present-title {
    width: 40%;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Chance 1
/////////////////////////////////////////////////////////////////////*/

.prize {
  position: relative;
  padding: 20px;
  width: 100%;
  background: url(img/bg-prize.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}
.prize:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background-color: #fff;
  z-index: -1;
}
.prize .inner {
  position: relative;
  padding: 30px;
}
.prize .inner .people {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 96px;
  height: auto;
}
.prize-title {
  margin-bottom: 1em;
  text-align: left;
}
.prize-title .catch {
  margin-bottom: 1rem;
  height: 21px;
}
.prize-title h3 {
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 24px;
  line-height: 2;
  letter-spacing: -.05rem;
}
.prize p {
  font-size: 16px;
  line-height: 2;
}
.prize .prize-img,
.step .step-img {
  margin: 1em 0;
}
.prize p.lead,
.step p.lead span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.step-content {
  margin-bottom: 2em;
}
.step {
  position: relative;
  margin-top: 40px;
  padding: 20px 30px 30px;
  width: 100%;
  background-color: #b3e3ee;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/*-- IEのみ --*/

@media all and (-ms-high-contrast: none) {
  .step {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .h-100 {
    height: auto !important;
  }
  .prize {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.step .pushpin {
  top: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.step:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(img/bg-step.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.step.arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 28%;
  right: -40px;
  width: 80px;
  height: 22px;
  background-image: url(img/arrow.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.step p {
  min-height: 4em;
  font-size: 21px;
  line-height: 1.8;
}
.step p.lead {
  font-size: 16px;
  line-height: 1.8;
}

/*-- ill --*/

.light-blue-mug {
  top: -4%;
  right: 34%;
}
.step-content-ill-area {
  position: relative;
}
.two-trees-right,
.two-trees-left {
  bottom: 0;
}
.two-trees-right {
  right: -334px;
}
.two-trees-left {
  left: -426px;
}
.leaf-1 {
  top: -60px;
  left: -80px;
}
.leaf-2 {
  top: 200px;
  right: -30px;
  z-index: 1;
}
.pink-bird {
  top: -16px;
  left: -16px;
  z-index: 1;
}
.squirrel {
  right: -155px;
  bottom: 0;
  z-index: 1;
}
.clover {
  bottom: -16px;
  left: -68px;
  z-index: 1;
}
.flower {
  right: -16px;
  bottom: -16px;
  z-index: 1;
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .step {
    margin-right: 1em;
    margin-left: 1em;
  }
  .step:before {
    top: -20px;
    height: 20px;
  }
  .step-img {
    width: 72%;
  }
}

/*-- 480px --*/

@media all and (max-width: 480px) {
  .step {
    height: auto;
  }
  .step-num {
    width: 64%;
  }
  .step.arrow:after {
    display: none;
  }
  .step p {
    min-height: auto;
    font-size: 18px;
  }
  .step .pushpin {
    top: -10px;
    height: 40px;
  }
  .prize {
    padding: 20px 10px;
    height: auto !important;
  }
  .prize:after {
    left: 10px;
    right: 10px;
  }
  .prize .inner {
    padding: 10px;
    height: auto !important;
  }
  .prize-abc-area {
    position: relative;
    text-align: center;
  }
  .prize .inner .people {
    right: 10px;
    bottom: 0;
    width: 24%;
  }
  .prize-abc {
    width: 32%;
  }
  .prize-title .catch {
    margin: 1rem 0;
    height: 16px;
  }
  .prize-title h3 {
    font-size: 18px;
  }
  .prize .prize-img {
    width: 72%;
  }
  .pink-bird {
    top: -5px;
    left: -5px;
    width: 24%;
  }
  .flower {
    right: -5px;
    bottom: -5px;
    width: 32%;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Chance 2
/////////////////////////////////////////////////////////////////////*/

#chance-2 {
  background: url(img/dot-1.png) repeat;
  background-color: #eef9d7;
}
#chance-2 .container {
  position: relative;
}
.chance-2-desc {
  margin-bottom: 1em;
}
.chance-2-desc p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.8;
}

/*-- btn --*/

.chance-2-btn a.btn {
  display: inline-block;
  position: relative;
  padding: 1rem 3rem 1rem 1rem;
  border-bottom: 2px solid;
  font-size: 21px;
  color: #3e3a39;
  text-align: center;
  transition: all 0.2s;
}
.chance-2-btn a.btn:before,
.chance-2-btn a.btn:after {
  content: '';
  position: absolute;
  transition: all 0.2s;
}
.chance-2-btn a.btn:before {
  right: 5px;
  bottom: 40%;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
.chance-2-btn a.btn:after {
  opacity: 0;
  width: 0;
  height: 20%;
  background-color: #fcee21;
  bottom: 0;
  left: 0;
}
.chance-2-btn a.btn:hover {
  letter-spacing: 2px;
}
.chance-2-btn a.btn:hover:before {
  right: 5px;
}
.chance-2-btn a.btn:hover:after {
  opacity: 1;
  width: 100%;
}

/*-- ill --*/

.cake {
  top: -4%;
  right: 36%;
}
.mountain {
  bottom: -80px;
  left: -362px;
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .btn-1 {
    margin-bottom: 1em;
  }
}

/*-- 480px --*/

@media all and (max-width: 480px) {
  .chance-2-img {
    width: 72%;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Chance 1 Product
/////////////////////////////////////////////////////////////////////*/

#chance-1-product {
  background-color: #fff;
}
.chance-1-product {
  position: relative;
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fcf0f6;
  border: 2px solid #e15197;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: left;
}
.title-shipping {
  position: absolute;
  top: -20px;
  left: -80px;
  width: 160px;
}
.product-img,.product-desc {
  padding: 0 1rem;
}
.product-desc h3.name {
  margin-bottom: 1rem;
  padding: 0;
  background-color: transparent !important;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #e15197;
}
.product-desc h3.name span {
  font-size: 75%;
}
.product-desc .txt {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.8;
}
.product-desc .set-box {
  margin-bottom: 1em;
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(225,81,151,0.5);
  border-radius: 2px;
  box-sizing: border-box;
}
.product-desc .set-box p {
  font-size: 15px;
  line-height: 1.6;
}
.ouchi_btn {
  padding-top: 1rem;
}
.note-area {
  margin-top: 1em;
  text-align: right;
}
.note-area a {
  font-size: 14px;
  color: #3e3a39;
  line-height: 1.4;
  text-decoration: underline;
}
.note-area a:hover {
  text-decoration: none;
}

/*-- ribbon --*/

.ribbon-content {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 144px;
  height: 144px;
  overflow: hidden;
}
.ribbon {
  display: inline-block;
  position: absolute;
  padding: 8px 0;
  left: -20px;
  top: 35px;
  width: 224px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ribbon.period {
  background-color: #f39800;
}
.ribbon.season {
  background-color: #8fc31f;
}
.ribbon:before, .ribbon:after {
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -6px;
}
.ribbon.period:before, .ribbon.period:after {
  border-top: 6px solid #f15a24;
}
.ribbon.season:before, .ribbon.season:after {
  border-top: 6px solid #22ac38;
}
.ribbon:before {
  left: 14px;
}
.ribbon:after {
  right: 18px;
}

/*-- btn --*/

.crt_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.crt_btn {
  display: block;
  position: relative;
  width: 100%;
  background-color: #0ea023;
  border: 1px solid #0ea023;
  border-radius: 72px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 72px;
  transition: all 0.2s ease-out;
}
.crt_btn:hover {
  background-color: #fff;
  border: 1px solid #0ea023;
  color: #0ea023;
}

/*-- price --*/

.price-area-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1.5em;
}
.price-area-box .free_mark {
  position: relative;
  margin-right: 1rem;
  padding: .5rem .5rem .75rem .75rem;
  background-color: #e15197;
  border-radius: 2px;
  font-size: 21px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .1em;
  text-align: center;
}
.price-area {
  display: inline-block;
}
.price-area .equivalent-price {
  font-size: 21px;
  font-weight: bold;
}
.price-area .price {
  display: flex;
  align-items: flex-end;
}
.price {
  position: relative;
}
.price span.price_ttl {
  position: relative;
  bottom: -2px;
  font-size: 24px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .1em;
  vertical-align: sub;
}
.price b {
  position: relative;
  bottom: -10px;
  font-family: "Arial";
  padding: 0 .5rem ;
  font-size: 70px;
}
.price span.unit {
  font-size: 40px;
  font-weight: bold;
}
.price span.tax {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: -8px;
  font-size: 14px;
}
_::-webkit-full-page-media, _:future, :root .price span.tax {
  right: -10px;
}

/*-- 480px --*/

@media all and (max-width: 480px) {
  .chance-1-product-content {
    margin-top: 2rem;
  }
  .chance-1-product {
    margin: 0 0 40px;
    padding: 20px 10px;
  }
  .title-shipping {
    position: relative;
    top: 0;
    left: 0;
    width: 48%;
    margin: auto;
    margin-bottom: 1rem;
  }
  .product-img,.product-desc {
    padding: 0;
  }
  .product-img {
    margin-bottom: 1em;
  }
  .product-desc h3.name {
    font-size: 24px;
  }
  .product-desc .set-box {
    padding: 10px;
  }
  .note-area {
    text-align: left;
  }
  .crt_btn {
    border-radius: 64px;
    font-size: 21px;
    line-height: 64px;
  }
  .price-area .equivalent-price {
    font-size: 18px;
  }
  .price-area-box .free_mark {
    font-size: 16px;
  }
  .price span.price_ttl {
    font-size: 16px;
  }
  .price b {
    font-size: 50px;
  }
  .price span.unit {
    font-size: 24px;
  }
  .price span.tax {
    font-size: 10px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Chance 2 Product
/////////////////////////////////////////////////////////////////////*/

#chance-2-product {
  background: url(img/dot-2.png) repeat;
  background-color: #eef9d7;
}
.chance-2-product {
  position: relative;
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: left;
}
.product-banner-area img {
  transition: all 0.2s ease-out;
}
.product-banner-area img:hover {
  opacity: 0.7;
}

/*-- 480px --*/

@media all and (max-width: 480px) {
  .chance-2-product-content {
    margin-top: 2rem;
  }
  .chance-2-product {
    margin: 0 0 40px;
    padding: 20px 10px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Moreinfo
/////////////////////////////////////////////////////////////////////*/

#moreinfo {
  background-color: #fff;
  text-align: left;
}
.moreinfo-list-area {
  margin-bottom: 3em;
}
.moreinfo-list-area .inner {
  margin-bottom: 2em;
}
#moreinfo p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
}
#moreinfo h5 {
  margin-bottom: .5em;
  padding: 0;
  height: auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #22ac38;
}
#moreinfo ul li{
  margin-bottom: 1rem;
  line-height: 1.8;
}
#moreinfo a {
  color: #0d6efd;
  text-decoration: underline;
}
#moreinfo a:hover {
  text-decoration: none;
}
.moreinfo-list dl {
  margin-bottom: 0;
  padding: .75em 0;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  line-height: 1.7;
}
.moreinfo-list dl ul li span {
  display: block;
  margin-top: .5rem;
  font-size: 14px;
  line-height: 1.4;
}

/*-- 768px以上 --*/

@media screen and (min-width: 768px) {
  .moreinfo-list dt {
    clear: left;
    float: left;
    width: 20%;
  }
  .moreinfo-list dd {
    margin-left: 20%;
  }
}

/*-- title --*/

.moreinfo-title {
  margin-bottom: 1em;
  padding: .75em;
  background: repeating-linear-gradient(-45deg, #eef9d7, #eef9d7 20px, #e2f4ba 20px, #e2f4ba calc(2 * 20px));
  font-size: 30px;
  font-weight: normal;
  color: #3e3a39;
  line-height: 1.4;
}
.moreinfo-title img {
  float: left;
  margin-right: 1rem;
}
.moreinfo-sub-title {
  position: relative;
  margin-bottom: 1em;
  padding: .5em 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #e15197;
  font-size: 24px;
  font-weight: normal;
  color: #e15197;
}
.moreinfo-sub-title:before,
.moreinfo-sub-title:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 20px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e15197;
}
.moreinfo-sub-title:before {
  top: 5px;
  left: 5px;
}
.moreinfo-sub-title:after {
  right: 5px;
  bottom: 5px;
  -webkit-transform: scale(-1,-1);
  transform: scale(-1,-1);
}

/*-- 480px --*/

@media all and (max-width: 480px) {
  .moreinfo-title {
    font-size: 24px;
  }
  #moreinfo h5,
  .moreinfo-sub-title {
    font-size: 18px;
  }
}
