@charset "utf-8";
@font-face {
  font-family: 'Avenir Next';
  src: url('./fonts/Avenir-Next.ttc') format("ttc");
}
@import url('https://fonts.cdnfonts.com/css/bentosa');

/* ========================================================
  style.css => 共通基本CSS
======================================================== */
/* 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,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.8;
}
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;
}

/* -----------------------------------------------
 * 設定しなおす
----------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
p {
  letter-spacing: .05em;
}
sup,sub {
  font-size: 70%;
}
.en_avenir {
  font-family: 'Avenir Next';
  font-weight: 700;
}
.en_damion {
  font-family: 'Damion', cursive;
}
.en_bentosa {
  font-family: 'Bentosa', sans-serif;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}


/* IE8〜11はメイリオ */
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-size: 14px;
    font-family: 'Segoe UI',
                 Meiryo,
                 sans-serif;
  }
}*/

@media only screen and ( max-width : 767px ) {
  body {font-size: 15px;}
}
@media only screen and ( max-width : 540px ) {
  body {font-size: 14px;}
}


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

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

.zoom_img {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.zoom_img img {
  width: 100%;
  height: 100%;
}
.zoom_img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.zoom_img:hover img {
  transform: scale(1.2);
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  /* *behavior:url(../scripts/boxsizing.htc); */
}


/* -----------------------------------------------
 * アンカータグの設定
----------------------------------------------- */
a {
  outline:none;
  color: #2a2a2a;
}
a.link_black {
  color: #000000;
}
.underline,.underline:hover {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

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

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}
/*.taC {
  text-align: center;
}*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.mg_auto {
  margin: 0 auto;
}
.bg_beige {
  background: #f3f2e9;
}

@media only screen and ( max-width : 991px ) {
  .sp_none {
    display: none !important;
  }
  .sp_box {
    margin-bottom: 40px;
  }
  .sp_sbox {
    margin-bottom: 10px;
  }
  .section {
    padding: 60px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .br_sp_mini {
    display: none;
  }
  .xl_box {
    margin-bottom: 100px;
  }
  .l_box {
    margin-bottom: 80px;
  }
  .box {
    margin-bottom: 40px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
  .d-flex_sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d-flex-space-between_sp {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex-justify-content-center_sp {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex-item-center_sp {
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex-justify-content-center_sp {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .caption {
    font-size: 10px;
  }
}

@media only screen and ( max-width : 575px ) {
  .br_sp_mini {
    display: block;
  }
  .xl_box {
    margin-bottom: 80px;
  }
  .l_box {
    margin-bottom: 60px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .sp {
    display: none !important;
  }
  .section {
    padding: 80px 0;
  }
  .xl_box {
    margin-bottom: 120px;
  }
  .l_box {
    margin-bottom: 100px;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .br_sp {
    display: none;
  }
  .br_sp_mini {
    display: none;
  }
  .caption {
    font-size: 13px;
  }
}
/* @media print, screen and ( min-width : 1200px ) {
  .section {
    padding: 80px 0;
  }
} */




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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  background: rgba(255,255,255,.8);
  width: 100%;
  z-index: 9998;
  width: 100%;
  top: 0;
  left: 0;
  /*-webkit-transition: 0.3s;
  transition: 0.3s;*/
  transition: .3s;
  position: sticky;
}
#header.is-animation {
  /*position: fixed;*/
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.h_name strong {
  display: block;
}

@media only screen and ( max-width : 991px ) {
  #header {
    height: 70px;
  }
  #header .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .fixed {
    height: 100%;
    /*position: fixed;*/
    width: 100%;
  }
  .fixed #header {
    background: #f3f2e9;
  }
  .child_menu .container {
    max-width: none;
  }
  .h_top a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  #h_logo {
    max-width: 60px;
    margin-right: 10px;
  }
  .h_name h1,
  .h_name strong {
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
  }
  .h_name h1 span,
  .h_name strong span {
    display: block;
    margin-top: .5em;
    font-size: 10px;
  }
}

@media only screen and ( max-width : 460px ) {
  #h_logo {
    max-width: 50px;
  }
  .h_name h1,
  .h_name strong {
    font-size: 20px;
  }
}
@media only screen and (max-width : 320px) {
  #h_logo {
    display: none;
  }
}

