html {
    margin-right: auto;
    margin-left : auto;
    text-align: center;
    background-color: #e5fff6;
  }
  @font-face {
    font-family: "幻ノにじみ明朝";
    src: url(http://wmspic.weimall.jp/img/幻ノにじみ明朝.otf) format('opentype');
  }
body {
font-family: dnp-shuei-nmincho-std, sans-serif;
font-weight: 400;
font-style: normal;
margin: 0;

  }
#aic-body{
    text-align: center;
    background-color: #e5fff6;
    margin: 0;
    color: #484848;
  }
  .firstvew{
    height: 850px;
  }
  /* 左ヘッダーロゴ */ 
  .ami-logo {
    width: 33%;
    text-align: left;
    object-fit: cover;
  }
  .ami-logo img{
    width: 50%;
    margin-top: 1%;
  }
  /* メイン左部分のデザイン */ 
  .copy-main{
    z-index: 98;
    width: 100%;
    text-align: center;
    margin-top: 10%;
  }
  .copy-main img{
    width: 70%;
  }
  .ami{
    margin-left: 2%;
  }
  .copy-sab{
    width: 80%;
    margin: 0 auto;
    text-align: right;
    margin-top: 50px;
  }
  .copy-sab ul{
    list-style: none;
  }
  .border1{
    border: 1px solid #484848;
    font-size: 50px;
    margin-right: 15%;
  }
  .brand li{
    font-family: "futura-pt",sans-serif;
    font-size: 10px;
    display: block;
    letter-spacing: 0.6em;
    line-height: 3.5;
    text-align: right;
  }
  .brand{
    margin-top: 50px;
    width: 100%;
    padding: 0;
    margin-left: 1%;
  }
  .brand img{
    width: 100%;
  }
  .txt1{
    width: 75%;
    margin: 0 auto;
    font-size: 13px;
  }
  .sp-brand{
    display: none;
  }

  /* ハンバーガーメニュー */ 
  .cc-following{
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    /* background: #e5fff6; */
    padding-top: 35px;
    z-index: 999;
    text-align: center;
  }
  .cc-following, .overlay{
    display: block;
  }
  .menu_inside{
    margin-top: 25%;
    width: 30%;
    height: 100%;
    background: #ffffff;
    margin: 0 0 0 auto;
  }
  .hamburger {
    display : block;
    position: fixed;
    z-index : 999;
    right : 40px;
    top   : 20px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    background: #484848;
    border: none;
    height: 1px;
    width: 60px;
    position: absolute;
    top: 0;
    -webkit-transition: all,.35s ease;
    transition: all,.35s ease;
    cursor: pointer;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
    left: 0;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
    width: 100%;
    left: 40%;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
    left: 0;
  }
  
  /* メニュー開いてる時のボタン */
  .hamburger.active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay     : 0.6s;
    transition-delay        : 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform    : rotate(45deg);
    -o-transform     : rotate(45deg);
    transform        : rotate(45deg);
    z-index: 999;
  }
  .hamburger.active span:nth-child(2){
    width: 0px;
  }
  .hamburger.active span:nth-child(1),
  .hamburger.active span:nth-child(3){
    background :#666;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .hamburger.active span:nth-child(1){
    -webkit-transform: translateY(4px);
    -ms-transform    : translateY(4px);
    -o-transform     : translateY(4px);
    transform        : translateY(4px);
  }
  
  .hamburger.active span:nth-child(3){
    -webkit-transform: translateY(-16px) rotate(90deg);
    -ms-transform: translateY(-16px) rotate(90deg);
    -o-transform : translateY(-16px) rotate(90deg);
    transform    : translateY(-16px) rotate(90deg);
  }
  
  /* メニュー開いてる時の内容 */
  .open .globalMenuSp{
    display: block;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .globalMenuSp {
    position: fixed;
    z-index : 0;
    top  : 0;
    right : 0;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .globalMenuSp_wrap{
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .2s;
    width: 45%;
    max-width: 720px;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 5%;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: 5%;
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#e5fff6;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #484848;
    padding: 1em 0;
    text-decoration :none;
  }
  .menu_logo img{
    width: 50%;
    margin-top: 20%;
  }
  .menu_acces{
    font-size: 20px;
    margin-top: 10%;
  }
   a.menu_tel,.menu_fax{
    text-decoration: none;
    color: #484848;
  }
   .menu_fax{
  border-top: 1px solid;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    z-index: 995;
    width: 100%;
  }
  /* メインビジュアル画像 */ 
  .container{
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .image {
    position: absolute;
    left: 33%;
    top: 29px;
    width: 60%;
    height: 845px;
    object-fit: cover;
    opacity: 0;
    animation: change-img-anim 15s infinite;
    background: #000;
  }
  .image:nth-of-type(1) {
    animation-delay: 0s;
  }
  .image:nth-of-type(2) {
    animation-delay: 10s;
  }
  .image:nth-of-type(3) {
    animation-delay: 20s;
  }
  
  @keyframes change-img-anim {
    0%{ opacity: 0;}
    10%{ opacity: 1;}
    90%{ opacity: 1;}
    100%{ opacity: 0;}
  }

   /* 画像の背景色 */
  #bg{
    position: relative;
  }
  #bg:before{
    content: "";
    width: 50%;
    height: calc(124% + 18px);
    background: #c8f3e7;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
  }
  .position{
    position: absolute;
  }

   /* コンセプト */ 
   .concept{
    position: absolute;
    text-align: right;
    top: 70%;
    width: 90%;
  }
  .movetxt{
    font-size: 15px;
    line-height: 200%;
    color: #fff;
  }

  
/* スクロールボタン */ 
  .wrapper{
    width:100%;
    height:100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
  }
  .wrapper .col{
    width:50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .scroll-down-box{
    display:block;
    position:relative;
    text-decoration:none;
    top: 36%;
  }
  .scroll-down-box svg{
    fill:#111;
  }
  .scroll-down-box.alt svg{
    fill:#fff;
  }
  .scroll-down-box .scroll-text{
    width:65px;
    height:auto;
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
  }
  .scroll-down-box.alt .scroll-text{
    -webkit-animation: none;
    animation: none;
  }
  .scroll-down-box.alt:hover .scroll-text{
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
  }
  .scroll-down-box .scroll-icon{
    width:25px;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
  }
  .scroll-down-box.alt .scroll-icon{
    width:35px;
  }
  .scroll-down-box:hover .scroll-icon{
    -webkit-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
  }
  .scroll-down-box.alt:hover .scroll-icon{
    -webkit-animation: none;
    animation: none;
  }
  
  @keyframes rotation {
      from {-webkit-transform: rotate(0deg); transform: rotate(0deg);}
      to {-webkit-transform: rotate(359deg); transform: rotate(359deg);}
  }
  
  @keyframes move {
      0% {-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
      25% {-ms-transform: translate(-50%,-35%); -webkit-transform: translate(-50%,-35%); transform: translate(-50%,-35%);}
      50% {-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
      75% {-ms-transform: translate(-50%,-65%); -webkit-transform: translate(-50%,-65%); transform: translate(-50%,-65%);}
      100% {-ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
  }
  .scroll-down-box{
    transition: 1s;  /* 1秒かけて動く */
  }
  
  .scroll-down-box:hover {
      transform: rotate(180deg);  /* マウスオーバー時に回転 */
  }
  
 
/* メイン */
/* グリーンピール More */
.posi{
  position: static;
  margin-top: 3%;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 0.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: #008475;
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #484848;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
}
.cp_qa .cp_actab .cp_actab-content p {
  font-size: 16px;
  margin: 0 auto;
}
.more-text{
  color: #484848;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 70em;
	border: 3px solid #008475;
  background: #c8f3e7;
  padding: 50px;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #ffffff;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.green-link{
  margin-bottom: 10px;
}
.more-contents{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  margin-top: 3%;
}
.gpp-img{
  width: 150px;
  padding: 10px 10px 0 10px;
}
.more-txt{
  font-size: 16px;
    line-height: 250%;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    color: #484848;
}
.more-contents2{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-end;
  margin-top: 5%;
}
.gpp-img2{
  width: 200px;
  padding: 10px 10px 0 10px;
}
.more-txt2{
  font-size: 16px;
    line-height: 250%;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    color: #484848;
}
.txt-border{
  padding: 10px;
  background-image: radial-gradient(#C5DAE5 30%, transparent 30%);
  background-size: 6px 6px;/*imageで指定した割合が100%の時の値*/
  background-position: bottom;
  background-repeat: repeat-x;
}
.dc{
  margin: 0;
  margin-bottom: -5%;
}

/* グリーンピール、KOKOLE2、ドリアン共通 */
  .main-contents{
    width: 100%;
  }
/* タイトル */
.brand-title {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: flex-start; 
  margin-top: 20%;
}
@media screen and (max-width: 1380px) {
  .brand-title {
    margin-top: 30%;
  }
}
.brand-title:before {
  border-top: 1px solid;
  content: "";
  width: 20%; /* 線の長さ */
}
.brand-title h3 {
  margin-left: 1em; /* 文字の左隣 */
  font-size: 1.8rem;
  font-weight: 100;
}
/* 内容 */
.gp-outer{
  display: flex;
  width: 100%;
  margin-top: 5%;
  justify-content: flex-end;
  /* 斜め方向の相殺----------*/
  transform: skew(0deg, 5deg);
}


/* 画像 */
.image-wrapper{
  display: block;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  width: 55%;
}
.img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gp-img{
  width: 100%;
}
/* テキスト */
.txt-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  padding-top: 9.5%;
}
.text{
  text-align: left;
  padding-left: 10%;
}
.heading{
  font-size: 30px;
}
.article{
  padding-top: 10%;
  font-size: 18px;
  line-height: 235%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* 詳しく見るボタン */
.link{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 10%;
}
.btn{
  padding: 0.100rem 3.75rem;
  display: inline-block;
}
.pd{
  margin-right: 100px;
  text-decoration: none;
    color: #484848;
}
.pd2{
  padding: 0.100rem 4.25rem;  
  text-decoration: none;
  color: #484848;
}
.gpmg{
  padding: 0.100rem 4.25rem;  
  text-decoration: none;
  color: #484848;
}
a.btn-border {
  border: 2px solid #484848;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 10px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  border-radius: 0 50% 50% 0;
  background: #484848;
}

a.btn-border:hover:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: 30px;
text-align: center;
  width: 30px;
  height: 30px;
  top: -5px;
  left: 50px;

  content: '\f061';
  -webkit-transform: translateX(460%) translateY(.5rem);
  transform: translateX(460%) translateY(.5rem);

  color: #fff;
  border-radius: 50%;
}

/* 斜めバックグラウンド */
#ab{
  position: relative;
  /* 斜め方向----------*/
  transform: skew(0deg, -5deg);
}
.ab::after{
  border-width: 100px 100vw 0 0;
  border-color: transparent #e5fff6 transparent transparent;
}
.ab:before{
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent transparent #e5fff6;
}
#ab:before{
  content: "";
  width: 100%;
  height: calc(70% + 27px);
  background: #3db69b;
  position: absolute;
  top: 240px;
  right: 0;
}
.position{
  position: absolute;
}

/* KOKOLE2微調整 */
.kr2-1{
  flex-direction: row-reverse;
    display: flex;
    width: 100%;
    margin-top: 5%;
    justify-content: flex-end;
    /* 斜め方向の相殺----------*/
    transform: skew(0deg, -5deg);
}
#ab2{
  position: relative;
  /* 斜め方向----------*/
  transform: skew(0deg, 5deg);
}
.ab2::after{
  border-width: 100px 100vw 0 0;
  border-color: transparent #e5fff6 transparent transparent;
}
.ab2:before{
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent transparent #e5fff6;
}
#ab2:before{
  content: "";
  width: 100%;
  height: calc(70% + 27px);
  background: #96bfd0;
  position: absolute;
  top: 240px;
  right: 0;
}

/* ドリアン微調整 */
/* 斜めバックグラウンド */
#ab3{
  position: relative;
  /* 斜め方向----------*/
  transform: skew(0deg, -5deg);
}
.ab3::after{
  border-width: 100px 100vw 0 0;
  border-color: transparent #e5fff6 transparent transparent;
}
.ab3:before{
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent transparent #e5fff6;
}
#ab3:before{
  content: "";
  width: 100%;
  height: calc(70% + 27px);
  background: #e3e8c0;
  position: absolute;
  top: 240px;
  right: 0;
}
/* 各ブランドロゴ 
.logo-img{
  width: 30%;
}
*/

