@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------------------
  初期設定
--------------------------------------------------------------------------------------------------------------*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
}

* {
  outline: 0;
}

div {
  margin: 0 auto;
}

div, h1, h2, h3, h4, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

p, li, td, th, dt, dd {
  font-size: 16px;
  line-height: 1.8;
}

td, th, dt, dd {
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.sp {
  display: none;
}

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

.center {
  text-align: center;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  a:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0.6;
  }
  a:hover::before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*------------------------------------------
  マージン関連
------------------------------------------*/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

/*------------------------------------------
  内枠
------------------------------------------*/
.inner {
  width: 1200px;
}

@media screen and (max-width: 1170px) {
  .inner {
    width: 100%;
    padding: 0 3%;
  }
}

.large_inner {
  width: 1570px;
}

@media screen and (max-width: 1570px) {
  .large_inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  html, body {
    height: auto !important;
  }
}

header {
  position: relative;
}

.language_bar {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .language_bar {
    position: static;
  }
}

.language_bar ul {
  display: table;
}

@media screen and (max-width: 768px) {
  .language_bar ul {
    margin: 20px auto 30px;
  }
}

.language_bar ul li {
  background: #C8A032;
  color: #808080;
  display: table-cell;
  font-size: 12px;
  width: 86px;
  height: 24px;
  text-align: center;
}

.language_bar ul li.current {
  background: #4D4D4D;
}

.language_bar ul li a {
  color: #fff;
  display: block;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .language_bar ul li a:hover {
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.header_top {
  text-align: center;
  padding: 45px 0;
}

@media screen and (max-width: 768px) {
  .header_top {
    width: 33%;
    min-width: 150px;
    padding: 18px 0 15px;
  }
  .header_top img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .header_top a:hover {
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.overlay {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.nav_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu_sp {
    background: url(../img/header/ico_menu_sp.png) no-repeat;
    background-size: 100%;
    position: fixed;
    top: 19px;
    right: 19px;
    width: 31px;
    height: 45px;
    opacity: 1;
    visibility: visible;
    z-index: 40;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .active .menu_sp {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .nav_close {
    background: url(../img/header/ico_menu_close_sp.png) no-repeat;
    background-size: 100%;
    position: fixed;
    top: 19px;
    right: 19px;
    width: 31px;
    height: 45px;
    z-index: 41;
  }
  .index_150th .on.menu_sp {
    display: none;
  }
  .index_150th.fixed .nav_close {
    display: block;
  }
  .index_150th .nav_close {
    display: none;
  }
  .nav_sp {
    display: block;
    position: fixed;
    top: 0;
    left: -80%;
    background: #E1DCD2;
    width: 80%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .active .nav_sp {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 30;
  }
  .fixed .overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .nav_sp .inner {
    padding: 0 15px 20vw;
  }
  .nav_sp_box {
    overflow-y: scroll;
    max-height: 100vh;
    z-index: 30;
  }
  .nav_sp_top {
    width: 33%;
    min-width: 130px;
    padding: 18px 0 15px;
  }
  .nav_sp_top img {
    width: 100%;
    height: auto;
  }
  .nav_sp_middle {
    margin: 1vw 0 0;
  }
  .nav_sp_middle ul li {
    line-height: 1;
    margin: 0 0 6vw;
  }
}

@media screen and (max-width: 768px) and (min-width: 640px) {
  .nav_sp_middle ul li {
    margin: 0 0 5vw;
  }
}

@media screen and (max-width: 768px) {
  .nav_sp_middle ul li .dropdown {
    display: none;
  }
  .nav_sp_middle ul li .dropdown_list {
    font-size: 3.5vw;
    margin: 10px 0 0;
  }
  .nav_sp_middle ul li img {
    max-width: 100%;
    height: 4vw;
  }
  .nav_sp_bottom {
    margin: 8vw 0 0;
  }
  .nav_sp_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .nav_sp_bottom ul li {
    border-right: 1px solid #787878;
    padding: 0 10px;
    margin: 0 0 4vw;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) and (max-width: 640px) {
  .nav_sp_bottom ul li {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .nav_sp_bottom ul li:last-child {
    border-right: none;
  }
  .nav_sp_bottom ul li a {
    color: #787878;
  }
  .nav_bnr {
    margin: 2vw auto 4vw;
    width: 224px;
  }
  .nav_bnr img {
    width: 100%;
    height: auto;
  }
  .nav_footer {
    background: #000;
    text-align: center;
    margin: 6vw 0 1px;
    width: 100%;
  }
  .nav_footer .address {
    color: #787878;
    font-size: 10px;
    padding: 18px 0;
  }
}

header nav {
  background: url(../img/header/header_nav_under.png) center bottom repeat-x;
  background-size: 50%;
  height: 96px;
  position: relative;
}

@media screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  header nav.fixed {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 11;
  }
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 1170px) {
  header nav ul {
    width: 98%;
  }
}

header nav ul li {
  display: block;
}

header nav ul .logo {
  position: relative;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 0;
}

header nav.width ul .logo {
  width: 55px;
}

header nav.opacity ul .logo {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

header nav ul li:nth-child(1) img {
  width: 100%;
  height: auto;
}

header nav ul li:nth-child(1) > a {
  padding: 32px 0;
}

header nav ul li:nth-child(1) > a::before {
  content: none;
}

header nav ul li:nth-child(1) > a::after {
  content: none;
}

@media screen and (max-width: 1170px) {
  header nav ul li img {
    width: auto;
    height: 1.7vw;
  }
}

header nav ul li > a {
  display: block;
  padding: 30px 20px;
  position: relative;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

@media screen and (max-width: 1170px) {
  header nav ul li > a {
    padding: 33px 5px;
  }
}

header nav.fixed ul li > a {
  padding: 22px 19px;
}

@media screen and (max-width: 1170px) {
  header nav.fixed ul li > a {
    padding: 22px 5px;
  }
}

header nav ul .logo > a {
  padding: 0;
}

header nav.fixed ul .logo > a {
  padding: 17px 0;
}

@media screen and (min-width: 768px) {
  header nav ul li > a:hover {
    cursor: pointer;
  }
  header nav ul li > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
  }
  header nav ul li > a:hover::after {
    opacity: 1;
  }
  header nav ul li > a::before {
    background: #C8A032;
    content: "";
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 2px;
    opacity: 0;
  }
  header nav.fixed ul li > a::before {
    top: 62px;
  }
  header nav ul li > a:hover::before {
    opacity: 1;
  }
  header nav .dropdown {
    background: rgba(225, 220, 210, 0.9);
    display: none;
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    height: 56px;
    z-index: 3;
  }
  header nav.fixed .dropdown {
    top: 80px;
  }
  header nav .dropdown_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 56px;
  }
  header nav li:nth-child(2) .dropdown_list_wrap {
    width: 915px;
  }
  header nav li:nth-child(3) .dropdown_list_wrap {
    width: 1150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  header nav li:nth-child(3) .dropdown_list_wrap {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  header nav li .dropdown_list .large_width {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  header nav li .dropdown_list .large_width {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  header nav li:nth-child(4) .dropdown_list_wrap {
    width: 700px;
  }
  header nav .dropdown_list_wrap .dropdown_list {
    margin: 0;
  }
  header nav .dropdown_list a {
    display: block;
    padding: 13px 15px;
    position: relative;
  }
  header nav .dropdown_list a:hover {
    color: #C8A032;
  }
  header nav .dropdown_list a::after {
    color: #000;
    content: "／";
    position: absolute;
    right: -10px;
    top: 13px;
  }
  @supports (-ms-ime-align: auto) {
    header nav .dropdown_list a::after {
      top: 13px;
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  header nav li:nth-child(3) .dropdown_list a {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  header nav .dropdown_list:last-child a::after {
    content: none;
  }
}

.img_fit_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center;';
}

.form_box {
  margin: 90px auto 275px;
  width: 755px;
}

@media screen and (max-width: 1170px) {
  .form_box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form_box {
    margin: 0 auto 3vw;
    width: 100%;
  }
}

.form_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .form_box ul {
    display: block;
  }
}

@media screen and (max-width: 1170px) {
  .form_box ul li {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .form_box ul li {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .form_box ul li a:hover {
    opacity: 0.8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 768px) {
  .form_box ul li + li {
    margin: 3vw 0 0;
  }
}

@media screen and (max-width: 1170px) {
  .form_box ul li img {
    width: 100%;
    height: auto;
  }
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7px 0;
}

.breadcrumb ul li {
  color: #787878;
  font-size: 15px;
  position: relative;
}

.breadcrumb ul li + li {
  margin: 0 0 0 25px;
}

.breadcrumb ul li:nth-child(n+2)::before {
  background: url(../img/common/arrow_right.png) no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 4px;
  left: -15px;
  width: 7px;
  height: 20px;
}

.breadcrumb ul li a {
  color: #787878;
}

input[type='text'], input[type='date'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border: 0;
  color: #4D4D4D;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  height: 56px;
  padding: 18px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border: 0;
  color: #4D4D4D;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  padding: 18px;
}

/*ラジオボタン*/
.radio-input {
  display: none;
}

.radio-input + label {
  color: #4D4D4D;
  font-size: 20px;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  margin-right: 60px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .radio-input + label {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 30px 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .radio-input + label:hover {
    cursor: pointer;
  }
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

/*.radio-input:checked + label{
    color: #009a9a;
}*/
.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: #C8A032;
  border-radius: 50%;
}

/*セレクトボックス*/
select {
  position: relative;
  outline: none;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  vertical-align: middle;
  font-size: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  color: #4D4D4D;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  height: 56px;
  padding: 18px;
  z-index: 1;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  select {
    padding: 10px 10px 0 10px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .foo {
    color: red;
  }
  /* IE11 */
}

select option {
  background: #f2f2f2;
  color: #4D4D4D;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

:placeholder-shown {
  color: #999;
  font-size: 15px;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
}

:-moz-placeholder {
  opacity: 1;
  color: #999;
  font-size: 15px;
}

::-moz-placeholder {
  opacity: 1;
  color: #999;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

footer {
  background: #E1DCD2;
}

footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 55px;
}

@media screen and (max-width: 768px) {
  footer .footer_nav {
    display: block;
    padding: 35px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer_nav ul:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer_nav ul:nth-child(5) li:nth-child(1) {
    width: 100%;
  }
}

footer .footer_nav li {
  border-left: solid 2px #fff;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  padding: 0 15px 0;
}

@media screen and (max-width: 768px) {
  footer .footer_nav li {
    border-left: none;
    border-right: solid 1px #787878;
    line-height: 1;
    margin: 0 0 4vw;
    padding: 0 7px 0;
  }
}

@media screen and (max-width: 768px) {
  footer .footer_nav li:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  footer .footer_nav li:nth-child(5) {
    border-right: solid 1px #787878;
  }
}

@media screen and (max-width: 640px) {
  footer .footer_nav li:nth-child(5) {
    border-right: none;
  }
}

footer .footer_nav li.top_cat {
  border-left: solid 2px #000;
  padding: 0 15px 0;
  height: 44px;
}

@media screen and (max-width: 768px) {
  footer .footer_nav li.top_cat {
    border-left: none;
    border-right: none;
    display: block;
    text-align: center;
    padding: 0;
    height: 10vw;
  }
  footer .footer_nav li.top_cat img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  footer .footer_nav ul li.top_cat {
    max-width: 100%;
    margin: auto;
  }
  footer .footer_nav ul li.top_cat img {
    width: auto;
    height: 4vw;
  }
}

footer .footer_nav li.padding {
  padding: 10px 0 0 15px;
}

footer .footer_nav li.margin {
  margin: 30px 0 0;
}

footer .footer_nav li.minus_margin {
  line-height: 1;
  padding: 0 0 6px 15px;
}

@media screen and (max-width: 768px) {
  footer .footer_nav li.minus_margin {
    line-height: 1;
    margin: 0 0 4vw;
    padding: 0 7px 0;
  }
}

footer .footer_nav li a {
  color: #787878;
}

@media screen and (min-width: 768px) {
  footer .footer_nav a:hover {
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

footer .footer_nav li img {
  padding: 0 0 0 5px;
  vertical-align: 0;
}

@media screen and (max-width: 768px) {
  footer .footer_nav li img {
    padding: 0;
  }
}

footer .footer_nav li.top_cat img {
  vertical-align: top;
}

footer .address {
  background: #fff;
  text-align: center;
  height: 56px;
}

@media screen and (max-width: 768px) {
  footer .address {
    height: 64px;
  }
}

footer .address .footer_logo {
  padding: 35px 0 28px;
}

@media screen and (max-width: 768px) {
  footer .address .footer_logo {
    padding: 20px 0 14px;
  }
}

footer .address .time_schedule {
  display: table;
}

footer .address .time_cl {
  text-align: left;
  margin: 0 auto;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  footer .address .time_cl p {
    padding: 0;
  }
}

footer .address p {
  color: #787878;
  font-size: 15px;
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  footer .address p {
    font-size: 10px;
    line-height: 1.8;
    padding: 15px 0;
  }
}

footer .address .copyright {
  font-size: 13px;
  margin: 45px 0 10px;
}

@media screen and (max-width: 768px) {
  footer .address .copyright {
    font-size: 10px;
    margin: 20px 0 5px;
    padding: 0;
  }
}

#contact, #common_question {
  margin-top: -80px;
  padding-top: 80px;
}

.errortxt {
  color: #C83C32;
  font-size: 16px;
}

/*------------------------------------------
 TOPへ戻る
------------------------------------------*/
.totop {
  width: 114px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 20;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}

@media screen and (max-width: 768px) {
  .totop {
    width: 20%;
    height: 20vw;
    right: 5%;
  }
  .totop img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .totop a:hover {
    opacity: 0.8;
  }
}

/*------------------------------------------
 OPENING
------------------------------------------*/
.anime {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  margin-top: 0%;
  opacity: 0;
  z-index: -1;
}

.anime img {
  width: 100%;
  height: auto;
}

.skipBtn {
  display: none;
}

.skipBtn a {
  font-size: 14px;
  display: block;
  color: #FFF;
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 5px 25px;
  background-color: #C8A032;
  font-weight: bold;
  text-decoration: none;
}

/*# sourceMappingURL=common.css.map */