@media print, screen and ( min-width : 992px ) {
  #h_menu {
    margin-top: 30px;
  }
 .h_top {
    position: relative;
  }
  #h_logo {
    width: 80px;
    position: absolute;
    top: 10px;
    left: 0;
    margin-right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #h_logo img {
    transition: .3s;
  }
  .h_name {
    margin-left: 100px;
    font-size: 30px;
  }
  .h_name h1,
  .h_name strong {
    font-size: 28px;
    letter-spacing: .2em;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .h_name span {
    display: block;
    font-size: 10px;
    letter-spacing: .3em;
    font-weight: 500;
  }
  #gNav {
    padding: 30px 0 25px;
    /*-webkit-transition: 0.5s;
    transition: 0.5s;*/
  }
  #gNav li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
  }
  #gNav li a:before {
    content: url(../img/gnav_i_middle.png);
    margin-right: .3em;
    line-height: 18px;
    vertical-align: middle;
  }
  #h_txtlink li {
    position: relative;
    font-weight: 500;
  }
  #h_txtlink li:last-child:before {
    content: "／";
    margin: 0 1em;
    color: #ffa217;
    font-weight: 700;
  }
  #h_txtlink a {
    color: #ffa217;
    letter-spacing: .1em;
  }
  /* スクロール後のサイズ */
  #header.is-animation {
    background: rgba(255,255,255,1);
  }
  .is-animation #h_menu {
    margin-top: 10px;
  }
  .is-animation #h_logo {
    width: 55px;
    top: 10px;
  }
  .is-animation .h_name {
    margin-left: 70px;
  }
  .is-animation .h_name h1,
  .is-animation  .h_name strong {
    font-size: 22px;
  }
  .is-animation .h_name span {
    font-size: 9px;
    letter-spacing: .23em;
  }
  .is-animation #gNav {
    padding: 15px 0 10px;
  }
  .is-animation #h_logo {
    margin-right: 0;
  }
 .is-animation #gNav li a {
    font-size: 15px;
  }
  .is-animation #h_txtlink a {
    font-size: 13px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #h_logo {
    width: 80px;
  }
  .h_name span {
    font-size: 10.5px;
  }
  #gNav li a {
    font-size: 18px;
  }
  #gNav li a:before {
    content: url(../img/gnav_i.png);
    line-height: 20px;
  }
}
@media print, screen and ( min-width : 1350px ) {
  #h_logo {
    left: -100px;
    margin-right: 20px;
  }
  .h_name {
    margin-left: 0;
  }
  /* スクロール後のサイズ */
  .is-animation #h_logo {
    left: -70px;
  }
  .is-animation .h_name {
    margin-left: 0;
  }
}

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

　   SP GLOBAL MENU

--------------------------------------------------------------------------------------------- */
@media only screen and ( max-width : 991px ) {
  /* .child_menu_img_box {
    max-width: 230px;
    margin: 0 auto;
  } */
  /*.child_menu_box img {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .menu_mt {
    margin-top: -20px;
  }
  .menu_mt div:nth-child(2),.menu_mt div:nth-child(3) {
    margin-top: 10px;
  }
  .child_menu_box {
    padding-bottom: 20px;
  }*/
  .nav-open #header {
    display: block !important;
  }
  /* .nav-open .h_name {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 998;
  } */
  /* .nav-open #h_logo {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: block;
    max-width: 80px;
    margin: 0 auto;
    z-index: 999;
  } */
  /* #h_txtlink {
    display: none;
    transition: opacity 1s;
  } */
  .nav-open #h_txtlink {
    display: block;
    color: #231815;
    position: absolute;
    z-index: 9999;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(255,255,255,100%);
    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: 10px;
    right: 10px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #231815; */
    border-radius: 50%;
  }
  .menu-trigger {
    width: 24px;
    height: 18px;
    position: relative;
  }
  .menu-trigger:before {
    content: "menu";
    font-size: 10px;
    transition: all .5s;
    position: absolute;
    left: -2px;
    bottom: -20px;
    font-weight: 700;
  }
  .nav-open .menu-trigger:before {
    content: "close";
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #231815;
    transition: all .5s;
  }
  .nav-open #menu_btn .menu-trigger span {
    background: #231815;
  }
  .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);
  }
  #gNav {
    overflow: auto;
    /* background-color: rgba(255,255,255,1); */
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
  }
  #gNav ul.nav {
    /*height: 100%;
    overflow: auto;*/
    padding: 80px 15px 80px;
    max-width: 500px;
    margin: 0 auto;
  }
  #gNav ul ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
  }
  /* #gNav li {
    margin-bottom: 20px;
  }
  #gNav li:last-child {
    margin-bottom: 0;
  } */
  #gNav li a {
    position: relative;
    display: block;
    font-size: 16px;
    /* background: #fff; */
    color: #231815;
    border-bottom: rgb(35 24 21 / 35%) solid 1px;
    padding: .8em 1em;
    font-weight: 700;
  }
  #gNav li a:after {
    content: "\e902";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
  }
  #gNav ul ul li {
    width: 48%;
  }
  #gNav ul ul li a {
    font-size: 14px;
    text-align: left;
    background: none;
    color: #fff;
    padding: 0;
  }
  #gNav ul ul li a:after {
    content: none;
  }
  #gNav ul ul li .menu_mt {
    margin-top: 10px;
    padding: .2em 0;
  }
}

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

