@charset "UTF-8";
.clearfix:after{display: block;clear: both;height: 0;visibility: hidden;content: "";}
.clearfix{min-height: 1px;}
* html .clearfix{height: 1px;height: auto;overflow: hidden;/**/}
img{vertical-align: bottom;}

body {
  font-family: "";
}

.u-desktop {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
#wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}*/

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

#wrapper {
  position: relative;
}


.nav {
  background-image: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .nav {
  background-size: 300%;
}
}

@media screen and ( min-width:768px ) { /* PC  ==================== */
.nav {
  padding: 10px 0 0 0;
  position: absolute;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 10;
}
.nav.fixed{
    position: fixed;
    top: 0;
}
.header-menu{
  width:90%;
  margin:0 auto;
}
}

@media screen and ( min-width:768px ) { /* PC  ==================== */
.logo{
  margin-bottom: 10px;
  width:14%;
  float: left;
  margin
}
.nav-wrapper{
  width:83%;
  float: right;
}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
.logo{
  width:30%;
  float: left;
  margin: 5px 0 0 5px;
}
}

@media screen and ( min-width:768px ) { /* PC  ==================== */
nav.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          padding-bottom:5px;
}
nav.nav ul li{
  position: relative;
  /*width:20%;*/
  /*border-right:2px solid #fff;*/
  text-align: center;
  padding: .3rem 2rem;
  color:#fff;
  font-weight:bold;
  white-space:nowrap;
  text-shadow:1px 1px 3px #00afb1,
              -1px -1px 3px #00afb1;
}
@media screen and ( max-width:1300px ) {
nav.nav ul li{
padding: .3rem 1.5vw;
}
}
@media screen and ( max-width:1025px ) {
nav.nav ul li{
padding: .3rem .5vw;
}
}

nav.nav ul li{
  font-size: clamp(18px, 1vw, 140%);  /* 最小値, 基準値, 最大値 */
}
nav.nav ul li.border-left {
  /*border-left:2px solid #fff;*/
}
nav ul li:after {
  content: "";
  width: 3px;
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  right: 0;
}
nav.nav ul li:last-child:after {
  width: 0;
}
nav.nav ul li a {
  display:block;
  padding: 3% 7%;
}
}


@media screen and ( max-width:768px ) { /* SP  ==================== */
  nav.bwa-nav ul{
    width:100%;
  }
  nav.bwa-nav ul li{
    font-size: 150%;
    display: block;
    padding:10px;
  }
  /* ハンバーガーメニュー ==================== */
  .burger-btn{
    float: right;
    display: block;
    width: 41px;
    height: 41px;
    position: relative;
    z-index: 3;
    /* codepenの挙動のため */
    background-color:transparent;
    border:none;
    cursor: pointer;
    margin: 0 10px 5px 5px;
  }
  .bar{
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .bar_top{
    top: 10px;
  }
  .bar_mid{
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom{
    bottom: 10px;
  }
  .burger-btn.close .bar_top{
    transform: translate(-50%,10px) rotate(45deg);
    transition: transform .3s;
  }
  .burger-btn.close .bar_mid{
    opacity: 0;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom{
    transform: translate(-50%,-8px) rotate(-45deg);
    transition: transform .3s;
  }
  .nav-wrapper{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .header-nav{
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,1), rgba(0,0,0,0.8));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1), rgba(0,0,0,1));
    background: -moz-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1), rgba(0,0,0,1));
    background: -o-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1), rgba(0,0,0,1));
    background: -ms-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1), rgba(0,0,0,1));
    z-index: 2;
  }
  .header-nav ul{
    display: block;
    position: absolute;
    text-align: center;
    width:100%;
    top: 50%;
    transform: translate(0,-50%);
  }
  .header-nav li{
    border: 1px solid #808080;
    width:75%;
    margin:0 auto 10px;
  }
  .header-nav li a{
    color: #fff;
    text-decoration: none;
  }
  .header-nav li a:hover{
  }
}


@media screen and ( min-width:640px ) { /* PC ==================== */
h2.title{
  padding-top:4%;
	z-index: 0;
}
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
h2.title{
  padding-top:0;
  margin-top:-5px;
		z-index: 0;
}
}

.swiper-container-01 {
  max-width: 800px;
  max-width: 50rem;
  width: calc(100% - 6.25rem);
  height: auto;
  margin: auto;

  .swiper-slide {
    &:not(.swiper-slide-visible) {
      .slide {
        pointer-events: none;
        opacity: .3;
      }
    }
  }
}

