/* Main CSS */

.color-scheme {
  color: #76BBC9;
  color: rgb(118, 187, 201);
  color: #FDD100;
  color: rgb(253, 209, 0);
  color: #F5F0EB;
  color: #464847;

  color: #f4ee3f;
  color: #f1ee37;
  color: #f5ef4b;
  color: #f5f7f8;

  color: #d59d32;
  color: #feb8cf;
  color: #f1d5a1;
  color: #e2ffef;
  color: #ffe6ee;

  color: #f5f7f8;
  color: #edf1f3;
  color: #65e79f; /*main*/
  color: #DB94D6; /*accent*/
}
.fot-scheme {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Yomogi', cursive;
}

/*------------------

Common

-------------------*/

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .8px;
  word-break: break-all;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}
ul,
li {
  list-style: none;
}
h2,
h3,
h4 {
  font-weight: normal;
}
#wrapper {
  /*pcのheightと同じ高さ*/
  /* padding-top: 80px; */
}

/*------------------

spacer

-------------------*/
.spacer20 {
  padding:20px;
}
.spacer30 {
  padding:30px;
}
.spacer40 {
  padding:40px;
}
.spacer50 {
  padding:50px;
}
.spacer60 {
  padding:60px;
}

/*------------------

btn

-------------------*/
.btn-outer {
  width: max-content;
  margin: 55px 0 0;
}
.btn-wrap{
  width: 600px;
  display: block;
  margin: 30px auto;
}
.moreinfo {
  letter-spacing: 1.83px;
  font-size: 14px;
  overflow: hidden;
  z-index: 1;
  width: 320px;
  text-decoration: none;
  background: none;
  position: relative;
}
.moreinfo::before { 
  content: "";
  z-index: -1;
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreinfo:hover:before {
  left: -100%;
}
.moreinfo a {
  display: block;
  width: 300px;
  color: #fff;
  padding: 15px;
  text-align: center;
  border: #333 solid 1px;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.moreinfo:hover a {
  color: #222;
}
.moreinfo:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 28px;
  right: 0px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreinfo:hover:after {
  right: 20px;
  background-color: #222;
}

.btn-outer-s {
  width: max-content;
  margin: 55px 0 0;
}
.moreinfo-s {
  letter-spacing: 1.83px;
  font-size: 14px;
  overflow: hidden;
  z-index: 1;
  width: 260px;
  text-decoration: none;
  background: none;
  position: relative;
}
.moreinfo-s::before { 
  content: "";
  z-index: -1;
  position: absolute;
  width: 260px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreinfo-s:hover:before {
  left: -100%;
}
.moreinfo-s a {
  display: block;
  width:260px;
  color: #fff;
  padding: 15px;
  text-align: center;
  border: #333 solid 1px;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.moreinfo-s:hover a {
  color: #222;
}
.moreinfo-s:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 25px;
  height: 1px;
  top: 28px;
  right: 0px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreinfo-s:hover:after {
  right: 20px;
  background-color: #222;
}
.moreinfo-unlink {
  letter-spacing: 1.83px;
  font-size: 13px;
  overflow: hidden;
  z-index: 1;
  width: 170px;
  text-decoration: none;
  background: none;
  position: relative;
}
.moreinfo-unlink::before { 
  content: "";
  z-index: -1;
  position: absolute;
  width: 160px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreinfo-unlink:hover:before {
  left: -100%;
}
.moreinfo-unlink span {
  display: block;
  width: 160px;
  color: #fff;
  padding: 5px 0 7px;
  text-align: center;
  border: #222 solid 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.moreinfo-unlink:hover span {
  color: #222;
  background-color: #fff;
}
.moreinfo-unlink:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 25px;
  height: .5px;
  top: 18px;
  right: 0px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.moreinfo-unlink:hover:after {
  right: 10px;
  background-color: #222;
}

.btn-unlink-white {
  letter-spacing: 1.83px;
  font-size: 12px;
  overflow: hidden;
  z-index: 1;
  width: 160px;
  text-decoration: none;
  background: none;
  position: relative;
}
.btn-unlink-white::before { 
  content: "";
  z-index: -1;
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-unlink-white:hover:before {
  left: 0;
}
.btn-unlink-white span {
  display: block;
  width: 150px;
  color: #222;
  background-color: #fff;
  padding: 5px 0 7px;
  text-align: center;
  border: #222 solid 1px;
  z-index: 5;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-unlink-white:hover span {
  color: #fff;
  background-color: transparent;
}
.btn-unlink-white:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 20px;
  height: .5px;
  top: 17px;
  right: 0px;
  background-color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-unlink-white:hover:after {
  right: 10px;
  background-color: #fff;
}
.btn-mst {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* min-width: 240px; */
  height: 64px;
  /* padding: 0 60px; */
  border: 1px solid #76BBC9;
  background: #76BBC9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .2rem;
  text-align: center;
  position: relative;
  transition: all 0.6s;
  /* outline: 1px solid #fff;
  outline-offset: -8px; */
  font-family: 'M PLUS Rounded 1c', sans-serif;
  z-index: 10;
}
.btn-mst::before, .btn-mst::after {
  /* position: absolute;
  top:  0.2em;
  bottom: 0;
  height: 1px;
  margin: auto;
  background: #fff;
  content: "";
  transition: all 0.4s */
  color: #fff;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 38px;
  top: calc(50% - 2px);
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  transition: right 1s;
}
.btn-mst::before {
  /* width: 25px; */
}
.btn-mst::before, .btn-mstt::after {
  /* right: 30px; */
}
.btn-mst::after {
  /* width: 10px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; */
}
.btn-mst:hover {
  color: #76BBC9;
  background: #fff;
}
.btn-mst:hover::before,
.btn-mst:hover::after {
  background: transparent;
  color: #76BBC9;
  right: 28px;  
}

/*------------------

global-navi

-------------------*/
.global-navi {
  /* position: fixed; */
  z-index: 100;
}
.global-navi .home {
  /* width: 380px;
  height: 380px;
  background: #f4ee3f;
  position: relative;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  z-index: 10;
  border-radius: 0 150px 150px 150px;
  position: relative; */
}
.global-navi .home::after {
  /* position: absolute;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  content: "串焼き エンズ";
  font-size: 28px;
  color: #3f3f3f;
  top: 20px;
  left: -140px;
  z-index: 10; */
}
.global-navi.fixed .home::after {
  display: none;
}
.global-navi .home::before {
  /* position: absolute;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  content: '船橋市宮本にある串焼きのお店です \A 一串１００円のワンコインで';
  white-space: pre;
  
  font-size: 16px;
  font-weight: 400;
  top: -55%;
  right: 60px;
  z-index: 10;
  writing-mode: vertical-rl; */
}
.shop-brand {
  position: absolute;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  color: #4b4b4b;
  top: 36px;
  left: 276px;
  z-index: 20;
  font-weight: 400;
  white-space: nowrap;
}
.shop-info {  
  position: absolute;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 400;
  top: 60px;
  right: 60px;
  z-index: 10;
  writing-mode: vertical-rl;
  z-index: 200;
}
.global-navi.fixed .shop-brand{
  display: none;
}
.global-navi.fixed .shop-info{
  display: none;
}
.global-navi.fixed .home{
  width: 120px;
  height: 120px;
  /* border-radius: 0px; */
}
.global-navi h1 a {
  position: absolute;
  display: block;
  width: 240px;
  height: 80px;
  /* margin: 20px 0; */
  /* background-image: url(../img/shop-logo-r.png); */
  background-image: url(../img/logo.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 60px;
  overflow: hidden;
  text-indent: 100%;
  left: 40px;
  top: 0px;
  /* background-color: #004e95; */
  /* transition: all .2s ease;
  -webkit-transition: all .2s ease; */
  z-index: 10;
}
.global-navi.fixed h1 a {
  /* width: 160px;
  height: 100px;
  background-size: auto 90px;
  left: 13px;
  top: 10px; */
}

/*------------------
humburger
-------------------*/
.el_humburger {
  position: fixed;
  top: -30px;
  right: -10px;
  padding-top: 35px; /*3本線位置 y軸*/
  width: 110px;
  height: 110px;
  z-index: 50;
  cursor: pointer;
  pointer-events: auto;
  background-color: #FDD100;
  text-align: center;
  /* display: flex;
  align-items: center; */
  border-radius: 100px;
}
@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    padding-top: 21px;
    width: 84px;
    height: 84px;
    top: -20px;
  }
  /* #factory .el_humburger {
    display: none;
  } */
}
.el_humburger_wrapper {
  /* margin-bottom: 5px; */
  margin-top: 10px;
  width: 50px; /*barのwidth*/
  display: inline-block;
}
@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px;
  }
}
/* .el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}
.el_humburger_text.el_humburger_text__close {
  display: none;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }
}
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
} */
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 13px; /*縦間隔*/
  height: 1px;
  background: #999;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #999; /*Open時のbar色*/
}
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #555;
  }
  .js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #555; /*Open時のbar色*/
  }
}
/*Open時 nth(1)と(3)のrotate*/
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(13px) rotate(-45deg);
  -ms-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

.navi { /*Close時のnavi*/
  position: fixed;
  /* position: relative; */
  top: 80px; /*重要*/
  right: 0px;
  height: 100%;
  background-color: #fff;
  width: 0; /*隠しておく*/
  z-index: 40;
  padding-top: 100px;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: hidden;
  /* border-radius: 150px 0px 0px 150px; */

}
.js_humburgerOpen .navi {
  width: 450px; /*Open時*/
}
@media screen and (max-width: 840px) {
  .navi {
    top: 80px;
    background-color: #fff;
    right: 0;
    /* border-radius: 80px 0px 0px 80px; */
  }
  .js_humburgerOpen .navi {
    width: 100%;
    padding: 100px 5% 0;
  }
}
.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  white-space: nowrap;
  margin-left: 90px;
}
.navi_item a{
  color: #76BBC9;
  font-weight: 500;
}
.navi_item.op_innerLink {
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .navi_item {
    margin-left: 20px;
    font-size: 16px;
  }
}

