@charset "UTF-8";

body {
    animation-name:loading;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-delay:0.4s;
    opacity:0;
    background: url(../img/back.jpg) no-repeat center center #365aa4;
    background-attachment: fixed;
    background-size: cover;
}
@media (max-width: 767px) {
  body {
    background: url(../img/back_sp.jpg) repeat center center #365aa4;
    background-attachment: inherit;
    background-size: 250%;
}
}

@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.hero{
    margin-top:0 !important;
    margin-bottom:0 !important;
}

.p-gh{
    margin-bottom:0 !important;
}
.p-gh__upper{
    border-bottom:none !important;
}

.p-gh__lower{
    border-bottom:none !important;
}

.p-gh__pr{
    text-align: right;
}

.p-gh__pr__logo:hover{
    opacity: 0.7;
}

.asm_logo{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:9px auto 0;
    width: 250px;
    line-height: 0;
}

.asm_logo img{
    max-width: 100%;
    height:auto;
}

.asm_logo:hover{
    opacity: 0.7;
}

.kv_caption_pc{
    display:block !important;
    width:57.8125vw;
    text-align: center !important;
}

.kv_caption_sp{
    width:95vw;
}

.btn_website{
    display: block;
    width:8.75rem;
    height:2.125rem;
    margin:3.5rem auto 2.5rem;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 2.125rem;
    font-size: 0.8125rem;
    position: relative;
    font-feature-settings: normal;
}

.btn_website:hover{
    opacity: 0.7;
}

.icon_newwindow{
    position: absolute;
    width:0.75rem;
    right:0.4375rem;
    top:0.75rem;
}

.sns_link_heading{
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom:1.875rem;
}

.sns_link{
    display: flex;
    justify-content: center;
    gap:65px;
}

.sns_link li{
    width:65px;
    line-height: 0;
}

.sns_link li:nth-last-of-type(1){
    width:62px;
}

.sns_link li:hover{
    opacity: 0.7;
}

.logo_bottom{
    width:9.375rem;
    text-align: center;
    line-height:0;
    margin-left:auto;
    margin-right:auto;
    margin-top:8.75rem;
    margin-bottom:1.875rem;
}
.logo_bottom img{
    max-width: 100%;
    height: auto;
}

.logo_bottom:hover{
    opacity: 0.7;
}

.p-gf__main__menu ul {
  display: flex;
  flex-wrap: wrap;
}
.p-gf__main__menu a {
  display: inline-block;
  width: auto;
  margin: 10px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #000;
}
.p-gf__main__menu a:hover {
  text-decoration: underline;
}
.p-gf__main__menu ul li {
  margin: 0 0 0 0.75rem;
}
.p-gf__main__menu ul li:nth-child(1) {
  margin: 0;
}
.p-gf__main__menu ul li::after {
  content: "|";
  color: rgba(0,0,0,0.3);
  margin: 0 0 0 0.75rem;
  padding: 0 0 0 0;
  font-size: 14px;
}
.p-gf__main__menu ul li:nth-last-child(1)::after {
  content: "";
}


.margin-copy {
    margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .p-gf__main__menu ul {
    justify-content: space-between;
  }
  .p-gf__main__menu ul li {
    margin: 0;
  }
  .p-gf__main__menu ul li::after {
    content: "";
    margin: 0 0 0 0.75rem;
  }
  .p-gf__main__menu a {
    text-decoration: underline;
  }
}



@media only screen and (min-device-width: 320px) and (max-width: 767px) {    
    .p-gh__upper{
        border-bottom:solid 1px #dadada !important;
    }

    .p-gh__pr span{
        transform: scale(85%);
        transform-origin: right center;
    }

    .sns_link{
        display: flex;
        justify-content: center;
        gap:13.33333333vw;
        margin-bottom:18.66666667vw;

    }

    .sns_link li{
        width:13.33333333vw;
        line-height: 0;
    }

    .sns_link li:nth-last-of-type(1){
        width:12.8vw;
    }

    .logo_bottom{
        margin-top:29.33333333vw;
        margin-bottom:8vw;
    }
}



.fadeinLeft {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(-50px, 0);
  -moz-transform : translate(-50px, 0);
  -ms-transform : translate(-50px, 0);
  -o-transform : translate(-50px, 0);
  transform : translate(-50px, 0);
  -moz-opacity:0.0;
}
.fadeinRight {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(50px, 0);
  -moz-transform : translate(50px, 0);
  -ms-transform : translate(50px, 0);
  -o-transform : translate(50px, 0);
  transform : translate(50px, 0);
  -moz-opacity:0.0;
}
.fadeinBottom {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(0, 50px);
  -moz-transform : translate(0, 50px);
  -ms-transform : translate(0, 50px);
  -o-transform : translate(0, 50px);
  transform : translate(0, 50px);
  -moz-opacity:0.0;
}

.fadeinLeft.scrollin, .fadeinRight.scrollin, .fadeinBottom.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transform : translate(0, 0);
  -moz-transform : translate(0, 0);
  -ms-transform : translate(0, 0);
  -o-transform : translate(0, 0);
  transform : translate(0, 0);
  -moz-opacity:1.0;
}

.closeUp.scrollin {
  background-size: 150% !important;
}



h2 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 39vw;
  left: 77vw;
  width: 44%;
  max-width: 1080px;
  box-shadow: 0 2vw 6vw rgba(0,0,0,0.5);
  line-height: 0;
}
h2 img {
  width: 100%;
}
@media (max-width: 767px) {
  h2 {
    transform: translate(-50%,-10%);
    width: 90%;
  }
}

h3 {
  color: #fff;
}


.c-content.c-content--body {
  color: #fff;
}


.contentTxt {
  padding: 6rem 0;
  background-color: #fff;
}
.txtArea {
  max-width: 45%;
  margin: 0 auto;
  position: relative;
}
.contTxt {
  position: relative;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 95%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem 1rem 2rem;
}
.contTxt img {
  display: block;
  margin: 2rem 0;
  width: 100%;
}
.txtArea h3 {
  font-size: 3.2rem;
  text-align: left;
  line-height: 1.7;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 767px) {
  .txtArea {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .contTxt {
    position: static;
    transform: translate(0,0);
    padding: 1rem 5% 1rem 5%;
  }
}

.contentImg {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: 6rem auto;
  padding: 6rem 0;
}
.contentImg#pict02 {
  background: url(../img/img_01_01.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.contentImg#pict03 {
  background: url(../img/img_03_01.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.contentImg h3 {
  margin: 1.5vw 0;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #000;
}
/* .c-content.c-content--body span {
  font-size: 2rem;
  font-weight: 200;
} */
@media (max-width: 767px) {
  .contentImg {
    margin: 6rem auto;
    padding: 25rem 0 2rem;
  }
  .contentImg#pict02 {
    background: url(../img/img_01_01_sp.jpg) no-repeat center top;
    background-size: contain;
    background-attachment: local;
  }
  .contentImg#pict03 {
    background: url(../img/img_03_01_sp.jpg) no-repeat center top;
    background-size: contain;
    background-attachment: local;
  }
  .contentImg h3 {
    font-size: 1.8rem;
  }
}

h4 {
  color: #fff;
}
.c-share {
  color: #fff;
}
.p-gf__to_top {
  color: #fff !important;
}
.c-content--image figcaption {
  color: #fff;
}

.btn_product {
  display: inline-block;
  margin: 1rem 0 0 0;
  padding: 0.5rem 2rem;
  border: solid 1px #fff;
  text-decoration: none !important;
}
.product_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 0 4rem 0;
}
.product_inner img {
  width: 360px;
  margin: 0 2rem 0 0;
}
.product_inner p {
  width: 180px;
}
.product_inner p span {
  font-size: 2rem;
  font-weight: 200;
}
.product_inner p a {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.product_inner p a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .product_inner img {
    width: 40%;
  }
}
.contact {
  display: block;
  margin: 4rem auto;
  padding: 1.5rem 1rem;
  border: solid 1px #fff;
  text-align: center;
}
.contact a {
  position: relative;
  display: inline-block;
  margin: 1rem 0 0 0;
  padding: 0.5rem 2rem;
  border: solid 1px #fff;
  text-decoration: none !important;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.contact a img {
  position: absolute;
  top: 5%;
  right: 2%;
  width: 1rem;
  height: 1rem;
}