<strong></strong>@charset "utf-8";

/* Common */

*{
    max-width:100rem;
}

html,
body,
div,
header,
nav,
main,
section,
footer{
    max-width:none;
}

html{
    overflow-x: hidden;
}

.w90{
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

img{
    width:100%;
}

img.scale{
 width:auto;   
}

svg {
  overflow: visible;
}

/*wrapper*/

div.contents{
    width:90%;
    max-width:1000px;
    margin:0 auto;
    padding:6.5em 0 5em;
}

/*box*/

.flexbox{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.box-center{
    margin:0 auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%); 
    transform: translateY(-50%) translateX(-50%);
}

.cont-cover::after{
    content:" ";
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    left:0;
    top:0;
}

/*text*/

:root{
    font-size:  calc(1rem + 0.3vw);
    font-family:"Noto Sans JP",Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic",sans-serif;
    color:#000;
}

h2{
    font-size:1.3em;
    font-family:"din-2014",sans-serif;
    font-weight:900;
    letter-spacing:0.1em;
    text-align:center;
    margin-bottom:2.5em;
}
    
h3{
    font-size:1.2em;
    text-align:center;
    font-feature-settings: "palt" 1;
}

h4{
    font-size:0.9em;
    font-feature-settings: "palt" 1;
}

p{
    font-size:0.8em;
    letter-spacing:0.1em;
    font-feature-settings: "palt" 1;
}

label{
    font-size:0.8em;
}

dt{
    font-size:0.75em;
    font-weight:700;
}

dd{
    font-size:0.75em;
}

.t-c{
    text-align: center;
}
.t-l{
    text-align: left;
}
.t-r{
    text-align: right;
}

span{
    
    display:inline-block;
}

span.notes{
    font-size:0.8em;
    margin:auto 0.5em;
}

/* Link */

a.btn{
    font-size:0.9em;
    letter-spacing:0.1em;
    display:block;
    padding:0.3em;
    text-align:center;
    text-decoration:none;
    transition:0.7s;
    position:relative;
}

*.arw::after{
    content:"＞";
    display:inline-block;
    font-size:0.6em;
    font-weight:300;
    margin-left:0.3em;
    transform:scale(0.8, 1.3);
    transform-origin: bottom;
}

/*stack*/

.stack > * + * {
    margin-top: 1.5rem;
}

/*color*/

.red{
    color:#b30064;
}

/*BG color*/
html{
    background: #f5f5f3;
    animation: fadeIn ease-in-out 0.7s forwards;
}

.bg_gray{
    background: #ededeb;
}

.bg_khaki{
    background: #c8c8b4;
    color:#FFF;
}

.bg_yel{
    background: #fcd006;
    margin-top:5px;
}

.bg_yel::before{
    content:' ';
    display:block;
    width:100%;
    height:6px;
    background: url("../img/common/bg_yel_obj_top.png")repeat-x;
    background-size:auto 6px;
    position:relative;
    top:-6px;
    margin-top:0.5em;
}

.bg_yel::after{
    content:' ';
    display:block;
    width:100%;
    height:6px;
    background: url("../img/common/bg_yel_obj_btm.png")repeat-x;
    background-size:auto 6px;
    margin-bottom:0.5em;
}

.bg_yel h2{
    margin-top:-0.5em;
}

.bg_bla{
    background:#000;
    color:#FFF;
}

.bg_wh{
    background:#FFF;
    color:#000;
}

.bg_base{
    background:#f5f5f3;
    color:#000;
}

/*h2_btm triangle*/

h2::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.6em solid;
    margin:0.6em auto 0;
    }

.contents > h2::after{
    border-top-color: #fcd006;
}

.bg_gray .contents > h2::after,
.bg_yel .contents > h2::after{
    border-top-color: #FFF;
}

section#top h2#copy::after{
    content:none;
}

/*header*/
header{
    width:100%;
    position:fixed;
    transition:0.2s;
    z-index:10;
    
}

header h1{
    width:3.6%;
    max-width:50px;
    min-width:40px;
    margin:3vw;
    position:relative;
    z-index:11;
}

header h1 a{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    transition:0.3s;
}

header.yel h1 a::after{
    content: url("../img/common/main_logo_2.svg");
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
}

nav ul{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap:2.5em;
    justify-content: flex-end;
    margin-right:2em;
}

nav ul li{
    font-size:0.7em;
    font-family:"din-2014",sans-serif;
    font-weight:900;
    letter-spacing:0.1em;
}

nav ul li a::before{
    content:'';
    display:inline-block;
    width:0.7em;
    height:0.8em;
    margin-top:0.2em;
    margin-right:0.1em;
    background:  url("../img/common/nav_dot.svg") no-repeat;
    background-size:contain;
    transition:0.3s;
}

nav ul li a:hover::before{
    transform:scaleX(2.2);
    transform-origin:center;
}

nav ul li.is_current::before{
    /*transform:scale(2.2, 1.1);
    transform-origin:center;*/
}