/*------------------

main-visual

-------------------*/
.main-visual-inner {
  padding: 80px 0 0 60px; /*imp*/
  position: relative;  
}
.main-visual-inner-2nd {
  padding: 80px 0 0 60px; /*imp*/
  position: relative;  
}
.short-navi {
  display: flex;
  height: 60px;
  flex-wrap: wrap;
  position: absolute;
  right: 10%;
  top: 15px;
  justify-content: flex-end;
  align-items: center;
  /* background: #00E2FF; */
}
.snavi_item {
  font-size: 14px;
  margin-left: 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.snavi_item a:hover {
  color: #FDD100;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* .main-visual {
  box-sizing: border-box;
  width: 100vw;
  height: 70vh;
  min-width: 1080px;
  min-height: 500px;
  position: relative;
  background-color:gray;
  margin-bottom: 9%;
} */
/* .main-visual:before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(130deg,#FEF5B2,#DB94D6,#BFCEEC,#E6EECF);
  background: linear-gradient(-40deg,#FEF5B2,#DB94D6,#BFCEEC,#E6EECF);
  animation: movingGradient 15s ease infinite;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 20;
} */
/* .main-visual:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top__mv-ct.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  z-index: 20;
} */

.main_imgBox {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.video-inner {
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /* background: url(img/video.jpg) no-repeat center center/cover; */
}
video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sidebar {
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #fff;
}
.sidebar img {
  width: 16px;
  margin-top: 70px;
}
.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 80vh;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}
.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
/* .main_img:nth-of-type(4) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
.main_img:nth-of-type(5) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.main_img:nth-of-type(6) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
} */

@keyframes anime {
  0% {
      opacity: 0;
  }
  17% {
      opacity: 1;
  }
  33% {
      opacity: 1;
  }
  50% {
      opacity: 0;
      transform: scale(1.1);
      z-index:9;
  }
  100% { opacity: 0 }
}

@-webkit-keyframes anime {
  0% {
      opacity: 0;
  }
  17% {
      opacity: 1;
  }
  33% {
      opacity: 1;
  }
  50% {
      opacity: 0;
      -webkit-transform: scale(1.1);
      z-index:9;
  }
  100% { opacity: 0 }
}

.main-visual-inner::after {
  /* position: absolute;
  display: block;
  content: "";
  background: linear-gradient(144deg, rgba(241,213,161,1) 0%, rgba(255,255,255,1) 34%, rgba(250,255,252,1) 67%, rgba(241,213,161,1) 100%);
  width: 92%;
  height: 60%;
  bottom: -21%;
  left: 0;
  z-index: -1; */
}
.sidebar {
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar img {
  width: 16px;
  margin-top: 70px;
}
/*------------------
  main-title-outer
-------------------*/  
.main-title-outer2 {
  position: absolute;
  top: 8%;
  right: 8%;
  z-index: 12;
  /* transform: rotate(-8deg); */
}
.main-title-rl {
	/* -webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl; */
  /* text-shadow: 1px 1px 6px #777; */
  position: relative;
  z-index: 2;
}
.num1,.num2,.num3 {
  display: block;
  width: max-content;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  letter-spacing: 0.3rem;	
	color: #fff;
  font-weight: 500;  
  padding: 3px 14px;
  margin-bottom: 4px;
  /* border-bottom: solid 5px #fff; */
  /* background: #744500; */
  text-shadow: 1px 1px 6px #555;
}
.num1 {
  margin-left: 5%;
}
.num2 {
  margin-left: 15%;
}
.mv-info-outer {
  position: absolute;
  top: 6%;
  left: 12%;
  width: max-content;
  color: #fff;
  z-index: 10;
}
.mv-info1 {
  font-size: 18px;
  padding: 2px 22px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  text-shadow: 1px 1px 3px #888;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2rem;
}
.mv-info2 {
  font-size: 18px;
  padding: 2px 22px;
  text-align: right;
  /* border-top: solid 1px #fff; */
  border-bottom: solid 1px #fff;
  text-shadow: 1px 1px 3px #888;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2rem;
}

/*------------------

mv2

-------------------*/
.main_imgBox-2nd {
}
.second-mainvisual {
  background-image: url(../img/top_mv1.jpg);
  background-size: cover;
  background-position: center center;
  height: 55vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.second-mainvisual.drink {
  background-image: url(../img/mv2_drink.jpg);
  background-position: center bottom 5%;
}
.second-mainvisual.tour {
  background-image: url(../img/2nd-mv_tour01.jpg);
}
.second-mainvisual.harbor {
  background-image: url(../img/2nd-mv_harbor01.jpg);
}
.second-mainvisual.news {
  background-image: url(../img/2nd-mv_nw01.jpg);
}
.second-mainvisual.article {
  background-image: url(../img/2nd-mv_article01.jpg);
}
.second-mainvisual.contact {
  background-image: url(../img/top__mv-ct.jpg);
}

.second-maintitle-outer {
  position: absolute;
  width: max-content;
  height: auto;
  /* min-height: 167px; */
  bottom: 0;
  right: 0;

}
.second-maintitle__span1 {
  display: block;
  position: relative;
  font-size: 4.5em;
  line-height: .8em;
  font-family: 'Roboto', sans-serif;
  color: #52edc7;
  font-weight: bold;
  /* opacity: .7; */
  letter-spacing: .06em;
  z-index: -1;
}
.second-maintitle__span2 {
  display: block;
  text-align: center;
  width: 200px;
  height: 200px;
  background: #76BBC9;
  color: #fff;
  font-size: 20px;  
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 6px 0px;
  z-index: 2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/*------------------

title

-------------------*/
.common-en-title {
  font-size: 18px;
  width: max-content;
  padding-left: 50px;
  position: relative;
}
.common-en-title::after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 22px;
  height: 1px;
  top: 50%;
  left: 0px;
  background-color: #333;
}
.common-subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .3rem;
  padding:15px 0;
}

/*------------------

heading

-------------------*/
.en-news-heading {
  color: #e84b13;
  font-weight: 600;
  padding-left: 4px;
}
.jp-news-heading {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 2.6rem;
}
.en-heading {
  color:  #555;
  font-weight: 600;
  font-size: 22px;
  padding: 0 0 4px 4px;
  font-family: 'Noto Serif JP', serif;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}
.jp-heading {
  color: #555;
  font-weight: 600;
  font-size: 38px;
  line-height: 2.0rem;
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.en-heading.white {
  color: #fff;
}
.jp-heading.white {
  color: #fff;
}
.jp-heading::after {
  /* content: "";
  position: absolute;
  display: block;
  background-image: url(../img/pict.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 120px;
  height: 60px;
  background-size: auto 54px;
  top: 0px;
  left: -70px;
  filter: none; */
}
.jp-heading.white::after {
  background-image: url(../img/pict_w.png);
}
.jp-heading.nopict::after {
  background-image: none;
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  border-radius: 3px;
  background-color: #ed7600;
  left: 50%;
  transform: translateX(-50%);
  top: 130%;
}
.en-heading.black {
  color: #2e3740;
}
.jp-heading.pd2 {
  font-size: 26px;
  padding: 4px 20px 0;
  font-weight: bold;
}
.jp-subheading {
  color: #2e3740;
  font-weight: 400;
  font-size: 32px;
  line-height: 2.0rem;
  padding: 2px 22px 4px;
  border-left: solid 2px #17b397;
}
.jp-subheading.white {
  color: #fff;
  border-left: solid 2px #2e3740;
}
.jp-subheading-small {
  color: #2e3740;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8rem;
  padding: 2px 22px 4px;
  border-left: solid 2px #17b397;
}
.jp-heading i {
  padding-right: 8px;
}
.en-heading2 {
  color:  #555;
  font-size: 46px;
  /* font-weight: 600; */
  padding: 4px;
  font-family: 'Damion', cursive;
}
.en-heading2.white {
  color:  #fff;
}

/*------------------

top-main-copy

-------------------*/
.top-sec-main-copy {
  padding: 80px 0;
  /* background: lightpink; */
  position: relative;
}
.top-sec-main-copy::after {
  position: absolute;
  content: "";
  width: 550px;
  height: 600px;
  background-image: url(../img/pict2.png);
  background-size: auto 250px;
  background-repeat: no-repeat;
  left: 60%;
  top: 20%;
  z-index: 5;
}
.top-sec-main-copy::before {
  /* content: 'KORYORI-YA';
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  z-index: 1;
  font-size: 40px;
  font-weight: 600;
  color: #ddd;
  bottom: 30%;
  left: 60%;
  letter-spacing: 0.2rem; */
}
.top-sec-main-copy .inner::before {
  /* content: 'KOBE SANNOMIYA';
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  z-index: 1;
  font-size: 40px;
  font-weight: 600;
  color: #ddd;
  bottom: 43%;
  left: 65%;
  letter-spacing: 0.2rem; */
}
.top-sec-main-copy .inner {
  display: flex;
  max-width: 1340px;
  margin: auto;
  padding: 0 30px;
}
.top-main-copy-outer {
  /* background-image: url(../img/bg_copy.jpg);
  background-size: cover;
  background-position: right top; */
  background: rgb(236,237,238);
  background: linear-gradient(125deg, rgba(236,237,238,1) 0%, rgba(245,247,248,1) 100%);
  width: 62%;
  padding: 60px;
}
.copy-outer__title {
  font-size: 28px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #666;
  font-weight: 600;
  line-height: 2.5rem;
}
.copy-outer__text {
  padding-top: 14px;
  padding-left: 10px;
}

/*------------------

bgcont

-------------------*/
.top-sec-bgcont1 {
  padding: 50px 0;
  height: 600px;
  background-image: url(../img/top_bgcont.jpg);
  background-position: center 40%;
  background-size: cover;
  /* background-attachment: fixed; */
  position: relative;
}
/* .top-sec-bgcont1::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 40px;
  top: 0;
  left: 50%;
} */
.top-sec-bgcont1 .inner {
  display: flex;
  justify-content: flex-start;
}
.bgcont1__img {
  width: 55%;
}
.bgcont1__desc {
  width: 27%;
  /* background: #fff; */
  margin-left: 30px;
  /* margin-top: -90px; */
  height: auto;
  padding: 40px 50px;
  background: #fff;
  /* background: #FDD100; */
  /* border-radius: 150px 0px 150px 150px; */
  border-radius: 50px;
}
.bgcont1-desc-title {
  font-size: 22px;
  padding: 10px 0;
  color: #666;
  font-weight: 600;
  line-height: 2.2rem;
}
.bgcont1__text {
}

/*------------------

scroll

-------------------*/
.top-sec-scroll {
  /* padding: 40px 0 78px; */
  background: #fff;
  overflow: hidden;
  position: relative;
  height: 120px;
}
.scroll-outer{
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top:30px;
  /*全体の高さ*/
  height: 50px;
  z-index: 10;
}
.scroll-text {
  color: #333;
  line-height: 0.4rem;
}
.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
  color: #333;
  display: flex;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #333;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*------------------

abt

-------------------*/
.top-sec-abt {
  padding: 100px 0 80px;
  position: relative;
  background: rgb(245,239,75);
  background: linear-gradient(125deg, rgba(118,187,201,1) 0%, rgba(255,255,255,1) 33%, rgb(255, 245, 196) 100%);
  background-size: cover;
  overflow: hidden;
  z-index: -2;
}
.top-sec-abt::after {
  content: "純生カステラ";
  font-family: 'Yomogi', cursive;
  position: absolute;
  z-index: 1;
  font-size: 80px;
  font-weight: 800;
  color: #fff;
  top: 30px;
  left: 20px;
  z-index: -1;
  letter-spacing: 0.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-sec-abt::before {
  content: "Kimi to Whip";
  font-family: 'Yomogi', cursive;
  position: absolute;
  z-index: 1;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  top: 20px;
  left: 160px;
  z-index: -1;
  letter-spacing: 0.1rem;
  /* -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; */
}
.sec-heading-about {
  width: max-content;
  padding: 0 16% 20px;
}
.abt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  /* margin-left:  5%; */
}
.abt-wrap__article {
  width: 45%;
  /* background: #f7f6f4; */
  padding: 40px 70px;
  z-index: 1;
  color: #555;
}
.abt-article__heading1 {
  font-size: 24px;
  line-height: 1.4rem;
}
.abt-article__heading2 {
  font-size: 30px;
  padding: 10px 0;
  line-height: 2.6rem;
  font-weight: 600;
  color: #666;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.abt-article__text {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.0rem;
}
.abt-wrap__img1 {
  width: 47%;
  margin-top: 0px;
  margin-left: 0px;
  background-image: url(../img/top_about.jpg);
  background-size: cover;
  background-position: center top;
  height: 500px;
  z-index: 2;
  position: relative;
}
.abt-wrap__img1::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 250px;
  background-image: url(../img/pict_about.png);
  background-size: auto 200px;
  background-repeat: no-repeat;
  left: -40px;
  top: -120px;
  z-index: 2;
  transform: rotate(-2deg);
}
/* .abt-wrap__img2 {
  width: 21%;
  background-image: url(../img/top_about2.jpg);
  background-size: cover;
  background-position: center center;
  height: 400px;
  z-index: 3;
  margin-top: -40px;
  margin-left: 0px;
  margin-right: 50px;
} */

/*------------------

menu

-------------------*/
.menu2-sec-article {
  padding: 80px 2%;
  position: relative;
  overflow: hidden;
}
.menu2-sec-article::after {
  content: "Castella menu";
  font-family: 'Yomogi', cursive;
  position: absolute;
  z-index: 1;
  font-size: 55px;
  font-weight: 800;
  color: #eee;
  top: 0px;
  right: 30px;
  z-index: -1;
  letter-spacing: 0.8rem;
}
.menu2-sec-article.drink::after {
  /* content: "Kushiyaki Bento";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  z-index: 1;
  font-size: 55px;
  font-weight: 500;
  color: #eee;
  top: 20px;
  left: 30%;
  z-index: -1;
  letter-spacing: 2.0rem; */
}
.sec-heading-fmenu {
  width: max-content;
  margin: 20px auto 30px;
}
.sec-heading-dmenu {
  width: max-content;
  margin: 0 auto 10px 5%;
}
.menu-article__wrapper {
  padding: 40px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: auto;
}
.menu-imgbox{
  position: relative;
  width: 420px;
  height: 420px;
  overflow: hidden;
  /* background: #000; */
  border-radius: 150px;
  margin-bottom: 40px;
}
.menu-imgbox__img{
  width: 100%;
  background: url(../img/menu_plane.jpg) ;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 420px;
  margin-bottom: 10px;
  border-radius: 150px;
  transition-duration: .3s;
}
.menu-imgbox__img.matcha{
  background: url(../img/menu_matcha.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.menu-imgbox__img.choco{
  background: url(../img/menu_choco.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.menu-imgbox__img.sunagimo{
  background: url(../img/menu_sunagimo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.menu-imgbox__img.buta-motsu{
  background: url(../img/menu_buta-motsu.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.menu-imgbox__img.buta-kashira{
  background: url(../img/menu_buta-kashira.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.menu-imgbox__img.tomato{
  background: url(../img/menu_tomato.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.menu-imgbox__img.ika{
  background: url(../img/menu_ika.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.menu-imgbox::after{
  content: "プレミアム純生カステラ";
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #FDD100;
  text-align: center;
  width: 400px;
  padding: 4px 0 6px;
}
.menu-imgbox.matcha::after{
  content: "宇治抹茶カステラ";
}
.menu-imgbox.choco::after{
  content: "珈琲カステラ";
}
.menu-imgbox.sunagimo::after{
  content: "砂肝（塩）";
}
.menu-imgbox.buta-motsu::after{
  content: "豚もつ（タレ）";
}
.menu-imgbox.buta-kashira::after{
  content: "豚カシラ（タレ）";
}
.menu-imgbox.tomato::after{
  content: "豚トマト（塩）";
}
.menu-imgbox.ika::after{
  content: "烏賊（塩）";
}
.menu-imgbox__img:hover{
  transition-duration: .3s;
  transform: scale(1.2);
  opacity: .6;
}

.menu-article__wrapper.reverse {
  flex-direction: row-reverse;
}
.wrapper__menu2-img-container {
  width: 450px;
  margin-right: 30px;
}
.menu2-img__1 {
  background: url(../img/top_menu1.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  margin-bottom: 10px;
  border-radius: 150px;
  overflow: hidden;
}
.menu2-img__1:hover{
  transition-duration: .3s;
  transform: scale(1.2);
  opacity: .6;
}
.menu2-img__2 {
  background: url(../img/top_menu2.jpg) no-repeat center center;
  background-size: cover;
  height: 420px;
  margin-bottom: 10px;
}
.menu2-img__3 {
  background: url(../img/top_menu5.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  margin-bottom: 10px;
  border-radius: 100px;
}
.menu2-img__4 {
  background: url(../img/top_menu4.jpg) no-repeat center center;
  background-size: cover;
  height: 420px;
  margin-bottom: 10px;
}
.wrapper__menu2-text-container {
  width: 59%;
  position: relative;
  /* background: cadetblue; */
}
.wrapper__menu2-text-container.reverse {
  width: 55%;
  position: relative;
  /* background: cadetblue; */
  margin-right: 20px;
  height: auto;
}
.menu2-text__lead-outer {
  padding: 10px;
}
.lead-outer__leadtext {
  padding: 0 20px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
.menu2-text-container__img-wrap2 {
  display: flex;
  justify-content: space-between;
}
.menu2-img2__1, .menu2-img2__2 {
  width: 48%;
  background: url(../img/top_menu3.jpg) no-repeat center center;
  background-size: cover;
  height: 220px;
  margin-bottom: 10px;
}
.menu2-img2__2 {
  width: 48%;
  background: url(../img/top_menu4.jpg) no-repeat center center;
  background-size: cover;
  height: 220px;
  margin-bottom: 10px;
}
.menu2-text__menu-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 40px 20px;
  /* background: #eee; */
  background: linear-gradient(144deg, rgba(255,238,206,1) 0%, rgba(255,231,239,1) 100%);
  margin-top: 20px;
}
.menu2-text__menu-outer.reverse {
  margin-top: 0px;
}
.menu-outer__lead {
  margin: 0 0 10px;
}
.menu-outer__menu-box {
  width: 100%;
  padding: 20px 0;
  /* background: #fff; */
}
.menu-box__title {
  font-weight: 500;
  color: #296a66;
  font-size: 16px;
  margin-top: 8px;
}
.menu-box__title:first-child{
  margin-top: 0px;
}
.menu-outer__menu-box p {
  font-size: 14px;
  padding: 0 8px;
}
.menu2-text-container__viewmore {
  display: block;
  text-align: right;
  padding: 8px 70px 0;
  color: #d89313;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}
.menu2-text-container__viewmore i {
  padding-left: 4px;
}
.menu2-text-container__viewmore:hover {
  color: #777;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

/*------------------

howto

-------------------*/
.top-sec-howto {
  padding: 110px 0 100px;
  position: relative;
  background: #fff;
}
.howto__img {
  background-image: url(../img/howto_eat.png);
  width: 100%;
  height: 450px;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 420px;
  position: absolute;
  content: "";
  top: -70%;
  left: 0%;
  /* background-color: #a3A24d; */
}
.howto__text {
  width: 80%;
  margin: auto;
  padding: 20px 30px 40px;
}

/*------------------

time

-------------------*/
.top-sec-timetable {
  padding: 80px 0px 100px;
  background: #F5F0EB;
}
.top-sec-timetable .inner{
  padding: 0 15%;
}
.timetable-heading-outer {
  width: max-content;
  margin: 20px auto;
}
.timetable__leadtext {
  padding: 20px;
  text-align: center;
}
.timetable__text {
  padding: 20px 10px;
}
.timetable__wrap {
  display: flex;
  justify-content: space-between;
  margin: 20px 16px;
  font-size: 16px;
}
.timetable__table1,
.timetable__table2 {
  width: 48%;
}
.table-outer {
	width: 100%;
	margin: 10px 0 0px;
}
.table-outer th,
.table-outer td {
  border-top: solid .5px #ccc;
	padding: 20px 20px;
  text-align: center;
}
.table-outer th {
  text-align: center;
  white-space: normal;
  background: #76BBC9;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.table-outer td {
  background: #fff;
}
.table-outer td:first-child {
  background: #f3f3f3;
}
.table-outer th:first-child {
  width: 45%;
}
.table-outer th {
  width: 55%;
}
.timetable__text {
  padding: 10px;
}
.plane-label {
  display: inline-block;
  background-color: #ecddc1;
  padding: 3px 10px 4px;
  border-radius: 20px;
  /* text-align: center; */
  margin-right: 8px;
  margin-top: 4px;
}
.matcha-label {
  display: inline-block;
  background-color: #a8d343;
  padding: 3px 10px 4px;
  border-radius: 20px;
  /* text-align: center; */
  margin-right: 8px;
  margin-top: 4px;
}
.coffee-label {
  display: inline-block;
  background-color: #ce823b;
  padding: 3px 10px 4px;
  border-radius: 20px;
  /* text-align: center; */
  margin-right: 8px;
  margin-top: 4px;
}

/*------------------

garally

-------------------*/
.top-sec-gally {
  padding: 80px 0 70px;
  background: linear-gradient(125deg, rgba(118,187,201,1) 0%, rgba(255,255,255,1) 33%, rgb(255, 245, 196) 100%);
  position: relative;
}
.top-sec-gally::before {
  /* content: "Osteria Kei";
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, 0.11);
  font-size: 78px;
  top: 0%;
  right:  10%;
  z-index: 1;
  font-family: 'Niconne', cursive; */
  /* font-style: italic; */
}
.top-sec-gally .inner {
  /* max-width: 1600px; */
  margin: auto;
  padding: 0 8%;
}
.sec-heading-gally {
  width: max-content;
  margin: 10px auto 50px;
  position: relative;
}
.sec-heading-gally::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background: #fff;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  /* left: 10%; */
}
.sec-gally-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #0e667c;
  font-family: 'Lora', serif;
  font-size: 26px;
  letter-spacing: 1.0rem;
}
.gally-img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 30px;
  margin: 0 auto;
  /* max-width: 1200px; */
}
.gally-img-container a {
  width: 280px;
  margin: 3px;
}
.gally-img-container .coll2-empty {
  width: 280px;
  margin: 3px;
}
/*------------------

inside

-------------------*/
.top-sec-concept {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(220deg, rgba(245,239,75,1) 0%, rgb(243, 243, 243) 34%, rgba(250,255,252,1) 67%, rgb(241,213,161,1) 100%);
  background-size: cover;
  overflow: hidden;
  z-index: -2;
}
.top-sec-concept::after {
  /* content: "";
  background:#f5f7f8;
  position: absolute;
  width: 100%;
  height: 70%;
  top:20%;
  z-index: -1; */
}
.top-sec-concept::before {
  content: "エンズ";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  z-index: 1;
  font-size: 135px;
  font-weight: 800;
  color: #fff;
  top: 2  0px;
  right: 20px;
  z-index: -1;
  letter-spacing: 0.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap
}
.conpt-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;/*左寄せ*/
}
.conpt-wrap.reverse {
  flex-direction: row-reverse;
}
.top-sec-concept .inner{
  padding: 0 20px;
}
.conpt-wrap__img1 {
  flex-basis: 40%;
  position: relative;
  z-index: 5;
  background: url(../img/top_shop1.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  margin-bottom: 10px;
  border-radius: 100px;
  /* overflow: hidden; */
  margin-right: 20px;
}
.conpt-wrap__img1::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 250px;
  background-image: url(../img/shop_pict.png);
  background-size: auto 200px;
  background-repeat: no-repeat;
  left: 60%;
  bottom: -120px;
  z-index: 2;
}
.conpt-wrap__img2 {
  flex-basis: 30%;
  position: relative;
  z-index: 2;
  background: url(../img/top_shop2.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  margin-bottom: 10px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 20px;
}
.conpt-wrap__img::after {
  /* content: "";	
  display: block;	
  position: absolute;	
  z-index: -1;	
  width: 99%;	
  height: 68%;	
  top: 41%;	
  left: 9%;	
  background: -webkit-linear-gradient(130deg,#FEF5B2,#65e79f,#edf1f3,#E6EECF);
  background: linear-gradient(-40deg,#FEF5B2,#65e79f,#edf1f3,#E6EECF); */
}
.conpt-wrap__img.reverse::after {
  left: -9%;
}
.conpt-wrap__text-outer {
  width: 30%;
  margin: 100px 0 0 10px;
  position: relative;
  z-index: 5;
}
.sec-heading-concept {
  margin: 20px 0%;
  position: relative;
  padding: 0 20px;
  /* width: max-content; */
  z-index: 6;
}
.conpt-wrap__text-outer.reverse {
  margin: 100px 150px 0 0;
  position: relative;
}
.conpt-text { 
  padding: 10px 20px;
  line-height: 2rem;
  margin-right: 10%;
}


/*------------------

Top-product for COOL

-------------------*/
.top-sec-product {
  padding: 120px 0;
  position: relative;
}
.top-sec-product .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 20px 0 100px;
}
.top-sec-product::after {
  content: "";
  background: -webkit-linear-gradient(130deg,#FEF5B2,#65e79f,#edf1f3,#E6EECF);
  background: linear-gradient(-40deg,#FEF5B2,#65e79f,#edf1f3,#E6EECF);
  position: absolute;
  width: 80%;
  height: 50%;
  top:55%;
  right: 0;
  z-index: -10;
}
.pdc-wrap {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.pdc-wrap__item-outer {
  width:  31%;
  position: relative;
}
/*square表示*/
/* .item-box img{
  object-fit: cover;
  width: 320px;
  height: 320px;
  margin: 0 auto;
} */
.pdc-text {
  position: absolute;
  left: 45px;
  bottom: -100px;  
}
.pdc-text__en-title {
  font-size: 22px;
  letter-spacing: .3rem;
  font-weight: 600;
}
.pdc-text__ja-title {
  font-size: 12px;
}
.pdc-btn-outer {
  margin-top: 20px;
}


/*------------------

news

-------------------*/
.top-sec-news {
  padding: 100px 0 100px;
  position: relative;
  background: #fff;
  /* background-image: url(../img/bg_news.jpg); */
  background-size: cover;
}
.sec-heading-news {
  padding: 0px 20px;
  text-align: center;
  position: relative;
  /* z-index: 7;
  width: max-content;
  margin: 0 auto; */
}
.sec-heading-news::after {
  /* content: "";
  position: absolute;
  display: block;
  background-image: url(../img/pict4.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 400px;
  height: 60px;
  background-size: 85% 36px;
  top: 10px;
  left: -70px;
  filter: none;
  z-index: -1; */
}
.top-sec-news .inner {
  max-width: 1340px;
  margin: auto; 
  padding: 0px 80px 0;
}
.news-heading-outer {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0 0 20px;
}
.news-wrap {
  display: table;
  width: 100%;
  /* border-top: .5px solid #777; */
  padding: 3% 0;
  /* color: #fff; */
  background: #f0f0f0;
  margin-bottom: 6px;
}
.news-wrap:last-child {
  /* border-bottom: .5px solid #777; */
}
.news-wrap__day,
.news-wrap__event,
.news-wrap__text,
.news-wrap__btn {
  display: table-cell;
  vertical-align: middle; /*重要！縦中央*/
}
.news-wrap__day {
  width: 15%;
  font-size: 16px;
  text-align: center;
}
.news-wrap__event {
  width: 15%;
  font-size: 14px;
  text-align: center;
}
.news-wrap__text {
  width: 68%;
  font-size: 16px;
  text-align: left;
}
.news-wrap__btn {
  width: 20%;
}
.news-container {
  /* display: flex;
  justify-content: center */
  margin-top: 50px;
}
.news__lead {
  width: 70%;
  margin: 0 auto;
  color: #555;
  text-align: center;
  padding: 10px 0 10px;
}
.sns-cont-wrap {
  display: flex;
  justify-content: center;
}
.sns-cont__fb {
  padding: 40px 0 0;
  width: 500px;
  height: 680px;
  /* background: chocolate; */
  margin: 0 auto;
}
.sns-cont__insta {
  display: block;
  /* padding: 40px 0 0; */
  width: 500px;
  height: 680px;
  /* background: chocolate; */
  background: #fff;
  margin: 40px auto;
  /* border: solid 7px #816e58; */
  outline: 7px solid #76BBC9;
  outline-offset: -12px;
}
.insta-bnr {
  background-image: url(../img/insta.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 350px;/*ロゴサイズ*/
  height: 370px;
}
.insta-bnr:hover {
  opacity: 0.7;
}
.insta-heading {
  width: max-content;
  margin: 0 auto;
  font-size: 32px;
  line-height: 2.0rem;
  font-weight: 400;
  color: #816e58;
}
.insta-heading2 {
  width: max-content;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.0rem;
  font-weight: 400;
  color: #816e58;
  padding: 8px 0;
}
.insta-text {
  width: 330px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #816e58;
  padding: 8px 0;
}
.insta-btn {
  margin: 10px auto 0;
  background: #76BBC9;
  color: #fff;
  font-size: 14px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s
}
.insta-btn:hover {
  background: #fff;
  color: #222;
  border: solid 1px #333;
}
.sns__headline {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-weight: 600;
  padding: 0 0 10px;
}
.sns__lead {
  color: #fff;
  padding: 0 0 20px;
}
.fb-page {  
}

/*------------------

information

-------------------*/
.top-sec-info {
  padding: 100px 0 30px;
  /* background-color: #eee; */
  background-image: url(../img/bg_info.jpg);
  background-size: cover;
  position: relative;
}
.top-sec-info .inner {  
  max-width: 1300px;
  margin: auto;
  padding: 0 80px;
}
.sec-heading-info {
  padding: 0px 40px;
  text-align: center;
  position: relative;
  /* z-index: 7;
  width: max-content;
  margin: 0 auto; */
}
.sec-heading-info::after {
  /* content: "";
  position: absolute;
  display: block;
  background-image: url(../img/pict4.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 400px;
  height: 60px;
  background-size: 85% 40px;
  top: 8px;
  left: -30px;
  filter: none;
  z-index: -1; */
}
.info-heading-outer {
  padding: 10px 5%;
  /* margin-left: 65%; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  border-top: solid .5px #999;
  border-bottom: solid .5px #999;
  width: max-content;
}
.corp-info-wrap {
  padding: 40px 0 10px;
}
.corp2-heading-outer {
  padding: 10px 0 0;
}
.corp-wrap__table {
  margin: 3% 0;
  width: 100%;
}
.corp-wrap__table th,
.corp-wrap__table td {
	border-bottom: 1px dotted #ddd;
  padding: 24px 38px;
  vertical-align: middle;
  font-size: 14px;
}
.corp-wrap__table th {
  width: 30%;
  text-align: right;
}
.corp-wrap__table tr:first-child {
  border-top: 1px dotted #ddd;
}
.corp-wrap__table th {
  background: #fafafa;
  font-weight: 400;
}
.corp-wrap__table td {
  background-color: #fff;
}
.corp2-map-wrap {
  margin: 20px 0;
  padding: 2%;
  background:#004a68;
}
.corp2-map-data {
  padding: 1%;
}
.corp2-map-data iframe {
  width: 100%;
}
.corp2-map__text {
  padding: 0 30px;
  font-size: 16px;
  color:#fff;
}
.corp2-map__text i {
  padding-right: 3px;
  font-size: 20px;
}

/*------------------

gmap

-------------------*/
.top-sec-gmap {
  padding: 80px 0px 0px;
  /* z-index: -1; */
  position: relative;
}
.sec-heading-gmap {
  padding: 20px 40px;
  text-align: center;
  position: relative;
  /* z-index: 7;
  width: max-content;
  margin: 0 auto; */
}
.sec-heading-gmap::after {
  /* content: "";
  position: absolute;
  display: block;
  background-image: url(../img/pict4.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 480px;
  height: 60px;
  background-size: 85% 40px;
  top: 26px;
  left: 0px;
  filter: none;
  z-index: -1; */
}
.map-wrapper__iframe {
  padding: 50px 0 0;
}
.map-cont-wrap {
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  /* align-items: center; */
  margin: 3% 0;
  padding: 3% 1% 3% 3.5%;
  box-shadow: 0px 10px 30px rgba(0,0,0,.13);
  z-index: -1;
}
.cont-wrap__img {
  width: 42%;
  box-sizing: border-box;
  padding: 20px 10px;
}
.cont-wrap__img img {
  width: 100%;
}
.cont-wrap__map {
  width:  52%;
  position: relative;
}
.cont-wrap__caption {
  color: #2e3740;
  padding: 10px 0 0;
}
.cont-wrap__desc {
  width: 48%;
  padding: 10px;
  margin: 1% 2%;
  line-height: 2.0;
  height: 80%;
  z-index: 20;
}
.map-text {
  display: block;
  padding: 24px;
  background: #f5f7f8;
  /* border: solid .5px #aaa; */
  color: #2e3740;
  /* margin-left: 22px; */
}
.cont-wrap__desc a i {
  padding-right: 5px;
}
.acs_shop-title {
  font-size: 26px;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
}
/* .access-text {
  padding: 30px 50px 10px;
} */


/*------------------

Top-advantage for COOL

-------------------*/
.top-sec-advantage {
  padding: 50px 0;
  position: relative;
}
.top-sec-advantage .inner {
  max-width: 1340px;
  margin: auto; 
  padding: 0 100px;
}

.wrap-clms {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 40px 0;
}
.reason_list>.clm {
  margin-bottom: 15px;
}
.wrap-clm-2 .clm {
  width: 45%;
}
.wrap-clm-2 .clm:nth-child(even) {
  margin-top: 50px;
}
.reason_detail {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column nowrap; /*縦並び*/
  justify-content: center;
  line-height: 1.7;
}
.reasonList_detail {
  position: relative;
  z-index: 1;
  overflow: hidden;
  order: 1;
  box-sizing: border-box;
  padding: 75px 50px 18%; /*textエリア*/
  height: 290px;
  max-width: 100%;
}
.reasonList_detail::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 5%;
  left: 0;
  z-index: -1;
  margin: auto;
  background: #edf1f3;
  transform: skewY(-10deg);
  transform-origin: 0 100%; /*要素の起点 X軸 Y軸*/
}
.reason_num {
  position: relative;
  z-index: 10;
  margin: 0 0 -47px;
  font-size: 8.4rem;
  color: #ec5f94;
  text-align: center;
  font-stretch: condensed;
  font-size: 5rem;
  font-family: roboto-condensed,Helvetica Neue,Arial Narrow,sans-serif;
  line-height: 1.1;
}
.reason_num::after {
  display: block;
  margin: 8px auto 0;
  width: 40px;
  height: 2px;
  background: #ec5f94;
  content: "";
}
.reasonList_bg {
  position: relative;
  z-index: -1;
  order: 2;
  margin: -24% 0 0;
}
.js-imgfit {
  display: block;
  width: 100%;
  height: 100%;
  /* font-family: "object-fit: cover;"; */
  object-fit: cover;
}
.reasonList_detail p {
  font-size: 20px;
}


/*------------------

Top-staff for COOL

-------------------*/

.top-sec-staff {
  position: relative;
  background-image: url("../img/mv-y05.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 5% 6%;
  /* filter:alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4; */
}
.top-sec-staff__bg-filter {
  position: relative;
  background-color: rgba(0,0,0,0.5);
  height: 770px;
  padding: 5% 6%;
}
.staff-title {
  padding: 10px 0 20px;

}
.staff-title .common-en-title {
  color: #fff;
}
.staff-title .common-en-title::after {
  background-color: #fff;
}
/* .staff-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
} */
.staff-container {
  background-color: #fff;
  padding: 30px 20px;
}
.container__outer {
display: flex;
justify-content: space-around;
}
.staff-outer {
  width:  26%;
  position: relative;
}
.staff-desc {
  padding-top:10px;
}
.staff-btn-outer {
  margin-top: 20px;
}
.staff-container-btn .btn-outer {
  margin: 50px auto 0;
}

@media screen and (min-width: 896px) {
  .staff-container-btn-sp {
    display: none;
  }
}

/*------------------

footer

-------------------*/
#footer {
  /* background-size: cover;
  background-position: center center; */
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
/* #footer::after {
  position: absolute;
  content: "";
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
} */
#footer .inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 5%;
}
.footer-container {
  padding: 50px 0 20px;
  /* background: cornflowerblue; */
}
#footer img {
  width: 25%;
  margin: 0 auto;
  /* z-index: 5; */
}
.footer-container__nav {
  padding: 30px 0;
  /* background: lightcoral; */
  margin: 10px 0;
}
.footer-nav-container__wrap1,
.footer-nav-container__wrap2{
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  padding: 25px 20px;
  margin: 0 auto;
  justify-content: center;
}
.footer-container__nav li a {
  /* color:#fff; */
  padding: 50px 30px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.footer-container__nav li:last-child a{
  /* padding-right: 0; */
}
.pagetop {
  position: absolute;
  width: 80px;
  height: 80px;
  /* background: #aaa; */
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: .5%;
  z-index: 2;
  cursor: pointer;
  border: solid .5px #fff;
  background: #76BBC9;
  border-radius: 50px;
}
.pagetop span {
  color: #fff;
  font-size: 30px;
}
.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .8em;
  height: .8em;
  border: 0.5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

/*------------------

copyright

-------------------*/
.copyright-sec {
  padding: 6px;
  background-color: #76BBC9;
}
.copyright {
  padding: 2px 0;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}

/*------------------

dishes2

-------------------*/
.cors2d-sec-wrap {
  padding: 50px 0;
}
.cors2d-sec-wrap .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 140px;
}
.cors2d-cont-wrap {
  padding: 20px 0;
}
.cors2d-cont-wrap__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
}
.menu-category-wrapper {
  padding: 30px 0;
}
.cors2d-headding {
  padding: 0px 0px;
  font-weight: 400;
  font-size: 18px;
  /* border-left: solid 3px #0e667c; */
  margin: 4px 0;
  /* background-color: cornflowerblue; */
}
.cors2d-subheadding {
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6rem;
}
.cors2d-tr {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding: 6px 14px;
  /* border-top: 1px solid #ccc; */
  background: #f7f6f4;
}
.cors2d-img {
  width: 20%;
}
.cors2d-container {
  width: 60%;
  padding: 4px 30px;
}
.label {
  margin-right: 10px;
}
.label.c01 {
  padding: 6px 16px;
  background-color: #a3A24d;
  color: #fff;
  border-radius: 4px;
}
.label.c02 {
  padding: 6px 16px;
  background-color: #569ac2;
  color: #fff;
  border-radius: 4px;
}
.cors2d-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  padding: 6px 0;
}
.td__cont2 {
  font-size: 14px;
  color: #777;
}
.cors2d-price {
  width: 18%;
  text-align: right;
  margin: 0px 0 0;
  padding: 12px 20px;
}
.cors2d-price {
  font-size: 15px;
  line-height: 1.7rem;
  color: #333;
  font-weight: 400;
}
.cors2d-price .tax {
  font-size: 12px
}
.cors2d-policy-container {
  padding: 60px 0;
}
.cors2d-policy-text {
  margin: 20px 0;
  background: #edf1f3;
  padding: 20px 30px;
}
.cors2d-cors-container {
  padding: 20px 0 60px;
}
.cors2d-cors-table {
  margin: 20px 0;
}
.cors2d-cors-table th,
.cors2d-cors-table td {
  border: solid 1px gray;
  padding: 20px;
}
.cors2d-cors-table th {
  background: #17b397;
  color: #fff;
  font-weight: 700;
}
.cors2d-cors-table tr td:nth-child(1){
  background: #D8FAF4;
}
.cors2d-cors-table th:nth-child(3) {
  width: 12%;
}
.cors2d-cors-table th:last-child {
  width: 60%;
}
.tbl-r05 td:first-child {
  background: #edf1f3;
}
@media screen and (max-width: 640px) {
  .cors2d-cors-table {
    width: 100%;
    margin: 20px 0 5px;
  }
  .cors2d-cors-table .thead {
    display: none;
  }
  .cors2d-cors-table tr {
    width: 100%;
  }
  .cors2d-cors-table td {
    display: block;
    text-align: left;
    width: 100%;
  }
  .cors2d-cors-table td:first-child {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }
  .cors2d-cors-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
.cors2d-cors-text {
  padding: 10px;
}
.cors2d-compe-container {
  padding: 20px 0;
}
.cors2d-compe-text {
  padding: 20px 10px;
}
.cors2d-compe-table {
	width: 60%;
	margin: 10px 0 0px;
}
.cors2d-compe-table th,
.cors2d-compe-table td {
  border: solid 1px gray;
	padding: 20px 28px;
}
.cors2d-compe-table th {
  text-align: center;
  white-space: nowrap;
  background: #f5f7f8;
}
.cors2d-compe-table th:first-child {
  width: 20%;
}
.cors2d-compe-text {
  padding: 10px;
}
.cors2d-exp-container {
  padding: 40px 0;
}
.cors2d-exp-text {
  padding: 30px 20px;
  margin: 30px 0;
  border: solid 1px gray;
}
.cors2d-exp-table {
	width: 60%;
	margin: 30px 0 0px;
}
.cors2d-exp-table th,
.cors2d-exp-table td {
  border: solid 1px gray;
	padding: 20px 28px;
}
.cors2d-exp-table th {
  text-align: center;
  white-space: nowrap;
  background: #f5f7f8;
}
.cors2d-exp-table th:first-child {
  width: 50%;
}

/*------------------

dmenu2

-------------------*/
.top-sec-dmenu {
  /* background: #816e58; */
  background: #76BBC9;
  /* width: 95%; */
  /* height: 700px; */
  padding: 100px 0 100px;
  position: relative;
  overflow: hidden;
}
.top-sec-dmenu.cors::before {
  /* content: "Osteria Kei";
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, 0.11);
  font-size: 84px;
  top: 0%;
  left:  10%;
  z-index: -1;
  font-family: 'Niconne', cursive; */
}
.top-sec-dmenu.drink {
  /* background: #816e58; */
  padding: 100px 0 140px;
}
.sec-dmenu-heading {
  width: max-content;
  margin: 0 auto 80px;
  /* background: chartreuse; */
  position: relative;
}
.sec-dmenu-heading::after {
  /* position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -5px;
  left: -4px; */

}
.top-sec-dmenu::before {
  /* position: absolute;
  content: "";
  width: 1px;
  height: 30%;
  background: #af9577;
  right: 24px;
  bottom: -5px;
  z-index: 5; */
}
.top-sec-dmenu.drink::before {
  /* position: absolute;
  content: "";
  width: 1px;
  height: 30%;
  background: #af9577;
  right: 24px;
  bottom: 100px;
  z-index: 5; */
}
.dmenu-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: start;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.dmenu-wrap__img.plane {
  width: 43%;
  background-image: url(../img/dish2_main_plane.jpg);
  background-size: cover;
  background-position: center center;
  height: 420px;
  z-index: 4;
  position: relative;
  border-radius: 30%;
}
.dmenu-wrap__img.matcha {
  width: 43%;
  background-image: url(../img/dish2_main_matcha.jpg);
  background-size: cover;
  background-position: center center;
  height: 420px;
  z-index: 4;
  position: relative;
  border-radius: 30%;
}
.dmenu-wrap__img.choco {
  width: 43%;
  background-image: url(../img/dish2_main_choco.jpg);
  background-size: cover;
  background-position: center center;
  height: 420px;
  z-index: 4;
  position: relative;
  border-radius: 30%;
}    
.dmenu-wrap__img.dish {
  width: 43%;
  background-image: url(../img/dmenu_dish_main.jpg);
  background-size: cover;
  height: 420px;
  z-index: 4;
  position: relative;
}
.dmenu-wrap__img.drink {
  width: 43%;
  background-image: url(../img/dmenu_drink_main.jpg);
  background-size: cover;
  height: 420px;
  z-index: 4;
  position: relative;
}
.menu-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #222;
  color: #fff;
  font-size: 14px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s
}
.menu-btn:hover {
  color: #555;
  background: transparent;
  border: solid 1px #333;
}
.dmenu-wrap__atc {
  width: 55%;
  /* height: 420px; */
  height: auto;
  /* background: #ddd; */
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content:flex-end;  
  padding: 30px 80px 0;
}
.dmenu-wrap__atc::after {
  /* content: "COURSE MENU";
  position: absolute;
  top: 14px;
  left: 10px;
  writing-mode: vertical-rl; */
}
.dmenu-wrap__atc.dish::after {
  content: "A LA CARTE MENU";
  position: absolute;
  top: 14px;
  left: 10px;
  writing-mode: vertical-rl;
}
.dmenu-wrap__atc.drink::after {
  content: "DRINK MENU";
  position: absolute;
  top: 14px;
  left: 10px;
  writing-mode: vertical-rl;
}
.dmenu-wrap__atc::after {
  /* position: absolute;
  content: "";
  z-index: -1;
  background: #fff;
  width: 40%;
  height: 100%;
  top: 0;
  left: -40%; */
}
.dmenu-wrap__atc::before {
  /* position: absolute;
  content: "";
  z-index: -1;
  background: #fff;
  width: 130%;
  height: 200px;
  bottom: -15%;
  left: -30%; */
}
.dmenu-atc__heading {
  width: max-content;
  padding: 0px 0px 10px;
  font-size: 24px;
  font-weight: 600;
  color: #777;
  position: relative;
  /* border-bottom: solid 3px #ccc; */
}
.dmenu-atc__heading::after {
  /* position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  background: #ccc;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%); */
}
.dmenu-atc__text {
  padding: 10px 0px;
  font-size: 16px;
}
.dmenu-price-container {
  border-bottom: solid .5px #aaa;
  margin-bottom: 10px;
}
.dmenu-price-wrap {
  font-size: 18px;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
}
.dmenu-price__item,
.dmenu-price__price {
  width: 40%;
}
.dmenu-atc__subtext {
  font-size: 14px;
  padding: 10px 0px;
}
.dmenu-atc__subimg-wrap {
  display: flex;
  justify-content: space-between;
  padding:  10px 0 0;
}
.subimg-wrap__img1.cors {
  width: 43%;
  background-image: url(../img/dmenu_cors_sub1.jpg);
  height: 190px;
  background-size: cover;
  background-position: center center;
  margin: 0   8px;
}
.subimg-wrap__img2.cors {
  width: 43%;
  background-image: url(../img/dmenu_cors_sub2.jpg);
  height: 190px;
  background-size: cover;
  background-position: center center;
  margin: 0   8px;
}
.subimg-wrap__img1.dish {
  width: 43%;
  background-image: url(../img/dmenu_dish_sub1.jpg);
  height: 190px;
  background-size: cover;
  background-position: center center;
  margin: 0   8px;
}
.subimg-wrap__img2.dish {
  width: 43%;
  background-image: url(../img/dmenu_dish_sub2.jpg);
  height: 190px;
  background-size: cover;
  background-position: center center;
  margin: 0   8px;
}
.subimg-wrap__img1.drink {
  width: 43%;
  background-image: url(../img/dmenu_drink_sub1.jpg);
  height: 190px;
  background-size: cover;
  margin: 0   8px;
}
.subimg-wrap__img2.drink {
  width: 43%;
  background-image: url(../img/dmenu_drink_sub2.jpg);
  height: 190px;
  background-size: cover;
  background-position: center center;
  margin: 0   8px;
}

/*------------------

howto2

-------------------*/
.howto2-sec {
  /* background: #816e58; */
  background: #fff;
  /* width: 95%; */
  /* height: 700px; */
  padding: 100px 0 100px;
  position: relative;
  overflow: hidden;
}
.top-sec-dmenu.cors::before {
  /* content: "Osteria Kei";
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, 0.11);
  font-size: 84px;
  top: 0%;
  left:  10%;
  z-index: -1;
  font-family: 'Niconne', cursive; */
}
.top-sec-dmenu.drink {
  /* background: #816e58; */
  padding: 100px 0 140px;
}
.sec-howto2-heading {
  width: max-content;
  margin: 0 auto 80px;
  /* background: chartreuse; */
  position: relative;
}
.sec-howto2-headingtext {
  width: max-content;
  margin: 50px auto 20px;
  font-size: 32px;
  font-weight: 600;
  color: #555;
}
.howto2-leadtext {
  text-align: center;
  padding: 0 2% 20px;
}
.howto2-wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #F5F0EB;
  padding: 10px 20px;
  margin-bottom: 24px;
}
.howto2-wrap__img.howto2-num1 {
  width: 200px;
  height: 200px;
  background-image: url(../img/howto_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 140px;
  z-index: 4;
  position: relative;
  /* border-radius: 30%; */
}
.howto2-wrap__img.howto2-num2 {
  width: 200px;
  height: 200px;
  background-image: url(../img/howto_2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 140px;
  z-index: 4;
  position: relative;
  /* border-radius: 30%; */
}
.howto2-wrap__img.howto2-num3 {
  width: 200px;
  height: 200px;
  background-image: url(../img/howto_3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 140px;
  z-index: 4;
  position: relative;
  /* border-radius: 30%; */
}
.howto2-wrap__img.howto2-num4 {
  width: 200px;
  height: 200px;
  background-image: url(../img/howto_4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 140px;
  z-index: 4;
  position: relative;
  /* border-radius: 30%; */
}
.howto2-wrap__img.howto2-num5 {
  width: 43%;
  height: 300px;
  background-image: url(../img/howto_5.png);
  /* background-repeat: no-repeat; */
  background-position: center center;
  background-size: auto 280px;
  background-size: cover;
  z-index: 4;
  position: relative;
  margin: 20px 0;
  border-radius: 20px;
}
.howto2-wrap__atc {
  width: 65%;
  /* height: 420px; */
  height: auto;
  /* background: #ddd; */
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content:flex-end;  
  padding: 0px 80px 0;
}
.dmenu-wrap__atc::after {
  /* content: "COURSE MENU";
  position: absolute;
  top: 14px;
  left: 10px;
  writing-mode: vertical-rl; */
}
.howto2-atc__heading {
  width: max-content;
  padding: 0px 0px 10px;
  font-size: 24px;
  font-weight: 600;
  color: #76BBC9;
  position: relative;
  /* border-bottom: solid 3px #ccc; */
}
.howto2-atc__heading-num {
  font-size: 30px;
}
.dmenu-atc__heading::after {
  /* position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  background: #ccc;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%); */
}
.howto2-atc__text {
  padding: 10px 0px;
  font-size: 16px;
}
.howto2-atc__subtext {
  font-size: 14px;
  padding: 10px 0px;
}
.howto2-atc__subimg-wrap {
  display: flex;
  justify-content: space-between;
  padding:  10px 0 0;
}
.howto2-subimg-wrap__img1 {
  width: 43%;
  background-image: url(../img/dmenu_cors_sub1.jpg);
  height: 190px;
  background-size: cover;
  background-position: center center;
  margin: 0   8px;
}
.howto2-subimg-wrap__img2 {
  width: 43%;
  background-image: url(../img/dmenu_cors_sub2.jpg);
  height: 190px;
  background-size: cover;
  background-position: center center;
  margin: 0   8px;
}


@media screen and (max-width: 896px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  /*------------------

  Common

  -------------------*/
  #wrapper {
    padding-top: 0px;
  }

  .is_pc {
    display: none;
  }

  /*------------------
  sp-home
  -------------------*/
  .global-navi .home {
    width: 150px;
    height: 60px;
    border-radius: 0 60px 60px 60px;
  }
  .global-navi .home::after {
    /* font-size: 14px;
    top: 20px;
    left: 0px;
    z-index: 10; */
  }
  .global-navi.fixed .home{
    width: 80px;
    height: 80px;
  }
  .global-navi h1 a {
    width: 200px;
    height: 70px;
    background-size: auto 46px;
    top: 0px;
    left: 10px;
  }
  .global-navi.fixed h1 a {
    background-size: auto 55px;
    width: 120px;
    height: 60px;
    top: 9px;
    left: 14%;
  }
  .shop-brand {
    font-size: 14px;
    top: 28px;
    left: 190px;
    z-index: 20;
    font-weight: 600;
  }
  .shop-info {
    display: none;
  }

  /*------------------

  sp-main-visual

  -------------------*/
  .main-visual-inner {
    padding: 20px 0 0 20px;
  }
  .short-navi {
    display: none;
  }

  /*------------------

  top-mv-animation

  -------------------*/

  .main_imgBox {
    height: 72vh;
  }
  .main_imgBox ul {
    height:55vh;
  }
  .main_imgBox ul li {
    background-position: center bottom 1%;
  }
  .main-visual-inner::after {
    height: 60%;
    bottom: 0;
  }

  .sidebar {
    display: none;
  }
  .sidebar img {
    display: none;
  }

  /*------------------

  sp-top-main-copy

  -------------------*/
  .top-sec-main-copy {
    padding: 10px 0;
    overflow: hidden;
  }
  .top-sec-main-copy::after {
    position: absolute;
    content: "";
    width: 350px;
    height: 500px;
    background-size: auto 200px;
    background-repeat: no-repeat;
    left: 65%;
    top: 10%;
    z-index: 5;
  }  
  .top-sec-main-copy .inner {
    max-width: 1340px;
    margin: auto;
    padding: 0 20px;
  }
  .top-sec-main-copy::before {
    font-size: 20px;
    bottom: 30%;
    top:8%;
    left: 60%;
    white-space: nowrap;
  }
  .top-sec-main-copy .inner::before {
    font-size: 20px;
    bottom: 43%;
    top: -1%;
    left: 45%;
    white-space: nowrap;
  }
  .top-main-copy-outer {
    width: 85%;
    padding: 40px 20px;
  }
  .copy-outer__title {
    font-size: 18px;
    line-height: 1.8rem;
  }
  .copy-outer__text {
    padding-top: 14px;
    padding-left: 0px;
  }
  
  /*------------------

  sp-bg-cont1

  -------------------*/
  .top-sec-bgcont1 {
    padding: 20px 0;
    /* width: 100%; */
    height: 600px;
    /* background-attachment: scroll; */
    background-position: center 50%;
  }
  .top-sec-bgcont1 .inner {
    display: block;
    /* justify-content: flex-start; */
  }
  /* .top-sec-bgcont1::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 40px;
    top: 0;
    left: 50%;
  } */
  .bgcont1__img {
    width: 100%;
  }
  .bgcont1__desc {
    width: 90%;
    /* background: #fff; */
    margin: 10px auto;
    padding: 30px 30px;
    border-radius: 40px;
  }
  .bgcont1-desc-title {
    font-size: 20px;
    line-height: 2.0rem;
    padding: 10px 0;
  }
  .bgcont1__text {
  }

  /*------------------

  sp-inside

  -------------------*/
  .top-sec-concept {
    padding: 80px 0 20px;
  }
  .top-sec-concept::after {
    /* background:#edf1f3;
    height: 77%;
    top:12%; */
  }
  .top-sec-concept::before {
    font-size: 75px;
    top: 14px;
    right: 20px;
    letter-spacing: 0.3rem;
    line-height: 2.6rem;
  }
  .conpt-wrap {
    display: block;
  }
  .conpt-wrap__img1 {
    flex-basis: 40%;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    border-radius: 80px;
    margin-right: 0px;
  }
  .conpt-wrap__img1::after {
    background-size: auto 160px;
  }
  .conpt-wrap__img2 {
    flex-basis: 40%;
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
    border-radius: 80px;
    margin-right: 0px;
  }
  .conpt-wrap__img {
    padding-right: 60px;
  }
  .conpt-wrap__text-outer {
    width: 100%;
    margin: 50px 0 38px 10px;
  }
  .reverse .conpt-wrap__img{
    padding-left: 80px;
    padding-right: 0px;
  }
  .conpt-wrap__img.reverse::after {
    /* right: 15%; */
    left: 15%;
    width: 75%;
  }
  .reverse .conpt-wrap__text-outer {
    margin: 50px 20px 0 38px;
  }
  .conpt-wrap__text-outer {
    width: 100%;
    margin: 30px 0;
    position: relative;
    z-index: 5;
  }
  .conpt-text { 
    line-height: 1.8rem;
    margin-right: 0;
  }

  /*------------------

  Top-product for COOL

  -------------------*/

  .top-sec-product {
    padding: 40px 0;
  }
  .top-sec-product .inner {
    max-width: 1340px;
    margin: auto;
    padding: 0 20px 0 20px;
  }
  .pdc-wrap {
    display: block;
    margin: 20px 0;
  }
  .pdc-wrap__item-outer {
    width:  100%;
    position: relative;
    margin-bottom: 160px;
  }
  .top-sec-product::after {
    top:20%;
    height: 75%;
  }

  /*------------------

  sp-news

  -------------------*/
  .top-sec-news {
    padding: 50px 0 40px;
    /* background-position: left top; */
  }
  .top-sec-news .inner {
    max-width: 1340px;
    padding: 20px 20px 10px;
  }
  .news-wrap {
    display: block;
    width: 100%;
    padding: 3% 12px;
    margin-top: 14px;
  }
  .news-wrap__day,
  .news-wrap__event,
  .news-wrap__day,
  .news-wrap__btn {
    display: block;
  }
  .news-wrap__day {
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 2px 4px;
  }
  .news-wrap__event {
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 2px 4px;
  }
  .news-wrap__text {
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 2px 4px;
  }
  .news-wrap__btn {
    width: 100%;
    padding: 8px 4px;
    /* margin-left: 40%; */
  }
  .news-container {
    /* display: flex;
    justify-content: center */
    margin-top: 10px;
  }
  .news__lead {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 10px;
  }
  .sns-cont-wrap {
    display: block;
  }
  .sns-cont__fb {
    padding: 20px 0 0;
    width: 100%;
    max-width: 500px;
    height: 680px;
  }
  .sns-cont__insta {
    width: 100%;
    height: 500px;
    margin: 10px auto;
  }
  .insta-bnr {
    background-size: auto 220px;/*ロゴサイズ*/
    height: 240px;
  }
  .insta-heading {
    font-size: 22px;
    line-height: 1.8rem;
  }
  .insta-heading2 {
    font-size: 18px;
    line-height: 1.8rem;
    padding: 4px 0;
  }
  .insta-text {
    width: 100%;
    font-size: 14px;
    line-height: 1.4rem;
    padding: 6px 26px;
  }
  .insta-btn {
    margin: 10px auto 0;
    font-size: 14px;
    width: 80px;
    height: 80px;
  }
  .sns__headline {
    font-size: 18px;
    padding: 0 0 10px;
    line-height: 1.8rem;
  }
  .news-container__cov {
    width: 100%;
    margin-top: 10px;
  }
  
  /*------------------

  Top-advantage for COOL

  -------------------*/
  .top-sec-advantage {
    padding: 20px 0;
  }
  .top-sec-advantage .inner {
    padding: 0 30px;
  }
  .wrap-clms {
    display: block;
  }
  .reason_list>.clm:last-child {
    margin-bottom: 5px;
  }
  .wrap-clm-2 .clm {
    width: 100%;
  }
  .reasonList_detail {
    padding: 70px 30px 16%;
    height: 260px;
  }
  .reason_num {
    font-size: 3.5rem;
  }
  .reasonList_detail p {
    font-size: 16px;
  }


    
  /*------------------

  Top-staff for COOL

  -------------------*/

  .container__outer {
    display: block;
  }
  .staff-outer {
    width:  100%;
    margin-bottom: 20px;
  }
  .staff-container-btn {
    display: none;
  }
  .staff-container-btn-sp {
    /* padding-left: 9px; */
  }
  .staff-container-btn-sp .btn-outer-s {
    margin: 50px auto 0;
  }


  /*------------------

  footer for COOL

  -------------------*/
  .footer-cont .footer-nav {
    display: block;
    padding: 30px 0px;
  }
  .to-top {
    position: absolute;
    cursor: pointer;
    width: 30px;
    right: 0;
    top: 40%
  }
  

  /*------------------

  sp-copyright

  -------------------*/
  .copyright-sec {
    padding: 20px;
    /* background-color: #222; */
  }









  









}













/* Main CSS "OLD" */





/*------------------

Common

-------------------*/


.top-sec-service1 {
  padding: 60px 0 5px;
}
.top-sec-service2 {
  padding: 10px 0 100px;
}
.top-sec-feature1 {
  padding: 60px 0 5px;
}
.top-margin-feature {
  padding: 30px 0 5px;
}
.top-sec-feature2 {
  padding: 5px 0 100px;
}
.top-sec-flow,
.top-sec-voice {
  padding: 70px 0;
}
.top-sec-co19 {
  padding: 80px 0;
}
.top-sec-contact {
  padding: 70px 0 20px;
}
.top-margin-footer {
  padding: 30px 0;
}

.top-sec-co19 .inner,
.top-sec-feature1 .inner,
.top-margin-feature .inner,
.top-sec-feature2 .inner,
.top-sec-voice .inner,
.top-sec-contact .inner,
.top-margin-footer .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 40px;
}
.top-sec-service1 .inner,
.top-sec-service2 .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 30px;
}
.top-sec-flow .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 54px;
}
.top-sec-contact .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 40px;
}



/*------------------

Common__2nd-3rd

-------------------*/
.serv2-sec-lead {
  padding-top: 60px;
}
.serv2-sec-construction {
  padding: 40px 0 60px;
}
.serv2-sec-duct {
  padding: 60px 0;
}
.serv2-sec-lead .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 40px;
}
.serv2-sec-construction .inner,
.serv2-sec-duct .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}

.co192-sec-lead {
  padding-top: 60px;
}
.co192-sec-lead .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 40px;
}
.co192-sec-cont {
  padding-bottom: 60px;
}
.co192-sec-cont .inner {
  max-width: 1340px;
  margin: auto;
  padding: 0 40px;
}
.co192-sec-facility {
  padding: 60px 0;
}
.co192-sec-facility .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 50px;
}

.ft2-sec-lead {
  padding:60px;
}
.ft2-sec-lead .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 40px;
}
.ft2-sec-cont {
  padding-top: 80px;
}

.fl2-sec-lead {
  padding:40px;
}
.fl2-sec-lead .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 40px;
}
.fl2-sec-flow {
  padding: 100px 0;
}
.fl2-sec-flow .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}
.fl2-sec-price {
  padding: 60px 0;
}
.fl2-sec-price .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}

.corp2-sec-lead {
  padding:40px;
}
.corp2-sec-lead .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 40px;
}
.corp2-sec-info {
  padding: 100px 0;
}
.corp2-sec-info .inner {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}

.ct2-sec-lead {
  padding:40px;
}
.ct2-sec-lead .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 40px;
}
.ct2-sec-form {
  padding:50px;
}
.ct2-sec-form .inner {
  max-width: 1320px;
  margin: auto;
  padding: 0 30px;
}



.breadcrumbs {
  margin-left: 5%;
}
.breadcrumbs ul {
  display: flex;
  font-size: 13px;
  padding: 3% 0;
}
.breadcrumbs li::after {
  content: "/";
  padding: 0 10px;
  font-size: 13px;
}
.breadcrumbs li:last-child:after {
  content: '';
}
/*------- mv end */



/*------------------

section-title

-------------------*/
.section-title-area {
  text-align: center;
  padding: 10px 0;
  z-index: 2;
}
.section-title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.18rem;
  padding: 0 50px 0 54px;
  z-index:10;
}
.section-title:before,
.section-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.section-title:before {
  left:0;
}
.section-title:after {
  right: 0;
}

/* .section-title::before {
  position: absolute;
  content:"";
  width: 100px;
  height: 100px;
  background: transparent;
  border: 1px solid #bbb;
  left: 30%;
  top: -50%;
  z-index: -3;
}
.section-title::after {
  position: absolute;
  content:"";
  width: 50px;
  height: 50px;
  background: #005AAE;
  left: 35%;
  top: 0%;
  z-index: -2;
} */
.section-subtitle {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .2rem;
  margin-bottom: 20px;
}



/*------------------

btn

-------------------*/

.btn_blue {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  /* background-color: #004e95; */

  background: rgb(64,150,238); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(64,150,238,1) 0%, rgba(0,78,149,1) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(64,150,238,1) 0%,rgba(0,78,149,1) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(64,150,238,1) 0%,rgba(0,78,149,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#004e95',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  width: 30%;
  min-width: 300px;
  margin: 6% auto 10px auto;
  padding: 20px 5px;
  line-height: 24px;
  position: relative;
  z-index: 60;
  border-radius: 2px;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.btn_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  transform: translateY(-48%);
}
.btn_blue:hover {
  opacity: 0.7;
}

.btn_green {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  background-color: #009479;
  width: 30%;
  min-width: 300px;
  margin: 3% auto 10px auto;
  padding: 20px 5px;
  line-height: 24px;
  position: relative;
  z-index: 60;
  border-radius: 2px;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.btn_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  transform: translateY(-48%);
}
.btn_green:hover {
  opacity: 0.7;
}

.btn-yellow_outer {
  width: max-content; /*センタリング*/
  margin: 0 auto;
}
.btn-yellow {
  letter-spacing: 1.83px;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  width: 340px;
  text-decoration: none;
  background: #E0D700;
  border-radius: 2px;
  position: relative;
  font-style: normal;
  padding: 18px 7px 18px 15px;
  font-weight: 400;
}
.btn-yellow a {
  display: block;
  /* width: 340px; */
  text-align: center;
  color: #fff;
  font-family: 'Roboto',sans-serif;
  font-weight: 900;
  letter-spacing: .3em;
}
.btn-yellow:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 340px;
  height: 100%;
  top: -100%;
  /*左に隠す*/
  left: 0;
  background-color: #00E2FF;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-yellow:hover a {
  text-decoration: none;
  color: #fff;
}
.btn-yellow:hover:before {
  /*-100%を打ち消す*/
  top: 0;
}
.btn-yellow:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  /*FontAwesomeのアイコンコードを指定*/
  content: "\f054";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}



/*------------------

header

-------------------*/

/*spのスタイル*/
nav {
  width: 100%;
  /*base-height*/
  height: 70px;
  position: relative;
  /* background: #858484; */
  /* background: #fff; */
  z-index: 99;
}
.drawer {
  /*h1ロゴ｜Toggle のflex*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
}
/* h1 img {
  max-width: 150px;
  display: block;
  margin-left: 2px;
} */
/*menuは左に隠しておく*/
.menu {
  /* text-align: center;  */
  transition: .5s ease;/*滑らかに表示*/
  
  /*左に隠しておく*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);

  /*右に隠しておく*/
  /* -webkit-transform: translateX(105%);
  transform: translateX(105%); */

  /*上に隠しておく*/
  /* -webkit-transform: translateY(-120%);
  transform: translateY(-120%); */
}
.menu ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 22px 20px;
  border-bottom: solid 0.7px #ccc;
  color: #333;
  text-decoration: none;
}
.menu ul li:first-child {
  border-top: solid 0.7px #ccc;
}
.menu ul li a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
  color: #e0d700;
  position: absolute;
  top: 50%;
  right: 20px;
  /* margin-top: -12px; */
  transform: translateY(-50%)
}
.menu-tel-sp a {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  padding: 22px 20px;
  border-bottom: 1px dotted #CCC;
  color: #fff;
  text-decoration: none;
  background: rgb(85,244,221); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(85,244,221,1) 0%, rgba(59,233,241,1) 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(85,244,221,1) 0%,rgba(59,233,241,1) 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(85,244,221,1) 0%,rgba(59,233,241,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55f4dd', endColorstr='#3be9f1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.menu-tel-sp span {
  display: block;
  font-family: 'Roboto', sans-serif;
}
.menu-tel-sp i {
  font-family: 'Font Awesome 5 Free';
  padding-right: 6px;
}
.menu-tel-sp small {
  font-size: 14px;
  font-weight: 500;
}
.menu-tel-sp a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  content: "\f054";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  /* margin-top: -12px; */
  transform: translateY(-50%)
}
.menu-contact-sp a {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  padding: 22px 20px;
  background: #E0D700;
  border-bottom: 1px dotted #CCC;
  text-decoration: none;
}
/*envelopのright-padding*/
.menu .menu-contact-sp i {
  padding-right: 6px;
}
.menu-tel-sp span {
  display: block;
  font-family: 'Roboto', sans-serif;
}
.menu-contact-sp span {
  display: block;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1rem;
}
.menu-contact-sp small {
  font-size: 14px;
  font-weight: 500;
}
.menu-contact-sp a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  content: "\f054";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  /* margin-top: -12px; */
  transform: translateY(-50%)
}

/*OPEN時の動き,"menu"と"open"はToggleのクラス*/
.menu.open {
  -webkit-transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  transform: translateX(0%);
}

/*トグルボタンのスタイルを指定*/
.Toggle {
  display: block;
  /* fixedからabsoluteに変更 */
  position: absolute;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  top: 15px;
  right:15px;
}
.Toggle span {
  display: block;
  /*spanの表示位置固定*/
  position: absolute;
  width: 34px;
  border-bottom: solid 3px #333;

  /*変化の速度を指定*/
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

/*変化前のspan表示位置*/
.Toggle span:nth-child(1) {
  top:5px;
}
.Toggle span:nth-child(2) {
  top: 18px;
}
.Toggle span:nth-child(3) {
  top: 32px;
}
/*変化後のspan表示位置,"activeはToggle-jsクラス"*/
.Toggle.active span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
} 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}






