@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

/*------------------------
 image responsove change
 --------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  line-height: 200%;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: justify;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  body {
    background-size: auto;
  }
}

.bold {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  color: #222;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
  letter-spacing: 0.15em;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*-------------------------------
 block
--------------------------------- */
.pc {
  display: none;
}

.sp {
  display: none;
}

div.header {
  background-color: #fff;
  position: relative;
  display: block;
  width: 100%;
  height: 900px;
}
@media screen and (max-width: 768px) {
  div.header {
    width: 100%;
    height: 460px;
  }
}
div.header .left {
  position: absolute;
  width: 250px;
  left: 0;
  top: 0.5%;
}
@media screen and (max-width: 768px) {
  div.header .left {
    width: 30%;
    top: 13%;
  }
}
div.header .right {
  position: absolute;
  width: 255px;
  right: 0;
  top: 6%;
}
@media screen and (max-width: 768px) {
  div.header .right {
    width: 34%;
    top: 12%;
  }
}
div.header .title {
  position: absolute;
  transform: translateX(-50%);
  top: 20%;
  left: 50%;
  width: 600px;
}
@media screen and (max-width: 768px) {
  div.header .title {
    width: 60%;
    top: 8%;
  }
}
div.header .nezumi {
  width: 70px;
  position: absolute;
  bottom: 14%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  div.header .nezumi {
    width: 10%;
    bottom: 2%;
  }
}
div.header .green {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  div.header .green {
    bottom: -1%;
  }
}

.sliderArea {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sliderArea {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .sliderArea {
    width: 80%;
    top: 22%;
  }
}

.sliderArea.w300 {
  max-width: 230px;
}

.slick-slide {
  box-sizing: border-box;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  display: none !important;
}

.slider {
  border: 5px solid #fff;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev {
  left: -17px !important;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 10px !important;
  }
}

.slick-next {
  right: -25px !important;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 3px !important;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 36px !important;
}