　   FOOTER

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

#footer {
  background: #ececec;
}
#fot_link a {
  display: inline-block;
  color: #727171;
  font-weight: 500;
}
#fot_link li li a:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  font-weight: 600;
}
.copy {
  color: #727171;
  text-align: center;
  background: #fff;
}

@media only screen and ( max-width : 991px ) {
  #footer {
    margin-bottom: 70px;
  }
  #link {
    padding-top: 30px;
  }
  #link li:nth-child(2) {
    margin: 0 20px;
  }
  #map iframe {
    height: 350px;
  }
  .fot_inner {
    padding: 60px 0;
  }
  #fot_link li a {
    display: inline-block;
    font-size: 13px;
  }
  #fot_link li li a {
    display: block;
    padding: .8em 1em;
    border-bottom: #bdbdbd solid 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  .linkBox04 li a {
    width: 100%;
    display: block;
    padding: .8em 0;
    border-bottom: #bdbdbd solid 1px;
  }
  .linkBox04 li.f_link_sns a {
    border-bottom: none;
  }
  .accordion_menu {
    padding: .8em 0;
    border-bottom: #bdbdbd solid 1px;
    cursor: pointer;
  }
  .fot_top {
    margin-bottom: 2em;
  }
  .fot_logo {
    max-width: 130px;
    margin: 0 auto 1em;
  }
  .fot_name {
    margin-bottom: .8em;
    font-size: 1.4em;
  }
  .fot_name span {
    display: block;
    font-size: 10px;
  }
  .fot_add {
    margin-bottom: 2em;;
    font-size: 13px;
  }
  .fot_txt {
    text-align: center;
  }
  .jaca {
    max-width: 110px;
  }
  .hiyomaru {
    max-width: 80px;
    margin-left: 6%;
  }
  .copy {
    padding: 2em 0;
    font-size: 10px;
  }
  /* accordion */
  .accordion_menu {
    position: relative;
  }
  .accordion_menu:after {
    content: "\e906";
    font-family: 'icomoon' !important;
    color: #727171;
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 1.5em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .accordion_menu.open:after {
    transform: rotate(-180deg);
  }
  .linkBox ul {
    display: none;
  }
}

@media only screen and ( max-width : 767px ) {
  .fot_logo {
    max-width: 120px;
  }
  .jaca {
    max-width: 100px;
  }
  .hiyomaru {
    max-width: 70px;
  }
  #link li {
    width: 25%;
  }
  #link li:nth-child(2) {
    margin: 0 2%;
  }
}

@media only screen and ( max-width : 575px ) {
  #footer {
    margin-bottom: 60px;
  }
  #map iframe {
    height: 300px;
  }
  .fot_logo {
    max-width: 100px;
  }
  .jaca {
    max-width: 80px;
  }
  .hiyomaru {
    max-width: 60px;
  }
  #link li:nth-child(2) {
    margin: 0 10px;
  }
}
@media only screen and (max-width : 450px) {
  #link ul {
    display: block !important;
  }
  #link li {
    width: auto;
    max-width: 200px;
    margin: 0 auto;
  }
  #link li:nth-child(2) {
    margin: 10px auto;
  }
}

