@charset "utf-8";
/*
Theme Name: ふく亭
*/
@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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  color: #000;
  /*font-feature-settings: "palt";*/
}

@media only screen and ( max-width : 767px ) {
  body {
    font-size: 15px;
  }
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}
.min,#service_sec h2 {
  font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,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: #000;
}

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);
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"],input[type="password"] {
  height: 50px;
  padding:0 15px;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"],input[type="password"]{
  border: none;
  margin: 0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #C6C6C6;
}

textarea {
  padding:15px;
  width: 100%;
  display: block;
  resize: vertical;
  height: 150px;
}
button, input[type="submit"], input[type="button"] {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "\e909";
  font-family: 'icomoon' !important;
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 12px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-size: 30px;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#000;
    width:100%;
    background: #fff;
    border: 1px solid #C6C6C6;
    font-family: inherit;
    border-radius: 2px;
}
select option{
  background-color: #fff;
  color: #333;
}

@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: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: .5s;
  background: #fff;
}
#header.header_fixed {
}

@media only screen and ( max-width : 991px ) {
  #header .header_inner {
    max-width: 100%;
    height: 50px;
    padding-left: 15px;
  }
  #header_logo img {
    max-width: 124px;
  }
  #h_link {
    display: none;
  }
}
@media print, screen and ( min-width : 992px ) {
  #header,#header .header_inner {
    height: 90px;
  }
  #header .header_inner {
    padding: 0 30px;
  }
  #header_logo {
    width: 180px;
    margin-right: 50px;
  }
  #header_logo a {
    display: block;
    text-align: center;
  }
  #header_nav {
    width: calc(100% - (230px + 370px));
  }
  #h_link {
    width: 540px;
    margin-left: 30px;
  }
  #h_link a {
    background: #000;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-weight: 700;
    border-radius: 2px;
    margin-right: 10px;
  }
  #h_link .h_link_contact {
    width: 190px;
  }
  #h_link .h_link_bentou,
  #h_link .h_link_trip_company {
    width: 150px;
  }
  #h_link a:last-child {
    margin-right: 0;
  }
  #h_link a i {
    margin-right: 6px;
  }
  #h_link a .fa-flag {
    font-size: 20px;
  }
}
@media print, screen and ( min-width : 1300px ) {
  #header_logo {
    width: 206px;
    margin-right: 70px;
  }
  #header_nav {
    width: calc(100% - (276px + 426px));
  }
  #h_link {
    width: 576px;
    margin-left: 50px;
  }
  #h_link a {
    font-size: 15px;
  }
  #h_link .h_link_contact {
    width: 206px;
  }
  #h_link .h_link_bentou,
  #h_link .h_link_trip_company {
    width: 160px;
  }
  #h_link a i {
    margin-right: 10px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MENU

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 991px ) {
  body.fixed {
     height: 100%; 
    position: fixed;
     width: 100%; 
  }
  .nav-open #header {
    display: block !important;
    position: fixed;
  }
  .nav-open #menu_btn {
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    transition: opacity .5s;
  }
  .nav-open .overlay {
    width: 100vw;
    height: 100vh;
    opacity: 1;
  }
  #main {
    /*height: 100%;
    transition: all .5s;*/
  }
  #menu_btn {
    top: 0;
    right: 0;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
  }
  .menu-trigger {
    width: 24px;
    height: 18px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .5s;
  }
  .nav-open #menu_btn .menu-trigger span {
    background: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .nav-open #menu_btn .menu-trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .nav-open #menu_btn .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-open #menu_btn .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
   
  #nav {
    /*width: 280px;
    height: auto;*/
    overflow: auto;
    background-color: #f6f2ec;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 101;
    display: none;
    width: 100%;
    padding: 30px;
  }
  .nav-open #nav {
  }
  #nav ul {
  }
  #nav li.nav_top {
    display: none;
  }
  #nav .menu-item-has-children {
    width: 49%;
  }
  #nav li {
    width: 100%;
  }
  #nav li a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 15px;
  }
  #nav li li a {
    font-weight: 400;
    font-size: 13px;
  }
  #nav .nav_sp_top {
    margin-bottom: 40px;
  }
  #nav .nav_sp_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B5956D;
    border-radius: 2px;
    color: #fff;
    height: 44px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
  }
  #nav .nav_sp_top a i {
    margin-right: 10px;
  }
  #nav .nav_sp_top a i.fa-flag {
    font-size: 27px;
  }
  #nav .nav_sp_bottom {
    margin-top: 70px;
  }
  #nav .nav_sp_bottom .nav_sp_sns {
    margin: 20px 0;
  }
  #nav .nav_sp_bottom .nav_sp_sns li {
    margin-right: 25px;
    width: auto;
  }
  #nav .nav_sp_bottom .nav_sp_sns li a {
    font-size: 30px;
  }
  #nav .nav_sp_bottom .nav_sp_sns li:last-child {
    margin-right: 0;
  }
}
@media only screen and ( max-width : 575px ) {

}
@media print, screen and ( min-width : 992px ) {
  #menu_btn,
  .overlay,
  .nav_sp_bottom,
  .nav_sp_top {
    display: none;
  }
  nav li {
    position: relative;
    margin-right: 35px;
  }
  nav li:last-child {
    margin-right: 0;
  }
  nav li a {
    display: block;
    font-size: 15px;
    font-weight: 700;
  }
  #header .menu-item-has-children .sub-menu {
    display: none;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #B59368;
  color: #fff;
  position: relative;
}
#footer a {
  color: #fff;
}
.f_logo {
  width: 185px;
}
.f_nav {
  font-size: 15px;
}
.f_nav ul li li {
  font-size: 13px;
}
.f_nav ul li a {
  font-weight: 700;
}
.f_nav ul li li a {
  font-weight: 400;
}
.f_sub_menu li {
  position: relative;
  margin-right: 15px;
}
.f_sub_menu li:last-child:after {
  content: none;
}
.f_sub_menu li:after {
  content: "";
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  background: #fff;
  width: 1px;
}
.f_sub_menu li a {
  display: block;
  padding-right: 15px;
  font-size: 13px;
}
.f_sub_menu li:last-child a {
  padding-right: 0;
}
.f_bentou_btn,
.f_contact_btn {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 17px;
}
.f_bentou_btn {
margin-bottom: 25px;
}
.f_bentou_btn i,
.f_contact_btn i {
  margin-right: .5em;
}
.f_sns_link li {
  font-size: 30px;
  margin-right: 20px;
}
.f_sns_link li:last-child {
  margin-right: 0;
}
.f_sns_link li a {
  display: block;
}
#footer .copy {
  font-size: 13px;
}
@media only screen and ( max-width : 992px ) {
  .f_content {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .f_logo {
    display: block;
    margin: 0 auto;
  }
  .f_nav {
    margin-bottom: 20px;
  }
  .f_link .f_sns_link {
    margin: 20px 0;
  }
  #footer .copy {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and ( max-width : 767px ) {
  #footer {
    padding: 50px 0 30px;
  }
  .f_nav .f_nav_box {
    width: 42%;
  }
  .f_nav .f_nav_box:nth-child(2) {
    width: 56%;
  }
}

