/*
  Initialize
*/

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,rem,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:inherit;font-size:16px;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
.a {
  text-decoration: none;
}



.a:hover {
  font-style: normal;
  text-decoration: none;
}

.wf-notosansjapanese {
  font-family: "Noto Sans JP";
}

.bebas {
  font-family: "Bebas W05 Regular";
}

/*
  Layouts
*/

@media screen and (min-width: 767px) {

.br_sp {
  display: none;
}

.sp_map {
  display: none;
}

.pc_map {
  width: 100%;
  height: 60vh
}

body {
  height:  100vh;
}

header {
  position: fixed;
  width: 100%;
  height: 95px;
  background:#000;/* #2B88BD;*/
  z-index: 10;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zdo_drawer_menu {
  display: none;
}

.container {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 95px;
}

.gnav_inner {
  display: flex;
  justify-content: flex-end;
}

.gnav_colum {
  width: 140px;
}

.gnav_colum a {
  display: block;
  text-decoration: none;
}

.gnav_rogo {
  margin-left: 5%;
}

.header ul {
  /* width: 50%; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  align-items: center;
  height: 95px;
  margin: 0;
}

.header ul li a {
  color: #fff;
}

.header ul li a:hover {
  text-decoration: none;
}

.humberger_menu {
  display: none;
}

.gnav_colum span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gnav_jp {
  font-size: 0.5em;
  font-family: "Noto Sans JP";
}

.gnav_en {
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  font-family: "Noto Sans JP";
}

.gnav_access {
  width: 95px;
  height: 95px;
  background:#808080;/*#E3007F; #333333;*/
  font-family: "Noto Sans JP";
  position: relative;
}

.gnav_access a {
  position: absolute;
  top: 50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 0.5em;
  display: block;
  text-decoration: none;
}

.gnav_contact {
  width: 95px;
  height: 95px;
  background: #666666;
  font-family: "Noto Sans JP";
  position: relative;
  text-align: center;
}

.gnav_contact a {
  width: 100%;
  position: absolute;
  top: 50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 0.5em;
  display: block;
  text-decoration: none;
}

footer {
  position: relative;
  display: flex;
  width: 100px;
  height: auto;
  background:#808080;/*#E3007F; #000;*/
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  color: #fff;
  padding: 15rem 0;
}

footer > * {
  position: relative;
  right: calc(50% - 0.5rem);
}

.footer_jp {
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  letter-spacing: 0.3rem;
  font-family: "Noto Sans JP";
}

.footer_en {
  font-family: "Bebas W05 Regular";
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  letter-spacing: 0.3rem;
  margin-top: 5rem;
}

.copy {
  font-family: "Noto Sans JP";
  margin-bottom: auto;
  position: absolute;
  bottom: 0;
  padding-bottom: 5rem;
}

main {
  width: calc(100% - 100px);
}

section:nth-of-type(1) {
  width: 100%;
  height: calc(100vh - 95px);
  /*height: calc(150vw - 10px);*/
  }

}/*@media screen and (min-width: 767px)*/


.top_mv {
  background: url(../img/mv_top.png) center center / cover no-repeat;
}

.mv_txt {
  padding-top: 100px;
  padding-left: 50px;
}

.ml2 {
  font-size: 3.5em;
}

.ml2 {
  line-height: 1em;
}

.mv_en .letter{
  display: inline-block;
  font-family: "Bebas W05 Regular";
  font-size: 1.8em;
  letter-spacing: 0.3rem;
  color: #fff;/*#0B0146;*/
  line-height: 7rem;
}

.mv_jp .letter {
  font-family: "Noto Sans JP";
  color: #fff;/*#0B0146;*/
  font-size: 0.5em;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin-top: 20px;

}

.product {
  background-color: #666666;
  color: #fff;
  padding: 5vw;
}

.product-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

.underlayer-inner {
  display: flex;
  justify-content: space-between;
}

.product-inner-text {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 40%
}

.product-jp {
  font-family: "Noto Sans JP";
  font-size: 2em;
}

.product-en {
  line-height: 1.4;
  font-family: "Bebas W05 Regular";
  font-size: 5em;
}

.product-text {
  width: 90%;
  line-height: 1.7em;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-size: 1em;
}

.product-inner-list {
  display: flex;
  width: 60%;
}

.product-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: 10px;
}