/*------------------

animation

-------------------*/

.fadeInleft {
  opacity : 0;
  transform: translateX(-200px);
  transition: 0.4s;
}
.fadeInUp {
  opacity : 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.trs10 {
  transition: 1.0s;
}
.trs15 {
  transition: 1.5s;
}
.trs20 {
  transition: 2.0s;
}
.trs25 {
  transition: 2.5s;
}
.trs30 {
  transition: 3.0s;
}


/*------------------

fixed_btn (No used)

-------------------*/
.fixed_btn {
  position: fixed;
  top: 380px; 
  right: 10px;
  padding: 4px 30px;
  z-index: 500;
}

/*aの背景とboder色*/
.fixed_btn li.fixed_btn_menu a {
  background: linear-gradient(-45deg, #fff766, #EEB74F, #EEB74F);
  border-color: #fff766;
}

.fixed_btn li a {
  font-size: 13px;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  line-height: 20px;
  border-radius: 50px;
  /*上で指定したborder,pxを変えると内輪の白borderがずれる*/
  border: 1px solid;
  margin: 20px 0;
  position: relative;
}

.fixed_btn .fixed_btn_menu i {
  display: block;
  font-size: 16px;
}

/*fixed_btn li aの半透明フィルム*/
.fixed_btn li a::after {
  content: "";
  display: block;
  width: 98px;
  height: 98px;
  border: 0px solid #fff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  /*平時は半透明*/
  opacity: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
  transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/*afterを表示させる*/
.fixed_btn li a:hover::after {
  opacity: 1;
  border-width: 7px;
}



/*------------------

Service

-------------------*/

.top-sec-service1 {
  background: #fff;
  /* background: linear-gradient(90deg,#fff 0%,#fff 3%,#edf1f3 3%,#edf1f3 100%); */
  z-index: -10;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-sec-service1:before {
  width: 100%;
  /* max-width: 87.5rem; */
  /* max-width: 1500px; */
  content: 'SERVICE';
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 10.4375rem;
  letter-spacing: 0;
  line-height: 1;
  color: #f5f7f8;
  position: absolute;
  left: 100%;
  top: 0px;
  transform: translateX(-46%);
  z-index: -1;
}
.serv-lead-wrap {
  /* background-color: #fff; */
  padding: 28px 30px;
  /* box-shadow: 0px 10px 30px rgba(0,0,0,.05); */
}
.lead-desc {
  /* text-align: center; */
  position: relative;
  /* width: max-content; */
  font-size: 26px;
  font-weight: bold;
  padding: 8px 0;
  /* z-index: 10; */
}
.lead-desc span {
  color: #e0d700;
}
/* .lead-desc::before {
  position: absolute;
  content:"";
  width: 48px;
  height: 48px;
  right:100px;
  top: -2px;
  background-color: #edf1f3;
  z-index: -8;
} */
.lead-text {
  padding: 18px 0;
  line-height: 2.3rem;
  font-weight: 400;
}

.serv-cont-wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 40px;
}

.cont-wrap__box {
  position: relative;
  flex-basis: 30%;
}
.box__title {
  position: absolute;
  text-align: center;
  font-size: 16px;
  /* color: #fff; */
  background: #f5f7f8;
  border-radius: 2px;
  padding: 15px 22px;
  width: max-content;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  left: 7px;
  right: 7px;
  margin: 0 auto;
  top: -8%;
}
/* .box__title::before {
  position: absolute;
  content:"";
  width: 80px;
  height: 30px;
  background: linear-gradient(to right, #037673, transparent);
  opacity: 0.3;
} */
.box__wrap {
  /* background-color: #009479; */

  background: rgb(64,150,238); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(64,150,238,1) 0%, rgba(0,148,121,1) 71%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(64,150,238,1) 0%,rgba(0,148,121,1) 71%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(64,150,238,1) 0%,rgba(0,148,121,1) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#009479',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  /* height: 100%; */
  padding-bottom: 20px;
  box-shadow: 0px 10px 30px rgba(0,0,0,.13);
  border-radius: 1px;
}
.box__caption {
  color: #fff;
  padding: 14px 22px;
}
.serv-cont2-wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 60px;
}
.box2__wrap {
  flex-basis: 30%;
  /* background-color: #009479; */
  /* height: 100%; */
  padding-bottom: 20px;
  box-shadow: 0px 10px 30px rgba(0,0,0,.13);
  border-radius: 2px;
  position: relative;
}
.box2__img img {
  border-radius: 2px;
}
.box2__title {
  position: relative;
  text-align: left;
  padding: 16px 22px;
  font-weight: bold;
}
.box2__title:after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #00E2FF;
  bottom: 0;

}
.box2__caption {
  font-size: 14px;
  padding: 14px 22px;
}
.num__work, .num__num {
  display: block;
  font-family: arial,sans-serif;
  font-weight: bold;
}
.box2__num {
  color: #4BFFC8;
  text-align: center;
  position: absolute;
  left: 5%;
  top: -10%;
}
.num__work {
  font-size: 20px;
  line-height: .8;
  letter-spacing: 1px;
}
.num__num {
  font-size: 68px;
  line-height: 1;
  letter-spacing: -2px;
}



/*------------------

top__Service

-------------------*/

.serv2-sec-lead {
  background: linear-gradient(90deg,#f5f7f8 0%,#edf1f3 97%,#fff 97%,#fff 100%); 
  z-index: -10;
}
.serv2-lead__outer {
  padding: 10px 20px;
}
.serv2-lead-outer__title {
  position: relative;
  font-family: arial,sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.18rem;
  padding-left: 60px;
  z-index:10;
}
.serv2-lead-outer__title::before {
  position: absolute;
  content:"";
  width: 80px;
  height: 80px;
  background: transparent;
  border: 1px solid #ddd;
  left: 1%;
  top: -50%;
  /* opacity: 0.3; */
  z-index: -5;
}
.serv2-lead-outer__title::after {
  position: absolute;
  content:"";
  width: 50px;
  height: 50px;
  background: #005AAE;
  left: 0%;
  top: 0%;
  /* opacity: 0.6; */
  z-index: -3;
}
.serv2-lead-outer__text {
  padding: 30px 2px;
}

.const-lead-desc,
.duct-lead-desc {
position: relative;
display: inline-block;
font-family: arial,sans-serif;
font-weight: bold;
font-size: 1.5rem;
background-color: #f5f7f8;
padding: 16px 90px;
margin-left: 3%;
z-index: 10;
}
.const-lead-desc::after,
.duct-lead-desc::after {
  position: absolute;
  content:"";
  width: 30px;
  height: 30px;
  top: 0;
  right:0;
  background-color: #ddd;
  z-index: -8;
}
.const-lead-desc {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 32px 90px;
}

.serv2-const-box {
  display: flex;
  justify-content: space-between;
  padding: 2% 0 5%;
}
.const-box__img {
  background-size: cover;
  flex-basis: 42%;
  /* height: 320px; */
}
.const-box__text-area {
  flex-basis: 55%;
}
.text-area__title {
  position: relative;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size:1.4rem;
  padding-left: 2.2%;
  /* border-left: solid 4px #005AAE; */
}
.text-area__title::before {
  position: absolute;
  content:"";
  width: 4px;
  height: 22px;
  background-color: #005AAE;
  left:0;
  top:20%;
}
.text-area__text {
  line-height: 2.1rem;
  margin-top:2%;
  padding:5%;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0,0,0,.05);
}

.serv2-sec-duct {
  background: linear-gradient(90deg,#fff 0%,#fff 3%,#edf1f3 3%,#edf1f3 100%);
}
.duct-lead-subdesc {
  padding: 20px 0;
}
.serv2-duct-box {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.duct-box__text-area {
  flex-basis: 58%;
}
.duct-box__img {
  flex-basis: 38%;
}
.text-area__duct-title {
  position: relative;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size:1.3rem;
  padding-left: 2.2%;
  /* border-left: solid 4px #005AAE; */
}
.text-area__duct-title::before {
  position: absolute;
  content:"";
  width: 4px;
  height: 22px;
  background-color: #009479;
  left:0;
  top:20%;
}
.text-area__duct-text {
  line-height: 2.1rem;
  margin-top:2%;
  padding:5%;
  background-color: rgba(255,255,255,0.3);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}


/*------------------

Corvid 19

-------------------*/

.top-sec-co19 {
  position: relative;
  overflow: hidden;
  background-color:
  rgb(83,203,241); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(83,203,241,1) 0%, rgba(0,117,225,1) 56%, rgba(0,78,149,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(83,203,241,1) 0%,rgba(0,117,225,1) 56%,rgba(0,78,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(83,203,241,1) 0%,rgba(0,117,225,1) 56%,rgba(0,78,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53cbf1', endColorstr='#004e95',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.top-sec-co19::before {
  width: 100%;
  content: 'Antivirus';
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 10.4375rem;
  letter-spacing: 0;
  line-height: 1;
  color: #0075E1;
  position: absolute;
  left: 100%;
  top: 2%;
  transform: translateX(-49%);
  /* z-index: -1; */
}
.title-outer__label {
  transform: skew(-15deg);
  width: 220px;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  background-color: #4BFFC8;
  /* color: #fff; */
  /* font-w eight: 800; */
  letter-spacing: .3rem;
}
.co19-lead-desc {
  position: relative;
  font-family: arial,sans-serif;
  font-size:2.2em;
  letter-spacing: 0.3rem;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  /* width: max-content; */
  line-height: 1.2em;
  z-index: 10;
}
/* .co19-lead-desc::after {
  position: absolute;
  right: 10%;
  top: -50%;
  content:"";
  width: 100px;
  height: 100px;
  background: #4BFFC8;
  opacity: 0.5;
  z-index: -1;
} */
.co19-lead-desc::before {
  position: absolute;
  right: 7%;
  top: -10%;
  content:"";
  width: 60px;
  height: 60px;
  background: transparent;
  border: solid 1px #bbb;
  z-index: -1;
}
.size-up {
  font-size:1.2em;
}
.co19-lead-text {
  color: #fff;
  font-size: 1.1em;
  margin: 1% 0;
  padding:0 5px;
  z-index: 20;
}
.co19-cont-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3.2% 1%;
}
.cont-wrap__img {
  flex-basis: 42%;
  box-sizing: border-box;
}
.cont-wrap__img img {
  width: 90%;
}
.cont-wrap__caption {
  color: #fff;
  padding: 10px 0;
}
.cont-wrap__desc {
  flex-basis: 49%;
  padding: 2.4%;
  line-height: 2.0;
  border: solid 1px #bbb;
  height: 80%;
  z-index: 20;
}
.cont-wrap__desc a {
  color: #fff;
}
.cont-wrap__desc a i {
  padding-right: 5px;
}
.co19-desc-i {
  /* font-size: 16px; */
  color: #F9F968;
  /* font-weight: bold; */
}



/*------------------

top__Corvid 19

-------------------*/

.co192-sec-lead {
  /* background: linear-gradient(90deg,#fff 0%,#fff 4.5%,#005AAE 4.5%,#005AAE 100%);  */

  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 3%, rgba(83,203,241,1) 3%, rgba(0,117,225,1) 47%, rgba(0,117,225,1) 70%, rgba(0,117,225,1) 70%, rgba(0,117,225,1) 97%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 3%,rgba(83,203,241,1) 3%,rgba(0,117,225,1) 47%,rgba(0,117,225,1) 70%,rgba(0,117,225,1) 70%,rgba(0,117,225,1) 97%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 3%,rgba(83,203,241,1) 3%,rgba(0,117,225,1) 47%,rgba(0,117,225,1) 70%,rgba(0,117,225,1) 70%,rgba(0,117,225,1) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0075e1',GradientType=1 ); /* IE6-9 */
}

.co192-lead__outer {
  padding: 10px 20px;
}
.co192-lead-outer__title {
  position: relative;
  color: #fff;
  font-family: arial,sans-serif;
  font-size: 33px;
  line-height: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  padding-left: 60px;
  z-index: 10;
}
.co192-lead-outer__title::before {
  position: absolute;
  content:"";
  width: 80px;
  height: 80px;
  background: transparent;
  border: 1px solid #bbb;
  left: 1%;
  top: -40%;
  /* opacity: 0.3; */
  z-index: -1;
}
.co192-lead-outer__title::after {
  position: absolute;
  content:"";
  width: 50px;
  height: 50px;
  background: #009479;
  left: 0%;
  top: 0%;
  /* opacity: 0.6; */
  z-index: -2;
}
.co192-lead-outer__text {
  color: #fff;
  padding: 28px 0 28px 40px;
}

.co192-sec-cont {
  position: relative;
  /* background: linear-gradient(90deg,#0066C5 0%,#0066C5 97%,#fff 97%,#fff 100%); */

  background: rgb(83,203,241); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(83,203,241,1) 0%, rgba(0,145,226,1) 19%, rgba(0,117,225,1) 34%, rgba(0,90,174,1) 97%, rgba(255,255,255,1) 97%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(83,203,241,1) 0%,rgba(0,145,226,1) 19%,rgba(0,117,225,1) 34%,rgba(0,90,174,1) 97%,rgba(255,255,255,1) 97%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(83,203,241,1) 0%,rgba(0,145,226,1) 19%,rgba(0,117,225,1) 34%,rgba(0,90,174,1) 97%,rgba(255,255,255,1) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53cbf1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

  padding: 70px;
}
.co192-lead-desc {
  position: absolute;
  top: -5%;
  left: 0;
  display: inline-block;
  /* color: #fff; */
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size:1.5rem;
  background-color: #f5f7f8;
  padding: 36px 70px;
  z-index: 10;
}
.co192-sec-cont::after {
  position: absolute;
  content:"";
  width: 16px;
  height: 70px;
  bottom: 30%;
  left:0;
  top: -5%;
  background-color: #009479;
  z-index: 18;
}

.co192-const-box {
  display: flex;
  justify-content: space-between;
  padding: 3% 0;
}
.co192-box__img {
  background-size: cover;
  flex-basis: 41%;
}
.co192-box__text-area {
  flex-basis: 56%;
}
.co192-text-area__title {
  position: relative;
  width: max-content;
  color: #fff;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size:1.3rem;
  padding-left: 2.2%;
  z-index: 10;
}
.co192-text-area__title::after {
  position: absolute;
  content:"";
  width: 28px;
  height: 28px;
  background-color: #009479;
  right: -6%;
  top: -5%;
  opacity: 0.6;
  z-index: -2;
}
.co192-text-area__text {
  margin-top:2%;
  padding:5%;
  color: #fff;
  border:solid .5px #fff;
  /* background-color: #fff; */
  box-shadow: 0px 10px 30px rgba(0,0,0,.05);
}
.co192-box__text-area__i {
  margin-top: 4%;
  color: #F9F968;
  font-weight: bold;
  font-size:18px;
  padding: 2%;
}
.co192-box__text-area__i i {
  padding-right: 5px;
}

.co192-sec-facility {
  position: relative;
  background: linear-gradient(90deg,#fff 0%,#fff 5%,#ececec 5%,#ececec 100%);
}
.co192-faci-desc {
  position: relative;
  display: inline-block;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size:1.5rem;
  background-color: #f5f7f8;
  padding: 36px 70px;
  margin-left: 5%;
  z-index: 10;
}
.co192-faci-desc::before {
  position: absolute;
  content:"";
  width: 16px;
  height: 70px;
  bottom: 30%;
  left:0;
  top: 0;
  background-color: #009479;
  z-index: 18;
}
.co192-faci-subdesc {
  padding: 40px 20px;
}

.co192-faci-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1% 0;
}
.co192-faci-wrap__box {
  flex-basis: 29%;
  /* text-align: center; */
  background-color: #0072DD;
  padding-bottom: 30px;
  /* border: solid 2px #ddd; */
  margin-bottom: 38px;
}
.faci-box__name {
  font-size: 1.2em;
  color: #fff;
  margin: 20px;
  padding: 3px 12px;
  border: solid .5px #fff;
}
.faci-box__text {
  color: #fff;
  padding: 0 25px;
}


/*------------------

Feature

-------------------*/

.top-sec-feature1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg,#fff 0%,#fff 3%,#edf1f3 3%,#edf1f3 100%);
}
.top-sec-feature1:before {
  width: 100%;
  content: 'FEATURE';
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 10.4375rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fafbfc;
  position: absolute;
  left: 100%;
  top: 30%;
  transform: translateX(-96%);
  /* z-index: -1; */
}

.lead-desc-ft {
  text-align: center;
  position: relative;
  /* width: max-content; */
  font-size:1.2rem;
  /* font-weight: bold; */
  /* padding-left:32px; */
  z-index: 10;
}
.lead-desc-ft::before {
  position: absolute;
  content:"";
  width: 48px;
  height: 48px;
  right:100px;
  /* top: -2px; */
  background-color: transparent;
  background-color: #edf1f3;
  z-index: -8;
}

.ft-cont-wrap {
  position:relative;
  background: #edf1f3;
  /* background: repeating-linear-gradient( 
    -45deg,
    #f5f7f8,
    #f5f7f8 2px,
    #eee 2px,
    #eee 4px
  ); */
  width:60%;
  height:520px;
  margin: 50px 0;
}
.ft-cont-wrap__title {
  position:absolute;
  right: -52%;
  left: 75%;
  top: 6%;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  z-index:1;
}
.ft-cont-wrap__title span {
  color: #e0d700;
}
.ft-cont-wrap__img {
  position:absolute;
  top: 10%;
  left: 5%;
  width: 68%;
}
.ft-cont-wrap__text {
  position:absolute;
  right: -55%;
  top: 30%;
  left: 70%;
  line-height: 2.2;
  background-color: rgba(255, 255, 255,0.7);
  box-shadow: 0px 10px 30px rgba(0,0,0,.05);
  padding: 50px;
}

.ft-cont-wrap-re {
  position:relative;
  background: #edf1f3;
  /* background: repeating-linear-gradient( 
    -45deg, 
    #f5f7f8,
    #f5f7f8 2px,
    #eee 2px,
    #eee 4px
  ); */
  width:60%;
  left: 40%;
  height:550px;
  margin: 50px 0;
}
.ft-cont-wrap__title-re {
  position:absolute;
  left: -55%;
  right: 70%;
  top: 10%;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  z-index:1;
}
.ft-cont-wrap__title-re span {
  color: #00E2FF;
}
.ft-cont-wrap__img-re {
  position:absolute;
  top: 10%;
  right: 5%;
  width: 68%;
}
.ft-cont-wrap__text-re {
  position:absolute;
  left: -55%;
  top: 30%;
  right: 70%;
  line-height: 2.2;
  background-color: rgba(255, 255, 255,0.7);
  box-shadow: 0px 10px 30px rgba(0,0,0,.05);
  padding: 50px;
}


/*------------------

top__Feature

-------------------*/

.ft2-sec-lead {
  /* background: linear-gradient(90deg,#fff 0%,#fff 3%,#009479 3%,#009479 100%);  */

  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 3%, rgba(125,235,215,1) 3%, rgba(0,179,119,1) 33%, rgba(0,148,121,1) 72%, rgba(0,148,121,1) 96%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 3%,rgba(125,235,215,1) 3%,rgba(0,179,119,1) 33%,rgba(0,148,121,1) 72%,rgba(0,148,121,1) 96%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 3%,rgba(125,235,215,1) 3%,rgba(0,179,119,1) 33%,rgba(0,148,121,1) 72%,rgba(0,148,121,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#009479',GradientType=1 ); /* IE6-9 */
}
.ft2-lead__outer {
  padding: 0 20px;
}
.ft2-lead-outer__title {
  position: relative;
  width: max-content;
  color: #fff;
  font-family: arial,sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.18rem;
  padding-left: 0px;
  z-index: 10;
}
.ft2-lead-outer__title::before {
  position: absolute;
  content:"";
  width: 90px;
  height: 90px;
  background: transparent;
  border: 1px solid #aaa;
  right: 1%;
  top: -50%;
  /* opacity: 0.3; */
  z-index: -2;
}
.ft2-lead-outer__title::after {
  position: absolute;
  content:"";
  width: 50px;
  height: 50px;
  background: #037673;
  right: -5%;
  top: 0%;
  /* opacity: 0.6; */
  z-index: -1;
}
.ft2-lead-outer__text {
  color: #fff;
  font-size: 1.1em;
  padding: 28px 0 2px;
}

.ft2-cont-wrap {
  position:relative;
  /* background-color: #f5f7f8; */
  background: repeating-linear-gradient( 
    -45deg,     /* 角度の指定 */
    #f5f7f8,      /* 色A ... 開始 */
    #f5f7f8 2px,  /* 色A ... 終了 */
    #eee 2px,  /* 色B ... 開始 */
    #eee 4px   /* 色B ... 終了 */
  );
  width:60%;
  height:520px;
}
.ft2-cont-wrap__title {
  position:absolute;
  font-family: arial,sans-serif;
  right: -61%;
  left: 77%;
  top: 6%;
  color:#037673;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  z-index:10;
}
.ft2-cont-wrap__num {
  position: absolute;
  font-family: 'Roboto',sans-serif;
  font-weight: 900;
  font-size: 9.375rem;
  letter-spacing: .03em;
  line-height: 1;
  /* color: #f5f7f8; */
  color: #edf1f3;
  top: 65px;
  right: -60%;
  left: 130%;
  z-index: 5;
}
.ft2-cont-wrap__img {
  position:absolute;
  top: 10%;
  left: 5%;
  width: 76%;
}
.ft2-cont-wrap__text {
  position:absolute;
  right: -58%;
  top: 30%;
  left: 73%;
  line-height: 2.2;
  background-color: rgba(255, 255, 255,0.9);
  padding: 50px;
  box-shadow: 0px 10px 30px rgba(0,0,0,.05);
}

.ft2-cont-wrap-re {
  position:relative;
  background: repeating-linear-gradient( 
    -45deg,     /* 角度の指定 */
    #f5f7f8,      /* 色A ... 開始 */
    #f5f7f8 2px,  /* 色A ... 終了 */
    #eee 2px,  /* 色B ... 開始 */
    #eee 4px   /* 色B ... 終了 */
  );
  width:60%;
  left: 40%;
  height:550px;
  margin: 150px 0;
}
.ft2-cont-wrap__title-re {
  position:absolute;
  font-family: arial,sans-serif;
  left: -57%;
  right: 70%;
  top: 10%;
  color:#037673;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  z-index:10;
}
.ft2-cont-wrap__num-re {
  position: absolute;
  font-family: 'Roboto',sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 9.375rem;
  letter-spacing: .03em;
  line-height: 1;
  /* color: #f5f7f8; */
  color: #edf1f3;
  top: 65px;
  left: -50%;
  right: 100%;
  z-index: 5;
}
.ft2-cont-wrap__img-re {
  position:absolute;
  top: 10%;
  right: 5%;
  width: 74%;
}
.ft2-cont-wrap__text-re {
  position:absolute;
  left: -60%;
  top: 30%;
  right: 72%;
  line-height: 2.2;
  background-color: rgba(255, 255, 255,0.9);
  padding: 50px;
  box-shadow: 0px 10px 30px rgba(0,0,0,.05);
}


/*------------------

Flow

-------------------*/

.top-sec-flow {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg,#fff 0%,#fff 3%,#edf1f3 3%,#edf1f3 100%);
  /* z-index: -2; */
}
.top-sec-flow:before {
  width: 100%;
  content: 'WORK FLOW';
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 10.4375rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fafbfc;
  position: absolute;
  left: 100%;
  top: 1%;
  transform: translateX(-59%);

}

.flow-cont-wrap {
  display: flex;
  justify-content: space-around;
  margin: 3% 0;
}
.step-arrow {
  width: 2%;
  text-align: center;
  font-size: 1.2em;
  padding: 8% 0;
}
.fl-cont-wrap__item {
  flex-basis: 20%;
  padding-bottom: 20px;
}
.fl-item__img {
  position: relative;
  border-radius: 2px;
  box-shadow: 0px 10px 30px rgba(0,0,0,.08);
}
.box__step-num {
  position: absolute;
  background: #00E2FF;
  font-family: 'Roboto',sans-serif;
  color: #fff;
  font-weight: 600;
  padding: 4px 10px;
  top:0;
  left:0;
}
.fl-item__text {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0,0,0,.08);
  width: 86%; 
  height: 160px;
  padding:10px 14px;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 14px;
}

/*------------------

top__Flow

-------------------*/
.fl2-sec-lead {
  background: linear-gradient(90deg,#fff 0%,#fff 3%,#edf1f3 3%,#edf1f3 100%);
  z-index: -10;
}
.fl2-lead__outer {
  padding: 0 20px;
}
.fl2-lead-outer__text {
  font-size: 16px;
  padding: 20px 2px;
}

.fl2-box-parent {
  position: relative;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0,0,0,.08);
}
.fl2-box__step {
  position: absolute;
  background-color: #004e95;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: .5rem;
  padding: 10px 50px;
  left: 0;
  top: -7%;
}
.fl2-box-child {
  display: flex;
  justify-content: space-between;
}
.fl2-box__img {
  background-size: cover;
  flex-basis: 42%;
  /* height: 320px; */
}
.fl2-box__text-area {
  flex-basis: 55%;
}
.fl2-text-area__title {
  position: relative;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size:1.4rem;
  padding-left: 5%;
  padding-top: 4%;
}
.fl2-text-area__text {
  line-height: 2.1rem;
  padding: 3% 5%;
  background-color: #fff;
}

.fl2-step-arrow {
  text-align: center;
  font-size: 80px;
  color: #004e95;
  padding: 1% 0;
}

.fl2-sec-price {
  background: linear-gradient(90deg,#fff 0%,#fff 3%,#edf1f3 3%,#edf1f3 100%);
}
.fl2-price-desc {
  position: relative;
  display: inline-block;
  font-family: arial,sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #f5f7f8;
  padding: 16px 90px;
  margin-left: 3%;
  z-index: 10;
}
.fl2-price-desc::after {
  position: absolute;
  content:"";
  width: 30px;
  height: 30px;
  top: 0;
  right:0;
  background-color: #ddd;
  z-index: -8;
}
.fl2-price-subdesc {
  padding: 20px 0;
}

.fl2-price-box {
  padding: 20px 0;
}
.price-box__table {
  padding: 20px;
  margin: 0 auto
}

th {
  font-weight: normal;
}
table.table01 {
	width:100%;
	border-right:#009479 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#009479;
	color:#FFF;
	padding:15px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right: #009479 solid 1px;
}
table.table01 tbody th {
	background:#009479;
	color:#FFF;
	padding:35px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#009479 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:35px 15px;
	border-left:#009479 solid 1px;
	border-bottom:#009479 solid 1px;
	vertical-align:top;
}

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

  .price-box__table {
    padding: 20px 10px;
  }
  table.table01 thead {
    display:none;
  }
  table.table01 tbody th {
    display:block;
    padding:20px 15px;
  }
  table.table01 tbody td {
    display:block;
    padding:20px 15px;
  }
  table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear:both;
    font-weight:bold;
  }
  table.table01 tbody td p {
    padding-left:6em;
  }
}


/*------------------

Voice

-------------------*/

.top-sec-voice {
  position: relative;
  overflow: hidden;
}
.top-sec-voice:before {
  width: 100%;
  content: 'VOICE';
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 10.4375rem;
  letter-spacing: 0;
  line-height: 1;
  color: #f5f7f8;
  position: absolute;
  left: 100%;
  top: 5%;
  transform: translateX(-92%);
  z-index: -1;
}

.vo-cont-wrap__box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  margin: 28px 0;
}
.vo-cont-wrap__box img {
  width: 20%;
  object-fit: cover;
}
.box__voice-area {
  width:78%;
  padding:20px;
}


/*------------------

Contact

-------------------*/

.lead-desc-ct {
  text-align: center;
  position: relative;
  /* width: max-content; */
  font-size:1.2rem;
  padding: 8px 0;
  z-index: 10;
}
/* .lead-desc-ct::before {
  position: absolute;
  content:"";
  width: 48px;
  height: 48px;
  right:200px;
  top: -2px;
  background-color: transparent;
  background-color: #edf1f3;
  z-index: -8;
} */

.ct-cont-wrap {
  display: flex;
  justify-content: center;
  margin: 3% 0 5%;
}
.ct-cont-wrap__box1 {
  flex-basis: 48%;
  text-align: center;
}
.ct-cont-wrap__box1 {
  display: block;
  background-color: #E0D700;
  padding: 40px 20px;
}
.ct-cont-wrap__box2 {
  flex-basis: 48%;
  text-align: center;
}
.ct-cont-wrap__box2 {
  display: block;
  /* background-color: #009479; */

  background: rgb(85,244,221); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(85,244,221,1) 0%, rgba(59,233,241,1) 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(85,244,221,1) 0%,rgba(59,233,241,1) 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(85,244,221,1) 0%,rgba(59,233,241,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55f4dd', endColorstr='#3be9f1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 40px 20px;
}
.ct-cont-wrap__box1 .cont-text,
.ct-cont-wrap__box2 .cont-text {
  display: block;
  font-size: 33px;
  color: #fff;
  font-family: 'Roboto',sans-serif;
  font-weight: 800;
  letter-spacing: 0.5rem;
}
.ct-cont-wrap__box1 a i,
.ct-cont-wrap__box2 a i {
  padding-right: 6px;
}
.ct-cont-wrap__box1 .cont-subtext,
.ct-cont-wrap__box2 .cont-subtext {
  padding: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2rem;
  display: block;
}

/*------------------

top__Contact

-------------------*/

.ct2-sec-lead {
  background: linear-gradient(90deg,#edf1f3 0%,#edf1f3 97%,#fff 97%,#fff 100%);
  z-index: -10;
}
.ct2-lead__outer {
  padding: 0 20px;
}
.ct2-lead-outer__text {
  font-size: 16px;
  padding: 20px 2px;
}
.ct2-lead-outer__text2 {
  color: #b60303
}
.form-wrapper {
  z-index: 80;
  text-align: center;
  margin: auto;
}
.form-wrapper iframe {
  width: 100%;
  height: 1410px;
}



/*------------------

LOOP (No use)

-------------------*/

/* .loop_wrap {
  display: flex; */

  /*vhではなくvwで表示領域を可変*/
  /* width: 130vw;
  height: auto;
  overflow: hidden;
} */

/* .loop_wrap img {
  width: auto;
  height: auto;
}
 */

/* @keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
} */

/*アニメーションの速さを設定*/
/*マイナスの値は、「00s」の半分の値を指定する*/
/* .loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
} */

/*#loopSlideのコピペ用CSS*/
/* ul li {
  list-style: none;
} */

.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 450px;
    height: auto;
}
.simply-scroll-list li img {
    display: block;
    width: 100%;
}


/*------------------

top__Company

-------------------*/

.corp2-sec-lead {
  background: linear-gradient(90deg,#edf1f3 0%,#edf1f3 97%,#fff 97%,#fff 100%);
  z-index: -10;
}
.corp2-lead__outer {
  padding: 0 20px;
}
.corp2-lead-outer__text {
  font-size: 16px;
  padding: 20px 2px;
}

.corp2-info-wrap {
  display: flex;
  justify-content: space-between;
}
.corp2-wrap__img {
  flex-basis: 43%;
}
.corp2-wrap__table {
  flex-basis: 54%;
}
.corp2-wrap__table th,
.corp2-wrap__table td {
	border-bottom: 1px dotted #ccc;
	padding: 24px 32px;
}
.corp2-wrap__table tr:first-child {
  border-top: 1px dotted #ccc;
}
.corp2-wrap__table th {
  background-color: #f5f7f8;
}


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

  /*------------------

  Common

  -------------------*/

  .top-sec-service2 {
    padding: 4px 0 50px;
  }
  .top-sec-service1 .inner {
    padding: 0 20px;
  }
  .top-sec-service2 .inner {
    padding: 0 26px;
  }
  .top-sec-co19 {
    padding: 60px 0;
  }
  .top-sec-co19 .inner {
    padding: 0 30px;
  }
  .top-sec-feature1 {
    padding: 28px 0 4px;
  }
  .top-sec-feature2 {
    padding: 20px 0 60px;
  }
  .top-sec-feature2 .inner {
    padding: 0 30px;
  }
  .top-sec-flow {
    padding: 30px 0 40px;
  }
  .top-sec-flow .inner {
    padding: 0 30px;
  }
  .top-sec-voice {
    padding: 20px 0;
  }
  .top-sec-voice .inner {
    padding: 0 30px;
  }
  .top-sec-contact {
    padding: 60px 0 20px;
  }
  .top-sec-contact .inner {
    padding: 0;
  }
  #footer {
    padding: 30px 0 10px;
  }
  #footer .inner {
    padding: 0 30px;
  }
  .top-margin-footer {
    padding: 10px 0;
  }
  
  /*------------------
  
  SP
  Common__2nd-3rd

  -------------------*/
  .serv2-sec-lead {
    padding-top: 30px;
  }
  .serv2-sec-lead .inner {
    padding: 0 20px;
  }
  .serv2-sec-construction,
  .serv2-sec-duct {
    padding: 20px 0 30px;
  }
  .serv2-sec-construction .inner,
  .serv2-sec-duct .inner {
    padding: 0 30px;
  }

  .ft2-sec-lead {
    padding:30px;
  }
  .ft2-sec-lead .inner {
    padding: 0 10px;
  }
  .ft2-sec-cont {
    padding: 60px 0 2px;
  }

  .co192-sec-lead {
    padding-top: 20px;
  }
  .co192-sec-lead .inner {
    padding: 0 30px;
  }
  .co192-sec-cont {
    padding: 30px 5px;
  }
  .co192-sec-cont .inner {
    padding: 0 30px;
  }
  .co192-sec-facility {
    padding: 30px 0;
  }
  .co192-sec-facility .inner {
    padding: 0 30px;
  }

  .fl2-sec-lead {
    padding: 20px 0;
  }
  .fl2-sec-lead .inner {
    padding: 0 30px;
  }
  .fl2-sec-flow {
    padding: 80px 0;
  }
  .fl2-sec-flow .inner {
    padding: 0 30px;
  }
  .fl2-sec-price {
    padding: 30px 0;
  }
  .fl2-sec-price .inner {
    padding: 0 30px;
  }

  .corp2-sec-lead {
    padding: 20px 0;
  }
  .corp2-sec-lead .inner {
    padding: 0 30px;
  }
  .corp2-sec-info {
    padding: 60px 0 20px;
  }
  .corp2-sec-info .inner {
    padding: 0 30px;
  }

  .ct2-sec-lead {
    padding: 20px 0;
  }
  .ct2-sec-lead .inner {
    padding: 0 20px;
  }
  .ct2-sec-form {
    padding: 50px 0;
  }
  .ct2-sec-form .inner {
    padding: 0 20px;
  }





  /*------------------
  
  SP
  section-title
  
  -------------------*/

  .section-title-area {
    padding: 5px 0;
  }
  .section-title {
    font-size: 22px;
  }
  .section-title:before,
  .section-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
  .section-subtitle {
    font-size: 16px;
    color: #333;
    letter-spacing: .2rem;
    margin-bottom: 5px;
  }


  /*------------------

  sp-btn

  -------------------*/
  .btn-wrap{
    width: 85%;
    display: block;
    margin: 20px auto;
  }
  .btn_blue,
  .btn_green {
    font-size: 1.0rem;
    margin: 2% auto 10px auto;
  }
  .btn-yellow {
    width: 300px;
  }
  .btn-yellow:before {
    width: 300px;
  }
  .btn-mst {
    height: 53px;
    /* padding: 0 60px; */
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1rem;
    text-align: center;
    position: relative;
    transition: all 0.6s;
  }
  .btn-mst::before, .btn-mst::after {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 28px;
  }
  .btn-mst::before {
    /* width: 25px; */
  }
  .btn-mst::before, .btn-mstt::after {
    /* right: 30px; */
  }
  .btn-mst::after {
    /* width: 10px;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; */
  }
  .btn-mst:hover {
    color: #000;
    background: #fff;
  }
  .btn-mst:hover::before,
  .btn-mst:hover::after {
    background: transparent;
    color: #000;
    right: 20px;  
  }

  /*------------------

  sp-heading

  -------------------*/
  .jp-heading {
    font-weight: 600;
    font-size: 26px;
    line-height: 2.0rem;
  }
  .en-heading {
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 4px 4px;
    line-height: 1.8rem;
    letter-spacing: 0.2rem;
  }

  /*------------------

  sp-header

  -------------------*/
  nav {
    background: #fff;
  }
  .menu {
    /* background-color: rgba(255,255,255,0.9); */
    background-color: rgba(255,255,255);
  }

  /*block化して、そこに背景をいれる*/
  header h1 a {
    display: block;
    width: 282px; /*bgの表示エリア*/
    height: 47px;
    background-image: url(../img/logo-sp2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 32px; /*imprtant! ロゴの大きさ指定*/
    overflow: hidden;
    text-indent: 100%;
  }
  /*タイトルロゴは表示し、附随するテキストを隠す*/
  .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }

  .menu-tel,
  .menu-contact {
    display: none;
  }

  /* .menu .form {
  display: none;
  } */

  /*------------------

  sp-mv

  -------------------*/
  .main_img {
    background-position: center bottom 20%;
   
  }
  .main_imgBox {
    height: 60vh;
  }
  .main_img {
     height: 60vh
  }

  /* .main-title {
    font-size: 30px;
    left: 4%;
    padding-right: 1em;
  } */

  /* .main-title2 {
    font-size: 22px;
    left: 4%;
    line-height: 1.2;
    padding-right: 2em;
  } */
  
  /*fixed_btnの非表示*/
  .fixed_btn {
    display: none;
  }
  .works-card {
    flex-basis:46%;
    margin: 8px 5px 16px;
  }
  .main-title-outer2 {
    top: 12%;
    left: 8%;
  }
  .main-title-rl {
    height: 340px;
  }
  .num1,.num2,.num3 {
    font-size: 14px;
    letter-spacing: 0.2rem;
    padding: 4px 4px 0;
    margin-bottom: 2px;
  }
  .num1 {
    margin-left: 5%;
  }
  .num2 {
    margin-left: 10%;
  }
  .mv-info-outer {
    display: none;
  }
  
  /*------------------

  sp-mv2

  -------------------*/
  .main-visual-inner-2nd {
    padding: 20px 0 0 20px;
  }
  .main-visual-inner-2nd.pjt,
  .main-visual-inner-2nd.contact {
    padding: 10px 0 0 10px;
  }
  .second-maintitle-outer {
    top: 55%;
    right: -10px;
  }
  .main-visual-inner-2nd::after {
    width: 95%;
  }
  .main-visual-inner-2nd.pjt::after,
  .main-visual-inner-2nd.contact::after {
    background: #fff;
  }
  .second-mainvisual {
    background-position: center center;
    height: 42vh;
    z-index: 1;
  }
  .second-maintitle__span2 {
    width: 160px;
    height: 160px;
    font-size: 16px;
  }

  /*------------------
  
  SP
  Service
  
  -------------------*/
  
  .top-sec-service1 {
    padding: 16px 0 5px;
  }
  .top-sec-service1:before {
    font-size: 90px;
    transform: translateX(-77%);
  }
  .serv-lead-wrap {
    padding: 8px 4px;
  }
  .lead-desc {
    text-align: left;
    font-size:1.0rem;
    line-height: 1.6;
    padding: 8px 0;
  }
  .lead-desc::before {
    width: 36px;
    height: 36px;
    right:0px;
    top: -2px;
  }
  .lead-text {
    padding: 10px 0;
    line-height: 1.6rem;
  }
  .serv-cont2-wrap {
    display: block; /*flex解除*/
    padding: 10px 0 4px;
  }
  .box2__wrap {
    margin-bottom: 24px;
  }
  /* .cont-wrap__box:first-child {
    margin: 8px 0 35px;
  } */
  .box2__num {
    top: 3%;
  }

  .top-sec-service2 .spacer20 {
    display: none;
  }

  /*------------------

  SP
  top__Service

  -------------------*/

  .serv2-lead__outer {
    padding: 10px 15px;
  }
  .serv2-lead-outer__title {
    font-size: 20px;
    padding-left: 30px;
  }
  .serv2-lead-outer__title::before {
    width: 55px;
    height: 55px;
    left: 0%;
    top: -5%;
  }
  .serv2-lead-outer__title::after {
    width: 32px;
    height: 32px;
    left: -4%;
    top: 10%;
  }
  .serv2-lead-outer__text {
    padding: 20px 0px;
    line-height: 1.5rem;
  }
  .const-lead-desc {
    font-size: 17px;
    padding: 14px 24px;
    margin-left: 0%;
  }
  .duct-lead-desc {
    font-size: 17px;
    padding: 14px 54px;
    margin-left: 3%;
  }
  
  .const-lead-desc::after,
  .duct-lead-desc::after {
    width: 20px;
    height: 20px;
  }
  .serv2-const-box {
    display: block;
    padding: 5px 0 20px;
  }
  .text-area__title {
    font-size:17px;
    padding-left: 10px;
    margin-top: 18px;
    border-left: solid 5px #005AAE;
  }
  .text-area__title::before {
    display: none;
  }
  .text-area__text {
    line-height: 1.5rem;
    margin-top:8px;
    padding:18px 13px;

  }
  .duct-lead-subdesc {
    padding: 20px 2px 20px 10px; 
  }
  .serv2-duct-box {
    display: block;
    padding: 20px 0;
  }
  .text-area__duct-title {
    font-size:17px;
    padding-left: 10px;
    border-left: solid 5px #009479;
  }
  .text-area__duct-title::before {
    display: none;
  }
  .text-area__duct-text {
    line-height: 1.6rem;
    padding: 12px 18px;
    margin: 12px 0;
  }

  /*------------------
  
  SP
  Corvid 19
  
  -------------------*/

  .co19-cont-wrap {
    display: block;
    margin: 3% 0;
  }
  .top-sec-co19::before {
    font-size: 88px;
    left: 100%;
    top: -1%;
    transform: translateX(-88%);
    opacity: 0.6;
    /* z-index: -1; */
  }
  .title-outer__label {
    width: 160px;
    padding: 10px 0;
    font-size: 16px;
  }
  .co19-lead-desc {
    font-size:1.8em;
    letter-spacing: 0.2rem;
    padding: 16px 0 4px;
    line-height: 1.3em;
  }
  .co19-lead-desc::after {
    right: 0;
    top: -10%;
    width: 60px;
    height: 60px;
  }
  .co19-lead-desc::before {
    display: none;
  }
  .co19-lead-text {
    margin: 0;
    padding: 6px 2px 20px;
  }

  .cont-wrap__img {
    flex-basis: 50%;
  }
  .cont-wrap__img img {
    width: 100%;
  }
  .cont-wrap__desc {
    flex-basis: 50%;
    padding: 4%;
    margin: 20px 0 34px;
  }
  .top-sec-co19 .spacer20 {
    display: none;
  }

  
  /*------------------
  
  SP
  top__Corvid 19
  
  -------------------*/

  .co192-lead__outer {
    padding: 10px 5px;
  }
  .co192-lead-outer__title {
    font-size: 20px;
    line-height: 1.5rem;
    letter-spacing: 0.18rem;
    padding-left: 25px;
  }
  .co192-lead-outer__title::before {
    width: 55px;
    height: 55px;
    left: 3%;
    top: -20%;
  }
  .co192-lead-outer__title::after {
    width: 40px;
    height: 40px;
    left: 0%;
    top: 10%;
  }
  .co192-lead-outer__text {
    padding: 28px 6px 28px 20px;
  }

  .nc50 {
    padding: 40px 0;
  }

  .co192-lead-desc {
    top: -3%;
    left: 0;
    font-size:1.0rem;
    padding: 14px 26px;
    line-height: 1.5rem;
  }
  .co192-sec-cont::after {
    width: 12px;
    height: 35px;
    bottom: 30%;
    left:0;
    top: -3%;
  }
  .co192-const-box {
    display: block;
    padding: 5% 0;
  }
  .co192-box__text-area {
    padding: 20px 0;
  }
  .co192-text-area__title {
    font-size: 17px;
  }
  .co192-faci-desc {
    font-size:1.0rem;
    padding: 14px 26px;
  }
  .co192-faci-desc::before {
    width: 12px;
    height: 35px;
  }
  .co192-faci-subdesc {
    padding: 20px 5px 30px 15px;
  }
  .co192-faci-wrap {
    display: block;
    margin: 2% 0;
  }
  .co192-faci-wrap__box {
    width: 92%;
    margin: 18px 5% 22px 6%;
  }

  /*------------------

  sp-abt

  -------------------*/
  .top-sec-abt{
    padding: 30px 0 50px;
    background-position: right top;
  }
  .top-sec-abt::after {
    font-size: 50px;
    font-weight: 500;
    top: 20px;
    left: 18px;
    letter-spacing: 0.3rem;
    line-height: 2.6rem;
  }
  .top-sec-abt::before {
    font-size: 26px;
    font-weight: 600;
    top: 0px;
    left: 70px;
    letter-spacing: 0.1rem;
    line-height: 2.6rem;
  }
  .top-sec-abt .inner {
    padding: 0 20px;
  }
  .sec-heading-about {
    padding: 0 6% 0px;
  }
  .abt-wrap {
    display: block;
  }
  .abt-wrap__article {
    width: 100%;
    /* background: #f7f6f4; */
    padding: 20px 10px;
  }
  .abt-article__heading1 {
    font-size: 18px;
    line-height: 1.4rem;
  }
  .abt-article__heading2 {
    font-size: 22px;
    padding: 10px 0;
    line-height: 2.0rem;
  }
  .abt-article__text {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8rem;
  }
  .abt-wrap__img1 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    background-position: center top 30%;
    height: 200px;
  }
  .abt-wrap__img1::after {
    width: 200px;
    height: 150px;
    background-size: auto 100px;
    left: -10px;
    top: -50px;
  }
  .abt-wrap__img2 {
    width: 100%;
    height: 170px;
    margin-left: 0px;
    margin-top: 6px;
  }

  /*------------------

  sp-menu

  -------------------*/
  .menu2-sec-article {
    padding: 40px 2% 10px;
  }
  .menu2-sec-article::after {
    font-size: 30px;
    letter-spacing: 0.4rem;
  }
  .sec-heading-fmenu {
    width: max-content;
    margin: 0 auto;
  }
  .menu-imgbox{
    width: 280px;
    height: 260px;
    border-radius: 150px;
    margin-bottom: 30px;
  }
  .menu-imgbox__img{
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    border-radius: 150px;
    transition-duration: .3s;
  }
  .menu2-sec-article.drink::after {
    font-size: 25px;
    letter-spacing: 0.6rem;
    right: 2%;
    writing-mode: vertical-rl;
  }
  .wrapper__menu2-img-container {
    width: 100%;
    margin-right: 0px;
  }
  .menu2-img__3 {
    height: 300px;
    margin-bottom: 10px;
    border-radius: 70px;
  }
  .menu-article__wrapper {
    /* display: block; */
    padding: 40px 20px 30px;
  }
  .wrapper__menu2-text-container.reverse {
    width: 100%;
    position: relative;
    /* background: cadetblue; */
    margin-right: 0px;
    height: auto;
  }
  .lead-outer__leadtext {
    padding: 10px 0px 10px;
    font-size: 14px;
  }
  .menu2-text__menu-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 20px 10px;
    margin-top: 20px;
  }
 

  /*------------------
  
  SP
  Feature
  
  -------------------*/

  .top-sec-feature1:before {
    font-size: 80px;
    top: -2%;
  }

  .lead-desc-ft {
    text-align: left;
    font-size:.9rem;
  }
  .lead-desc-ft::before {
    width: 36px;
    height: 36px;
    top: -10px;
    right:0;
  }

  .ft-cont-wrap {
    width:100%;
    height:560px;
    margin: 25px 0 50px;
  }
  .ft-cont-wrap__title {
    right: 20px;
    left: 20px;
    top: -3%;
    font-size: 20px;
    line-height: 1.4;
  }
  .ft-cont-wrap__img {
    width: 75%;
  }
  .ft-cont-wrap__text {
    position:absolute;
    top: 40%;
    right: 5%;
    left: 10%;
    line-height: 1.8;
    padding: 16px;
  }

  .ft-cont-wrap-re {
    width:100%;
    left: 0%;
    height:570px;
    margin: 25px 0 50px;
  }
  .ft-cont-wrap__title-re {
    right: 20px;
    left: 20px;
    top: -3%;
    font-size: 20px;
    line-height: 1.4;
  }
  .ft-cont-wrap__img-re {
    width: 75%;
  }
  .ft-cont-wrap__text-re {
    position:absolute;
    top: 40%;
    left: 5%;
    right: 10%;
    line-height: 1.8;
    padding: 16px;
  }
  .top-sec-feature2 .spacer20 {
    display: none;
  }


  /*------------------
  
  SP
  top__Feature
  
  -------------------*/
  .ft2-lead__outer {
    padding: 0 2px;
  }
  .ft2-lead-outer__title {
    width: 100%;
    font-size: 21px;
    letter-spacing: 0.18rem;
    line-height: 1.4;
  }
  .ft2-lead-outer__title::before {
    width: 70px;
    height: 70px;
    right: 0;
    top: -20%;
  }
  .ft2-lead-outer__title::after {
    width: 38px;
    height: 38px;
    right: -5%;
  }
  .ft2-lead-outer__text {
    color: #fff;
    font-size: 1.1em;
    padding: 10px 0 2px;
  }
  .ft2-cont-wrap {
    width:100%;
    height:650px;
    margin: 25px 0 50px;
  }
  .ft2-cont-wrap:first-child {
    margin: 10px 0 50px;
  }
  .ft2-cont-wrap-re:last-child {
    margin: 25px 0 10px;
  }
  .ft2-cont-wrap__title {
    right: 20px;
    left: 20px;
    top: -3%;
    font-size: 18px;
    line-height: 1.4;
  }
  .ft2-cont-wrap__num,
  .ft2-cont-wrap__num-re {
    font-weight: 900;
    font-size: 60px;
    letter-spacing: .03em;
    line-height: 1;
    color: #ddd;
    top: 0px;
    right: 0;
    left: 74%;
    z-index: 5;
  }
  .ft2-cont-wrap__img {
    width: 80%;
  }
  .ft2-cont-wrap__text {
    position:absolute;
    top: 40%;
    right: 5%;
    left: 8%;
    line-height: 1.8;
    padding: 16px;
  }
  .ft2-cont-wrap-re {
    width:100%;
    left: 0%;
    height:650px;
    margin: 25px 0 50px;
  }
  .ft2-cont-wrap__title-re {
    right: 20px;
    left: 20px;
    top: -3%;
    font-size: 18px;
    line-height: 1.4;
  }
  .ft2-cont-wrap__img-re {
    width: 80%;
  }
  .ft2-cont-wrap__text-re {
    position:absolute;
    top: 40%;
    left: 5%;
    right: 8%;
    line-height: 1.8;
    padding: 16px;
  }

  /*------------------

  sp-howto

  -------------------*/
  .top-sec-howto {
    padding: 110px 0 60px;
    position: relative;
    background: #fff;
  }
  .howto__img {
    background-image: url(../img/howto_eat.png);
    width: 100%;
    height: 350px;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 200px;
    position: absolute;
    content: "";
    top: -30%;
    left: 0%;
    /* background-color: #a3A24d; */
  }
  .howto__text {
    width: 80%;
    margin: auto;
    padding: 30px 20px 20px;
  }

  /*------------------

  sp-time

  -------------------*/
  .top-sec-timetable {
    padding: 30px 0 50px;
  }
  .top-sec-timetable .inner{
    padding: 0 2%;
  }
  .timetable__leadtext {
    margin: 12px 12px 2px;
    padding: 10px 10px 2px;
  }
  .timetable__wrap {
    display: block;
    margin: 10px 8px;
  }
  .timetable__table1,
  .timetable__table2 {
    width: 100%;
    margin-top: 26px;
  }
  .table-outer {
    width: 100%;
    margin: 8px 0 0px;
  }
  .table-outer th,
  .table-outer td {
    padding: 10px 6px;
  }
  .table-outer th {
    font-size: 14px;
  }
  .table-outer td {
    font-size: 14px;
  }
  .table-outer td:first-child {
    font-size: 13px;
  }
  .table-outer th:first-child {
    width: 40%;
  }
  .table-outer th {
    width: 60%;
  }
  .ofs2n1-map-wrap {
    padding: 10px 8px;
  }
  .ofs2n1-map-data iframe {
    width: 100%;
    margin: 30px 0;
  }
  .ofs2n1-atd-container {
    padding: 14px 0;
  }
  .ofs2n1-atd-container ul {
    padding: 12px 20px;
    margin: 8px 0;
    background: #f5f7f8;
  }
  .ofs2n1-ols-container {
    padding: 14px 0;
  }
  .ofs2n1-ols-text {
    padding: 12px 20px;
    margin: 8px 0;
    background: #f5f7f8;
  }
  .plane-label {
    font-size: 14px;
    padding: 3px 6px 4px;
    margin-right: 4px;
    margin-top: 4px;
  }
  .matcha-label {
    font-size: 14px;
    padding: 3px 6px 4px;
    margin-right: 4px;
    margin-top: 4px;
  }
  .coffee-label {
    font-size: 14px;
    padding: 3px 6px 4px;
    margin-right: 4px;
    margin-top: 4px;
  }

  /*------------------

  sp-gally  

  -------------------*/
  .top-sec-gally {
    padding: 50px 0 40px;
  }
  .top-sec-gally::before {
    font-size: 56px;
    top: 0%;
    right:  10%;
  }
  .top-sec-gally .inner {
    padding: 0 3%;
  }
  .sec-gally-title {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    letter-spacing: 0.7rem;
  }
  .gally-img-container {
    padding: 30px 0 10px;
    margin: 0 auto;
    /* max-width: 1200px; */
  }
  .gally-img-container a {
    width: 47%;
    margin: 3px;
  }
  .gally-img-container .coll2-empty {
    width: 280px;
    margin: 3px;
  }

  /*------------------

  sp-info

  -------------------*/
  .top-sec-info {
    padding: 60px 0 10px;
    background-position: right top;
  }
  .top-sec-info .inner {
    padding: 0 20px;
  }
  .info-heading-outer {
    display: block;
    text-align: center;
  }
  .corp-info-wrap {
    display: block;
    padding: 20px 0 40px;
  }
  .corp-wrap__table {
    margin: 14px 0;
    width: 100%;
  }
  .corp-wrap__table th,
  .corp-wrap__table td {
    border-bottom: 1px dotted #ddd;
    padding: 24px 12px;
    font-size: 12px;
  }
  .corp2-map-wrap {
    padding: 10px;
  }
  .corp2-map__text {
    padding: 20px 10px;
    font-size: 15px;
    color:#fff;
  }
 
  /*------------------
  
  SP
  Flow
  
  -------------------*/

  .top-sec-flow:before {
    font-size: 60px;
    top:0.5%;
    transform: translateX(-85%);
  }
  .top-sec-flow .lead-desc {
    text-align: left;
    padding: 8px 8px 8px 12px;
  }
  .flow-desc {
    font-size: 14px;
    padding: 8px 8px 22px 12px;
  }
  .flow-cont-wrap {
    display: block;
  }
  .step-arrow {
    width: 50px;
    font-size: 1.4em;
    transform:rotateZ(90deg);
    padding: 6% 0;
    margin: 0 auto;
  }
  .fl-item__text {
    top: 60%;
    height: 110px;
  }
  .top-sec-flow .spacer60{
    display:none;
  }
  .spacer20-sp {
    padding: 20px 0;
  }

  /*------------------
  
  SP
  top__Flow
  
  -------------------*/

  .fl2-lead__outer {
    padding: 0 5px;
  }
  .fl2-lead-outer__text {
    font-size: 15px;
    padding: 5px 2px;
  }
  .fl2-box-parent {
    padding: 25px 5px;
  }
  .fl2-box-child {
    display: block;
  }
  .fl2-box__step {
    font-size: 16px;
    padding: 10px 40px;
    top: -5%;
  }
  .fl2-text-area__title {
    font-size:17px;
    padding-left: 5%;
    padding-top: 4%;
  }
  .fl2-text-area__text {
    line-height: 1.5rem;
    padding: 10px 14px 20px;
    background-color: #fff;
  }
  .fl2-box__img {
    padding: 0 14px;
  }
  .fl2-step-arrow {
    font-size: 50px;
    color: #004e95;
    padding: 0 0 30px;
  }
  .fl2-price-desc {
    font-size: 17px;
    padding: 14px 34px;
  }
  .fl2-price-desc::after {
    width: 20px;
    height: 20px;
  }
  .fl2-price-subdesc {
    padding: 20px 0 10px 10px;
  }
  .price-box__title {
    padding: 0 20px;
  }
  
  /*------------------
  
  SP
  Voice
  
  -------------------*/

  .top-sec-voice:before {
    font-size: 90px;
    top: 0%;
    transform: translateX(-97%);
  }

  .vo-cont-wrap__box {
    display: block;
    margin: 28px 0;
  }
  .vo-cont-wrap__box img {
    width: 100%;
  }
  .box__voice-area {
    width:100%;
    padding:14px;
  }
  
  /*------------------
  
  SP
  top__Company
  
  -------------------*/

  .corp2-lead__outer {
    padding: 0 10px 0 0;
  }
  .corp2-lead-outer__text {
    font-size: 15px;
    padding: 10px 2px;
  }
  .corp2-info-wrap {
    display: block;
  }
  .corp2-wrap__img {
    margin-bottom: 20px;
  }
  .corp2-wrap__table th,
  .corp2-wrap__table td {
    border-bottom: 1px dotted #ccc;
    padding: 24px 12px;
  }

  /*------------------

  sp-gmap

  -------------------*/
  .top-sec-gmap {
    padding: 40px 0 10px;
  }
  .gmap-heading-outer .common-en-title {
    padding-left: 10px;
  }
  .sec-heading-gmap {
    padding: 20px 20px 2px;
    text-align: center;
    position: relative;
    /* z-index: 7;
    width: max-content;
    margin: 0 auto; */
  }
  .sec-gmap-title {
    top: -16px;
    left: 100px;
    font-size: 22px;
    letter-spacing: 0.7rem;
  }
  .map-wrapper {
    padding: 10px 0 20px;
  }
  .map-wrapper__iframe {
    padding: 20px 10px 10px;
  }
  .access-text {
    padding: 10px 20px 10px;
  }

  /*------------------
  
  SP
  Contact
  
  -------------------*/

  .lead-desc-ct {
    text-align: left;
    /* width: max-content; */
    font-size:14px;
    padding: 8px 30px 12px;
  }
  .ct-cont-wrap {
    display: block;
    justify-content: center;
    margin: 3% 0 5%;
  }

  .ct-cont-wrap__box1 {
    display: flex;
    /* margin-bottom: 15px; */
    height: 140px;
    padding: 10px 20px;
    align-items: center;
   }

  .ct-cont-wrap__box2 {
    display: flex;
    margin-bottom: 15px;
    height: 140px;
    padding: 10px 20px;
    align-items: center;
  }
  .ct-cont-wrap__box1 .cont-text,
  .ct-cont-wrap__box2 .cont-text {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.1rem;
    line-height: 0.9rem;
  }
  .ct-cont-wrap__box1 .cont-subtext,
  .ct-cont-wrap__box2 .cont-subtext {
    padding: 2px 30px;
    font-size: 14px;
  }

  /*------------------
  
  SP
  top__Contact
  
  -------------------*/
  .ct2-lead__outer {
    padding: 0 5px 0 0;
  }
  .ct2-lead-outer__text {
    font-size: 15px;
    padding: 10px 2px;
  }
  .ct2-lead-outer__text2 {
    padding-bottom: 12px;
  }
  .form-wrapper iframe {
    width: 100%;
    height: 1700px;
  }

  /*------------------
  
  sp-footer
  
  -------------------*/
  #footer {
    /* background:#333; */
    padding: 30px 0 10px;
    height: auto;
    position: relative;
    margin: 0 auto;
  }
  #footer::after {
    display: none;
  }
  .footer-container {
    position: static;
    margin: 0 auto;
    transform: none;
  }
  .footer-nav-container__wrap1 {
    display: block;
    font-size: 12px;
    padding: 10px 0px;
  }
  #footer img {
    width: 50%;
  }
  .footer-container__nav {
    padding: 20px 0;
    text-align: center;
  }
  .footer-container__nav li a {
    padding: 0px;
    font-size: 15px;
    line-height: 2.9rem;
    z-index: 5;
  }
  .pagetop {
    position: absolute;
    width: 60px;
    height: 60px;
  }
  .pagetop span {
    color: #fff;
    font-size: 30px;
  }
  .dli-chevron-up {
    color: #fff;
    line-height: 1;
    width: .6em;
    height: .6em;
  }

  /*------------------
  
  LOOP(No use)
  
  -------------------*/

  .loop_wrap {
    display: none;
  }

  .simply-scroll-list li {
    width: 250px;
  }

  /*------------------

  sp-dishes2
  
  -------------------*/
  .cors2d-sec-wrap {
    padding: 20px 0;
  }
  .cors2d-sec-wrap .inner {
    padding: 0 20px;
  }
  .menu-category-wrapper {
    padding: 25px 0;
  }
  .cors2d-headding {
    font-size: 16px;
  }
  .cors2d-subheadding {
    padding: 2px 10px;
    font-size: 14px;
  }
  .cors2d-tr {
    display: block;
    padding: 6px 0;
  }
  .cors2d-img {
    width: 60%;
    padding: 6px 14px;
  }
  .cors2d-container {
    width: 100%;
  }
  .cors2d-label {
    margin: 5px 0;
  }
  .cors2d-label {
    font-size: 0.8em;
  }
  .cors2d-title {
    font-size: 14px;
    padding: 0px;
  }
  .td__cont2 {
    font-size: 12px;
    line-height: 1.3rem;
    padding: 2px 0 4px;
    margin: 0;
  }
  .cors2d-price {
    width: 100%;
    margin-top: 0px;
    font-size: 14px;
    margin: 0;
    padding: 0 18px;
    text-align: right;
  }
  .cors2d-policy-container {
    padding: 30px 0;
  }
  .cors2d-policy-text {
    margin: 8px 0 8px;
    background: #edf1f3;
    padding: 14px 18px;
  }
  .cors2d-cors-container {
    padding: 10px 0;
  }
  .cors2d-compe-container {
    padding: 16px 0;
  }
  .cors2d-compe-text {
    padding: 10px 10px;
  }
  .cors2d-compe-table {
    width: 100%;
    margin: 8px 0 0px;
  }
  .cors2d-compe-table th,
  .cors2d-compe-table td {
    padding: 10px 18px;
  }
  .cors2d-compe-table th:first-child {
    width: 25%;
  }
  .cors2d-exp-container {
    padding: 20px 0;
  }
  .cors2d-exp-table {
    width: 100%;
    margin: 10px 0 0px;
  }
  .cors2d-exp-table th,
  .cors2d-exp-table td {
    border: solid 1px gray;
    padding: 10px 18px;
  }
  .cors2d-exp-text {
    padding: 20px 20px;
    margin: 14px 0;
  }
  .cors2d-pay-container {
    padding: 12px 0;
  }
  .cors2d-pay-table {
    width: 100%;
    margin: 14px 0 14px;
  }
  .cors2d-pay-table th,
  .cors2d-pay-table td {
    padding: 10px 16px;
  }
  .cors2d-atd-container {
    padding: 14px 0;
  }
  .cors2d-atd-container ul {
    padding: 10px 20px;
    margin: 6px 0;
    background: #f5f7f8;
  }
  .cors2d-ols-container {
    padding: 14px 0;
  }
  .cors2d-ols-text {
    padding: 10px 20px;
    margin: 6px 0;
    background: #f5f7f8;
  }

  /*------------------

  sp-dmenu2

  -------------------*/
  .top-sec-dmenu {
    padding: 50px 0 80px;
  }
  .top-sec-dmenu.cors::before {
  }
  .top-sec-dmenu.drink {
    padding: 100px 0 140px;
  }
  .sec-dmenu-heading {
    margin: 0 auto 30px;
  }
  .sec-dmenu-heading::after {
  }
  .top-sec-dmenu::before {
  }
  .top-sec-dmenu.drink::before {
  }
  .dmenu-wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .dmenu-wrap__img.plane {
    width: 100%;
    height: 220px;
    border-radius: 30%;
  }
  .dmenu-wrap__img.matcha {
    width: 100%;
    height: 220px;
    border-radius: 30%;
  }
  .dmenu-wrap__img.choco {
    width: 100%;
    height: 220px;
    border-radius: 30%;
  }    
  .dmenu-wrap__img.dish {
    width: 43%;
    background-image: url(../img/dmenu_dish_main.jpg);
    background-size: cover;
    height: 420px;
    z-index: 4;
    position: relative;
  }
  .dmenu-wrap__img.drink {
    width: 43%;
    background-image: url(../img/dmenu_drink_main.jpg);
    background-size: cover;
    height: 420px;
    z-index: 4;
    position: relative;
  }
  .menu-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #222;
    color: #fff;
    font-size: 14px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s
  }
  .menu-btn:hover {
    color: #555;
    background: transparent;
    border: solid 1px #333;
  }
  .dmenu-wrap__atc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;  
    padding: 30px 6px 0;
  }
  .dmenu-wrap__atc::after {
    /* content: "COURSE MENU";
    position: absolute;
    top: 14px;
    left: 10px;
    writing-mode: vertical-rl; */
  }
  .dmenu-wrap__atc.dish::after {
    content: "A LA CARTE MENU";
    position: absolute;
    top: 14px;
    left: 10px;
    writing-mode: vertical-rl;
  }
  .dmenu-wrap__atc.drink::after {
    content: "DRINK MENU";
    position: absolute;
    top: 14px;
    left: 10px;
    writing-mode: vertical-rl;
  }
  .dmenu-wrap__atc::after {
    /* position: absolute;
    content: "";
    z-index: -1;
    background: #fff;
    width: 40%;
    height: 100%;
    top: 0;
    left: -40%; */
  }
  .dmenu-wrap__atc::before {
    /* position: absolute;
    content: "";
    z-index: -1;
    background: #fff;
    width: 130%;
    height: 200px;
    bottom: -15%;
    left: -30%; */
  }
  .dmenu-atc__heading {
    width: max-content;
    padding: 0px 0px 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .dmenu-atc__heading::after {
    /* position: absolute;
    content: "";
    width: 70%;
    height: 3px;
    background: #ccc;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%); */
  }
  .dmenu-atc__text {
    padding: 4px 0px;
    font-size: 14px;
  }
  .dmenu-price-container {
    border-bottom: solid .5px #aaa;
    margin-bottom: 10px;
  }
  .dmenu-price-wrap {
    font-size: 16px;
    padding: 4px 0px 10px;
    display: flex;
    justify-content: space-between;
  }
  .dmenu-price__item,
  .dmenu-price__price {
    width: 40%;
  }
  .dmenu-atc__subtext {
    font-size: 14px;
    padding: 4px 0px;
  }
  .dmenu-atc__subimg-wrap {
    display: flex;
    justify-content: space-between;
    padding:  10px 0 0;
  }
  .subimg-wrap__img1.cors {
    width: 43%;
    background-image: url(../img/dmenu_cors_sub1.jpg);
    height: 190px;
    background-size: cover;
    background-position: center center;
    margin: 0   8px;
  }
  .subimg-wrap__img2.cors {
    width: 43%;
    background-image: url(../img/dmenu_cors_sub2.jpg);
    height: 190px;
    background-size: cover;
    background-position: center center;
    margin: 0   8px;
  }
  .subimg-wrap__img1.dish {
    width: 43%;
    background-image: url(../img/dmenu_dish_sub1.jpg);
    height: 190px;
    background-size: cover;
    background-position: center center;
    margin: 0   8px;
  }
  .subimg-wrap__img2.dish {
    width: 43%;
    background-image: url(../img/dmenu_dish_sub2.jpg);
    height: 190px;
    background-size: cover;
    background-position: center center;
    margin: 0   8px;
  }
  .subimg-wrap__img1.drink {
    width: 43%;
    background-image: url(../img/dmenu_drink_sub1.jpg);
    height: 190px;
    background-size: cover;
    margin: 0   8px;
  }
  .subimg-wrap__img2.drink {
    width: 43%;
    background-image: url(../img/dmenu_drink_sub2.jpg);
    height: 190px;
    background-size: cover;
    background-position: center center;
    margin: 0   8px;
  }

  /*------------------

  sp-howto2

  -------------------*/
  .howto2-sec{
    padding: 50px 0 80px;
  }
  .sec-howto2-heading {
    margin: 0 auto 30px;
  }
  .sec-howto2-headingtext {
    margin: 50px auto 20px;
    font-size: 26px;
  }
  .howto2-leadtext {
    font-size: 14px;
    padding: 0 4% 20px;
  }
  .howto2-wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .howto2-wrap__img.howto2-num1,
  .howto2-wrap__img.howto2-num2,
  .howto2-wrap__img.howto2-num3,
  .howto2-wrap__img.howto2-num4 {
    width: 100%;
    height: 130px;
    background-size: auto 120px;
  }
  .howto2-wrap__img.howto2-num5 {
    width: 100%;
    height: 250px;
    background-size: auto 240px;
    margin: 10px 0 4px;
    border-radius: 20px;
  }
  .howto2-wrap__atc {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;  
    padding: 30px 6px 0;
  }
  .howto2-atc__heading {
    width: max-content;
    padding: 0px 0px 4px;
    font-size: 18px;
  }
  .howto2-atc__heading-num {
    font-size: 22px;
  }
  .howto2-atc__text {
    padding: 4px 0px;
    font-size: 14px;
  }


}


@media screen and (min-width: 896px) {
 
  
  /* nav {
    position: fixed;
    display: flex;
    background-color: #858484;
    padding: 4px 35px 60px;
    z-index: 9999;
  } */

  nav {
    /*pcのheight base-px*/
    position: fixed;
    /*drawer/menuのflex*/
    display: flex;
    /* background-color: #999; */
    background-color: #fff;
    justify-content: space-between;
    /* box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2); */
    z-index: 99;
  }
  nav {
    height: 80px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  /*nav全体 transform 後*/
  nav.fixed {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    /* background-color: rgba(255,255,255,0.8); */
    height: 60px;
    /* justify-content: center; */
  }

  /*ロゴ枠*/
  nav .drawer {
    width: 240px;
    height: 80px;
    /* background-color: #ddd; */
    position: relative;
  }
  /*ロゴ枠 transform 中間*/
  nav .drawer {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  /*ロゴ枠 transform 後*/
  nav.fixed .drawer {
    width: 240px;
    height: 60px;
  }

  /*ロゴ*/
  .drawer h1 a {
    /* position: absolute; */
    display: block;
    width: 240px;
    height: 80px;
    /* margin: 20px 0; */
    /* background-image: url(../img/shop-logo-r.png); */
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 35px;
    overflow: hidden;
    text-indent: 100%;
    margin-left: 10px;
    /* left: 10%; */
    /* top: 12px; */
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  /*タイトルロゴ画像を表示して、附随するテキストは隠したい*/
  .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }
  nav .drawer::before {
    /* position: absolute;
    content: "ダクト･空調工事の会社";
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.3rem;
    top:4px;
    left:11%;
    width: 300px; */
    /* right:10%; */
  }
  /*ロゴ transform 後*/
  nav.fixed .drawer h1 a {
    /* position: absolute;
    width: 240px;
    height: 60px;
    background-image: url(../img/logo-sp2.png);
    background-position: left center;
    background-size: auto 35px; */
  }

  nav.fixed .drawer::before {
    display: none;
  }

  /* h1 img {
    width: 200px;
    height: auto;
  } */
  
  /*三本ラインは非表示*/
  .Toggle {
   display: none;
  }
  

  .menu-pc-inner {
    display: flex;
    justify-content: center;
  }
  .menu {
  display: flex;
  /* width: 100%; */
  font-size:0.9em;
  background-color: #fff;
  padding: 0 0px 0 20px; 
  margin-right: 0;
  /* margin:0 10px; */
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  .menu {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  /*重要構文！*/
  nav.fixed .menu {
    background-color: transparent;
  }
  
  .menu ul {
   height: 80px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   padding: 0 5px;
   -webkit-transform: translateX(0);
   transform: translateX(0);
  }
  /*trans設定*/
  .menu ul {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  /*メニュー部 transform 後*/
  nav.fixed .menu ul {
    height: 60px;
  }
  .menu ul li a {
   padding: 0 1.4em;
   border-bottom: none;
   font-size: 14px;
   color: #333;
  }
  .menu-tel a,
  .menu-contact a {
    border-bottom: none;
  }
  .menu ul li:first-child {
    border-top: none
  }
  .menu ul li a::after {
    display: none;
  }

  /*メニューのaタグ transform 後*/
  nav.fixed .menu ul a {
    color: #333;
  }
  /*メニューのaタグ transform 後 白のまま*/
  nav.fixed .menu .sp-contact a {
    color: #fff;
  }
  .menu ul li a:hover {
  background-color:transparent;
  color: #026088;
  }

  /* .sp-contact {
    display: block;
    background-color: #005AAE;
    margin-left: 14px;
    text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 2px;
    box-sizing: border-box;
    outline: 1px solid #fff;
    outline-offset: -3px;
  }
  .menu ul .sp-contact a:hover {
    color: #333;
  } */

  .menu-tel {
    display: flex;
    height: 80px;
    text-align: center;
    align-items: center;
    font-size: 14px;
    /* background-color: #0075E1; */
    background: rgb(85,244,221); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(85,244,221,1) 0%, rgba(59,233,241,1) 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(85,244,221,1) 0%,rgba(59,233,241,1) 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(85,244,221,1) 0%,rgba(59,233,241,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55f4dd', endColorstr='#3be9f1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 0 15px;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  nav.fixed .menu-tel {
    height: 60px;
  }
  .menu-tel a {
    color: #555;
  }
  .menu-tel-num p {
    font-size: 10px;
  }
  .menu-tel a i {
    padding-right: 5px;
  }

  .menu-contact a {
    /*li aのblock化*/
    display: flex;
    height: 80px;
    align-items: center;
    background-color: #e0d700;
    color: #fff;
    font-size: 15px;
    padding: 0 30px;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
  }
  .menu-contact a i {
    padding-right: 5px;
  }
  nav.fixed .menu-contact a {
    height: 60px;
  }
  



  .menu-tel-sp,
  .menu-contact-sp {
    display: none;
  }





}




/*=======================

test-css

=======================*/


.blank1 {
  margin: 20px;
  padding: 10px;
}

.blank2 {
  margin: 40px;
  padding: 20px;
}

/*imgの内側にborder*/
.photoFrame { 
  display: inline-block;
}

/*外側*/
.photoFrame.outset img {
  border: 1px solid #777;
  background: #fff;
  padding: 5px;
}

/*内側*/
.photoFrame.inset {
  position:relative;
  line-height: 0;
}
.photoFrame.inset:before {
  content:"";
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position:absolute;
  top: 2%;
  left: 1.5%;
  border: 1px solid rgba(255,255,255,0.8);
  width: 97%;
  height: 96%;
}

/*内側:四辺を1%で指定*/
.photoFrame.inset2 {
  position:relative;
  line-height: 0;/*なしでもok*/
  width: 50%;
}
.photoFrame.inset2:before {
  content:"";
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position:absolute;
  top: 1.5%;
  left: 1%;
  right: 1%;
  bottom: 1.5%;
  border: .5px solid rgba(255,255,255,0.8);
}


