@charset "utf-8";
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
html {
    min-height: 100%;
    width: 100%;
    font-size: 62.5%;
    font-size: 10px\0; /* IE */
    background: #fff;
}
body {
    line-height: 1;
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial,  Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #444;
}
/* IE */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/* image */

img {
    max-width: 100%;
    height: auto;
    border:none;
}
figure {
    line-height: 1;
    text-align: center;
}
figure img {
    line-height: 1;
}

/* link */
a:link {
    color: #000;
    text-decoration: none;
    transition: all 0.4s;
}
p > a:link {
    text-decoration: underline;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
a:focus {
    outline: none;
}

/* clear */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clearfix > li{
    float: left;
}

/* style */
ol,ul {
    list-style: none;
}
blockquote,q {
    quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none;
}
select {
    width: auto;
    vertical-align: middle;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.6rem;
    min-height: 1em;
    padding: 7px 35px 7px 15px !important;
    background: #fff url(../images/icons/arrow-select.svg) right 10px center / 10px no-repeat !important;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"],textarea {
    margin: 0;
    font-size: 1.6rem;
    padding: 1.1em 1.5em 1.1em 1.5em;
    outline: none;
    line-height: 1.4;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #99cdea;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 7px;
    width: 100%;
}
input.hasDatepicker{
    width: 35%;
}
textarea {
    min-height: 12em;
    height: 12em;
    display: block;
}
input[type="checkbox"],input[type="radio"] {
    margin-right: 5px;
}
input[type="submit"],button {
    -webkit-appearance: none;
}
p.Indent_List,ul.Indent_List > li {
    text-indent: -1.2em;
    padding-left: 1.2em;
}
div,p,dt,dd,li {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
}
time {
    font-size: 1.6rem;
    color: #929292;
    display: inline-block;
    letter-spacing: 1px;
}
.txt-bold {
    font-weight: 600;
}
.yusei_magic{
  font-family: "Yusei Magic", serif;
  font-weight: 400;
  font-style: normal;
}

/* Table */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    vertical-align: top;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
table td {
    vertical-align: top;
    word-break: break-all;
}

/* Form */
label{
    cursor: pointer;
}

/* h1-h6 */
h1,h2,h3,h4,h5,h6 {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: normal;
}
h2{
    font-size: 2rem;
}
h3{
    font-size: 1.8rem;
}
h4{
    font-size: 1.6rem;
}
h5{
    font-size: 1.4rem;
}
h6{
    font-size: 1.2rem;
}

/* Flex_Box */
.flex-box{
    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;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    box-sizing: border-box;
}
.flex-box.end{
    justify-content: flex-end;
}
.flex-box.center{
    justify-content: center;
    align-content: center;
}

.share-button{
    margin: 0 5px;
}
.share-button svg{
    width: 1.5rem;
    display: block;
}

/* wrapper */
#wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 101px;
}
#wrapper:before {
    content: "";
    width: 100%;
    height: 101px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4d801;
}

.top-page #wrapper{
    padding-top: 0;
}
.din-page #wrapper{
    padding-top: 0;
}
.box-inner{
    width:90%;
    max-width: 1280px;
    margin: 0 auto;
}
/* header */
#header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #f4d702;
}
.top-page #header{
    position: static;
    top: inherit;
    bottom: 0;
}
.top-page #header h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.top-page #header h1 img{
    display: block;
    width: 100px;
    margin: 0 auto;
}

.top-page #header nav{
    width: 100%;
    justify-content: center;
    align-items: center;
}
/*#header:before{
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f4d702;
}*/
#header h1{
    position: relative;
}
#header h1 .nappen{
    position: absolute;
    right: 0;
    bottom:0;
}

.demo_wrap{
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: 1;
    margin-right: -25px;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 45px;
    height: 55px;
}
.top-page .demo_wrap{
    left: calc(50% + 45px);
}
.demo_item.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.2s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}
.demo_wrap[data-order="left"] {
    animation-name: GoLeft;
}
.demo_wrap[data-order="right"] {
    animation-name: GoRight;
}
.top-page .demo_wrap[data-order="left"] {
    animation-name: GoLeft_top;
}
.top-page .demo_wrap[data-order="right"] {
    animation-name: GoRight_top;
}
[data-order="right"] > .demo_item {
    transform: rotateY(180deg);
}
@keyframes GoRight_top {
    0% { left: calc(50% + 45px); }
    100% { left: calc(50% + 75px); }
}
@keyframes GoLeft_top {
    0% { left: calc(50% + 75px); }
    100% { left: calc(50% + 45px); }
}
@keyframes GoRight {
    0% { left: 100%; }
    100% { left: calc(100% + 30px); }
}
@keyframes GoLeft {
    0% { left: calc(100% + 30px); }
    100% { left: 100%; }
}
@keyframes upDown {
    0% { top: 0; }
    100% { top: 5px; }
}
.header-inner{
    padding: 5px 0;
    align-items: center;
    width: 90%;
    max-width: 1070px;
    margin: 0 auto;
    align-items: center;
}
.header-inner nav li {
}
.header-inner nav li a{
    padding: 0 .7em;
    border-right:1px dashed #333;
}
.top-page .header-inner nav li:nth-child(2) a,
.header-inner nav li:nth-child(1) a{
    border-left:1px dashed #333;
}
.header-inner nav .share-button{
    padding: 0;
}
.header-inner nav .share-button.share-bluesky{
    padding-left: .5em;
}
.header-inner nav .share-button svg{
    width:.8em;
}
.header-inner nav .share-button.share-bluesky svg{
    width:.95em;
}
.header-inner nav .share-button a{
    border: 0;
    padding: 0;
}
.top-page #header nav ul {
    border: 1.5px solid;
    padding: 5px 30px;
    border-radius: 30px;
    align-content: center;
    align-items: center;
    background: #fff;
}

.top-page .header-inner nav li:nth-child(1) {
    display: none;
}

/* footer */
#footer{
    background: #f4d702;
    text-align: center;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
#footer p{
    font-size: 1.2rem;
}
#footer p *{
    text-decoration: none;
}

/* contents */
#contents{
    width: 100%;
    /*height:calc(100vh - 2rem);*/
}
#contents #mv{
    width:100%;
    height:100%;
}
/*#contents img{
    display: block;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: 100% 100%;
}*/


/* loading */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #f4d702;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.spinner {
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  background-color: #fff;
  background: url(../images/logo.png) no-repeat 50% 50%;
  background-size: contain;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.heading_01{
    position: relative;
    padding: 1rem 2rem 1rem 5em;
    background: #dcdeed;
    font-size: 2rem;
    margin: calc( 10px + 1em ) 0 1em; 
    letter-spacing: .05em;
}

.heading_01 span {
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-block;
  width: 52px;
  height: 50px;
  text-align: center;
  background: #005397;
}

.heading_01 span:before,
.heading_01 span:after {
  position: absolute;
  content: '';
}

.heading_01 span:before {
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #005397;
}

.heading_01 span:after {
  top: 0;
  left: 0;
  display: block;
  height: 50%;
  border: 26px solid #005397;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
}

.heading_02 {    margin: 0 0 .5em;
    padding: 0 0 .4em;
    font-size: 5rem;
    line-height: 1.2;
    text-align: center;
    border-bottom: 3px solid #f4d901;
}

.heading_03 {
    text-align: center;
    padding: 1em;
    border-radius: 5px;
    color: #fff;
    background: #590003;
    margin: 1em auto 1em;
}
.heading_04{
  font-family: "Yusei Magic", serif;
  font-weight: 400;
  font-style: normal;
    text-align: center;
    font-size: 4rem;
    letter-spacing: .15em;
    margin: 1em auto .5em;
}
.heading_04 span{
    display: block;
}
.heading_04 .en{
    font-size: 3rem;
    line-height: 1.1;
    font-family: "Sigmar", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #a0b2c6;
    letter-spacing: .3em;
}
.heading_04 .ja{
    position: relative;
    z-index: 3;
    line-height: 1.2;
}
.heading_04 .ja i{
    font-size: .7em;
    letter-spacing: .1em;
    margin-right: .1em;
}
.heading_04:after {
    content: "";
    width: 2em;
    height: 3px;
    background: #444444;
    display: block;
    margin: .2em auto;
}
.heading_05{
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
    text-align: center;
    font-size: 4rem;
    margin: 1em auto .5em;
}
.heading_06{
    position: relative;
    border: 1px solid;
    padding: .5em 1em;
    margin: 1em 0 1em;
    background: #444;
    color: #fff;
}
/*.heading_06:before{
    content: "";
    width: 3em;
    height: 1px;
    position: absolute;
    left: calc(50% - 1.5em);
    top: 100%;
    transform: rotate(45deg);
}
*/
.heading_07{
    text-align: center;
    margin: 0 0 1em;
}
.heading_07:before,
.heading_07:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 1px;
    background: #444;
    margin: 0 .5em;
}

.heading_08{
    font-size: 2.4rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}
/*mv*/
.mv-box{
    padding: 70px 2.5% 0;
    background: #f4d801;
    height: 100vh;
    max-height: 77vw;
    position: relative;
}

.mv-box picture {
    width: 100%;
    height: calc(100% - 65px);
    display: block;
}
.mv-box picture img{
    width: 100%;
    height: 100%;
    max-width: auto;
    max-height: auto;
    object-fit: contain;
}
.mv-box .top_slider{
    width: 100%;
    height: calc(100% - 65px);
    display: block;
}
.mv-box .top_slider .slick-track, 
.mv-box .top_slider .slick-list{
    height:100%;
}
.mv-box .top_slider picture {
    width: 100%;
    height: 100%;
    display: block;
}
/*news*/

.news-list {
    background: #f4d901;
    padding: 1px 0;
}
.news-box-wrap {
    width: 100%;
    max-width: 580px;
    margin: 5% auto 12%;
    padding: 2%;
    border: 3px solid #1c1e21;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    position: relative;
    background: #fff;
}
.news-box-wrap .flex-box{
    align-items: center;
}
.news-box-wrap .ttl{
    position: absolute;
    top: -3px;
    left: 0;
    background: #1c1e21;
    color: #fff;
    padding: .2em 1em;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    font-size: 2.5rem;
}

.news-box-wrap .l-box{
    width: calc(95% - 200px);
    padding-top: 2em;
}
.news-box-wrap .l-box dt{
    border: 2px solid #2e659d;
    color: #2e659d;
    font-weight: bold;
    display: inline-block;
    padding: .2em 1em;
    margin: 1em 0;
    border-radius: 3px;
}
.news-box-wrap .l-box dd{
    position: relative;
}
.news-box-wrap .l-box dd figure{
    width: 48%;
}
.news-box-wrap .l-box dd .st{
    font-weight: bold;
    border-bottom: 1px dashed;
    font-size: 2rem;
    margin-bottom: .5em;
    display: inline-block;
}

.paper-box {
    width: 100%;
    max-width: 580px;
    margin: 2.5% auto 0;
    padding: 2%;
    background: #eee;
    position: relative;
}
.paper-box picture{
    width: 50%;
    display: block;
    margin: 0 auto;
}

.nora-box .nappen.nora{
    margin-left:10px;
    margin-right:10px;
}
.nappen.nora{
    margin: 5% auto;
    position: relative;
    animation: pururun .4s linear 1s infinite;
    width: 30px;
    height: 30px;
}

@keyframes pururun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.0, 1.0) translate(10%, 0%) skew(-10deg, 0deg); }
  60%  { transform: scale(1.0, 1.0) translate(20%, 0%) skew(-20deg, 0deg); }
  70%  { transform: scale(1.0, 1.0) translate(-15%, 0%) skew(15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(15%, 0%) skew(-15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(5%, 0%) skew(-5deg, 0deg); }
  90%  { transform: scale(1.0, 1.0) translate(-5%, 0%) skew(5deg, 0deg); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
.news-box-wrap .r-box{
    width: 200px;
}
.article-list{
    padding: 10% 0 1px;
  background: -webkit-gradient(radial, 50% 0, 30, 50% 0, 40, from(#f4d901), color-stop(0.49, #f4d901), color-stop(0.51, #fff), to(white));
-webkit-background-size: 69px 100%;
}
.work_list-wrap {
    max-width: 780px;
    margin: 5% auto;
}
.work_list-wrap .l-box{
    width: calc(95% - 200px);
}
.work_list-wrap .r-box{
    width: 200px;
}

.work_list-wrap .m-box{
    border-radius: 100%;
    overflow: hidden;
}
.work_list li{
    border-bottom:1px dashed #444;
    counter-increment: cnt;
    margin-bottom: 3em;
    width: 90%;
    position: relative;
}
.work_list li:before{
    content: "WORKS";
    position: absolute;
    top: -1em;
    left: 0;
    font-size: 1.3rem;
    font-family: "Montserrat Alternates", serif;
    font-weight: 400;
    line-height: 1.1;
    color: #a0b3c6;
}

.work_list li:after {
    content: "";
    width: 1px;
    height: 9.5rem;
    position: absolute;
    left: 6.5rem;
    top: 0;
    background: #444;
    transform: rotate(40deg);
}

.work_list li:nth-child(1){
}
.work_list li:nth-child(2){
    margin-left: 5%;
}
.work_list li a{
    display: inline-block;
    position: relative;
    padding: 1.2em 3em .7em 9rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

.work_list li a span{
    font-size: 1.2rem;
    display: block;
    line-height: 1.1;
}
.work_list li:nth-child(1) a{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.work_list li:nth-child(2) a{
    font-size: 2.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.work_list li a:before {
    content: counter(cnt, decimal-leading-zero);
    font-size: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Montserrat Alternates", serif;
    font-weight: 400;
    line-height: 1.1;
}
.work_list li a:after {
    content: "";
    width: .6em;
    height: .6em;
    border-right: 1px solid #444;
    border-top: 1px solid;
    position: absolute;
    bottom: calc(50% - .6em);
    right: 1em;
    transform: rotate(135deg);
}
.sec-din img{
    display: block;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: 100% 100%;
}
.article-list .article{
    margin:0 0 25px;
}
.article-list .article .in_box{
    border-left: 5px solid #eee;
    padding: 5px 0 5px 15px;
    margin: 1em 0 0 1em;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.article-list .article .in_box p{
    line-height: 2;
}
.article-list .article .sec{
    margin: 7.5% 0 12%;
    padding: 5rem 2.5% 5% 7rem;
    position: relative;
    background: #f5f7f9;
}

.article-list .article .sec:before{
    content: "";
    font-size: 8rem;
    position: absolute;
    top: -.4em;
    left: -.3em;
    font-family: "Montserrat Alternates", serif;
    font-weight: 400;
    line-height: 1.1;
}
.article-list .article .sec .ico_works{
    position: absolute;
    top: -2.2em;
    left: -1em;
    font-size: 2rem;
    font-family: "Montserrat Alternates", serif;
    font-weight: 400;
    line-height: 1.1;
    color: #a0b3c6;
}
.article-list .article .sec .ico_works:before{
    content: "WORKS";
}
.article-list .article .sec:after{
    content: "";
    width: 3px;
    height: 12rem;
    position: absolute;
    left: 6.5rem;
    top: -2.5rem;
    background: #444;
    transform: rotate(40deg);
}
.article-list .article .sec-din .ttl{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.article-list .article .sec-genkou .ttl{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
}
.article-list .article .sec .ttl span {
    font-size: .35em;
    display: block;
    line-height: 1.1;
    color: #2e659d;
}
.article-list .article .sec .ttl i{
    font-size: .7em;
}

.article-list .article #works_01:before{
    content: "01";
}
.article-list .article #works_02:before{
    content: "02";
}
.din_box .l-box{
    width: 49%;
    max-width: 540px;
}
.din_box .r-box{
    width: 49%;
}
.din_box .slick-dots li{
    margin:0;
}

.list_box{
    margin: 25px 0;
    max-width: 540px;
}
.list_box dd{
    background: #fff;
    padding: .5em 1em 1em;
    border-top-right-radius: 10px;
    border: 1px solid;
}
.list_box dt{
    display: inline-block;
    background: #fff;
    padding: 0 1em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid;
    border-bottom: 0;
    top: 1px;
    z-index: 1;
    position: relative;
}
.list_box dd p{
    text-align: center;
    margin: .5em auto 1em;
}
.list_box dd p span {
    display: block;
    width: 95%;
    background: #e00;
    color: #fff;
    margin: .5em auto 0;
}
.list_box dd li{
    width: 33%;
}
.list_box dd li:before{
    content: "・";
}
.genkou-wrap .message_box{
    width: 57%;
    border: 2px solid;
    border-radius: 25px;
    padding: 20px;
}
.genkou-wrap .message_box p{
    margin-bottom: 1.5em;
}
.genkou-wrap .card-box-wrap{
    width: 40%;
}
.genkou-wrap .card-box-wrap p{
    margin-top: -10px;
    font-size: 1rem;
}
.card-box{
    border: 1px solid;
    background: #fff;
    margin-bottom: 10px;
}
.card-box dt,
.card-box dd{
    font-size: 1.5rem;
    padding: .1em .7em;
}
.card-box dt{
    background:#444;
    color: #fff;
}
.card-box dt a{
    color: #fff;
}
.card-box dd{
    text-align: right;
}
/* address box */
.box-address-wrap{
    padding: 15px 0 0;
    background: rgb(160 179 198 / 34%);
    margin-top: 5%;
}


@media screen and (max-width: 1280px) {
    .box-address-wrap{
        padding-bottom: 190px;
    }
}
@media screen and (max-width: 750px) {
    .box-address-wrap{
        padding-bottom: 28%;
    }
}
.box-address-wrap .box-inner{
    padding: 10px;
}
.box-address-wrap .l-box{
    width: calc(100% - 300px);
}
.box-address-wrap .r-box{
    width: 280px;
}
.box-address{
    position: relative;
    width: 280px;
    height: 180px;
    padding-top: 100px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    border: 1px solid #35c5ec;
/*    position: fixed;
    right: 0;
    bottom: 0;*/
    background: #fff;
/*    opacity: 0;
    visibility: hidden;*/
}
.box-address:before{
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/bg_nappen.jpg) no-repeat 50% 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.box-address ul{
    padding: 5px;
}
.box-address li{
    font-size: 1.2rem;
}
.nappen{
    width: 40px;
    height: 40px;
    background: url(../images/img_nappen.png) no-repeat 50% 50%;
    background-size: contain;
    display: block;
}
.box-address-wrap .nappen{
    /*position: fixed;
    bottom: 210px;
    right: 0;*/
    /*opacity: 0;
    visibility: hidden;
    transition: all .4s;*/
    position: absolute;
    bottom: 0;
    right: calc(50% + 25px);

    /*animationプロパティここから*/
    animation-name: bounce;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: center bottom;
}
/*.box-address-wrap .nappen.active{
    opacity: 1;
    visibility: visible;
}*/
.box-address-wrap .nappen2{
    right: calc(50% - 75px);
    animation-delay: 1s;
}
.box-address-wrap .nappen3{
    right: calc(50% - 25px);
    animation-delay: .5s;
}
@keyframes bounce {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 初期状態 */
    30%  { transform: scale(1.5, 0.5) translate(0%, 0%); } /* 地面に着地し、その変動で潰れだす */
    40%  { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 潰れた反動で一瞬元に戻る */
    50%  { transform: scale(0.8, 1.3) translate(0%, -60%); } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
    60%  { transform: scale(1.0, 1.0) translate(0%, -110%); } /* 潰れた反動が終り、空中で元に戻る */
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); } /* 初期状態に戻る */
}
.nappen-box{
    background: #000;
    color: #fff;
    padding: 15px;
    width: 280px;
    height: 200px;
    position: relative;
    margin:0 0 10px;
}
.nappen-box:before{
    content: "";
    width:calc(100% - 14px);
    height:calc(100% - 14px);
    position: absolute;
    left: 5px;
    top: 5px;
    border:2px solid #fff;
} 
.nappen-box > *{
    position: relative;
    z-index: 1;
}
.nappen-box .nappen-view{
    position: relative;
    height: 90px;
    margin: 0 0 20px;
}

.nappen-box *{
  font-family: "DotGothic16", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: .15em;
    font-size: 1.1rem;
}
.nappen-box .command li a{
    color: #fff;
    position: relative;
}
.nappen-box .command li a:before{
    content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid #fff;
  border-right: 0;
  position: absolute;
  left: -1em;
  top: calc(50% - .2em);
  opacity: 0;
}
.nappen-box .command li a:hover:before{
  opacity: 1;
}
.nappen-box .command,
.nappen-box .message{
    border: 2px solid #fff;
    padding: 1em 2em;
}
.nappen-box .message{
    width: 55%;
}
.nappen-box .command{
    width: 40%;
    padding-right: 1em;
}

br.pc{ display: block;}
br.sp{ display: none;}

@media screen and (max-width: 750px) {
    br.pc{ display: none;}
    br.sp{ display: block;}
}

.article_link-list{
    margin-bottom:15px;
}
.article_link-list li{
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
.card_list_wrap{
    overflow-x:auto;
}
.card_list{
    width: 1050px;
    margin: 0 auto;
}
.card_list .card{
    float: left;
    margin-right: 24px;
    width: 326px;
}
.btn-next a{
    text-align: center;
    display: block;
    border: 2px solid #2e659d;
    background: #2e659d;
    color:#fff;
    font-weight: bold;
    padding: .2em .5em;
    margin: 1em 0;
    border-radius: 3px;
}
.btn-next.clr02 a{
    color: #2e659d;
    background:#fff;
}

/*din-page*/
.top-btn{
    position: absolute;
    top: 0;
    left: 1em;
    z-index: 5;
    font-size: 1rem;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.din-mv_box {
    width: 100%;
    height: 100vh;
    background: #5f191c;
    position: relative;
}
.din-mv_box .img_box{
    background: url(../images/mv_01.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-delay:15s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count:1;
}

.din-mv_box .img_box h1 a{
    width: 100%;
    display: block;
    color: #fff;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;

    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1.3;
    padding: .5em 0;
}

.din-mv_box .img_box a span{
    display: block;
    font-size: 1.5rem;
}
.din-mv_box .img_box h1 span{
    display: block;
    font-size: 1.5rem;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
@keyframes fadeout {
  0% {
     opacity: 1;
  }
  100% {
     opacity: 0;
  }
}
.din-mv_box .in_box{
    display: block;
    margin: 0 auto;
    line-height: 2;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  animation-name: fadeout;
  animation-duration: 1s;
  animation-delay:15s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count:1;
}
.din-mv_box .in_box span{
    display: block;
    letter-spacing: .1em;
    color: #fff;
}
.site-list{
    margin:15px auto 5%;
}
.site-list li {
    margin: 0 8px 8px 0;
    float: left;
    background: #f4d801;
    position: relative;
    z-index: 1;

  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.site-list li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4px;
    left: -4px;
    border: 1px solid;
}
.site-list li a {
    display: block;
    padding: .7em 2em;
    position: relative;
    z-index: 3;
}
.media-list li{
    border-bottom: 1px dashed;
}
.media-list li a{
    display: block;
    padding: .5em 0;
}
.media-list span{
    display: inline-block;
    background: #a0b2c6;
    color: #fff;
    padding: .1em .5em;
    border-radius: 5px;
    margin: 0 0 .5em 0;
}
.x-card {
    width:calc(33.3333% - 15px);
}
.twitter-tweet iframe {
    width: 100%;
}
/* Min 960~ */
@media screen and (min-width: 960px) {
    #Slide_Menu {
        display: none;
    }
} /* Min 960 */


@media screen and (max-width: 959px) {
} /* Max 959 ~ 751 */


@media screen and (max-width: 750px) {
    body.open {
        overflow: hidden;
    }
    body {
        min-width: initial;
    }
    div, p, dt, dd,li {
        font-size: clamp(1.2rem,2.93vw,2.2rem);
        line-height: 1.5;
    }

    img.PC {
        display: none;
    }
    img.SP {
        display: inline-block;
        height: auto;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea {
        width: 100%;
        font-size: 1.932rem;
        font-size: 2.55vw;
        font-size: 1.6rem;
    }
    textarea {
        min-height: 5em;
    }
    time {
        font-size: 1.6rem;
        font-size: 2.14vw;
    }

    /* wrapper */

    #wrapper {
        min-width: inherit;
        padding-top:90px;
    }
    .box-inner {
        width: 90%;
    }
    .top-page .header-inner{
        width: 100%;
    }
    .header-inner nav li {
        font-size: clamp(1.2rem,4vw,3rem);
    }
    #header h1{
        width: 25%;
        max-width: 80px;
    }
    #header h1 .nappen {
        width: 20px;
        height: 20px;
    }
    .header-inner {
        flex-direction: column;
        justify-content: center;
    }
    .header-inner nav{
        justify-content: center;
        /* margin: 0 auto; */
        width: 100%;
    }
    .demo_wrap{
        height: 35px;
    }

    /*heading*/
    .heading_02 {
        margin: 0 0 .5em;
        padding: 0 0 .5em;
        font-size: clamp(1.6rem,4.26vw,3.2rem);
        border-bottom: 1.5px solid #f4d901;
    }
    .heading_03 {
        padding: .8em;
        border-radius: 5px;
        margin: 1em auto 1em;
        font-size: clamp(1.2rem, 3.2vw, 3.2rem);
        line-height: 1.5;
    }

    /*mv*/
    .mv-box{
        padding: 70px 2.5% 0;
        height: auto;
        max-height: inherit;
    }

    .mv-box picture {
        width: 100%;
        height: auto;
    }
    .mv-box picture img{
        width: 100%;
        height: auto;
        max-width: auto;
        max-height: auto;
        object-fit: unset;
    }

    .mv-box .top_slider picture img{
        width: 100%;
        height: 100%;
        max-width: auto;
        max-height: auto;
        object-fit: contain;
    }
    
    .news-box-wrap {
        border-top-left-radius: 4vw;
        border-bottom-right-radius: 4vw;
        border-width: 2px;
        padding: 5%;
    }
    .news-box-wrap .ttl{
        padding: .3em 1.5em;
        border-top-left-radius: 4vw;
        border-bottom-right-radius: 4vw;
        font-size: clamp(1.6rem, 4.26vw, 3.2rem);
        top: -2px;
        left: -2px;
    }
    .news-box-wrap .l-box dd .st{
        font-size: clamp(1.4rem, 3.73vw, 2.8rem);
    }
    .news-box-wrap .r-box {
        width: 35%;
    }
    .news-box-wrap .l-box {
        width: 65%;
        padding-right:20px;
    }
    .work_list-wrap {
        margin: 5% auto;
        flex-direction: column-reverse;
    }
    .work_list li{
        width: 100%;
    }
    .work_list li:nth-child(2){
        margin-left: 0;
    }
    .work_list-wrap .l-box {
        width: 100%;
    }
    .work_list-wrap .r-box {
        width: 100%;
    }
    .work_list-wrap .m-box {
        width: 35%;
        margin: 5%  auto 12%;
        max-width: 100px;
    }
    .work_list li a {
        display: block;
        padding: 1.2em 1em .7em 2.5em;
        font-size: clamp(2rem,5.6vw,4.2rem);
    }
    .work_list li:before {
        font-size: clamp(1.2rem, 3.2vw, 2.4rem);
    }
    .work_list li a:before {
        font-size: clamp(3.8rem, 10.13vw, 6rem);
    }
    .work_list li a:after{
        right:.5em;
    }
    .work_list li:after {
        height: 5em;
        left: 3.2em;
        top: 0;
        position: absolute;
    }
    .work_list li:nth-child(2) a {
        font-size: 1.6em;
        padding-left: 3em;
    }

    .article-list .article .sec {
        margin: 7.5% 0 20%;
        padding: 0 5% 5% 5%;
        width: 95vw;
    }

    .article-list .article .sec-genkou .ttl{
        font-size: clamp(1.6rem,4.26vw,3.2rem);
    }
    .article-list .article .sec .ttl{
        padding-top: 2em;
        padding-left: .5em;
    }

    .article-list .article .sec .ttl span {
        font-size: clamp(.9rem, 2.4vw, 1.8rem);
        display: block;
        line-height: 1.2;
        margin: 0 0 .5em;
    }
    .article-list .article .in_box {
        margin: 0 1em 5% 0;
    }

    .article-list .article .sec:before {
        font-size: clamp(5rem, 13.33vw, 10rem);
    }
    .article-list .article .sec:after {
        font-size: clamp(5rem, 13.33vw, 10rem);
        height: 1.4em;
        left: .8em;
        top: -.25em;
    }
    .article-list .article .sec .ico_works {
        top: -2.5em;
        left: -1.1em;
        font-size: clamp(1rem,2.66vw,2rem);
    }

    /*din*/
    .din_box.flex-box{
        flex-direction: column;
    }

    .din_box .r-box {
        width: 100%;
    }

    .din_box .l-box {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    /*genkou*/
    .genkou-wrap {
        flex-direction: column;
    }
    .genkou-wrap .message_box{
        width: 100%;
        border-radius: 25px;
        padding: 5%;
        margin: 5% auto 5%;
    }
    .genkou-wrap .card-box-wrap{
        width: 100%;
    }
    .box-address-wrap{
        padding:5% 0;
    }
    .box-address-wrap .box-inner.flex-box{
        flex-direction: column;
    }

    .box-address-wrap .l-box {
        width: 100%;
    }

    .box-address-wrap .r-box {
        width: 100%;
    }

    .nappen-box,.box-address {
        margin-left: auto;
        margin-right: auto;
    }
.box-address-wrap .box-inner {
    padding: 0;
}


/* Max 750 */
}

@media screen and (max-width: 460px) {
    .list_box dd li {
        width: 50%;
    }

    .x-card {
        width: 100%;
    }
    .scroll_box{
        padding: calc(5% + 9px) 0;
        position: relative;
    }
    .scroll_box:before,
    .scroll_box:after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .scroll_box:before{
        width: 100%;
        top: calc(5% - 5px);
        height:calc(90% + 10px);
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }
    .scroll_box:after{
        width: calc(90% + 7px);
        left: calc(5% - 5px);
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .scroll_box-inner{
        width: 90%;
        padding-right: 15px;
        position: relative;
        z-index: 3;
        margin:0 auto;
        max-height: 90vh;

        overflow-y: scroll;
    }

/* Max 460 */
}

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

/* Max 375 */
}

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

/* Max 320 */
}
/*sakura*/
#layer_board_area{
    position: relative;
}
.layer_board_btn{
    position: fixed;
    bottom:0;
    right: 0;
    width: 50%;
    bakground:#fff;
    padding:10px;
    max-width: 350px;
}
.layer_board_bg,
.layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
top: 0;
left: 0;
display: none;
cursor: pointer;
background: rgba(0,0,0,.8);
}
.layer_board {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2000;
padding: 10px;
width:95%;
max-width: 500px
}
.layer_board figure img{
    width: 100%;
}
.layer_board p {
margin-bottom: 50px
}
.btn_close{
    display: block;
    text-decoration: none;
    background: #000;
    color: #fff !important;
    text-align: center;
    padding: 10px 40px;
    width: 100%;
    margin: 15px auto 0;
}
.sakura {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
    z-index: 1000;
}
.sakura i {
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rotate3 {
  from {
    transform: translateX(50px) rotate(-45deg);
  }
  to {
    transform: translateX(150px) rotate(0deg);
  }
}
.sakura i:nth-child(1) {
  left: 0;
  animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.sakura i:nth-child(2) {
  left: 5vw;
  animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura i:nth-child(3) {
  left: 15vw;
  animation: fall 9s linear infinite,
    rotate1 3.5s ease-in-out infinite alternate;
}
.sakura i:nth-child(4) {
  left: 30vw;
  animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
.sakura i:nth-child(5) {
  left: 80vw;
  animation: fall 5s linear infinite, rotate3 2s ease-in-out infinite alternate;
}
.sakura i:nth-child(6) {
  left: 55vw;
  animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
.sakura i:nth-child(7) {
  left: 65vw;
  animation: fall 7s linear infinite,
    rotate2 3.5s ease-in-out infinite alternate;
}
.sakura i:nth-child(8) {
  left: 20vw;
  animation: fall 7s linear infinite, rotate3 3s ease-in-out infinite alternate;
}

/* ボタン本体のスタイル */
.link_reserve p a {
  /* ボタン要素の大きさや色 */
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: .2em 1em;
  border-bottom: 1px dashed;
  /*border: 2px solid transparent;*/

  /* ボタンの文字の設定 */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ef4b53;
  letter-spacing: -0.01em;

  /* その他必要なスタイル */
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

/* ハートの共通スタイル */
.link_reserve p a::before,
.link_reserve p a::after {
  content: "";
    background-image: url(../images/img_nappen.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
}

/* 左上のハートのスタイル */
.link_reserve p a::before {
  top: 0;
  left: -12px;
}

/* 右下のハートのスタイル */
.link_reserve p a::after {
  bottom: -6px;
  right: -14px;
}

/* ========= ホバー時のスタイル ======== */

/* ボタンホバー時のスタイル */
.link_reserve p a:hover {
  background-color: #fff;
  border-color: #ef4b53;
  color: #ef4b53;
}

/* ボタンホバー時の左上のハートのスタイル */
.link_reserve p a:hover::before {
  animation: heart 1.5s infinite ease-out;
}

/* ボタンホバー時の右下のハートのスタイル */
.link_reserve p a:hover::after {
  animation: heart 1.5s 0.2s infinite ease-out;
}

/* ========= アニメーションの設定 ======== */
@keyframes heart {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) scale(1.4);
    opacity: 0;
  }
}

/* ========= SPのスタイル ======== */
@media screen and (max-width: 768px) {

  /* ボタン本体のスタイル */
  .link_reserve p a {
    background-color: #fff;
    border-color: #ef4b53;
    color: #ef4b53;
  }
  
  /* 左上のハートのスタイル */
  .link_reserve p a:hover::before {
    animation: heart 1.5s infinite ease-out;
  }

  /* 右下のハートのスタイル */
  .link_reserve p a:hover::after {
    animation: heart 1.5s 0.2s infinite ease-out;
  }
}


/* micromodal.js */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 95vh;
  max-width: 100%;
  overflow-y: auto;
  padding: 0;
  width: 95%;
}

.modal-close {
  margin: 0 auto 15px;
  width: 90%;
  max-width: 175px;
  text-align: center;
  display: block;
  font-size: clamp(1.3rem, 0.17vw + 1.17rem, 1.5rem);
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-weight: 700;
  padding: 0.75em 1em;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-close {
    margin-top: 20%;
  }
}
.modal-close:hover {
  color: #333;
  background: #fff;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mmslideOut {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

/* 非表示状態 */
.modal[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* 表示状態 */
.modal[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル本体 */
.modal-container {
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 新規追記分：表示時のアニメーション完了状態 */
.modal[aria-hidden=false] .modal-container {
  transform: scale(1);
  opacity: 1;
}