header.yel nav ul li a::before{
    background:  url("../img/common/nav_dot_2.svg") no-repeat;
}

nav ul li a{
    text-decoration:none;
}

.hamburger {
    display:none;
}


/*footer*/
footer{
    width:100%;
    padding:1em 0;
    text-align: center;
}

copyright{
    font-size:0.6em;
    display:block;
}

/*form*/

form{
    margin:0 auto;
    text-align: center;
}

label, input, button{
    display:block;
}

input,textarea{
    font-size:0.8em;
    padding:0.5em;
    outline: #c8c8b4 1px solid;
    border:none;
    border-radius:3px;
    margin-top:0.5em;
}

input[type="text"],
textarea{
    width:100%;
}

input[type="checkbox"]{
    display:inline-block;
    margin-right:0.5em;
}

button{
    width:10em;
    font-size:0.9em;
    padding:0.5em 0;
    margin:3em auto 0!important;
    cursor:pointer;
}

/*back Button*/
.history_back{
    position:fixed;
    right:1em;
    bottom:1em;
    width:2%;
    max-width:40px;
    min-width:30px;
    display:none;
}

.history_back img{
    width:100%;
    transition:0.5s;
}

.history_back.on img,
.history_back:hover img{
    transform:translate(-0.5em,2em) rotate(-90deg);
    transform-origin:0 50%;
}

/*contact_bnr*/
#contact_bnr{
    position:fixed;
    left:0;
    bottom:0;
    width:17ch;
    padding:1em;
    transform:translateX(-16.5ch) rotate(-90deg);
    transition:0.7s;
    opacity:0.5;
    z-index:5;
}

#contact_bnr.up{
    transform:translateY(0) rotate(0);
    opacity:1;
}

/*text*/
.text_justify{
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-line-break: strict;
    line-break: strict;
}

/*scroll*/
/*html{
    scroll-behavior: smooth;
}*/

/* =======================================
	SMPH
======================================= */
@media screen and (max-width: 640px) {

    *{
    max-width:100%;
    }
    
/*header*/
    header h1{
    width:9.5%;
    min-width:auto;
    }
    
    header nav{
        display:none;
        position:fixed;
        width:100%;
        height:100vh;
        margin:0;
        background:#FFF;
        top:0;
        left:0;
    }
    
    header.active nav{
        display:block;
        animation: fadeIn ease-in-out 0.5s forwards;
    }
    
        nav ul{
            display:block;
            margin-top:-2em;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%); 
            transform: translateY(-50%) translateX(-50%);
        }
    
        nav ul > * + * {
        margin-top: 2rem;
        }

        nav ul li{
            width:100%;
            font-size:1.1em;
            font-family:"din-2014",sans-serif;
            font-weight:900;
            letter-spacing:0.1em;
            word-break: keep-all;
            word-wrap: break-word;
            overflow-wrap: break-word;
            -webkit-line-break: strict;
            line-break: strict;
        }

        nav ul li a::before{
            content:'';
            display:inline-block;
            width:0.7em;
            height:0.8em;
            margin-top:0.2em;
            margin-right:0.1em;
            background:  url("../img/common/nav_dot.svg") no-repeat;
            background-size:contain;
        }
    
        header.yel nav ul li a::before{
        background:  url("../img/common/nav_dot.svg") no-repeat;
        }
        
        header.active.yel h1 a::after{
        content: url("../img/common/main_logo.svg");
        }

        nav ul li a{
            text-decoration:none;
        }
    
        .hamburger {
            position:absolute;
            right:3vw;
            top:4vw;
              width: 40px;
              height: 30px;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              cursor: pointer;
              z-index:90;
            }
    
            .hamburger span {
              display: block;
              height: 4px;
              background: #000;
            }

            header.active .hamburger{
              transform: rotate(45deg);
              transform-orign:center;
              transition: all 0.3s;
                }

            header.active .hamburger span:nth-child(1) {
              transform: translateY(13px) rotate(90deg);
            }
            header.active .hamburger span:nth-child(2) {
              opacity: 0;
            }
            header.active .hamburger span:nth-child(3) {
              transform: translateY(-13px) rotate(0deg);
            }
    
            /*contact_bnr*/
            #contact_bnr{
                width:14ch;
                padding:0.5em;
                transform:translateX(-13.5ch) rotate(-90deg);
            }

    
}

/* =======================================
	@keyframes
======================================= */

@keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

@keyframes rotate {
	from {
		transform:rotate(0);
	}
	to {
		transform:rotate(360deg);
	}
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
    
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes s-fadeInDown {
  from {
    fill-opacity: 0;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
  }

  to {
    fill-opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
    transform: translate3d(0, 1rem, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
          from {
            opacity: 0;
            -webkit-transform: translate3d(-16%, 0, 0);
            transform: translate3d(-16%, 0, 0);
          }

          to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
          }
        }
    @keyframes fadeInRight {
      from {
        opacity: 0;
        -webkit-transform: translate3d(16%, 0, 0);
        transform: translate3d(16%, 0, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
