@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.3em;
  font-size: 14px;
  color: #222;
}
.sp{
  display: none;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}
a {
  color: #000;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
}
html {
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.scroll {
  height: auto;
  overflow: visible;
}
#wrap {
  position: relative;
  width: 100%;
}
#wrap main {
  position: relative;
  display: block;
  padding: 0;
}
#wrap main .main-statement section.sec-main {
  width: 100%;
  overflow: hidden;
  opacity: 1;
}
#wrap main .main-statement section.sec-main.show {
  opacity: 1;
}
#wrap main .main-statement section.sec-main .container {
  position: relative;
  width: 100%;
}
#wrap main .main-statement section.sec-main .container .image-box img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-ad-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 1;
}
#wrap main section.sec-ad-box.show {
  opacity: 1;
}
#wrap main section.sec-ad-box article {
  position: relative;
}
#wrap main section.sec-ad-box article:nth-child(2) .ad-movie .image-ad {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#wrap main section.sec-ad-box article:nth-child(2) .ad-movie .movie {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#wrap main section.sec-ad-box article .ttl-box {
  position: relative;
  z-index: 2;
}
#wrap main section.sec-ad-box article .ttl-box h4 {
  width: 440px;
  margin: 0 auto;
}
#wrap main section.sec-ad-box article .ttl-box h4 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-ad-box article .ad-movie {
  position: relative;
  width: 600px;
  margin: 0 auto 8vw;
  z-index: 2;
}
#wrap main section.sec-ad-box article .ad-movie .movie-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrap main section.sec-ad-box article .ad-movie .movie-box .inner {
  padding: 6px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap main section.sec-ad-box article .ad-movie .movie-box .movie {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
#wrap main section.sec-ad-box article .ad-movie .movie-box .movie .thumb {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#wrap main section.sec-ad-box article .ad-movie .movie-box .movie .thumb img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap main section.sec-ad-box article .ad-movie .movie-box .movie .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13.5%;
}
#wrap main section.sec-ad-box article .ad-movie .movie-box .movie .icon img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap footer {
  /* position: relative; */
  width: 100%;
  text-align: center;
  padding: 82px 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.03em;
}
#wrap footer p.note {
  font-size: 14px;
  letter-spacing: 0em;
}
#wrap footer .btn-top {
  position: relative;
  width: 340px;
  margin: 56px auto 0;
}
#wrap footer .btn-top a {
  position: relative;
  display: block;
  width: 100%;
  background-image: linear-gradient(135deg, #B5C600, #00863F);
  border-radius: 50px;
  height: 76px;
  padding: 28px 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap footer .btn-top a:before {
  position: absolute;
  content: "";
  top: 30px;
  left: 25px;
  background: url("../img/icon_link.svg") center center no-repeat;
  width: 9px;
  height: 14px;
  background-size: contain;
}
#wrap footer .btn-top a img {
  width: 178px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#wrap footer small {
  position: relative;
  display: block;
  font-size: 14px;
  margin: 80px auto 0;
}
#pagetop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
#pagetop.display {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#pagetop .button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #B5C600, #00863F);
  border-radius: 50%;
}
#pagetop .inner {
  position: absolute;
  width: 14px;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#pagetop .inner img {
  width: 100%;
  height: auto;
  display: block;
}
#youtube {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#youtube .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background: linear-gradient(135deg, #B5C600, #00863F);
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1;
}
#youtube .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 980px;
  height: 550px;
  margin-left: -490px;
  margin-top: -275px;
  z-index: 2;
}
#youtube .box .btn-close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  z-index: 5;
}
#youtube .box .btn-close img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: auto;
}
#youtube .box .player {
  position: relative;
  width: 980px;
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
#youtube .box .player .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.Container {
  position: relative;
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.Box-Container {
  display: flex;
  display: -webkit-flex;
  width: fit-content;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.product {
  flex-shrink: 0;
  width: 100%;
  height: 800px;
  margin: 0 auto;
  /* background-color: #ccc; */
}
.Hide {
  display: none;
}
/* 商品部分 */
.product ul{
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}
.product ul li{
  width:250px;
}
.slide ul li dl dt img{
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .2s ease-in-out;
}
.slide ul li dl dt{
position: relative;
	width: 250px;
  height:255px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.slide ul li dl dt:hover img:nth-of-type(2) {
  opacity: 0;
}
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 840px;
  margin: 1vw auto;
}
.slider {
  display: flex;
  display: -webkit-flex;
  transition: transform 0.3s ease-in-out;
}
.slide {
  min-width: 100%;
  text-align: center;
  font-size: 2rem;
}
.slide ul{
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.slide ul li{
  width:250px;
}
.slide ul li dl{
 width: 250px; 
}
.slide ul li dl img{
  width:100%;
}
#nextBtn{
  position: absolute;
  right: 2vw;
  top: 50%;
}
#nextBtn img{
  width: 40px;
}
#prevBtn{
  position: absolute;
  left: 2vw;
  top: 50%;
}
#prevBtn img{
  width: 40px;
}
.ttl{
  width: 600px;
  max-width: 600px;
  margin: 0 auto 30px;
  /* padding-top: 50px; */
}
.ttl img{
  width: 100%;
}
.bg_color{
  background-color: #E3DBCF;
}
.pr_name {
  margin-top: 10px;
  margin-inline-start: 0px;
}
.pr_price{
  margin-top: 8px;
}
.pr_detail{
  margin-top: 10px;
}
.pt_1{
  padding-top: 50px;
}
/* ステッカーエリア */
.sticker_area{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 780px;
  margin: 50px auto 30px;
  flex: 1;
}
.sticker_left{
  width:370px;
}
.sticker_left img{
  width: 100%;
}
.sticker_right{
  width: 400px;
}
.sticker_right img{
  width: 100%;
}
.sticker_txt_1{
  width: 232px;
  margin: 0 40px -40px;
}
.sticker_txt_2{
  width:164px;
  margin: 20px 156px 0;
}
.bar_bottom{
  margin: 0 auto;
  width: 960px;
  clear: both;
}
img{
  width: 100%;
}
.pa_1{
  padding: 10vw 0 0;
}
.pa_2{
  padding: 10vw 0;
}
/* ショップ */
.shop_one{
  width: 860px;
  margin: 0 auto 8vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.shop_one_2{
  width: 860px;
  margin: 0 auto 8vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: row-reverse;
}
.shop_left{
  width: 390px;
}
.shop_right{
  width: 437px;
}
.btn_map{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.shop_logo{
  width: 310px;
}
.shop_name{
  width: 325px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.shop_name_2{
  width: 280px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.shop_address{
  width: 216px;
  margin-bottom: 20px;
}
.shop_address_2{
  width: 276px;
  margin-bottom: 20px;
}
.map_left{
  width:210px;
}
.map_right{
  width: 210px;
}
.shop_bar{
  width: 437px;
  margin-bottom: 10px;
}

.shop_left_2{
  width: 437px;
}
.shop_right_2{
  width: 390px;
}
/* オンライン */
.online_store_area{
  width: 960px;
  margin: 0 auto;
}
.online_store_ttl{
  width: 220px;
  margin: 0 auto;
}
.btn_online_store{
  width: 650px;
  margin: 3vw auto 5vw;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.btn_online_left{
  width: 300px;
}
.btn_online_right{
  width: 300px;
}
.x_area{
  width: 411px;
  margin: 0 auto;
  padding-bottom: 5vw;
  background-image: url(../img/x_bg.png);
  background-size: 411px 120px;
  background-repeat: no-repeat;
}
.x_book{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 30px;
}
.btn_x_left{
  width: 280px;
}
.btn_x_right{
  width: 280px;
}
footer{
  background-color: #D9C6AA;
}
.foot_flex{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  width: 960px;
  margin: 0 auto;
}

.foot_left{
  width: 368px;
  margin-right: 30px;
}
.foot_right{
  width: 286px;
}
.official{
  margin: 5vw auto;
  width: 268px;
}
/* youtube */
.cloud_1{
  position: absolute;
  left: 2vw;
  top: 3vw;
  width: 194px;
}
.cloud_2{
  position: absolute;
  right: 2vw;
  top: 10vw;
  width: 194px;
}
.sec-ad-box{
  position: relative;
}
footer{
  float: none;
  clear: both;
}
#wrap{
  background-color: #E3DBCF;
}
.height_train{
  height: 138px;
}
/* 動く電車 */
.move_train_1{
  width: 252px;
  margin-bottom: 10px;
  margin-top: 5vw;
}
.move_train_2{
  width: 252px;
  margin-bottom: 10px;
  margin-top: 5vw;
}
.move_train_3{
  width: 252px;
  margin-top: 5vw;
}
.wrap_train_area{
  width: 960px;
  margin: 0 auto;
}
.move_train_1,.move_train_3{
  float: right;
}
.slide-right {
  opacity: 1;
  transform: translateX(-600px);
  transition: all 2s ease-in-out;
}
.slide-right.animate {
  opacity: 1;
  transform: translateX(0);
}
.slide-left {
  opacity: 1;
  transform: translateX(600px);
  transition: all 2s ease-in-out;
}
.slide-left.animate {
  opacity: 1;
  transform: translateX(0);
}
/* 風船 */
.original_area{
  position: relative;
}
.shop_area{
  position: relative;
}
.train_balloon_1{
  position: absolute;
  right: 7vw;
  top: 5vw;
  width: 120px;
}
.train_balloon_2{
  position: absolute;
  left: 4vw;
  top: 40vw;
  width: 62px;
}
.train_balloon_3{
  position: absolute;
  right: 4vw;
  bottom: 7vw;
  width: 62px;
}
.train_balloon_4{
  position: absolute;
  left: 7vw;
  top: 5vw;
  width: 120px;
}
.train_balloon_5{
  position: absolute;
  right: 3vw;
  top: 30vw;
  width: 62px;
}
.train_balloon_6{
  position: absolute;
  left: 3vw;
  bottom: 20vw;
  width: 62px;
}
.button-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.button-visible {
  opacity: 1;
  pointer-events: auto;
}
.pr_an{
  width: 452px;
  margin: 0 auto 70px;
}
.pr_an_1{
  width: 100%;
}
.sh_an{
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 1030px) {
  .cloud_1{
    width: 18vw;
    left: 10px;
  }
  .cloud_2{
    width: 18vw;
    right: 10px;
  }
  .train_balloon_2{
    width: 5vw;
    left: 1vw;
  }
  .train_balloon_3{
    width: 5vw;
    right: 1vw;
  }
   .train_balloon_5{
    width: 5vw;
    right: 1vw;
  }
  .train_balloon_6{
    width: 5vw;
    left: 1vw;
  }
  .shop_one{
    width: 80%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .shop_one_2{
    width: 80%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .shop_left{
    width: 47%;
    margin-right: 3%;
  }
  .shop_right{
    width: 50%;
  }
  .shop_logo{
    width: 70%;
  }
  .shop_name{
    width: 72%;
  }
  .shop_name_2{
    width: 63%;
  }
  .shop_bar{
    width:100%;
  }
  .shop_address{
    width: 50%;
  }
  .shop_address_2{
    width: 70%;
  }
  .map_left{
    width: 48%;
    margin-right: 4%;
  }
  .map_right{
    width: 48%;
  }
  .shop_left_2{
    width: 50%;
    margin-right: 3%;
  }
  .shop_right_2{
     width: 47%;
  }
}
@media screen and (max-width: 980px) {
  .bar_bottom{
    width: 90%;
  }
  .move_train_1{
    width: 30%;
    margin-bottom: 10px;
    margin-top: 5vw;
  }
  .move_train_2{
    width: 30%;
    margin-bottom: 10px;
    margin-top: 5vw;
  }
  .move_train_3{
    width: 30%;
    margin-top: 5vw;
  }
  .wrap_train_area{
    width: 90%;
    margin: 0 auto;
  }
  .move_train_1,.move_train_3{
    float: right;
  }
  .slide-right {
    opacity: 1;
    transform: translateX(-300px);
    transition: all 2s ease-in-out;
  }
  .slide-right.animate {
    opacity: 1;
    transform: translateX(0);
  }
  .slide-left {
    opacity: 1;
    transform: translateX(300px);
    transition: all 2s ease-in-out;
  }
  .slide-left.animate {
    opacity: 1;
    transform: translateX(0);
  }
  .slider-container {
    width: 85%;
  }
   .slide ul li dl dt{
    position: relative;
    width: 25vw;
    height: 26vw;
  }
  .slide ul li dl dt:hover img:nth-of-type(2) {
    opacity: 0;
  }
  .slider-container {
    overflow: hidden;
    position: relative;
    max-width: 960px;
    margin: 1vw auto;
  }
  .slider {
    display: flex;
    display: -webkit-flex;
    transition: transform 0.3s ease-in-out;
  }
  .slide {
    min-width: 100%;
    text-align: center;
    font-size: 2rem;
  }
  .slide ul li dl{
    width: 25vw; 
  }
  .slide ul{
    width: 100%;
    margin: 0 auto;
  }
  .slide ul li{
    width:25vw;
  }
  .slide ul li dl img{
    width:100%;
  }
  #nextBtn img{
    width: 4vw;
  }
   #prevBtn img{
    width: 4vw;
  }
  .sticker_area{
    width: 95%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sticker_left{
    width: 43%;
    margin-right: 1vw;
  }
  .sticker_right{
    width: 40%;
  }
  .sticker_txt_1{
    width: 60%;
  }
  .sticker_txt_2{
    width: 45%;
    margin: 20px 15vw 0;
  }
  .ttl{
    width: 55vw;
  }
  .train_balloon_1{
    width: 12%;
  }
  .train_balloon_4{
    width: 12%;
  } 
  .online_store_area{
    width: 95%;
  }
  .foot_flex{
    width: 100%;
  }
  .foot_left{
    width: 40%;
  }
  .foot_right{
    width: 31%;
  }
}
@media screen and (max-width: 960px) {
  .cloud_1{
    width: 15vw;
    left: 10px;
  }
  .cloud_2{
    width: 15vw;
    right: 10px;
    top: 3vw;
  }
}
@media screen and (max-width: 840px) {
  #wrap main section.sec-ad-box article .ad-movie{
    width: 70vw;
  }
  .ttl{
    margin: 0 auto 8vw;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp{
    display: block;
  }
  #wrap main .main-statement section.sec-main .container {
    z-index: 4;
  }
  #wrap main section.sec-ad-box article:nth-child(n+2) {
    margin-top: 10vw;
  }
  /* footer */
  #wrap footer {
    padding: 50px 0 50px;
  }
  #wrap footer small {
    margin: 0 auto 0;
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  /* pagetop */
  #pagetop {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  #pagetop {
    width: 35px;
    height: 35px;
    bottom: 12px;
    right: 12px;
  }
  #pagetop .inner {
    width: 10px;
    top: 47%;
  }
  .cloud_1{
    width: 20vw;
    left: 2vw;
  }
  .cloud_2{
    width: 20vw;
    right: 2vw;
  }
  .sticker_area{
    margin: 3vw auto;
  }
  .sticker_area{
    display: block;
  }
  .sticker_left{
    margin: 0 auto;
  }
  .sticker_right{
    margin: 0 auto;
  }
  .sticker_txt_1{
    margin: 0 auto;
    width: 30vw;
  }
  .sticker_left{
    width: 70%;
  }
  .sticker_book{
    padding-left: 10%;
    margin-top: -6vw;
  }
  .sticker_txt_2{
    width: 40%;
    margin: 30px auto;
  }
  .sticker_right{
    width: 70%;
  }
  .slide ul{
    display: block;
  }
  .pr_1,.pr_3,.pr_5,.pr_7,.pr_9,.pr_11,.pr_13,.pr_15,.pr_17{
    float: left;
    width: 50%;
  }
  .pr_2,.pr_4,.pr_6,.pr_8,.pr_10,.pr_12,.pr_14,.pr_16,.pr_18{
    float: right;
    width: 50%;
  }
  .pr_3,.pr_5,.pr_7,.pr_9,.pr_11,.pr_13,.pr_15,.pr_17{
    clear: both;
  }
  .slide ul li{
    width: 48%;
  }
  .slider-container{
    width: 94%;
    margin: 1vw auto 10vw;
  }
  .slide ul li dl{
    width: 100%;
  }
  .slide ul li dl dt{
    width: 45vw;
    height: 46vw;
  }
  #nextBtn{
    bottom: 12vw;
    top: auto;
    right: 35vw;
  }
  #prevBtn{
    bottom: 12vw;
    top: auto;
    left: 35vw;
  }
  .train_balloon_2{
    top: 7vw;
    left: 12vw;
  }
  .train_balloon_5{
    top: 7vw;
    right: 12vw;
  }
  .train_balloon_6{
    bottom: 1vw;
    left: 5vw;
  }
  .shop_one, .shop_one_2{
    width: 90%;
    display: block;
  }
  .btn_online_store{
    width: 90%;
  }
  .btn_online_left{
    width: 48%;
    margin-right: 4%;
  }
  .btn_online_right{
    width: 48%;
  }
  .x_area{
    width: 56%;
    background-size: 100% auto;
  }
  .btn_x_left{
    width: 36vw;
  }
  .x_book{
    padding-top: 3.95vw;
  }
  .online_store_ttl{
    width: 30vw;
    margin: 0 auto 4vw;
  }
  .shop_left ,.shop_right_2{
    width: 80%;
    margin: 0 auto 4vw;
    margin-right: auto;
  }
  .shop_right ,.shop_left_2{
    width: 70%;
    margin: 0 auto;
  }
  .shop_logo {
    width: 60%;
    margin: 0 auto;
  }
  .shop_name {
    width: 72%;
    margin: 3vw auto;
  }
  .shop_name_2{
    width: 63%;
    margin: 3vw auto;
  }
  .shop_address {
    width: 54%;
    margin: 3vw auto 4vw;
  }
  .shop_address_2{
    margin: 3vw auto 4vw;
  }
  .official{
    width: 36vw;
    margin: 7vw auto;
  }
  .foot_flex{
    display: block;
  }
  .foot_left {
    width: 50%;
    margin: 0 auto 5vw;
  }
  .foot_right {
    width: 50%;
    margin: 0 auto;
  }
  .pr_an_1{
  margin-bottom: 20px;
  }
  .pr_an{
    width: 80%;
  }
  .sh_an{
    margin-top: 20px;
  }
}
@media screen and (min-width: 751px) {
  #wrap main section.sec-ad-box article .ad-movie .movie-box .movie {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-ad-box article .ad-movie .movie-box .movie:hover .thumb img {
    opacity: 0.9;
  }
  #wrap main section.sec-ad-box article .ad-movie .movie-box .movie:hover .icon img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 751px) {
  #wrap footer .btn-top a {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap footer .btn-top a:hover {
    background: linear-gradient(135deg, #00863F, #B5C600);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 751px) {
  #pagetop .button {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #pagetop .button:hover {
    background: linear-gradient(135deg, #00863F, #B5C600);
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
}
@media screen and (min-width: 751px) {
  #youtube .box .btn-close {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #youtube .box .btn-close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 600px) {
  #youtube .box {
    width: 100%;
    height: 210px;
    margin-left: -50%;
    margin-top: -120px;
  }
  #youtube .box .btn-close {
    width: 44px;
    height: 44px;
    top: auto;
    bottom: -75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #youtube .box .btn-close img {
    width: 12px;
    height: auto;
  }
  #youtube .box .player {
    width: calc(100% - 24px);
    margin: 0 auto;
    height: 100%;
    border-radius: 6px;
  }
  #youtube .box .player .inner {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .sticker_area{
    margin: 3vw auto;
  }
  .sticker_area{
    display: block;
  }
  .sticker_left{
    margin: 0 auto;
  }
  .sticker_right{
    margin: 0 auto;
  }
  .sticker_txt_1{
    margin: 0 auto;
    width: 40vw;
  }
  .sticker_left{
    width: 90%;
  }
  .sticker_book{
    padding-left: 10%;
    margin-top: -6vw;
  }
  .sticker_txt_2{
    width: 46%;
    margin: 30px auto;
  }
  .sticker_right{
    width: 90%;
  }
  .shop_one, .shop_one_2{
    width: 90%;
    display: block;
  }
  .shop_one{
    margin: 0 auto 12vw;
  }
  .shop_left ,.shop_right_2{
    width: 100%;
    margin: 0 auto 4vw;
    margin-right: auto;
  }
  .shop_right ,.shop_left_2{
    width: 100%;
    margin: 0 auto;
  }
  .shop_logo {
    width: 60%;
    margin: 0 auto;
  }
  .shop_name {
    width: 72%;
    margin: 3vw auto;
  }
  .shop_name_2{
    width: 63%;
    margin: 3vw auto;
  }
  .shop_address {
    width: 54%;
    margin: 3vw auto 4vw;
  }
  .shop_address_2{
    margin: 3vw auto 4vw;
  }
  .online_store_ttl{
    width: 44vw;
    margin: 0 auto 6vw;
  }
  .online_store_area{
    width: 90%;
  }
  .btn_online_store{
    width: 100%;
    display: block;
  }
  .ttl {
    width: 74vw;
  }
  .train_balloon_1 {
    right: 1vw;
  }
  .train_balloon_2 {
    left: 5vw;
  }
  .train_balloon_4 {
    left: 1vw;
  }
  .train_balloon_5 {
    right: 5vw;
  }
  .btn_online_left {
    width: 80%;
    margin-right: auto;
    margin: 0 auto;
  }
  .btn_online_right{
    width: 80%;
    margin: 5vw auto;
  }
  .x_area {
    width: 80%;
    background-size: 100% auto;
  }
  .x_book {
    padding-top: 4.9vw;
  }
  .btn_x_left {
    width: 52vw;
  }
}
@media screen and (min-width: 1200px) {
  #nextBtn{
    right: 10vw;
    top: 50%;
  }
  #prevBtn{
    left: 10vw;
    top: 50%;
  }
  .cloud_1{
    left:9vw;
  }
  .cloud_2{
    right: 9vw;
  }
  .train_balloon_1{
    right: 15vw;
  }
  .train_balloon_2{
    left: 8vw;
    top: 35vw;
  }
  .train_balloon_3{
    right: 9vw;
  }
  .train_balloon_4{
    left: 15vw;
  }
  .train_balloon_5{
    right: 8vw;
    }
  .train_balloon_6{
    left: 8vw;
  }
}
@media screen and (min-width: 1400px) {
   .train_balloon_2{
    left: 12vw;
    top: 30vw;
  }
}