@charset "UTF-8";
/*!
	Theme Name: 
	Theme URI: 
	Author: 
	Author URI: 
	Description: 

	Version: 0.0.1
*/
/************************/ :root {
    --primary-color: #ffffff;
    --second-color: #030000;
    --tertiary-color: #F6F6F6;
    --fourth-color: #F2F2F2;
    --bland-color: #a30000;
    --font-sizeh1: 7rem;
    --font-sizeh2: 3.5rem;
    --font-sizeh3: 2rem;
    --font-sizeh4: 1.8rem;
    --font-sizeh5: 1.6rem;
    --font-sizeh6: 1.5rem;
    --font-sizes: 1.2rem;
}
html {
    font-size: 62.5%;
}
body {
    color: #111;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .04em;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, 'Roboto', Arial;
    background: url("/common/img/2x/bg@2x.webp") center bottom;
    background-size: 100%;
}
body::before {
    content: '';
    background: url(/common/img/1x/footerbg.png) center bottom;
    height: 24px;
    display: block;
    width: 100%;
    background-size: 100%;
}
.ten-min-r {
    font-family: var(--font-tenmin);
    font-weight: 400;
    font-style: normal;
}
.trajan-r {
    font-family: var(--font-trajan);
    font-weight: 400;
    font-style: normal;
}
html.fixed {
    height: 100%;
    overflow: hidden;
}
/*loading
---------------------------------*/