/* ニュース */
.news{
  width: 60%;
  margin: 0 auto;
  max-width: 100%;
  max-width: 1096px;
    width: 80%;
    background: #bcecdb;
    margin: 60px auto 100px;
    padding: 35px 70px;
}
.inner{
  display: flex;
  justify-content: space-evenly;
}
.news-title{
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
}

.news_text{
  color: #3db69b;
  font-size: 1.4rem;
  line-height: 1;
  width: colc(100% +200px);
  padding: 0;
}
ul{
  list-style-type: none;
}
.news_box_inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
  padding: 25px 0px 25px 10px;
  color: #008475;
  border-bottom: 1px solid;
}

.news_box_inner time{
  margin-right: 16px;
}

.news-txt{
  font-size: 3rem;
    letter-spacing: 0.25em;
    letter-spacing: 0.32em;
    font-weight: 400;
}
.jp-news{
  font-size: 1.6rem;
    letter-spacing: 0.1em;
}

/* コンタクト、アクセス */
.contact{
  width: 30%;
  margin: 0 auto;
  max-width: 100%;
  max-width: 1096px;
    background: #bcecdb;
    margin: 0 20%;
    padding: 35px 70px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 5%;
}
.c-inner{
  display: flex;
  justify-content: space-evenly;
}
.c_text{
  color: #3db69b;
  font-size: 1rem;
  line-height: 1;
  width: colc(100% +200px);
  padding: 0;
}
ul{
  list-style-type: none;
}
.c_box_inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
  padding: 25px 0px 10px 10px;
  color: #008475;
  text-align: left;
}
.contact_logo{
  width: 90%;
  margin-left: -3%;
  margin-top: -30px;
}