@media print, screen and ( min-width : 768px ) {
  #footer {
    padding: 60px 0;
  }
  .f_nav .f_nav_box:last-child {
    margin-right: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  .f_content {
    margin-bottom: 70px;
  }
  .f_logo {
    order: 1;
  }
  .f_nav {
    padding: 0 50px;
    width: calc(100% - (185px + 240px));
    order: 2;
  }
  .f_nav .f_nav_box {
    padding-right: 35px;
  }
  .f_link {
    width: 240px;
    order: 3;
  }
  .f_contact_btn {
    margin-bottom: 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#page-top {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 97;
}
#page-top a {
  background-color: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

@media only screen and ( max-width : 1199px ) {
  #page-top {
    right: 15px;
  }
}

@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 992px ) {
}
@media print, screen and ( min-width : 1200px ) {
  #page-top {
    right: 50px;
  }
}




/* ---------------------------------------------------------------------------------------------

　   STYLE

--------------------------------------------------------------------------------------------- */
#main {
  overflow: hidden;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.btnlist .menu {
  display: flex;
  flex-wrap: wrap;
}
.btnlist .menu li a {
  background: #000;
  /*padding: 3px;*/
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
.btnlist .menu li a:before {
  content: "";
  width: calc(100% - 8px);
  border: 1px solid #fff;
  height: calc(100% - 8px);
  position: absolute;
  top: 3px;
  left: 3px;
}
.btnlist .menu li.current-menu-item a {
  background: #B5956D;
}

.btnlist .menu li a:after {
  content: "";
  background: url(./img/arrow_white.svg) no-repeat center / 100%;
  width: 13px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
  color: #fff;
  height: 40px;
  width: 200px;
  font-size: 15px;
  font-weight: 700;
}
.btn:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 6px;
  background: url(./img/arrow_white.svg) no-repeat center / 100%;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_beige {
  background: #B5956D;
}
.btn02 {
  display: block;
  background: #000;
  padding: 3px;
  color: #fff;
  font-weight: 700;
  max-width: 340px;
  margin: 0 auto;
}
.btn02 span {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
.btn02 span:after {
  content: "";
  background: url(./img/arrow_white.svg) no-repeat center / 100%;
  width: 13px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#glt-translate-trigger {
  right: auto;
  left: 20px !important;
}

@media only screen and ( max-width : 767px ) {
  #main {
    background: url(./img/bg_sp.jpg) repeat-y top left / 100%;
  }
  .btnlist .menu li {
    width: 49%;
    margin-right: 2%;
    font-size: 14px;
    margin-top: 10px;
  }
  .btnlist .menu li:nth-child(1),
  .btnlist .menu li:nth-child(2) {
    margin-top: 0;
  }
  .btnlist .menu li:nth-child(2n) {
    margin-right: 0;
  }
  .btnlist .menu li a {
    height: 50px;
  }
  .btn02 span {
    height: 50px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #main {
    background: url(./img/bg.jpg) repeat-y top left / 100%;
  }
  .btnlist .menu li {
    width: 23.5%;
    margin-right: 2%;
    font-size: 15px;
    margin-top: 20px;
  }
  .btnlist .menu li:nth-child(1),
  .btnlist .menu li:nth-child(2),
  .btnlist .menu li:nth-child(3),
  .btnlist .menu li:nth-child(4) {
    margin-top: 0;
  }
  .btnlist .menu li:nth-child(4n) {
    margin-right: 0;
  }
  .btnlist .menu li a {
    height: 54px;
  }
  .btn_inline_pc {
    display: inline-flex;
  }
  .btn02 span {
    height: 54px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
.news_wrap {
  background: #f8f4f0;
  mix-blend-mode: multiply;
}
@media only screen and ( max-width : 767px ) {
  .newslist dt {
    padding-top: 20px;
  }
  .newslist dt:first-of-type {
    padding-top: 0;
  }
  .newslist dd {
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 20px;
  }
  .news_wrap {
    padding: 20px 15px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .newslist dt,
  .newslist dd {
    font-size: 15px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .newslist dt:last-of-type,
  .newslist dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .newslist dt {
    width: 8em;
    padding-right: 1em;
  }
  .newslist dd {
    width: calc(100% - 8em);
  }
  .news_wrap {
    padding: 40px 80px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  /*padding: 5px 12px;*/
  margin: 8px 4px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  color: #424242;
  border: none;
  position: relative;
  border: 1px solid #C6C6C6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
  border: none;
  width: auto;
  height: auto;
  border-radius: none;
}
.wp-pagenavi span {
  color: #333;
  border: none;
}
.wp-pagenavi a {
}
.wp-pagenavi a:hover{
    /*color:#fff;
    background-color:#333;
    border-color:#333;*/
}
.wp-pagenavi span.current {
  background: #B59368;
  color: #fff;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  background: #424242;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #424242;
}
/*.wp-pagenavi a.previouspostslink {
  margin-right: 10px;
}
.wp-pagenavi a.nextpostslink {
  margin-left: 10px;
}*/


/* ---------------------------------------------------------------------------------------------

　   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);
  }
}


