@charset "UTF8";

/*----------------------------
スマホ縦
----------------------------*/

@media screen and (max-width: 480px) {

  /*h2{
    font-size: 6vw;
  }*/

  h3{
    font-size: 5vw;
    margin-bottom: 3%;
  }

  p{
    font-size: 4vw;
  }

  #header{
    width: 100%;
    height: 5vh;
    background-color: #fff;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, 0.6);
    position: fixed;
    top: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 199999;
  }

  .header-space{
  display: table-cell;
  width: 5%;
  }

  .head-animation {
    width: 100%;
  }

  .m-header-area{
    width: 100%;
    height: 8vh;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3100;
  }

  .m-header-content{
    width: 100%;
    height: 8vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3150;
    display: flex;
    align-items: center;
    background: #fff;
  }

  .m-company-rogo{
    width: 30%;
    margin-left: 1%;
  }

  .m-company-rogo img{
    width: 100%;
    vertical-align: bottom;
  }

  .header-box-navi{
  width: 36%;
  display: table-cell;
  }

  .header-box-info{
  width: 37%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  }

  .m-sns-area{
    width: 20%;
    margin-left: 30%;
    display: flex;
  }

  .m-sns-ins{
    width: 50%;
    padding: 3%;
  }

  .m-sns-ins img{
    width: 100%;
    vertical-align: bottom;
  }

  .m-sns-tw{
    width: 50%;
    padding: 3%;
  }

  .m-sns-tw img{
    width: 100%;
    vertical-align: bottom;
  }

  .header-box{
  display: none;
  }

  .company-name{
  width: 100%;
  }

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

  .menu-container .menu {
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
  }

  /*.category-image-area{
    display: none;
  }*/

  .category-image-area{
    width: 100%;
  }

  .category-image-area img{
    width: 100%;
  }

  .category-image-full-area img{
    width: 100%;
  }

  .main-contents-area{
    width: 100%;
    position: absolute;
    top: 8vh;
    left: 0;
  }

  .title-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2% 0;
  margin: 10% 0 5% 0;
  }

  .title{
  width: 90%;
  margin: 0px auto;
  text-align: center;
  color: #000;
  }

  .title h2{
    font: 0 2em/1 sans-serif;
    font-size: 2vw;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-size: 6vw;
    line-height: 7vw;
  }

  .title_jp{
  width: 90%;
  margin: 0px auto;
  text-align: center;
  color: #000;
  }

  .title_jp h2{
    font: 0 2em/1 sans-serif;
    font-size: 2vw;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-size: 4vw;
    line-height: 10vw;
  }

  .category-text-area{
    width: 90%;
    margin: 2% auto 5%;
  }

  .category-text-title{
    width: 100%;
    margin-bottom: 8%;
  }

  .category-text-comment{
    width: 100%;
  }

  .category-text-comment h4{
    font-size: 4.5vw;
    color: #F596AA;
    margin: 0;
    margin-bottom: 8%;
  }

  .category-text-comment span{
    font-size: 4.3vw;
    line-height: 5vw;
    color: #00AA90;
  }

  .link-button-area{
    width: 50%;
    display: flex;
    align-items: center;
  }

  .link-button-text{
    width: 90%;
  }

  .link-button-text p{
    font-size: 4vw;
    font-weight: bold;
  }

  .link-button-image{
    width: 10%;
  }

  .link-button-image img{
    width: 100%;
  }

  .footer-area{
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #000;
  }

  .footer-wrapper{
  width: 100%;
  }

  .footer-navi-area{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer-menu {
      position: relative;
      width: 100%;
      font-size: 2vw;
      margin: 0 auto;
      padding: 0px;
      list-style-type: none;
      vertical-align: bottom;
  }

  ul.footer-menu{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  }

  .footer-menu > li {
      float: left;
      width: 50%; /* グローバルナビ4つの場吁E*/
      height: 20%;
      color: #fff;
      cursor:pointer;
      font-size: 4vw;
      padding: 4%;
      border-bottom: 1px dashed #000;
  }

  .footer-menu li:nth-child(odd) {
      border-right: 1px dashed #000;
  }

  .footer-menu > li:hover{
      color: #B5495B;
  }

  .footer-menu > li a {
      display: block;
      color: #000;
      text-decoration: none;
  }

  .footer-menu > li a:hover {
      color: #A8D8B9;
  }

  .footer-inner{
  width: 90%;
  margin: 5% auto;
  display: flex;
  flex-direction: column;
  }

  .footer-left{
  width: 45%;
  margin: 4% auto;
  }

  .footer-left p{
  color: #000;
  font-size: 4vw;
  }

  .footer-companyname{
  width: 100%;
  margin-bottom: 8%;
  }

  .footer-companyname img{
  width: 100%;
  }

  .footer-right{
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  }

  .footer-right p{
  color: #000;
  font-size: 4vw;
  line-height: 2em;
  }

  hr.footer-line{
  width: 90%;
  margin: 0 auto;
  border: 1px solid #000;
  }

  .copy {
  width: 100%;
  text-align: center;
  }

  .copy p{
  color: #000;
  font-size: 3vw;
  }

.handling-product-area{
  width: 100%;
  margin: 15% 0;
}

.handling-product-wrapper{
width: 100%;
}

.product-list-area{
  width: 100%;
}

.product-list-area-inner{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-list-box{
  width: 31%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
}

.product-name{
  width: 100%;
}

.product-name p{
  font-size: 4vw;
  text-align: center;
  margin: 0;
}

.product-img{
  width: 100%;
}

.product-img img{
  width: 100%;
}

}

/*-----------------------
スマホ横
-------------------------*/

@media screen and (min-width: 481px) and (max-width: 896px) {

  /*h2{
    font-size: 4vw;
  }*/

  h3{
    font-size: 3.5vw;
    margin-bottom: 3%;
  }

  p{
    font-size: 2.3vw;
  }

  #header{
    width: 100%;
    height: 13vh;
    background-color: #fff;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, 0.6);
    position: fixed;
    top: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 199999;
  }

  .header-space{
  display: table-cell;
  width: 3%;
  }

  .head-animation {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  .m-header-area{
    display: none;
  }

  .header-box{
    display: flex;
    height: 100%;
  }

  .header-box-navi{
  width: 36%;
  display: table-cell;
  }

  .header-box-info{
  width: 46%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  }

  .menu > li {
      float: left;
      width: 20%; /* グローバルナビ4つの場吁E*/
      height: 20%;
      color: #000;
      cursor:pointer;
      font-size: 1.5vw;
  }

  .header-box-sns{
  width: 25%;
  display: flex;
  }

  .tel-fax{
  width: 75%;
  height: 100%;
  display: table;
  }

  .tel-fax p{
  font-size: 1.7vw;
  font-weight: normal;
  color: #000;
  padding: 0;
  margin: 0px;
  }

  .header-box-company{
  width: 12%;
  padding-top: 5px;
  }

  .company-name{
  width: 100%;
  }

  .company-name p{
  font-size: 3vw;
  font-weight: bold;
  color: #000000;
  text-indent: 1em;
  }

  .menu-container .menu {
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
  }

  .category-image-area{
    width: 100%;
  }

  .category-image-area img{
    width: 100%;
    vertical-align: bottom;
  }

  .m-category-image-area{
    width: 100%;
  }

  .m-category-image-area img{
    width: 100%;
  }

  .category-image-full-area img{
    width: 100%;
  }

  .main-contents-area{
    width: 100%;
    position: absolute;
    top: 13vh;
    left: 0;
  }

  .title-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2% 0;
  margin-bottom: 3%;
  }

  .title{
  width: 90%;
  display: table-cell;
  margin: 0px auto;
  text-align: center;
  font-size: 4vw;
  color: #000;
  }

  .title h2{
    font: 0 2em/1 sans-serif;
    font-size: 4vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .title_jp{
  width: 90%;
  display: table-cell;
  margin: 0px auto;
  text-align: center;
  font-size: 3vw;
  color: #000;
  }

  .title_jp h2{
    font: 0 2em/1 sans-serif;
    font-size: 2.5vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .category-text-area{
    width: 90%;
    margin: 2% auto 5%;
  }

  .category-text-title{
    width: 100%;
    margin-bottom: 3%;
  }

  .category-text-comment{
    width: 100%;
  }

  .category-text-comment h4{
    font-size: 3vw;
    color: #F596AA;
    margin: 0;
    margin-bottom: 2%;
  }

  .category-text-comment span{
    font-size: 3vw;
    color: #00AA90;
  }

  .link-button-area{
    width: 25%;
    display: flex;
    align-items: center;
  }

  .link-button-text{
    width: 90%;
  }

  .link-button-text p{
    font-size: 2vw;
    font-weight: bold;
  }

  .link-button-image{
    width: 10%;
  }

  .link-button-image img{
    width: 100%;
  }

  .footer-area{
  width: 100%;
  height: 200px;
  background-color: #fff;
  border-top: 1px solid #000;
  }

  .footer-wrapper{
  width: 100%;
  }

  .footer-navi-area{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 4%;
    display: flex;
  }

  .footer-menu {
      position: relative;
      width: 100%;
      font-size: 1.3vw;
      margin: 0 auto;
      padding: 0px;
      list-style-type: none;
      vertical-align: bottom;
  }

  .ul.footer-menu{
  list-style: none;
  }

  .footer-menu > li {
      float: left;
      width: 20%; /* グローバルナビ4つの場吁E*/
      color: #fff;
      cursor:pointer;
      font-size: 2.5vw;
  }

  .footer-menu > li:hover{
      color: #B5495B;
  }

  .footer-menu > li a {
      display: block;
      color: #000;
      text-decoration: none;
  }

  .footer-menu > li a:hover {
      color: #A8D8B9;
  }

  .footer-inner{
  width: 65%;
  margin: 8% auto 3%;
  display: flex;
  }

  .footer-left{
  width: 40%;
  }

  .footer-left p{
  color: #000;
  font-size: 2vw;
  text-align-last: justify;
  }

  .footer-companyname{
  width: 100%;
  }

  .footer-companyname img{
  width: 100%;
  }

  .footer-right{
  width: 60%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-content: space-between;
  padding-left: 15%;
  }

  .footer-right p{
  width: 100%;
  color: #000;
  font-size: 2.5vw;
  line-height: 1.5em;
  text-align-last: justify;
  }

  hr.footer-line{
  width: 100%;
  border: 1px solid #000;
  margin: 0;
  }

  .copy {
  width: 100%;
  text-align: center;
  margin: 0;
  }

  .copy p{
  color: #000;
  font-size: 2vw;
  }

.handling-product-area{
  width: 100%;
  margin-bottom: 10%;
}

.handling-product-wrapper{
width: 100%;
}

.product-list-area{
  width: 100%;
}

.product-list-area-inner{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-list-box{
  width: 22%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3%;
}

.product-name{
  width: 100%;
}

.product-name p{
  font-size: 2.5vw;
  text-align: center;
  margin: 0;
}

.product-img{
  width: 100%;
}

.product-img img{
  width: 100%;
}

}

/*-------------------
タブレット_縦向き
-------------------*/
@media screen and (min-width: 897px) and (max-width: 1024px) {

  h4{
    font-size: 3vw;
  }

  h3{
    font-size: 3vw;
    color: #3A3226;
    margin: 0;
  }

  p{
    font-size: 2vw;
    line-height: 3vw;
    color: #373C38;
  }

  #header{
    background-color: #fff;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, 0.6);
    height: 7vh;
    position: fixed;
    top: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    z-index: 199999;
    display: flex;
    align-items: center;
    -webkit-transform:
  }

  .header-space{
  display: table-cell;
  width: 1%;
  }

  .head-animation {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  .m-header-area{
    display: none;
  }

  .header-box{
  display: flex;
  height: 100%;
  }

  .header-box-navi{
  width: 39%;
  display: table-cell;
  }

  .header-box-info{
  width: 40%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  }

  .menu > li {
    font-size: 1.7vw;
    line-height: 2vw;
    float: left;
    width: 20%; /* グローバルナビ4つの場吁E*/
    height: 20%;
    color: #000;
    cursor:pointer;
  }

  .header-box-sns{
  width: 25%;
  display: flex;
  }

  .tel-fax{
  width: 75%;
  height: 100%;
  display: table;
  }

  .tel-fax p{
  font-size: 1.5vw;
  line-height: 1.3vw;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0px;
  }

  .header-box-company{
  width: 16%;
  padding-top: 5px;
  }

  .category-image-area{
    width: 100%;
  }

  .category-image-area img{
    width: 100%;
  }

  .m-category-image-area{
    display: none;
  }

  .category-image-full-area img{
    width: 100%;
  }

  .main-contents-area{
    width: 100%;
    position: absolute;
    top: 7vh;
    left: 0;
  }

  .title-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2% 0;
  }

  .title{
  width: 70%;
  display: table-cell;
  margin: 0px auto;
  text-align: center;
  font-size: 4vw;
  color: #000;
  }

  .title h2{
    font: 0 2em/1 sans-serif;
    font-size: 3vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .title_jp{
  width: 70%;
  display: table-cell;
  margin: 0px auto;
  margin-top: 0.5%;
  text-align: center;
  font-size: 2.5vw;
  color: #000;
  }

  .title_jp h2{
    font: 0 2em/1 sans-serif;
    font-size: 2vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .category-text-area{
    width: 90%;
    margin: 2% auto 5%;
  }

  .category-text-title{
    width: 100%;
    margin-bottom: 3%;
  }

  .category-text-comment{
    width: 100%;
  }

  .category-text-comment h4{
    font-size: 2.5vw;
    color: #F596AA;
    margin: 0;
    margin-bottom: 2%;
  }

  .category-text-comment span{
    font-size: 2.5vw;
    color: #00AA90;
  }

  .link-button-area{
    width: 25%;
    display: flex;
    align-items: center;
  }

  .link-button-text{
    width: 90%;
  }

  .link-button-text p{
    font-size: 2vw;
    font-weight: bold;
  }

  .link-button-image{
    width: 10%;
  }

  .link-button-image img{
    width: 100%;
  }

  .footer-area{
  width: 100%;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #000;
  }

  .footer-wrapper{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2%;
    padding: 0;
  }

  .footer-navi-area{
    width: 80%;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 8%;
    text-align: center;
    display: flex;
  }

  .footer-menu {
      position: relative;
      width: 100%;
      font-size: 1.3vw;
      margin: 0 auto;
      padding: 0px;
      list-style-type: none;
      vertical-align: bottom;
  }

  .ul.footer-menu{
  list-style: none;
  }

  .footer-menu > li {
      float: left;
      width: 20%; /* グローバルナビ4つの場吁E*/
      height: 20%;
      color: #fff;
      cursor:pointer;
      font-size: 2.5vw;
      line-height: 2vw;
  }

  .footer-menu > li:hover{
      color: #B5495B;
  }

  .footer-menu > li a {
      display: block;
      color: #000;
      text-decoration: none;
  }

  .footer-menu > li a:hover {
      color: #A8D8B9;
  }

  .footer-inner{
  width: 65%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  }

  .footer-left{
  width: 40%;
  }

  .footer-left p{
  color: #000;
  font-size: 2vw;
  }

  .footer-companyname{
  width: 100%;
  }

  .footer-companyname img{
  width: 100%;
  }

  .footer-right{
  width: 60%;
  text-align: right;
  vertical-align: bottom;
  }

  .footer-right p{
  color: #000;
  font-size: 2vw;
  line-height: 3vw;
  }

  hr.footer-line{
  width: 100%;
  border: 1px solid #000;
  margin: 0;
  }

  .copy {
  width: 100%;
  text-align: center;
  }

  .copy p{
  color: #000;
  font-size: 1.5vw;
  }

.handling-product-area{
  width: 100%;
  margin: 5% 0;
}

.handling-product-wrapper{
width: 100%;
}

.product-list-area{
  width: 100%;
}

.product-list-area-inner{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-list-box{
  width: 15%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3%;
}

.product-name{
  width: 100%;
}

.product-name p{
  font-size: 2.3vw;
  line-height: 3vw;
  text-align: center;
  margin: 0;
}

.product-img{
  width: 100%;
}

.product-img img{
  width: 100%;
}

}

/*---------------------------------
タブレット横向き
---------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {

  /*h2{
    font-size: 3vw;
  }*/

  h3{
    font-size: 2.8vw;
    line-height: 4vw;
    color: #3A3226;
    margin: 0;
    margin-bottom: 1%;
  }

  p{
    font-size: 1.8vw;
    line-height: 2.5vw;
    color: #373C38;
    margin: 0;
  }

  #header{
    background-color: #fff;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, 0.6);
    height: 7vh;
    position: fixed;
    top: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    z-index: 199999;
    display: flex;
    -webkit-transform:
  }

  .header-space{
  display: table-cell;
  width: 5%;
  }

  .head-animation {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  .m-header-area{
    display: none;
  }

  .header-box{
  display: flex;
  height: 100%;
  }

  .header-box-navi{
  width: 34%;
  display: table-cell;
  }

  .header-box-info{
  width: 36%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  }

  .menu > li {
      float: left;
      width: 20%; /* グローバルナビ4つの場吁E*/
      height: 20%;
      color: #000;
      cursor:pointer;
      font-size: 1.5vw;
  }

  .header-box-sns{
  width: 20%;
  display: flex;
  }

  .tel-fax{
  width: 80%;
  height: 100%;
  display: table;
  }

  .tel-fax p{
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0px;
  }

  .header-box-company{
  width: 10%;
  padding-top: 5px;
  }

  .category-image-area{
    width: 100%;
  }

  .category-image-area img{
    width: 100%;
  }

  .category-image-full-area img{
    width: 100%;
  }

  .category-image-full-area-backimg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .category-image-full-area-backimg img{
    width: 100%;
  }

  .m-category-image-area{
    display: none;
  }

  .main-contents-area{
    width: 100%;
    position: absolute;
    top: 7vh;
    left: 0;
  }

  .title-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2% 0;
  }

  .title{
  width: 70%;
  display: table-cell;
  margin: 0px auto;
  text-align: center;
  font-size: 3vw;
  color: #000;
  }

  .title h2{
    font: 0 2em/1 sans-serif;
    font-size: 3vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .title_jp{
  width: 70%;
  display: table-cell;
  margin: 0px auto;
  margin-top: 0.5%;
  text-align: center;
  font-size: 1.5vw;
  color: #000;
  }

  .title_jp h2{
    font: 0 2em/1 sans-serif;
    font-size: 2vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .category-text-area{
    width: 90%;
    margin: 2% auto 5%;
  }

  .category-text-title{
    width: 100%;
    margin-bottom: 3%;
  }

  .category-text-comment{
    width: 100%;
  }

  .category-text-comment h4{
    font-size: 2vw;
    color: #F596AA;
    margin: 0;
    margin-bottom: 2%;
  }

  .category-text-comment span{
    font-size: 2vw;
    color: #00AA90;
  }

  .link-button-area{
    width: 25%;
    display: flex;
    align-items: center;
  }

  .link-button-text{
    width: 90%;
  }

  .link-button-text p{
    font-size: 2vw;
    font-weight: bold;
  }

  .link-button-image{
    width: 10%;
  }

  .link-button-image img{
    width: 100%;
  }

  .footer-area{
  width: 100%;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #000;
  }

  .footer-wrapper{
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .footer-navi-area{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2%;
    text-align: center;
    display: flex;
  }

  .footer-menu {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding: 0px;
      list-style-type: none;
      vertical-align: bottom;
  }

  .ul.footer-menu{
  list-style: none;
  }

  .footer-menu > li {
      float: left;
      width: 20%; /* グローバルナビ4つの場吁E*/
      height: 20%;
      color: #fff;
      cursor:pointer;
      font-size: 1.5vw;
      line-height: 2vw;
  }

  .footer-menu > li:hover{
      color: #B5495B;
  }

  .footer-menu > li a {
      display: block;
      color: #000;
      text-decoration: none;
  }

  .footer-menu > li a:hover {
      color: #A8D8B9;
  }

  .footer-inner{
  width: 32%;
  margin: 6% auto 2%;
  margin-bottom: 2%;
  display: flex;
  align-items: flex-end;
  }

  .footer-left{
  width: 40%;
  }

  .footer-left p{
  color: #000;
  font-size: 1vw;
  line-height: 1vw;
  }

  .footer-companyname{
  width: 100%;
  }

  .footer-companyname img{
  width: 100%;
  }

  .footer-right{
  width: 60%;
  text-align: right;
  vertical-align: bottom;
  }

  .footer-right p{
  color: #000;
  font-size: 1vw;
  line-height: 1.5em;
  }

  hr.footer-line{
  width: 100%;
  border: 1px solid #000;
  margin: 0;
  }

  .copy {
  width: 100%;
  text-align: center;
  }

  .copy p{
  color: #000;
  font-size: 0.8vw;
  }

.handling-product-area{
  width: 100%;
  margin: 5% 0;
}

.handling-product-wrapper{
width: 100%;
}

.product-list-area{
  width: 100%;
}

.product-list-area-inner{
  width: 90%;
  margin: 0 auto;
  /*margin-bottom: 3%;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-list-box{
  width: 8%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3%;
}

.product-name{
  width: 100%;
}

.product-name p{
  font-size: 1vw;
  text-align: center;
  margin: 0;
  line-height: 1vw;
}

.product-img{
  width: 100%;
}

.product-img img{
  width: 100%;
}

}

/*---------------------------------
PC用表示
---------------------------------*/
@media all and (min-width: 1401px){

  /*h2{
    font-size: 3vw;
  }*/

  h3{
    font-size: 1.5vw;
    color: #3A3226;
    margin: 0;
  }

  p{
    font-size: 1vw;
    line-height: 1.5vw;
    color: #373C38;
    margin: 0;
  }

  #header{
    background-color: #fff;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, 0.6);
    height: 7vh;
    position: fixed;
    top: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    z-index: 199999;
    display: flex;
    -webkit-transform:
  }

  .header-space{
  display: table-cell;
  width: 5%;
  }

  .head-animation {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  .m-header-area{
    display: none;
  }

  .header-box{
  display: flex;
  height: 100%;
  }

  .header-box-navi{
  width: 34%;
  display: table-cell;
  }

  .header-box-info{
  width: 37%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  }

  .menu > li {
      float: left;
      width: 20%; /* グローバルナビ4つの場吁E*/
      height: 20%;
      color: #000;
      cursor:pointer;
      font-size: 1vw;
  }

  .header-box-sns{
  width: 15%;
  display: flex;
  }

  .tel-fax{
  width: 85%;
  height: 100%;
  display: table;
  }

  .tel-fax p{
  font-size: 1vw;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0px;
  }

  .header-box-company{
  width: 6%;
  padding-top: 5px;
  }

  .category-image-area{
    width: 100%;
  }

  .category-image-area img{
    width: 100%;
  }

  .category-image-full-area img{
    width: 100%;
  }

  .category-image-full-area-backimg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .category-image-full-area-backimg img{
    width: 100%;
  }

  .m-category-image-area{
    display: none;
  }

  .main-contents-area{
    width: 100%;
    position: absolute;
    top: 7vh;
    left: 0;
  }

  .title-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2% 0;
  }

  .title{
  width: 70%;
  display: table-cell;
  margin: 0px auto;
  text-align: center;
  font-size: 2vw;
  color: #000;
  }

  .title h2{
    font: 0 2em/1 sans-serif;
    font-size: 2vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .title_jp{
  width: 70%;
  display: table-cell;
  margin: 0px auto;
  margin-top: 0.5%;
  text-align: center;
  font-size: 1vw;
  color: #000;
  }

  .title_jp h2{
    font: 0 2em/1 sans-serif;
    font-size: 1.3vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .category-text-area{
    width: 80%;
    margin: 2% auto 5%;
  }

  .category-text-title{
    width: 100%;
    margin-bottom: 3%;
  }

  .category-text-comment{
    width: 100%;
    margin-top: 1%;
  }

  .category-text-comment h4{
    font-size: 1.8vw;
    color: #F596AA;
    margin: 0;
    margin-bottom: 2%;
  }

  .category-text-comment span{
    font-size: 1.5vw;
    color: #00AA90;
  }

  .link-button-area{
    width: 25%;
    display: flex;
    align-items: center;
  }

  .link-button-text{
    width: 90%;
  }

  .link-button-text p{
    font-size: 1.5vw;
    font-weight: bold;
  }

  .link-button-image{
    width: 10%;
  }

  .link-button-image img{
    width: 100%;
  }

  .footer-area{
  width: 100%;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #000;
  }

  .footer-wrapper{
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .footer-navi-area{
    width: 30%;
    margin: 0 auto;
    margin-bottom: 2%;
    text-align: center;
    display: flex;
  }

  .footer-menu {
      position: relative;
      width: 100%;
      font-size: 1.3vw;
      margin: 0 auto;
      padding: 0px;
      list-style-type: none;
      vertical-align: bottom;
  }

  .ul.footer-menu{
  list-style: none;
  }

  .footer-menu > li {
      float: left;
      width: 20%; /* グローバルナビ4つの場吁E*/
      height: 20%;
      color: #fff;
      cursor:pointer;
      font-size: 1vw;
      line-height: 2vw;
  }

  .footer-menu > li:hover{
      color: #B5495B;
  }

  .footer-menu > li a {
      display: block;
      color: #000;
      text-decoration: none;
  }

  .footer-menu > li a:hover {
      color: #A8D8B9;
  }

  .footer-inner{
  width: 32%;
  margin: 0px auto;
  margin-bottom: 2%;
  display: flex;
  align-items: flex-end;
  }

  .footer-left{
  width: 40%;
  }

  .footer-left p{
  color: #000;
  font-size: 1vw;
  }

  .footer-companyname{
  width: 100%;
  }

  .footer-companyname img{
  width: 100%;
  }

  .footer-right{
  width: 60%;
  text-align: right;
  vertical-align: bottom;
  }

  .footer-right p{
  color: #000;
  font-size: 1vw;
  line-height: 1.5em;
  }

  hr.footer-line{
  width: 100%;
  border: 1px solid #000;
  margin: 0;
  }

  .copy {
  width: 100%;
  text-align: center;
  }

  .copy p{
  color: #000;
  font-size: 0.8vw;
  }

.handling-product-area{
  width: 100%;
  margin: 5% 0;
}

.handling-product-wrapper{
width: 100%;
}

.product-list-area{
  width: 100%;
}

.product-list-area-inner{
  width: 90%;
  margin: 0 auto;
  /*margin-bottom: 3%;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-list-box{
  width: 8%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3%;
}

.product-name{
  width: 100%;
}

.product-name p{
  font-size: 1vw;
  text-align: center;
  margin: 0;
  line-height: 1vw;
}

.product-img{
  width: 100%;
}

.product-img img{
  width: 100%;
}

}

/*-------------------
印刷用
-------------------*/
@media print{

  /*h2{
    font-size: 3vw;
  }*/

  h3{
    font-size: 1.5vw;
    color: #3A3226;
    margin: 0;
  }

  p{
    font-size: 1vw;
    line-height: 1.5vw;
    color: #373C38;
  }

  #header{
    background-color: #fff;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, 0.6);
    height: 7vh;
    position: fixed;
    top: 0;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    z-index: 199999;
    -webkit-transform:
  }

  .header-space{
  display: table-cell;
  width: 5%;
  }

  .head-animation {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  .m-header-area{
    display: none;
  }

  .header-box{
  display: flex;
  height: 100%;
  }

  .header-box-navi{
  width: 36%;
  display: table-cell;
  }

  .header-box-info{
  width: 37%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  }

  .menu > li {
      float: left;
      width: 20%; /* グローバルナビ4つの場吁E*/
      height: 20%;
      color: #000;
      cursor:pointer;
  }

  .header-box-sns{
  width: 15%;
  display: flex;
  }

  .tel-fax{
  width: 85%;
  height: 100%;
  display: table;
  }

  .tel-fax p{
  font-size: 1.5vw;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0px;
  }

  .header-box-company{
  width: 6%;
  padding-top: 5px;
  }

  .category-image-area{
    width: 100%;
  }

  .category-image-area img{
    width: 100%;
  }

  .category-image-full-area img{
    width: 100%;
  }

  .m-category-image-area{
    display: none;
  }

  .main-contents-area{
    width: 100%;
    position: absolute;
    top: 7vh;
    left: 0;
  }

  .title-area{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2% 0;
  }

  .title{
  width: 70%;
  display: table-cell;
  margin: 0px auto;
  text-align: center;
  font-size: 2vw;
  color: #000;
  }

  .title h2{
    font: 0 2em/1 sans-serif;
    font-size: 2vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .title_jp{
  width: 70%;
  display: table-cell;
  margin: 0px auto;
  margin-top: 0.5%;
  text-align: center;
  font-size: 1.5vw;
  color: #000;
  }

  .title_jp h2{
    font: 0 2em/1 sans-serif;
    font-size: 2vw;
    font-weight: normal;
    letter-spacing: 0;
      display: block;
      margin: 0 auto;
    -o-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -ms-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -moz-text-shadow: 0 0 80px rgba(255,255,255,.5);
    -webkit-text-shadow: 0 0 80px rgba(255,255,255,.5);
    font-family: 'Klee One', cursive;
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .category-text-area{
    width: 90%;
    margin: 2% auto 5%;
  }

  .category-text-title{
    width: 100%;
    margin-bottom: 3%;
  }

  .category-text-comment{
    width: 100%;
  }

  .category-text-comment h4{
    font-size: 1.8vw;
    color: #F596AA;
    margin: 0;
    margin-bottom: 2%;
  }

  .category-text-comment span{
    font-size: 1.5vw;
    color: #00AA90;
  }

  .link-button-area{
    width: 20%;
    display: flex;
    align-items: center;
  }

  .link-button-text{
    width: 90%;
  }

  .link-button-text p{
    font-size: 1.5vw;
    font-weight: bold;
  }

  .link-button-image{
    width: 10%;
  }

  .link-button-image img{
    width: 100%;
  }

  .footer-area{
  width: 100%;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #000;
  }

  .footer-wrapper{
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .footer-navi-area{
    width: 30%;
    margin: 0 auto;
    margin-bottom: 2%;
    text-align: center;
    display: flex;
  }

  .footer-menu {
      position: relative;
      width: 100%;
      font-size: 1.3vw;
      margin: 0 auto;
      padding: 0px;
      list-style-type: none;
      vertical-align: bottom;
  }

  .ul.footer-menu{
  list-style: none;
  }

  .footer-menu > li {
      float: left;
      width: 20%; /* グローバルナビ4つの場吁E*/
      height: 20%;
      color: #fff;
      cursor:pointer;
      font-size: 1vw;
      line-height: 2vw;
  }

  .footer-menu > li:hover{
      color: #B5495B;
  }

  .footer-menu > li a {
      display: block;
      color: #000;
      text-decoration: none;
  }

  .footer-menu > li a:hover {
      color: #A8D8B9;
  }

  .footer-inner{
  width: 32%;
  margin: 0px auto;
  display: flex;
  align-items: flex-end;
  }

  .footer-left{
  width: 40%;
  }

  .footer-left p{
  color: #000;
  font-size: 1vw;
  }

  .footer-companyname{
  width: 100%;
  }

  .footer-companyname img{
  width: 100%;
  }

  .footer-right{
  width: 60%;
  text-align: right;
  vertical-align: bottom;
  }

  .footer-right p{
  color: #000;
  font-size: 1vw;
  line-height: 1.5em;
  }

  hr.footer-line{
  width: 100%;
  border: 1px solid #000;
  margin: 0;
  }

  .copy {
  width: 100%;
  text-align: center;
  }

  .copy p{
  color: #000;
  font-size: 0.8vw;
  }

.handling-product-area{
  width: 100%;
  margin: 5% 0;
}

.handling-product-wrapper{
width: 100%;
}

.product-list-area{
  width: 100%;
}

.product-list-area-inner{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3%;
  display: flex;
  justify-content: space-between;
}

.product-list-box{
  width: 7.5%;
  display: flex;
  flex-direction: column;
}

.product-name{
  width: 100%;
}

.product-name p{
  font-size: 0.9vw;
  text-align: center;
  margin: 0;
}

.product-img{
  width: 100%;
}

.product-img img{
  width: 100%;
}

}


/*------------------------------
共通
------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0px;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  font-family: 'Klee One', cursive;
  color: #3A3226;
}

p{
  margin: 0;
}

h2{
  margin: 0;
}

.wrapper{
width: 100%;
margin: 0px;
padding: 0px;
}

.wrapper-inner{
  width: 100%;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  scroll-snap-points-y: repeat(100%);
  position: relative;
  top: 0;
  left: 0;
}

.header-wrapper{
width: 100%;
padding: 0.5% 0;
display: table-cell;
vertical-align: bottom;
}

.header-inner{
width: 100%;
header: 100%;
margin: 0px 0px 0px 0px;
padding: 0px;
}

.company-name {
width: 100%;
}

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

.header-box-sns-icon{
width: 50%;
padding: 0 5%;
display: flex;
}

.header-box-sns-icon img{
width: 100%;
}

.global-navigation-area{
width: 100%;
height: 100%;
display: table;
text-align: center;
}

.global-navigation-inner{
width: 100%;
display: table-cell;
text-align: center;
vertical-align: bottom;
}

.global-navigation-wrapper{
display: flex;
justify-content: space-around;
padding:0;
list-style: none;
width: 100%;
margin: 0 auto;
vertical-align: bottom;
}

.tel-fax-wrapper{
width: 100%;
display: table-cell;
vertical-align: bottom;
text-align: center;
}

/*-----------------------
スマホグローバルナビ
-------------------------*/

/* モーダルCSS */



.modal-menu {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1vw;
    margin: 0 auto;
    padding: 0px;
    list-style-type: none;
    vertical-align: bottom;
    *zoom: 1;
    pointer-events: all;
}

.modal-menu ul{
list-style: none;
}

.modal-menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場吁E*/
    height: 20%;
    color: #fff;
    cursor:pointer;
}

input#menu_bar01 {
    display: none;
}



/* 以下ボタンスタイル */


/*-----------------------
ナビゲーション
------------------------*/

.menu {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 2vw;
    margin: 0 auto;
    padding: 0px;
    list-style-type: none;
    vertical-align: bottom;
    *zoom: 1;
    pointer-events: all;
}

.menu ul{
list-style: none;
}

.global-show {
  visibility: inherit;
  opacity: 1;
  margin-top: 45px;
}

.menu > li:hover{
    color: #F0EA3A;
}

.menu > li a {
    display: block;
    color: #000;
    text-decoration: none;
}

.menu > li a:hover {
    color: #A8D8B9;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
}

.menu__third-level li a:hover {
    background-color: rgba(0,0,0,0.8);
}

.menu__fourth-level li a:hover {
    background-color: rgba(0,0,0,0.8);
}

/* 下矢印 */
.init-bottom:after {
    /*content: '';*/
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 2%;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 130%;
    visibility: visible;
    opacity: 1;
    z-index: 11;
}

li.menu__mega:active ul.menu__second-level {
    top: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 12;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    font-size: 1vw;
    text-decoration: none;
    width: 32%;
    border: none;
    vertical-align: middle;
    text-align: left;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}


@media all and (-ms-high-contrast: none) { /* IE10,11�E�p */

}

@media all and (-ms-high-contrast: none) { /* IE10,11�E�p */
.btn {
    position: relative;
    margin: 0 auto;
    width: 30%;
    color: #C81A2B;
    border: .1em solid #C81A2B;
    border-radius: 5em;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.5em;
    cursor: pointer;
    font-size: 3vw;
}
}

.header {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

/*---------------------------
↓↓↓↓↓　Modalエリア開始　↓↓↓↓↓
-----------------------------*/

.modalArea {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.modalBg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(30,30,30,0.9);
  z-index: 1200;
}

.modalWrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  transform:translate(0%,0%);
  width: 100vw;
  height: 100vh;
  z-index: 1300;
}

.modalContents{
width: 100vw;
height: 120vh;
text-decoration: none;
}

.modal-title{
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalContents h1{
  color: #fff;
  font-size: 2em;
  text-align: center;
  margin: 0;
  padding: 0;
}

.modalContents p{
font-size: 5vw;
color: #ffffff;
text-align: center;
margin: 10px 0px 10px 0px;
}

.closeModal {
  position: absolute;
  top: 0px;
  right: 1rem;
  cursor: pointer;
  font-size: 10vw;
  color: #ffffff;
  z-index: 1400;
}

button {
  width: 20%;
  line-height: 2vw;
  padding: 5px;
  background-color: rgba(200,26,43,0.8);
  border: 1px solid #000000;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

button:hover{
  background-color: rgba(251,174,182,0.8);
  color: #000;
}

button.new-info-detail-button{
  width: 90%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

button.new-info-detail-button:hover{
  background-color: rgba(255,255,255,1);
  color: #000;
}

#openModal {
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 1500;
  transform:translate(-10%,-50%);
}

.modal-navi-area{
width: 100%;
pointer-events: all;
}

.modal-navi-area hr{
border-bottom: 1px solid #fff;
margin: 0;
}

.modal-navi-area ul{
width: 100%;
padding: 0;
}

.modal-navi-area li{
font-size: 5.5vw;
color: #fff;
list-style: none;
padding-left: 15px;
line-height: 12vw;
}

.modal-navi-area li a{
color: #fff;
}

.menu {
    max-width: 600px;
}

.modal-menu hr{
border: 1px solid #fff;
margin: 0;
}

/*.menu a {
    display: block;
    text-decoration: none;
    color: #fff;
}*/

label {
display: block;
margin: 0;
padding-left: 15px;
line-height: 12vw;
color: #fff;
cursor: pointer;
font-size: 5vw;
}

/*input {
    display: none;
}*/

.modal-menu ul {
    margin: 0;
    padding: 0;
    background :#A8D8B9;
    list-style: none;
}

.modal-menu li {
    height: 0;
    font-size: 5vw;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.modal-menu li a{
  color: #000;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
    border-bottom: 1px dashed #fff;
}

.modal-contents-box{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
}

.modal-contents-box-oblong{
  width: 90%;
  margin: 0 auto;
}

.modal-contents-box-item-oblong{
  width: 100%;
}

.modal-contents-box-item-oblong img{
  width: 100%;
}

.modal-contents-box-item{
  width: 40%;
}

.modal-contents-box-item img{
  width: 100%;
}

.modal-contents-box-item a{
  position: relative;
}

/*---------------------------
↓↓↓↓↓↓　menu-trigger　↓↓↓↓↓↓↓
---------------------------*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  top: 2vh;
  right: 20px;
  width: 40px;
  height: 30px;
}

.menu-trigger-wrapper{
  width: 100%;
  height: 8vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3200;
}

.menu-trigger span {
  position: absolute;
  left: 7px;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: block;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
  color: #fff;
}
.menu-trigger.active::after {
  content: 'CLOSE';
  /*bottom: -25px;*/
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.modalArea.active {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  pointer-events: none;
  z-index: 3150;
}

.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/*-------------------------
エフェクト関係
-------------------------*/

.expansion {
    /*height: 100%;*/
    overflow: hidden;
    border: 1px solid #000;
}
.expansion img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.expansion img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