/* グーグルマップボタン */
.google-link{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
.google-link a{
  text-decoration: none;

}
.btn2{
  padding: 0.375rem 3.75rem;
  color: #008475;
}
.contact-link{
  width: 30%;
  margin: 0 auto;
  max-width: 100%;
  max-width: 1096px;
    margin: 0 25% 0;
    padding: 35px 70px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
  text-align: left;
}
a.btn-border2 {
  /*border: 2px solid #000; */
  border-radius: 0;
  background: #fff;
}

a.btn-border2:hover {
  color: #fff;
  background: #3db69b;
}
.fukuoka{
  margin-top: -15%;
}

/* Google Map */
.map{
  position: relative;
  top: -320px;
  left: 44%;
  width: 40%;
}

.online-link{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: -10%;
  margin-bottom: 10%;
}
.online{
  margin-right: 0;
}
a.btn-right:hover:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: 30px;
  text-align: center;

  width: 30px;
  height: 30px;
  top: -2px;
  left: 110px;

  content: '\f061';
  -webkit-transform: translateX(460%) translateY(.5rem);
  transform: translateX(460%) translateY(.5rem);

  color: #fff;
  border-radius: 50%;
}

.footer{
  padding: 20px 0 40px
}
.footer-txt{
  margin: 5px 0 0;
  font-size: 10px;
  font-family: "Work Sans",sans-serif;
  font-weight: 600;
}







/* ローディング画面 */
/* ロゴアニメーション */
#splash {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
text-align:center;
color:#fff;
}
/* Loading画像中央配置　*/
#splash_logo {
position: absolute;
top: 48%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}
/* fadeUpをするアイコンの動き */

.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
/* 線と背景アニメーション */
.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#bcecdb;
  z-index:9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #e5fff6;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
          animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
          animation: shutterOpen 2.6s forwards;
}
.main-container {
  -webkit-animation: contentScale 2.6s forwards;
          animation: contentScale 2.6s forwards;
}

.image-wrapper-sp{
  display: none;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes main-containerScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
            transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
            transform: perspective(800px) scale(1) rotateX(0);
  }
}

/* レスポンシブ設定 */
@media screen and (max-width: 1320px) {
  .brand-title {
    margin-top: 30%;
  }
  .contact{
    width: 70%;
    margin-top: 5%;
    margin: 0 auto;
    padding: 35px 0px;
  }
  .c_box_inner{
    text-align: center;
    flex-direction: column;
  }
  .c_text{
    font-size: 1.1rem;
  }
  .contact_logo{
    width: 55%;
  }
  .contact-link{
    display: none;
  }
  .contact-box{
    margin-top: 5%;
  }
  .map2{
    position: static;
    width: 100%;
  }
  .map-img{
    width: 70%;
  }
  .google-link{
    text-align: center;
  }
  .online-link{
    margin-top: 5%;
  }
}
@media screen and (max-width: 1280px) {

  .pd2{
    margin-top: 5%;
  }
  .txt-wrapper{
    padding-top: 0;
  }

}
@media screen and (max-width: 1110px) {
  .brand-title {
    margin-top: 40%;
}
}
@media  screen and (max-width: 1070px) {
  .more-txt{
    font-size: 14px;
  }
  .more-txt2{
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {

  .menu_inside{
    width: 100%;
  }

  .image{
    left: 0;
    top: 0;
    width: 100%;
  }
  .ami-logo{
    position: relative;
    z-index: 99;
    width: 40%;
  }
  .sp-brand{
    display: block;
    margin-top: 723px;
    width: 100%;
  }
  .sp-brand img{
    width: 80%;
  }
  .copy-main{
    display: none;
  }
  .ami-logo img{
    width: 100%;
    margin-top: 10%;
  }
  .ami{
    margin-left: 10%;
  }
  .brand-title{
    margin-top: 50px;
  }
  .gp-outer{
    margin-top: 10%;
  }
  .title2{
    margin-top: 100px;
  }
  .news_text{
    padding: 0;
  }
  #bg:before {
    background: none;
}
.news{
  width: 70%;
  padding: 35px 0px;
}
.news_box_inner {
  font-size: 1rem;
}
#ab:before{
  height: calc(45% + 27px);
}
#ab2:before{
  height: calc(45% + 27px);
}
#ab3:before{
  height: calc(45% + 27px);
}
.more-txt {
  font-size: 14px;
}
.more-txt2 {
  font-size: 14px;
}
}
@media (max-width: 968px) {
.more-txt {
    font-size: 13px;
}
.more-txt2 {
  font-size: 13px;
}
}
@media (max-width: 968px) {
.more-txt {
    font-size: 13px;
}
.more-txt2 {
  font-size: 13px;
}
}
@media (max-width: 900px) {
  .more-txt {
    font-size: 12px;
}
.more-txt2 {
  font-size: 12px;
}
}
@media (max-width: 768px) {
  .brand-title h3{
    font-size: 1.2rem;
  }
  .image-wrapper-sp{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sp-brand{
    margin-top: 760px;
  }
  .cp_qa .cp_actab {
    width: 90%;
}
  .pd-left{
    padding-left: 0;
  }
  .image-wrapper{
    display: none;
}
.img-sp{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gp-img-sp{
  width: 100%;
}
  .gp-outer-sp{
    flex-direction: column;
    justify-content: space-around;
  }
  .txt-wrapper-sp{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: -5%;
  }
  .text-sp{
    padding: 0;
    text-align: center;
  }
  #ab:before{
    height: calc(25% + 27px);
  }
  #ab2:before{
    height: calc(25% + 27px);
    top: 300px;
  }
  #ab3:before{
    height: calc(25% + 27px);
  }
  .article{
    padding-top: 5%;
  }
  .pd{
    margin-right: 70px;
  }
  .pd2{
    margin-top: 0;
  }
  .pd-sp{
    margin: 0;
  }
  .kk-sp{
    margin-top: 13%;
  }
  .news{
    margin: 70px auto 207px;
    width: 70%;
  }
  .news-txt{
    font-size: 1rem;
  }
  .contact{
    width: 80%;
  }
  .map-img{
    width: 80%;
    height: 250px;
  }
  .footer-txt{
    margin: 40px 0 0;
  }
  .scroll-down-box:hover {
    transform: rotate(360deg);  /* マウスオーバー時に回転 */
}
.cp_qa .cp_actab .cp_actab-content p{
  font-size: 13px;
}
.more-txt{
  font-size: 11px;
}
.more-txt2{
  font-size: 11px;
}
}
@media (max-width: 670px) {
  .cp_qa .cp_actab .cp_actab-content p{
    font-size: 10px;
  }
  .more-txt{
    font-size: 10px;
  }
  .more-txt2{
    font-size: 10px;
  }
  .more-contents2{
    align-items: flex-end;
  }
  .cp_qa .cp_actab input:checked ~ .cp_actab-content{
    padding: 10px;
  }
}

@media (max-width: 620px) {
  .link{
    margin-top: 5%;
    display: flex;
    width: 60%;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
  }
  .online-link{
    margin-top: 5%;
    display: flex;
    width: 50%;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
  }
  a.btn-border{
    margin-bottom: 5%;
  }
  .pd{
    margin-right: 0;
    margin-bottom: 7%;
  }
  .btn{
    padding: 0.375rem 1.75rem;
    font-size: 0.8rem;

  }
  .pd2{
    padding: 0.375rem 1.25rem;
  }
  .gpmg{
    padding: 0.375rem 1.25rem;
  }

  a.btn-border:hover:before {
    left: 45%;
    top: -4px;
    text-align: center;
  }
  .scroll-down-box .scroll-text{
    width: 40px;
  }
  .scroll-down-box .scroll-icon{
    width: 15px;
  }
  .scroll-down-box .scroll-icon{
    width: 40%;
  }
  .scroll-down-box{
    top: 40%;
  }
  .cc-following{
    width: 20%;
  }
  .hamburger{
    right: 15px;
  }
  .hamburger span{
    width: 40px;
  }
  .hamburger span:nth-child(2){
    width: 54%;
  }
  .news_box_inner{
    font-size: 1rem;
  }
  .title2{
    margin-top: 100px;
  }
  .contact{
    padding: 35px 0;
  }
  .news{
    padding: 35px 0;
    margin: 20px auto 110px;
  }

}

@media (max-width: 500px) {
.heading{
  font-size: 25px;
}
.article{
  font-size: 12px;
}
#ab:before{
  top: 130px;
}
#ab2:before{
  top: 170px;
}
#ab3:before{
  top: 130px;
}
.sp-brand{
  margin-top: 775px;
}
.more-contents{
  display: block;
}
.more-contents2{
  display: block;
}
.gpp-img{
  width: 100px;
  float: left;
}
.gpp-img2{
  width: 150px;
  float: right;
}

}
@media (max-width: 460px) {
  .c_text{
    font-size: 0.8rem;
  }
  .google-link{
    font-size: 0.8rem;
  }
  .news_box_inner{
    flex-direction: column;
  }
  .news-txt{
    font-size: 1rem;
  }
  .heading {
    font-size: 20px;
  }
  .article{
    font-size: 10px;
    padding: 20px;
  }
  .ami-logo{
    width: 50%;
  }
}

@media (max-width: 340px){
  .sp-brand{
    margin-top: 790px;
  }
}