.swiper-container-02 {
  max-width: 800px;
  max-width: 50rem;
  width: calc(100% - 6.25rem);
  height: auto;
  margin: auto;
  overflow: hidden;
}

.swiper-container-03 {
  max-width: 980px;
  max-width: 61.25rem;
  width: calc(100% - 6.25rem);
  height: auto;
  margin: auto;
  overflow: hidden;
}

.swiper-wrapper > a {
  display: block;
}

.swiper-button-next:after, .swiper-button-prev:after {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: contain;
  display: inline-block;
  content: "";
  width: 50px;
  width: 3.125rem;
  height: 150px;
  height: 9.375rem;
}

.swiper-button-prev:after {
  background-image: url(../img/slider-prev.png);
}

.swiper-button-next:after {
  background-image: url(../img/slider-next.png);
}

.swiper-button-prev {
  left: 20px;
  left: 1.25rem;
  z-index: 100;
}

.swiper-button-next {
  right: 20px;
  right: 1.25rem;
  z-index: 100;
}

.swiper-pagination {
  width:100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-pagination-bullet {
  opacity: 1;
  display: inline-block;
  margin-left: 40px;
  margin-left: 2.5rem;
  margin-right: 40px;
  margin-right: 2.5rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.swiper-pagination-02 {
  text-align: center;
  position: relative;
  top: 20px;
  top: 1.25rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 50%;
  bottom: auto;
  bottom: initial;
}

.bg {
  background-image: url(../img/bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  position: relative;
  z-index: 0;
}
.inner-bg{
  background-image: url(../img/inner_bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 95%;
  position: relative;
  margin:0 auto;
  z-index: 0;
}
.inner_bg_black{
  background-image: url(../img/inner_bg_black.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 95%;
  position: relative;
  margin:0 auto;
  z-index: 0;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
.inner-bg,
.inner_bg_black{
  padding-bottom: 100px;
}
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
.inner-bg,
.inner_bg_black{
  padding-bottom: 50px;
}
}
@media screen and (max-width: 768px) {
  .inner-bg,
  .inner_bg_black {
    background-size: 95%;
  }
}


.banner-block{
  width:80%;
  margin: 0 auto;
}
.banner-block a{
  width:50%;
  float: left;
}


.inner {
  max-width: 1100px;
  max-width: 68.75rem;
  width: 83%;
  margin: auto;
}

.inner h2{
  margin:0 auto;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
.inner h2{
  padding-top:4%;
  width:50%;
}
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
.inner h2{
  padding-top:8%;
  width:60%;
}
}
.inner h2 img{
  width:100%;
}

.product {
  padding-top: 120px;
  padding-top: 7.5rem;
  position: relative;
}
.product__bg {
  position: absolute;
  top: -140px;
  top: -8.75rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .product__bg {
    top: -2.5rem;
  }
}

.product__content {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .product__content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.product__img {
  width: 100%;
  position: relative;
  margin: auto;
}
.product__thumbnails {
  width: 100%;
}
.product__thumbnails a {
  display: block;
  float: left;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
.product__thumbnails a {
  width: calc(20% - 10px);
}
.product__thumbnails a:nth-child(4n+1){
    margin: 5px;
}
.product__thumbnails a:nth-child(5n){
    float: left;
}
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
.product__thumbnails a {
  width: calc(33.33% - 10px);
}
.product__thumbnails a:nth-child(2n+1){
    margin: 5px;
}
.product__thumbnails a:nth-child(3n){
    float: left;
}
}
.product_large-thumbnail li,
.product_large-thumbnail-2c li{
  margin:5px 0;
}
.product_large-thumbnail-2c a {
  display: block;
  width: calc(50% - 10px);
  float: left;
}
.product_large-thumbnail-2c a:nth-child(2n+1){
    margin: 5px;
}
.product_large-thumbnail-2c a:nth-child(2n){
    float: left;
}


.takaratomymall {
  display: block;
  max-width: 471px;
  max-width: 29.4375rem;
  width: 50%;
  margin: auto;
  margin-top: 80px;
  margin-top: 5rem;
}

.tomica-btn {
  display: block;
  max-width: 255px;
  max-width: 15.9375rem;
  margin: auto;
  margin-top: 80px;
  margin-top: 5rem;
}

.top-btn,
.back-btn {
  display: block;
  max-width: 560px;
  max-width: 35rem;
  margin: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
}