#loading {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(43deg, var(--bland-color) 0%, var(--bland-color) 100%);
    color: #000;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    opacity: 1;
}
#loading p {
    color: #fff;
}
#loading.hidden {
    transition: ease .8s;
    transition-delay: 0s;
    opacity: 0;
    z-index: -1;
}
#loading.hidden .pl-frame {
    transition-delay: .1s;
    opacity: 0;
    transition: ease .3s;
    transition-duration: 1s;
}
.loader{
    display: flex;
    margin: auto;
    justify-content: center;
    height: 100vh;
    align-items: center;
}
/**/
.circle {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top-color: #FFF;
  animation: spin 1s infinite linear;
}
@keyframes spin { 
  100% { 
    transform: rotate(360deg); 
  } 
} 
/* font  
-----------------------------------*/
h1 {}
h1 span {}
h2 {
    font-family: var(--font-tenmin);
    font-weight: 400;
}
h3, .h3 {
    font-family: var(--font-tenmin);
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.16em;
}
h4 {
    font-family: var(--font-trajan);
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.18em;
}
h5 {
    font-size: clamp(1.1rem, 1.2vw, 1.8rem);
    font-weight: normal;
}
h6 {
    font-size: 1.6rem;
    font-weight: normal;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-i {
    font-style: italic;
}
.palt {
    font-feature-settings: "palt";
}
@font-face {
    font-family: 'helvetica';
    font-style: normal;
    font-weight: bold;
    src: url('/common/font/font.woff2') format('woff2'), url('/common/font/font.woff') format('woff'), url('/common/font/font.ttf') format('truetype');
}
@font-face {
    font-family: 'helvetica-bold';
    font-style: normal;
    font-weight: bold;
    src: url('/common/font/helvetica-bold.woff2') format('woff2'), url('/common/font/helvetica-bold.woff') format('woff'), url('/common/font/helvetica-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'helvetica-neue';
    font-style: normal;
    font-weight: bold;
    src: url('/common/font2/font.woff2') format('woff2'), url('/common/font2/font.woff') format('woff'), url('/common/font2/font.ttf') format('truetype');
}
.trajan {
    font-family: "trajan-pro-3", serif;
    font-weight: 600;
    font-style: normal;
}
/* link  
-----------------------------------*/
a, a img, button {
    text-decoration: none;
    -webkit-transition: ease 0.7s;
    -moz-transition: ease 0.7s;
    -o-transition: ease 0.7s;
    -ms-transition: ease 0.7s;
    transition: ease 0.7s;
    color: #303030;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover {
    opacity: .8;
}
.row {
    padding-right: 15px;
    padding-left: 15px;
}
.linknone {
    pointer-events: none;
}
.btn {
    width: 117px;
    background: var(--second-color);
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
    font-size: 1.1rem;
    padding: 5px;
    font-family: 'helvetica-bold', sans-serif;
}
.btn-view-more {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: var(--primary-color);
    clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
}
.arrow a {
    background: #FAFAFA;
    display: block;
    width: 140px;
    font-size: 1.1rem;
    padding: 8px 15px 9px 8px;
    clip-path: inset(0);
    position: relative;
    z-index: 1;
    transition: 0s;
    letter-spacing: 0;
}
.arrow a::after {
    background: var(--bland-color);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s ease;
    z-index: -1;
}
.arrow a:hover::after {
    transform: scale(1, 1);
}
.arrow a:hover span::after {
    background: #fff;
}
.arrow a:hover span::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.arrow a:hover {
    color: #fff;
    opacity: 1;
}
/*arrow*/
.arrow span {
    position: relative; /*ボックスの位置指定 */
    left: 5px;
}
.arrow span::after {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 43px;
    height: 1px;
    background: #000;
    transition: 0s;
}
.arrow span::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: 0s;
}
/*list
-----------------------------------*/
.dotlist {
    margin-left: 20px;
}
.dotlist li {
    position: relative;
}
.dotlist li::before {
    content: '・';
    position: absolute;
    left: -20px;
}
/* container width
-----------------------------------*/
.container {
    margin: auto;
    max-width: 850px;
    padding: 0 15px;
    box-sizing: border-box;
}
.container1235 {
    max-width: 1170px;
    margin: auto;
    padding: 0 50px;
}
.containerflat {
    margin: auto 4%;
}
.containerinner {
    padding: 0 30px;
}
/* hr
-----------------------------------*/
/* flex 
-----------------------------------*/
.d-flex {
    display: flex;
    flex-direction: row;
}
.d-flex.flex-rev {
    flex-direction: row-reverse;
}
section img {
    max-width: 100%;
    height: auto;
}
/* animation
-----------------------------------*/
.js-fadeUp {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.js-fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s;
}
/* youtube
-----------------------------------*/
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* pagetop 
-----------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 100;
}
.pagetop a::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 1px;
    bottom: 0px;
    opacity: 1;
}
.pagetop a {
    display: block;
    border-radius: 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    zoom: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    /* font-size: 24px; */
    text-decoration: none;
    line-height: 50px;
    /* border: 1px solid #fbfbfb; */
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0.8;
    color: #1d1d1c;
    background: #fff;
}
.pagetop a span {
    top: 22px;
    position: relative;
    font-size: 0.1rem;
}
.pagetop a:hover {
    opacity: 0.6;
}
/*btn*/
/* top_bnr
-----------------------------------*/
/* footer
-----------------------------------*/
footer {
    position: relative;
    padding: 47px 10px;
    background: url("/common/img/1x/footerbg.png") center bottom;
    background-size: 100%;
}
footer .footlogo {
    text-align: center;
    line-height: 1;
}
/* ---------------------------------
Page
-----------------------------------*/
/* breadcrumb
-----------------------------------*/
.breadcrumb ul {
    display: flex;
    padding: 0px 0;
}
.breadcrumb li {
    display: flex;
    font-size: 11px;
}
.breadcrumb li::after {
    content: '＞';
    padding: 0 5px;
}
.breadcrumb li:last-child {}
.breadcrumb li:last-child::after {
    content: none;
}
.sp_visible, .spx_visible {
    display: none;
}
.sp_hidden, .spx_hidden {
    display: inherit;
}
.effect {
    transform: translateY(50px);
    opacity: 0;
    /*  transition: transform 1s, opacity 1.4s;*/
}
.effect.is-active {
    transform: translateY(0px);
    opacity: 1;
    transition: transform 1s, opacity 1.4s;
}
@keyframes effects {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* ---------------------------------
-----------------------------------
 medhia query 
-----------------------------------*/
@media (max-width: 768px) {
    
    .sp_visible {
        display: inherit;
    }
    .sp_hidden {
        display: none;
    }
    .container1235 {
        padding: 0 20px;
        margin: 20px;
    }
    body::before{
        content: none;
    }
    .header{
        background: var(--primary-color);
    }
    .headlogo{
            line-height: 1;
    }
    .headlogo img{
        height: auto;
    }
    footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    footer .footlogo {
    text-align: center;
    padding: 10px;
        line-height: 1;
}
    footer img {
    width: calc((100vw - 65%)/2);
    line-height: 1;
    height: auto;
}
}
@media (max-width: 480px) {
    .spx_visible {
        display: inherit;
    }
    .spx_hidden {
        display: none;
    }
}