.slick-dots li button::before {
  color: #fff !important;
  font-size: 40px !important;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-next:before {
  background: url(../images/nx2.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../images/pv.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  color: transparent !important;
}

.slick-next:before {
  color: transparent !important;
}

/* 左右の矢印の位置を調整 */
.slick-next {
  right: -22px;
  z-index: 99;
}

.slick-prev {
  left: 18px;
  z-index: 100;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff;
  font-size: 30px;
}

/* ドットの位置調整(画像の真ん中に) */
.slick-dots {
  width: 100% !important;
  bottom: -30px !important;
}

.lead {
  width: 100%;
  padding: 0px 0 140px;
  background-color: #6a944c;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 40px 0 70px;
  }
}
.lead h1 {
  font-size: 42px;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .lead h1 {
    width: 90%;
    line-height: 1.8em;
    font-size: 19px;
    margin: 0 auto 20px;
  }
}
.lead h2 {
  text-align: center;
  line-height: 1.7em;
  font-size: 22px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .lead h2 {
    width: 90%;
    font-size: 12px;
    margin: 0 auto 40px;
    line-height: 2.2em;
    letter-spacing: 0.2em;
    text-align: left;
  }
}
.lead h3 {
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .lead h3 {
    font-size: 13px;
  }
}
.lead h3 span {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .lead h3 span {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.info {
  padding: 180px 0;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 70px 0 100px;
  }
}
.info .infotitle {
  font-size: 40px;
  text-align: center;
  color: #3a7a0c;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .info .infotitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.info .infotext {
  width: 1000px;
  margin: 0 auto;
  border: 2px dotted #3a7a0c;
  background-color: #fafafa;
  color: #3a7a0c;
  padding: 50px;
  position: relative;
  line-height: 1.8;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .info .infotext {
    width: 86%;
    font-size: 12px;
    padding: 40px 20px 40px 20px;
    text-align: left;
  }
}
.info .infotext .title {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .info .infotext .title {
    font-size: 14px;
  }
}
.info .infotext .img1 {
  width: 160px;
  position: absolute;
  top: -140px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .info .infotext .img1 {
    width: 22%;
    top: -16%;
    right: -8%;
  }
}
.info .infotext .img2 {
  width: 135px;
  position: absolute;
  bottom: -50px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .info .infotext .img2 {
    width: 26%;
    bottom: -38px;
    left: 0px;
  }
}

.item2 {
  position: relative;
  background-color: #6a944c;
  padding: 80px 0 180px;
}
@media screen and (max-width: 768px) {
  .item2 {
    padding: 40px 0 80px;
  }
}
.item2 h4 {
  font-size: 48px;
  text-align: center;
  color: #fff;
  margin: 100px auto 50px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .item2 h4 {
    font-size: 20px;
    margin: 40px auto 20px;
    width: 65%;
  }
}
.item2 .itemimg {
  position: absolute;
  width: 400px;
  top: -8%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .item2 .itemimg {
    width: 28%;
    top: -10%;
  }
}
.item2 .itemimg2 {
  position: absolute;
  width: 200px;
  bottom: -3%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .item2 .itemimg2 {
    width: 20%;
  }
}

.itemtitle {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 140px auto 0px;
}

.lineup {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.lineup ul {
  margin: 0 auto;
  background: #fff;
}
.lineup ul li {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .lineup ul li {
    display: flex;
    align-items: center;
    padding: 30px;
  }
}
.lineup ul li .character {
  width: 70%;
  max-width: 200px;
  margin: 0 auto;
}
.lineup ul li div {
  width: 80%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .lineup ul li div {
    padding: 0 5%;
  }
}
.lineup ul li div p {
  font-size: 2.933vw;
  text-align: left;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .lineup ul li div p {
    font-size: 1.2rem;
  }
}
.lineup ul li .allitem {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.lineup ul li .allitem .deco {
  width: 60px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
@media screen and (min-width: 769px) {
  .lineup ul li .allitem .deco {
    top: -20px;
  }
}

/*-------------------------------
item
--------------------------------- */
.item {
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item {
    margin: 0 auto;
  }
}
.item .onsale_coming {
  width: 100%;
  max-width: 1000px;
  margin: auto auto -20px;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 160%;
  border: solid 1px #fff;
}
.item .item_list {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 140px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item .item_list li {
  width: 48%;
  margin: 0 0 4% 0;
  padding: 0 0 3% 0;
  text-align: center;
  line-height: 120%;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .item .item_list li {
    width: 24%;
    margin: 0 0 1% 0;
  }
}
.item .item_list li .nosale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 15px;
  z-index: 10;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item .item_list li .nosale span {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
}
.item .item_list li .nosale span a {
  margin-top: 10px;
  color: #6a944c;
  text-decoration: underline;
  display: inline-block;
}
.item .item_list li .modal-open {
  padding: 0;
  margin: 0;
  display: block;
}
.item .item_list li .modal-open figure {
  margin: 0 0 2% 0;
  position: relative;
}
.item .item_list li .modal-open figure .photo {
  margin: 0 0 15px 0;
  padding: 0;
}
.item .item_list li .modal-open figure .detail {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #fff;
  background: #6a944c;
}
.item .item_list li .price {
  letter-spacing: 1px;
}
.item .item_list li .u-price-color {
  letter-spacing: 1px;
  font-weight: bold;
}
.item .item_list li .u-text-small {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 150%;
}
.item .item_list li .u-price-big {
  font-size: 1.6rem;
}
.item .item_list li .u-price-small {
  font-size: 1rem;
}
.item .item_list li .name {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.item .item_list li .buy {
  width: 80%;
  margin: 15px auto 0;
  font-size: 12px;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}
.item .item_list li .buy a {
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  color: #222;
}
.item .item_list li .coming {
  width: 80%;
  padding: 10px;
  margin: 15px auto 0;
  font-size: 14px;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
}
.item .item_list li .limited {
  padding: 10px 0 3px 0;
  margin: 15px auto 10% auto;
  font-size: 13px;
  border-bottom: solid 1px;
  display: inline-block;
}

.item__size {
  font-size: 0.9rem;
  letter-spacing: 0;
  margin: 5px auto 10px;
  line-height: 150%;
}

.item__caution {
  width: 80%;
  font-size: 0.9rem;
  letter-spacing: 0;
  margin: 5px auto 0 auto;
  padding: 5px;
  line-height: 140%;
  color: #fff;
  background: #E83921;
}

.text_small {
  font-size: 13px;
}

/*----modal----*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fafafa;
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-wrapper .modal-close i {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  color: #6a944c;
  font-size: 24px;
  line-height: 45px;
  border: solid 2px #6a944c;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

.item_detail {
  width: 80%;
  max-width: 600px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .item_detail {
    margin: 200px auto;
  }
}
.item_detail li {
  margin-bottom: 30px;
}
.item_detail li img {
  margin-bottom: 30px;
  border: dotted 1px #6a944c;
}

.fotter {
  width: 100%;
  background-color: #6a944c;
  position: relative;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .fotter {
    height: 300px;
  }
}
.fotter .fotterimg {
  width: 60%;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fotter .fotterimg {
    width: 90%;
    top: -50px;
  }
}
.fotter .logo {
  width: 214px;
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fotter .logo {
    width: 30%;
    top: 160px;
  }
}
.fotter p {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 420px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fotter p {
    top: 200px;
    font-size: 10px;
  }
}

/*-------------------------------
item icon
--------------------------------- */
.item ul.icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 150px;
  margin-top: 30px;
}

.item ul.icon li {
  width: 48%;
  margin-bottom: 5px;
}

/*-----------------------------
 caution
------------------------------------ */
.caution {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
}
.caution .chara {
  max-width: 175px;
  position: absolute;
  top: -80px;
  left: 2%;
  z-index: 100;
}
.caution .caution_box {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 50px 10%;
  background-color: #fff;
  border: dotted 1px #bd9e0a;
}
.caution .caution_box h3 {
  margin: 40px auto 10px;
  padding: 0;
  font-size: 4.267vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .caution .caution_box h3 {
    font-size: 2rem;
  }
}
.caution .caution_box p {
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}
.caution .caution_box p::before {
  content: "※";
}
.caution .caution_box p span {
  color: #E83921;
}
.caution .caution_box p a {
  width: 100%;
  margin: 10px 0;
  padding: 8px 20px 6px 30px;
  font-weight: 500;
  color: #fff;
  background: #cdb852;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
}
.caution .caution_box p a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 0.9rem;
  padding-left: 10px;
}
.caution .jukebox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 10%;
  border-radius: 15px;
  background-color: #fff;
}
.caution .jukebox figure {
  width: 200px;
  margin: 0 auto 20px;
}
.caution .jukebox h3 {
  font-weight: bold;
  text-align: center;
}

.line {
  border-bottom: dashed 1px;
  margin: 40px auto;
}

.caution__info {
  font-size: 1.6rem;
  margin: 30px 0 10px 0;
  font-weight: bold;
}

.caution__info--underline {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.caution__info--sub {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  line-height: 2rem;
  font-weight: bold;
  display: inline-block;
}

.copyright {
  margin-bottom: 30px;
  text-align: center;
}
.copyright figure {
  width: 50%;
  max-width: 180px;
  margin: 0 auto 20px;
}
.copyright small {
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: 1px;
}

.nezumikun {
  width: 900px;
  border: 20px solid #6a944c;
  background-color: #fafafa;
  font-size: 18px;
  position: relative;
  margin: 260px auto 280px;
  padding: 340px 60px 100px 60px;
}
@media screen and (max-width: 768px) {
  .nezumikun {
    width: 90%;
    padding: 190px 20px 70px 20px;
    margin: 0 auto 80px;
    border: 5px solid #6a944c;
  }
}
.nezumikun .zou {
  width: 469px;
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .nezumikun .zou {
    width: 72%;
    top: -17%;
  }
}
.nezumikun .title {
  width: 400px;
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .nezumikun .title {
    width: 80%;
    top: 125px;
  }
}
.nezumikun p {
  text-align: center;
  line-height: 2em;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .nezumikun p {
    font-size: 13px;
    text-align: left;
    line-height: 2.2em;
    margin-bottom: 35px;
  }
}
.nezumikun .btn {
  width: 535px;
  height: 75px;
  background-color: #6a944c;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nezumikun .btn {
    width: 100%;
    height: 45px;
  }
}
.nezumikun .btn a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 75px;
}
@media screen and (max-width: 768px) {
  .nezumikun .btn a {
    font-size: 12px;
    line-height: 45px;
  }
}

/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */
.item_all {
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  background: #5e8543;
  font-size: 4.8vw;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: fixed;
  left: 0;
  bottom: -90px;
  z-index: 200;
}
@media screen and (min-width: 769px) {
  .item_all {
    font-size: 2.4rem;
  }
}
.item_all a {
  display: block;
  color: #fff;
}
.item_all a i {
  margin-right: 5px;
}

/*------------------------------
 animation
 -------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */