@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');

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,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.8em;
  font-style: inherit;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  color: #2c1204;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

@media only screen and ( max-width : 767px ) {
  body {
    font-size: 13px;
  }
}
@media only screen and ( max-width : 320px ) {
  body {
    font-size: 12px;
  }
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}
.gosic {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #2c1204;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(../scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 991px ) {
  .br_pc_l {
    display: none;
  }
}
@media only screen and ( max-width : 767px ) {
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 25px;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .br_pc {
    display: none;
  }
  .sec {
    padding: 50px 0;
  }
}

@media only screen and ( max-width : 320px ) {
  .br_sp_m {
    display: none;
  }
}

@media print, screen and ( min-width : 321px ) {
  .br_sp_s {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .br_sp,.br_sp_m {
    display: none;
  }
  .sec {
    padding: 100px 0;
  }
}
@media print, screen and ( min-width : 992px ) {

}
@media print, screen and ( min-width : 1200px ) {
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(44,18,4,0);
  transition: .5s;
}
#header.header_fixed {
  background: rgba(44,18,4,.4);
}

@media only screen and ( max-width : 991px ) {
  #header .header_inner {
    max-width: 100%;
    height: 60px;
    padding-left: 20px;
  }
  #header_logo img {
    max-width: 90px;
    height: 22px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #header,#header .header_inner {
    height: 70px;
  }
  #header .header_inner {
    padding: 0 30px;
  }
  #header_logo a {
    display: block;
    text-align: center;
  }
}
@media print, screen and ( min-width : 1200px ) {
}

/* ---------------------------------------------------------------------------------------------

　   MENU

--------------------------------------------------------------------------------------------- */
#nav li a {
  color: #fff;
}

@media only screen and ( max-width : 991px ) {
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  #menu_btn {
    width: 80px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    display: inline-block;
    width: 40px;
    height: 15px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all .5s;
  }
  .menu-trigger.active span {
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(3) {
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
    width: 80%;
    top: 10px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
    width: 80%;
    bottom: -10px;
  }
   
  nav {
    width: 270px;
    overflow: auto;
    padding: 80px 20px 30px;
    background-color: rgba(44,18,4,.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(270px);
    transition: all .5s;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  nav.open {
    transform: translateZ(0);
  }
  nav .menu li {
    border-bottom: .25px solid rgba(255,255,255,.4);
  }
  nav .menu li a {
    position: relative;
    padding: 20px 0;
    display: block;
    font-size: 16px;
  }
  nav .menu li:last-child {
    display: none;
  }
  .nav_sp {
    color: #fff;
    margin-top: 70px;
  }
  .nav_sp a {
    color: #fff;
  }
  .nav_sp .nav_sp_sns {
    margin: 20px 0;
  }
  .nav_sp_sns p {
    text-align: center;
  }
  .nav_sp .nav_sp_sns li {
    font-size: 26px;
  }
  .nav_sp .sp_nav_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2c1204;
    font-size: 16px;
    position: relative;
    height: 55px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .nav_sp .sp_nav_btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp_nav_link {
    text-align: center;
  }
  .sp_nav_link a {
    text-decoration: underline;
  }
}
@media print, screen and ( min-width : 992px ) {
  #menu_btn,
  .overlay,
  .nav_sp {
    display: none;
  }
  nav li {
    position: relative;
    margin-right: 35px;
    padding-right: 20px;
  }
  nav li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 50%;
    transform: rotate(40deg) translateY(-50%);
  }
  nav li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  nav li:nth-last-of-type(2) {
    padding-right: 0;
  }
  nav li:last-child:after,nav li:nth-last-of-type(2):after {
    content: none;
  }
  nav li a {
    display: block;
    font-size: 13px;
  }
  #nav li a i {
    font-size: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer .footer_content {
  background: #2c1204;
  color: #fff;
}
#footer_nav li {
  position: relative;
}
#footer_nav li:after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10%;
  right: -.5px;
  background: #fff;
}
#footer_nav li:last-child:after {
  content: none;
}
#footer_nav li a {
  color: #fff;
  display: block;
}
#footer_nav li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#footer_nav li a i img {
  display: block;
}
#footer .copy {
  text-align: center;
  font-size: 10px;
}
.f_add {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.6);
}

@media only screen and ( max-width : 767px ) {
  #footer .footer_content {
    padding: 30px 0;
  }
  #footer_nav li {
    margin-bottom: 5px;
  }
  #footer_nav li a {
    padding: 0 25px;
  }
  .f_add {
    font-size: 10px;
    margin-top: 30px;
    padding-top: 25px;
  }
  #footer .copy {
    padding: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #footer .footer_content {
    padding: 60px 0;
  }
  #footer_nav li a {
    font-size: 15px;
    padding: 0 25px;
  }
  .f_add {
    font-size: 12px;
    margin-top: 50px;
    padding-top: 35px;
  }
  #footer .copy {
    padding: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
.fixed_btn {
  position: fixed;
  z-index: 90;
}
.fixed_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.fixed_btn a span {
  position: relative;
}

@media only screen and ( max-width : 991px ) {
  .fixed_btn {
    right: 0;
    bottom: 50px;
  }
  .fixed_btn a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: rgba(44,18,4,.8);
    width: 44px;
    height: 180px;
    border-radius: 15px 0 0 15px;
    border: 1px solid rgba(255,255,255,.6);
  }
  .fixed_btn a i {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media only screen and ( max-width : 320px ) {
  .fixed_btn {
    bottom: 20px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .fixed_btn {
    right: 30px;
    bottom: 30px;
    font-size: 16px;
  }
  .fixed_btn a {
    border-radius: 50px;
    width: 240px;
    height: 66px;
    background: rgba(44,18,4,.9);
    border: 1px solid rgba(255,255,255,.4);
  }
  .fixed_btn a i {
    font-size: 18px;
    margin-left: 10px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   LINK AREA

--------------------------------------------------------------------------------------------- */
#link .link_bnr {
  display: inline-block;
}
.sns_content {
  text-align: center;
}
.sns_content p {
  margin-bottom: 1em;
}
.sns_content li a {
  display: block;
  text-align: center;
}
.official_site {
  text-align: center;
}
.official_site a {
  text-decoration: underline;
}
@media only screen and ( max-width : 767px ) {
  #link {
    background: url(../images/sns_bg_sp.jpg) no-repeat left bottom / 100%;
  }
  .sns_content {
    margin-top: 30px;
  }
  .sns_content p {
    font-size: 16px;
  }
  .sns_content ul {
    max-width: 260px;
    margin: 0 auto 20px;
  }
  .sns_content li {
    font-size: 30px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #link {
    background: url(../images/sns_bg.jpg) no-repeat left bottom / 100%;
  }
  .sns_content {
    max-width: 430px;
    margin: 170px auto 0;
  }
  .sns_content p {
    font-size: 25px;
  }
  .sns_content li {
    font-size: 48px;
  }
  .official_site {
    font-size: 15px;
    margin-top: 30px;
  }
  .official_site a {
    display: inline-block;
    position: relative;
  }
  .official_site span:after {
    content: ":";
    margin: 0 .3em;
  }
}


/* ---------------------------------------------------------------------------------------------

　   STYLE

--------------------------------------------------------------------------------------------- */
main {
  overflow: hidden;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.sec_tit {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec_tit .sec_tit_txt {
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
}
.sec_tit .sec_tit_line {
  width: 20px;
  height: 1px;
  background: #2c1204;
  margin-top: 20px;
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: .4s;
}

.ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ttl span {
  text-align: center;
}
.ttl .ttl_jp {
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
}
.ttl .ttl_en {
  transition: .5s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: .4s;
  margin-top: 1em;
}


@media only screen and ( max-width : 767px ) {
  .sec_tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ttl_jp {
    font-size: 20px;
  }
  .ttl_en {
    font-size: 9px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .sec_tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .ttl_jp {
    font-size: 33px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
  transition-delay: .1s;
}

.fadein.fadein__active.delay01 {
  transition-delay: .4s;
}
.fadein.fadein__active.delay02 {
  transition-delay: .8s;
}
.fadein.fadein__active.delay03 {
  transition-delay: 1.2s;
}

.fadein_up {
  opacity: 0;
}
.fadein_up.fadein_up__active {
  opacity: 1;
  animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width:768px) {
  .order2_anim .fadein_up.fadein_up__active:nth-child(2n),
  .order2_anim .fadein.fadein__active:nth-child(2n) {
    transition-delay: .3s;
    animation-delay: .3s;
  }
  .order3_anim .fadein_up.fadein_up__active:nth-child(3n+2),
  .order3_anim .fadein.fadein__active:nth-child(3n+2) {
      transition-delay: .3s;
      animation-delay: .3s;
  }
  .order3_anim .fadein_up.fadein_up__active:nth-child(3n),
  .order3_anim .fadein.fadein__active:nth-child(3n+2) {
      transition-delay: .6s;
      animation-delay: .6s;
  }
}


.fadein_down {
  opacity: 0;
}
.fadein_down.fadein_down__active {
  opacity: 1;
  animation: fadein_down 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadein_down {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.fadein_left {
  opacity: 0;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.fadein_left.fadein_left__active {
  opacity: 1;
  animation-name: fadein_left;
  transition-delay: .1s;
  animation-delay: .1s;
}
@keyframes fadein_left {
  0% {
     opacity: 0;
     transform: translateX(-100px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}

@media screen and (min-width:768px) {
  .fadein_left.fadein_left__active.delay01 {
    transition-delay: .3s;
    animation-delay: .3s;
  }
}


.fadein_right {
  opacity: 0;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.fadein_right.fadein_right__active {
  opacity: 1;
  animation-name: fadein_right;
  transition-delay: .1s;
  animation-delay: .1s;
}
@keyframes fadein_right {
  0% {
     opacity: 0;
     transform: translateX(100px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}
@media screen and (min-width:768px) {
  .fadein_right.fadein_right__active.delay01 {
    transition-delay: .3s;
    animation-delay: .3s;
  }
}



.smooth {
  clip-path: inset(0 100% 0 0);
  transition-property: clip-path;
}
.smooth.smooth__active {
  clip-path: inset(0);
}

@media only screen and ( max-width : 767px ) {
  .smooth {
    transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
@media screen and (min-width:768px) {
  .smooth {
    transition: 1.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}