.thumb img {
  width: 100%;
}

.product-inner-list li:last-child {
  margin-right: 0;
}

.product-list a {
  text-decoration: none;
  color: #fff;
}

.product-list-name {
  height: 2.4rem;/*2.8rem*/
  font-size: 1.4em;
  margin: 15px 10px;
}

.product-list span {
  display: block;
  font-family: "Noto Sans JP";
}

.product-list1-txt {
  font-size: 0.9em;
  line-height: 1.3;
  margin: 10px 0;
  margin-left: 10px;
}

.product-list2-txt {
  font-size: 0.9em;
  margin: 10px 0;
  margin-left: 10px;
}

.product-list3-txt {
  font-size: 0.9em;
  margin: 10px 0;
  padding-left: 10px;
}

.list-blue {
  background-color:#808080;/*#E3007F; #0B0146;*/
}

.list-black {
  background-color:#808080;/*#E3007F; #000;*/
}

.list-red {
  background-color:#808080;/*#E3007F; #C2000B;*/
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.overlay.disappear {
  height: 0;
  animation: disappear 0.3s ease-out 1 forwards;
}

@keyframes disappear {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.performance {
  background: url(../img/top-performance.png) no-repeat;
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
}

.performance-inner{
  width: 100%;
  margin: auto;
  padding: 5% 0;

}

.performance_jp {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 2em;
}

.performance-en {
  line-height: 1.4;
  color: #fff;
  font-family: "Bebas W05 Regular";
  font-size: 5em;
}

.performance_list-inner {
  display: flex;
  flex-wrap: wrap;
  width: 62%;
  margin: 0 auto;
  margin-top: 2%;
  justify-content: space-between;
}

.performance_list-inner li {
  display: block;
  width: 49%;
  margin-bottom: 1.5%;
}

.performance_list-inner li img {
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 100%;
}

.performance-button {
  width: 200px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.per-btn {
  background-color: #808080;/*#E3007F;#4FA0CA;*/
  border:1px solid #fff;
  padding: 15px 2px;
}

.per-btn a{
  display: block;
  text-decoration: none;
  font-family: "Noto Sans JP";
  color: #fff;
}

.per-btn a:hover {
  border: none;
}

.profile {
  background-color: #666666;
  color: #fff;
  padding: 5%;
}

.profile-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

.profile-inner-text {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 40%
}

.profile-img {
  width: 70%;
}

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

.profile-jp {
  font-family: "Noto Sans JP";
  font-size: 2em;
}

.profile-en {
  line-height: 1.4;
  font-family: "Bebas W05 Regular";
  font-size: 5em;
}

.profile-text {
  width: 90%;
  line-height: 1.7em;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-size: 1em;
}

.profile-button {
  width: 200px;
  text-align: center;
  margin-top: 20px;
}

.pro-btn {
  background-color:#808080;/*#E3007F; #4FA0CA;*/
  border:1px solid #fff;
  padding: 15px 2px;
}

.pro-btn a{
  display: block;
  text-decoration: none;
  font-family: "Noto Sans JP";
  color: #fff;
}

.pro-btn a:hover {
  border: none;
}

.greeting {
  background: url(../img/top-greeting.png)no-repeat;
  background-size: 100%;
  color: #808080;/*#E3007F;#0B0146;*/
  padding: 5%;
}

.greeting-inner {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: auto;
}

.greeting-circle {
  position: relative;
  background-color: rgba(255,255,255,0.7);
  height: 500px;
  width: 500px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  padding: 50px 50px;
}

.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}

.greeting-jp {
  font-family: "Noto Sans JP";
  font-size: 2em;
}

.greeting-en {
  line-height: 1.4;
  font-family: "Bebas W05 Regular";
  font-size: 5em;
}

.greeting-btn {
  display: block;
  width: 200px;
  margin: auto;
  margin-top: 20px;
  background-color:#808080;/*#E3007F; #4FA0CA;*/
  border:1px solid #fff;
  padding: 15px 2px;
}
 .greeting-btn a {
   text-decoration: none;
   color: #fff;
   font-family: "Noto Sans JP";
 }

 .pankuzu {
  padding-left: 50px;
  width: 20%;
  display: flex;
  justify-content: flex-start;
 }

 .pankuzu-inner {
   width: 70%;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .pankuzu_performance {
   width: 90%;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }


 .pankuzu-inner li {
   font-family: "Noto Sans JP";
   color: #0B0146;
 }

.arrow {
  color: #888;
}

 .pankuzu-inner li a {
   text-decoration: none;
   color: #0B0146;
   font-family: "Noto Sans JP";
 }

.underlayer {
  background-color: #CCCCCC;
  padding: 5% 0;
}

 .under_mv_products {
  width: 80%;
  height: 40vw;
  margin: auto;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 5%;
 }

 .mv_under_img img {
   width: 100%;
 }

  .mv_inner_underlayer {
   background-color: rgba(255,255,255,0.7);
   padding: 3% 0;
   width: 70%;
   margin: 0 auto;
   text-align: center;
   position: absolute;
   top: 26vw;
   left: 15%;
  }
 .underlayer-jp {
   color: #333333;
   font-family: "Noto Sans JP";
   font-size: 1.2em;
   display: block;
 }

 .underlayer-en {
   line-height: 1.4;
   color: #333333;
   font-family: "Bebas W05 Regular";
   font-size: 3em;
   display: block;
 }

 .under-main {
   width: 80%;
   margin: auto;
   background-color: rgba(255, 255, 255, 0.8);
 }

 .under-inner {
   padding: 10% 0;
 }

 .under-inner_etc {
   padding: 5% 0;
 }

 .products_title {
  font-family: "Noto Sans JP";
  font-size: 2em;
  letter-spacing: 0.2em;
  line-height: 1.4;
 }

 .products_txt {
   font-family: "Noto Sans JP";
   font-size: 1.5em;
   letter-spacing: 0.2em;
   line-height: 1.4;
   font-weight: lighter;
 }

.products_main_inner {
  width: 80%;
  margin: auto;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
}

.pd_img img {
  width: 90%;
}

.products_main_inner ul {
  width: 50%;
  align-items: center;
}


.products_txt_lo {
  width: 80%;
  margin: auto;
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: 1.2em;
  line-height: 1.8;
  padding: 1% 0;
  margin-bottom: 5%;
}

.products_txt_last {
  width: 80%;
  margin: auto;
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: 1.2em;
  line-height: 1.8;
  padding: 1% 0;
}

.performance_main {
  font-family: "Noto Sans JP";
  text-align: center;
}

.performance_main span {
  display: block;
}

.performance_title {
  font-size: 2.4em;
  letter-spacing: 0.1em;
}

.performance_text {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
.per_list_main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  text-align: -webkit-center;
  justify-content: space-between;
  margin: 5% 0;
}
.per_thumb_list {
  width: 50%;
  margin: auto;
}

.per_thumb_img img {
  width: 90%;
}

.per_thumb_txt {
  width: 90%;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  margin: 5% 0;
}

ul.flex_table{
  width: 80%;
  margin: auto;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

ul.flex_table ul{
  display: flex;
}

ul.flex_table ul.ul01{
  border-bottom: 0;
}

ul.flex_table ul li{
  flex-grow: 1;
  width: 60%;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  text-align: center;
  padding: 10px;
  font-family: "Noto Sans JP";
}

ul.flex_table ul li:last-child{
  border-right: none;
}

ul.flex_table ul.ul01 li{
  background-color: #fff;
  text-align: left;
  line-height: 1.6;
}
ul.flex_table ul.ul01 li.li01{
  background-color: #808080;/*#E3007F; #3C78AF;*/
  color: #fff;
  width: 0%;
  text-align: center;
}

.li_small {
  font-size: 0.7em;
}

#contact{
  padding-top:95px;
  margin-top:-95px;
}

.profile_access {
  border: 1px solid #000;
  padding: 5%;
  width: 70%;
  margin: auto;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}



.profile_access h2 {
  font-family: "Noto Sans JP";
  font-size: 1.5em;
  margin-bottom: 5%;
}

.profile_access iframe {
  text-align: center;
}

.form {
  padding: 5%;
  width: 70%;
  margin: auto;
  text-align: center;
  margin-top: 5%;
}

.form input {
  width: 100%;
  height: 10vh;
  font-size: 1.7em;
  border: 1px solid #000;
}

.form textarea {
  width: 100%;
  height: 40vh;
  font-size: 1.7em;
  border: 1px solid #000;
  margin-top: 5%;
}

.mail-form {
  margin-top: 5%;
}

::placeholder {
  color: #ccc;
  padding-top: 2%;
  padding-left: 2%;
}

.form button {
  background-color: #0B0146;
  padding: 2% 12%;
  color: #fff;
  margin-top: 5%;
  font-size: 1.3em;
  text-align: center;
}

.greeting_inner img {
  width: 100%;
}

.greeting-text {
  width: 80%;
  margin: auto;
  margin-top: 10%;
  font-family: "Noto Sans JP";
  font-size: 1.1em;/*1.2em*/
  line-height: 2;
  margin-bottom: 5%;
  text-align: center;
}

.footer_sp {
  display: none;
}

.profile-button-sp {
  display: none;
}

.sldflmout{
  margin: 10% 0;
  display: flex;
  justify-content: center;
}
.sliderflame{
  width: 80%;
  overflow: hidden;
}


@media screen and (max-width: 766px) { /*ウィンドウ幅が469px未満の場合に適用*/

body {
  height:  100vh;
}

header {
  position: fixed;
  width: 100%;
  height: 95px;
  background: #000;/*#2B88BD;*/
  z-index: 10;
}

.header-inner {
}

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 28px;
  height: 18px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 28px;
  height: 4px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 26px;
  left: 6px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #0B0146;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color:#808080;/*#E3007F; #0B0146;*/
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: #0B0146;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 280px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #CCCCCC;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  margin-bottom: 10%;
}

/*# sourceMappingURL=/zdo_drawer_menu.css.map */

.container {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 95px;
}

.gnav_inner {
  display: none;
}

.gnav_colum {
  text-align: center;
}

.gnav_colum a {
  display: block;
  text-decoration: none;
}

.gnav_rogo {
  width: 100%;
  text-align: center;
  padding: 5% 0;
}

.header ul {
  /* width: 50%; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  height: 95px;
  margin: 0;
  flex-direction: column;
}

.header ul li a {
  color: #0B0146;
}

.header ul li a:hover {
  text-decoration: none;
}

.gnav_colum{
}

.gnav_colum span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gnav_jp {
  font-size: 1rem;
  font-family: "Noto Sans JP";
}

.gnav_en {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  font-family: "Noto Sans JP";
  line-height: 1.2;
}

footer {
  display: none;
}

.copy {
  font-family: "Noto Sans JP";
  margin-bottom: auto;
  position: absolute;
  bottom: 0;
  padding-bottom: 5rem;
}

main {
  width: 100%;;
}

section:nth-of-type(1) {
  width: 100%;
  /*height: calc(85vh - 250px);*/
  height:calc(150vw - 10px);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root section:nth-of-type(1) {
      width: 100%;
      /*height: calc(60vh - 190px);*/
      height:calc(150vw - 10px);
    }
}

.top_mv {
  background: url(../img/mv_top.png) center center / cover no-repeat;
}

.mv_txt {
  padding-top: 6%;
  padding-left: 6%;
}

.ml2 {
  font-size: 1vw;
}

.ml2 {
  line-height: 1vw;
}

.mv_en .letter{
  display: inline-block;
  font-family: "Bebas W05 Regular";
  font-size: 10vw;
  letter-spacing: 0.5vw;
  color: #fff;/*#0B0146;*/
  line-height: 10vw;
}

.mv_jp .letter {
  font-family: "Noto Sans JP";
  color: #fff;/*#0B0146;*/
  font-size: 3.5vw;
  font-weight: bold;
  letter-spacing: 0.2vw;
  margin-top: 20px;
  line-height: 10vw;

}

.product {
  background-color: #666666;
  color: #fff;
  padding: 5vw;
}

.product-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.underlayer-inner {
  display: flex;
  justify-content: space-between;
}

.product-inner-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.product-jp {
  font-family: "Noto Sans JP";
  font-size: 1.3vw;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .product-jp {
      font-family: "Noto Sans JP";
      font-size: 3vw;
    }
   }

.product-en {
  line-height: 1.4;
  font-family: "Bebas W05 Regular";
  font-size: 6vw;
}

.product-text {
  width: 100%;
  line-height: 1.4em;/*1.4em*/
  margin-left: 0;/*5%*/
  font-family: "Noto Sans JP";
  font-size: 0.6em;/*1vw*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .product-text {
      width: 100%;
      line-height: 1.7em;
      margin-left: 0;/*5%;*/
      font-family: "Noto Sans JP";
      font-size: 3vw;
    }
   }

.product-inner-list {
  display: flex;
  width: 100%;
}

.product-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5%;
}

.product-list li {
  margin-right: 2%;
}

.product-list li:last-child {
  margin-right: none;
}

.product-lis-innert:nth-last-child {
  margin-right: 0;
}

.thumb img {
  width: 100%;
}

.product-inner-list li:last-child {
  margin-right: 0;
}

.product-list a {
  text-decoration: none;
  color: #fff;
}

.product-list-name {
  height: 4vw;
  font-size: 3.3vw;
  margin: 15% 0;
  margin-left: 2%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .product-list-name {
      font-size: 3.3vw;
      margin: 12% 0;
      margin-left: 5%;
    }
   }

.product-list span {
  display: block;
  font-family: "Noto Sans JP";
}

.product-list1-txt {
  font-size: 1vw;
  line-height: 1.3;
  margin: 2% 0;
  margin-left: 2%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .product-list1-txt {
      font-size: 2.5vw;
      line-height: 1.3;
      margin-bottom: 5%;
      margin-left: 5%;
    }
   }

.product-list2-txt {
  font-size: 1vw;
  margin: 2% 0;
  margin-left: 2%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .product-list2-txt {
      font-size: 2.5vw;
      line-height: 1.3;
      margin-bottom: 5%;
      margin-left: 5%;
    }
   }

.product-list3-txt {
  font-size: 1vw;
  margin: 2% 0;
  margin-left: 2%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .product-list3-txt {
      font-size: 2.5vw;
      line-height: 1.3;
      margin-bottom: 5%;
      margin-left: 5%;
    }
   }

.list-blue {
  background-color:#808080;/*#E3007F; #0B0146;*/
}

.list-black {
  background-color:#808080;/*#E3007F; #000;*/
}

.list-red {
  background-color:#808080;/*#E3007F; #C2000B;*/
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.overlay.disappear {
  height: 0;
  animation: disappear 0.3s ease-out 1 forwards;
}

@keyframes disappear {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.performance {
  background: url(../img/top-performance.png) no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
}

.performance-inner{
  width: 100%;
  margin: auto;
  padding: 5% 0;

}

.performance_jp {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 4vw;
}

.performance-en {
  line-height: 1.4;
  color: #fff;
  font-family: "Bebas W05 Regular";
  font-size: 7vw;
}

.performance_list-inner {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  margin-top: 2%;
  justify-content: space-between;
}

.performance_list-inner li {
  display: block;
  width: 49%;
  margin-bottom: 1.5%;
}

.performance_list-inner li img {
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 100%;
}

.performance-button {
  width: 120px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.per-btn {
  background-color: #808080;/*#E3007F;#4FA0CA;*/
  border:1px solid #fff;
  padding: 5% 1%;
}

.per-btn a{
  display: block;
  text-decoration: none;
  font-family: "Noto Sans JP";
  color: #fff;
  font-size: 3vw;
}

.per-btn a:hover {
  border: none;
}

.profile {
  background-color: #666666;
  color: #fff;
  padding: 5%;
}

.profile-inner {
  display: flex;
  width: 100%;
  margin: auto;
  flex-direction: column;
}


.profile-inner-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.profile-jp {
  font-family: "Noto Sans JP";
  font-size: 1.3vw;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .profile-jp {
      font-family: "Noto Sans JP";
      font-size: 3vw;
    }
   }

.profile-en {
  line-height: 1.4;
  font-family: "Bebas W05 Regular";
  font-size: 6vw;
}

.profile-text {
  width: 60%;
  line-height: 1.4em;/*1.7em;*/
  margin-left:0;/* 5%;*/
  font-family: "Noto Sans JP";
  font-size: 0.6em;/*1vw;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .profile-text {
      width: 100%;
      line-height: 1.7em;
      margin-left:0/* 5%;*/
      font-family: "Noto Sans JP";
      font-size: 3vw;
    }
   }

.profile-img {
  width: 100%;
  margin: auto;
  margin-top: 5%;
}

.profile-img img {
  width: 100%;
}
.profile-button {
  display: none;
}

.profile-button-sp {
  width: 120px;
  text-align: center;
  margin: auto;
  margin-top: 5%;
}

.pro-btn {
  background-color:#808080;/*#E3007F; #4FA0CA;*/
  border:1px solid #fff;
  padding: 5% 1%;
}

.pro-btn a{
  display: block;
  text-decoration: none;
  font-family: "Noto Sans JP";
  color: #fff;
  font-size: 3vw;
}

.pro-btn a:hover {
  border: none;
}

.greeting {
  background: url(../img/top-greeting.png)no-repeat;
  background-size: cover;
  color: #808080;/*#E3007F;#0B0146;*/
  padding: 5%;
}

.greeting-inner {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: auto;
}

.greeting-circle {
  position: relative;
  background-color: rgba(255,255,255,0.7);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  padding: 50px 50px;
}

.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}

.greeting-jp {
  font-family: "Noto Sans JP";
  font-size: 3vw;
}

.greeting-en {
  line-height: 1.4;
  font-family: "Bebas W05 Regular";
  font-size: 8vw;
}

.greeting-btn {
  display: block;
  width: 120px;
  margin: auto;
  margin-top: 20px;
  background-color:#808080;/*#E3007F; #4FA0CA;*/
  border:1px solid #fff;
  padding: 5% 1%;
}
 .greeting-btn a {
   text-decoration: none;
   color: #fff;
   font-family: "Noto Sans JP";
   font-size: 3vw;
 }

 .footer_sp {
   background-color: #fff;
   width: 100%;
   margin: auto;
   overflow: hidden;
 }

 .footer_sp p {
   color: #000;
   text-align: center;
   padding: 5% 0;
   font-family: "Noto Sans JP";
   font-size: 3vw
 }

 .pankuzu {
  padding-left: 5%;
  width: 65%;
  display: flex;
  justify-content: flex-start;
 }

 .pankuzu-inner {
   width: 60%;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .pankuzu_performance {
   width: 70%;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .pankuzu-inner li {
   font-family: "Noto Sans JP";
   color: #0B0146;
 }

.arrow {
  color: #888;
}

 .pankuzu-inner li a {
   text-decoration: none;
   color: #0B0146;
   font-family: "Noto Sans JP";
 }

.underlayer {
  background-color: #CCCCCC;
  padding-top: 5%;
}

 .under_mv_products {
  width: 90%;
  height: 50vw;
  margin: auto;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 5%;
 }

 .mv_under_img img {
   width: 100%;
 }

  .mv_inner_underlayer {
   background-color: rgba(255,255,255,0.7);
   padding: 2% 0;
   width: 80%;
   margin: 0 auto;
   text-align: center;
   position: absolute;
   top: 30vw;
   left: 10%;
  }
 .underlayer-jp {
   color: #333333;
   font-family: "Noto Sans JP";
   font-size: 3vw;
   display: block;
 }

 .underlayer-en {
   line-height: 1.4;
   color: #333333;
   font-family: "Bebas W05 Regular";
   font-size: 8vw;
   display: block;
 }

 .under-main {
   width: 90%;
   margin: auto;
   background-color: rgba(255, 255, 255, 0.8);
   margin-bottom: 5%;
 }

 .under-inner {
   padding: 5% 0;
 }

 .under-inner_etc {
   padding: 5% 0;
 }

 .products_title {
  font-family: "Noto Sans JP";
  font-size: 5vw;
  letter-spacing: 0.2vw;
  line-height: 1.4;
 }

 @media screen and (-webkit-min-device-pixel-ratio:0) {
     _::-webkit-full-page-media, _:future, :root .products_title {
       font-family: "Noto Sans JP";
       font-size: 4vw;
       letter-spacing: 0.2vw;
       line-height: 1.4;
      }
    }

 .products_txt {
   font-family: "Noto Sans JP";
   font-size: 2vw;
   letter-spacing: 0.2vw;
   line-height: 1.4;
   font-weight: lighter;
 }

 @media screen and (-webkit-min-device-pixel-ratio:0) {
     _::-webkit-full-page-media, _:future, :root .products_txt {
        font-family: "Noto Sans JP";
        font-size:3vw;
        letter-spacing: 0.2vw;
        line-height: 1.4;
        font-weight: lighter;
      }
    }

.products_main_inner {
  width: 90%;
  margin: auto;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}

.pd_img {
  width: 60%;
}

.pd_img img {
  width: 100%;
}

.products_main_inner ul {
  width: 40%;
  align-items: center;
  margin-left: 3%;
}

.products_txt_lo {
  width: 90%;
  margin: auto;
  font-family: "Noto Sans JP";
  text-align: center;
  padding: 1% 0;
  margin-bottom: 5%;
}

.products_txt_lo p {
  font-size: 0.6vw;
  line-height: 1.8;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .products_txt_lo p {
      font-size: 3vw;
      line-height: 1.8;
    }
  }


.products_txt_last p {
  font-size: 0.6vw;
  line-height: 1.8;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .products_txt_last p {
      font-size: 3vw;
      line-height: 1.8;
    }
  }

.products_txt_last {
  width: 90%;
  margin: auto;
  font-family: "Noto Sans JP";
  text-align: center;
  padding: 1% 0;
}

.performance_main {
  font-family: "Noto Sans JP";
  text-align: center;
}

.performance_main span {
  display: block;
}

.performance_title {
  font-size: 6vw;
  letter-spacing: 0.1em;
}

.performance_text {
  font-size: 3vw;
  letter-spacing: 0.1em;
  line-height: 3;
}
.per_list_main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  text-align: -webkit-center;
  justify-content: space-between;
  margin: 5% 0;
}
.per_thumb_list {
  width: 50%;
  margin: auto;
}

.per_thumb_img img {
  width: 90%;
}

.per_thumb_txt {
  width: 90%;
  font-size: 2.9vw;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  margin: 5% 0;
}

ul.flex_table{
  width: 90%;
  margin: auto;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

ul.flex_table ul{
  display: flex;
}

ul.flex_table ul.ul01{
  border-bottom: 0;
}

ul.flex_table ul li{
  flex-grow: 1;
  width: 60%;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  text-align: center;
  padding: 2%;
  font-family: "Noto Sans JP";
}

ul.flex_table ul li:last-child{
  border-right: none;
}

ul.flex_table ul.ul01 li{
  background-color: #fff;
  text-align: left;
  line-height: 1.6;
  font-size: 2.5vw;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .li02 a {
      font-size: 2.5vw;
      color: #000;
      text-decoration: none;
    }
   }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root ul.flex_table ul.ul01 li{
      background-color: #fff;
      text-align: left;
      line-height: 1.6;
      font-size: 2.5vw;
    }
   }

ul.flex_table ul.ul01 li.li01{
  background-color:#808080;/*#E3007F; #3C78AF;*/
  color: #fff;
  width: 0%;
  text-align: center;
}

.li_small {
  font-size: 0.7em;
}

.pc_map {
  display: none;
}

.sp_map {
  width: 100%;
  height: 40vh;
}

.profile_access {
  border: 1px solid #000;
  padding: 5%;
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.profile_access h2 {
  font-family: "Noto Sans JP";
  font-size: 5vw;
  margin-bottom: 5%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .profile_access h2 {
      font-family: "Noto Sans JP";
      font-size: 4vw;
      margin-bottom: 5%;
    }
   }

.profile_access iframe {
  text-align: center;
}

.form {
  padding: 5%;
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: 5%;
}

.form input {
  width: 100%;
  height: 5vh;
  font-size: 4vw;
  border: 1px solid #000;
}

  input,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }

.form textarea {
  width: 100%;
  height: 40vh;
  font-size: 4vw;
  border: 1px solid #000;
  margin-top: 5%;
}

.mail-form {
  margin-top: 5%;
}

::placeholder {
  color: #ccc;
  padding-top: 2%;
  padding-left: 2%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root ::placeholder {
      color: #ccc;
      padding-top: 0.2%;
      padding-left: 0.2%;
    }
   }

.form button {
  background-color: #0B0146;
  padding: 2% 12%;
  color: #fff;
  margin-top: 5%;
  font-size: 1.3em;
  text-align: center;
}

.greeting_inner img {
  width: 100%;
}

.greeting-text {
  width: 90%;
  margin: auto;
  margin-top: 10%;
  font-family: "Noto Sans JP";
  font-size: 3vw;/*4vw*/
  line-height: 2;
  margin-bottom: 5%;
  text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .greeting-text {
      width: 90%;
      margin: auto;
      margin-top: 10%;
      font-family: "Noto Sans JP";
      font-size: 3vw;
      line-height: 2;
      margin-bottom: 5%;
      text-align: center;
    }
  }

}/*@media(max-width:768px)*/