@media print, screen and ( min-width : 992px ) {
  #link {
    padding-top: 80px;
  }
  #link li:nth-child(2) {
    margin: 0 20px;
  }
  .fot_inner {
    padding: 60px 0;
  }
  .fot_top {
    margin-bottom: 100px;
  }
  .fot_top div:first-child {
    margin-right: 6%;
  }
  .fot_top div {
    margin-right: 4%;
  }
  .fot_top div:last-child {
    margin-right: 0;
  }
  .fot_img {
    width: 30%;
  }
  .fot_name {
    margin-bottom: 0.8em;
    font-size: 24px;
    letter-spacing: .15em;
  }
  .fot_name span {
    display: block;
    margin-top: .2em;
    font-size: 13px;
  }
  .fot_add {
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2;
  }
  #fot_link {
    padding-top: 45px;
    border-top: #bdbdbd solid 1px;
  }
  .fot_logo {
    max-width: 180px;
  }
  .jaca {
    max-width: 120px;
  }
  .hiyomaru {
    max-width: 90px;
    margin-left: 6%;
  }
  #fot_link a {
    margin-bottom: 0.3em;
    font-size: 13px;
  }
  .mb_space {
    margin-bottom: 1.3em;
  }
  .copy {
    padding: 2em 0 1.8em;
    font-size: 10px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  .fot_top {
    margin-bottom: 140px;
  }
  .fot_logo {
    max-width: 200px;
  }
  .jaca {
    max-width: 140px;
  }
  .hiyomaru {
    max-width: 100px;
  }
  #fot_link {
    padding-top: 55px;
  }
  .fot_name {
    font-size: 26px;
  }
  .fot_name span {
    font-size: 15px;
  }
  .fot_add {
    font-size: 15px;
  }
  #fot_link a {
    font-size: 15px;
  }
}

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

　   PAGETOP

--------------------------------------------------------------------------------------------- */
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition:all 0.3s;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#page-top a i {
  transform: rotate(-90deg);
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  left: 10px;
  bottom:10px;
  z-index: 99;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

@media only screen and ( max-width : 991px ) {
  #page-top {
    left: 0;
    bottom: 0;
  }
  #page-top a {
    width: 70px;
    height: 70px;
  }
}


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

　   COMMON

--------------------------------------------------------------------------------------------- */
#main {
  position: relative;
  z-index: 1;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  /*height: 100%;*/
}
@media only screen and ( max-width : 991px ) {
  #fixed_btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 80;
  }
  #fixed_btn ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #fixed_btn li {
    width: 50%;
  }
  #fixed_btn li a {
    display: block;
    height: 70px;
    padding: 0;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #fixed_btn li:first-child a {
    background: #f2b4bb;
  }
  #fixed_btn li:last-child a {
    background: #80bec0;
  }
  #fixed_btn li a p {
    line-height: 70px;
    font-size: 18px;
  }
}

@media only screen and ( max-width : 757px ) {
  #fixed_btn li a p {
    padding-top: 14px;
    line-height: 1.4;
    font-size: 16px;
  }
  #fixed_btn li a p span {
    display: block;
  }
}
@media only screen and (max-width : 575px) {
  #fixed_btn li a {
    height: 60px;
  }
  #fixed_btn li a p {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width : 380px) {
  #fixed_btn li a p {
    padding-top: 12px;
    font-size: 12px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #fixed_btn {
    position: fixed;
    top: 21%;
    right: 0;
    max-width: 80px;
    z-index: 90;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #fixed_btn.fixedBtn {
    display: none;
  }
  #fixed_btn li:last-child {
    margin-top: -5px;
  }
    /* #fixed_btn li {
    width: 80px;
  }
  #fixed_btn li:first-child {
    bottom: 26%;
  }
  #fixed_btn li:last-child {
    bottom: 4%;
  } */
}

@media print, screen and ( min-width : 1200px ) {
  #fixed_btn {
    max-width: 100px;
    top: 21%;
  }
}



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

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
}
.fadein_up {
  opacity: 0;
  transition: .8s;
}
.fadein_up.fadein_up__active {
  opacity: 1;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.fadein_up.fadein_up__active:nth-child(2),.fadein_down.fadein_down__active:nth-child(2) {
  transition-delay: .25s;
}
.fadein_up.fadein_up__active:nth-child(3),.fadein_down.fadein_down__active:nth-child(3) {
  transition-delay: .5s;
}
.fadein_down {
  opacity: 0;
  transition: .8s;
}
.fadein_down.fadein_down__active {
  opacity: 1;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}
.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: .5s;
}
/*zoomIn*/
.zoomIn_slow {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;

  animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  to {
  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  to {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}


