@charset "UTF-8";
/* html, body
--------------------------------------------------*/
body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro',メイリオ, Meiryo, Osaka, sans-serif;
  color: #080404; }

input,
select {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro',メイリオ, Meiryo, Osaka, sans-serif; }

html.scroll_prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%; }

section {
  position: relative; }

* {
  word-break: break-all; }

/* common
--------------------------------------------------*/
.pc_only {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .pc_only {
      display: none !important; } }

img.pc_only {
  display: inline-block !important; }
  @media screen and (max-width: 768px) {
    img.pc_only {
      display: none !important; } }

.sp_only {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp_only {
      display: block !important; } }

img.sp_only {
  display: none !important; }
  @media screen and (max-width: 768px) {
    img.sp_only {
      display: inline-block !important; } }

/* shape
--------------------------------------------------*/
.shape {
  position: absolute;
  z-index: -1;
  top: 0; }

.shape.l {
  left: 0;
  height: 100%;
  width: 13.7500%; }
  @media screen and (max-width: 768px) {
    .shape.l {
      width: 16.6666%; } }

.shape.b {
  background-color: #000000; }

.shape.r {
  right: 0;
  height: 100%;
  width: 26.3333%; }

.shape.g {
  background-color: #eeeeee; }

/* bg_line
--------------------------------------------------*/
div.bg_line {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box; }
  div.bg_line ul {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden; }
  div.bg_line li {
    position: relative;
    float: left;
    box-sizing: border-box;
    height: 100%;
    border-right: 1px solid rgba(229, 229, 229, 0.4); }
    div.bg_line li:first-of-type {
      width: 4.1666%; }
    div.bg_line li:nth-of-type(2) {
      width: 32.5%; }
    div.bg_line li:nth-of-type(3) {
      width: 54.6%; }

/* btn
--------------------------------------------------*/
.btn {
  background: #000000;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 5px; }

.round_01 {
  padding: 3px 30px 3px 15px;
  border-radius: 15px;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: 15px;
  background-position: center right 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  max-width: 150px;
  width: 100%; }

.round_02 {
  padding: 20px 30px 20px 15px;
  border-radius: 40px;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: 15px;
  background-position: center right 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  max-width: 330px;
  margin: 60px auto 0;
  display: block; }

/* header
--------------------------------------------------*/
header {
  position: relative;
  z-index: 99999; }
  header .menu_inner {
    position: relative;
    padding: 0 13.3333% 0 6.25%;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      header .menu_inner {
        padding: 0; } }
    header .menu_inner:after {
      content: "";
      display: block;
      clear: both; }
  header .site_logo {
    float: left;
    width: 22.5%;
    padding: 45px 0 55px; }
    @media screen and (max-width: 768px) {
      header .site_logo {
        width: 44%;
        padding: 20px 0 20px 18%; } }
    header .site_logo img {
      width: 100%; }
  header .pc_menu {
    float: right;
    display: flex;
    justify-content: flex-end;
    padding: 45px 0 55px;
    width: calc(100% - 22.5%); }
    header .pc_menu.pc_only {
      display: flex !important; }
      @media screen and (max-width: 1024px) {
        header .pc_menu.pc_only {
          display: none !important; } }
    header .pc_menu li {
      position: relative; }
      header .pc_menu li:not(:last-of-type) {
        padding-right: 35px; }
      header .pc_menu li:not(:last-of-type):after {
        content: "";
        display: inline-block;
        transform: rotate(15deg);
        width: 1px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 13px;
        border-right: 1px solid #dbdbdb; }
      header .pc_menu li a {
        display: inline-block;
        text-decoration: none;
        color: #080404;
        font-weight: bold;
        font-size: 17px; }
        @media screen and (max-width: 1200px) {
          header .pc_menu li a {
            font-size: 14px; } }
      header .pc_menu li span {
        display: block;
        text-align: center;
        line-height: 0.8; }
  header .btn_contact {
    position: fixed;
    right: 0;
    top: 0;
    width: 103px;
    height: 91px;
    z-index: 999;
    background: #cdb77d;
    text-align: center;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      header .btn_contact {
        width: 60px;
        height: 55px;
        top: 55px; } }
    header .btn_contact a {
      display: block;
      padding: 45px 0 0;
      background: url(../../images/common/contact.png) no-repeat center 20px;
      background-size: 25px;
      color: #ffffff;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        header .btn_contact a {
          background: url(../../images/common/contact.png) no-repeat center 7px;
          background-size: 23px;
          padding: 27px 0 0;
          font-size: 8px; } }
  header .btn_drawer_menu {
    position: fixed;
    right: 0;
    top: 91px;
    background: #26282d;
    text-align: center;
    width: 103px;
    height: 91px;
    z-index: 999;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      header .btn_drawer_menu {
        width: 60px;
        height: 55px;
        top: 0px; } }
    header .btn_drawer_menu > span {
      display: block;
      position: relative;
      background-size: 25px;
      color: #ffffff;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
      box-sizing: border-box;
      padding: 50px 10px 20px;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 768px) {
        header .btn_drawer_menu > span {
          padding: 30px 5px 5px;
          font-size: 11px; } }
      header .btn_drawer_menu > span > span {
        position: absolute;
        bottom: 45px;
        width: 25px;
        height: 1px;
        display: inline-block;
        background: #ffffff; }
        @media screen and (max-width: 768px) {
          header .btn_drawer_menu > span > span {
            bottom: 29px;
            width: 20px; } }
        header .btn_drawer_menu > span > span:before, header .btn_drawer_menu > span > span:after {
          content: "";
          position: absolute;
          left: 0;
          background: #ffffff; }
        header .btn_drawer_menu > span > span:before {
          width: 35px;
          height: 1px;
          bottom: 20px; }
          @media screen and (max-width: 768px) {
            header .btn_drawer_menu > span > span:before {
              bottom: 16px; } }
        header .btn_drawer_menu > span > span:after {
          width: 35px;
          height: 1px;
          top: -10px;
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          transform: rotate(0);
          transition-duration: .3s;
          transition-property: all;
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
          @media screen and (max-width: 768px) {
            header .btn_drawer_menu > span > span:after {
              top: -7px; } }
  header .drawer_menu {
    background: #a3873d;
    opacity: .9;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    transition: all .5s;
    z-index: 999999;
    overflow: scroll; }
  header .nav_inner {
    position: relative; }
  header .btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    z-index: 999;
    cursor: pointer; }
    header .btn_close > span {
      display: inline-block;
      width: 30px;
      height: 30px;
      position: relative;
      vertical-align: top; }
    header .btn_close > span:before, header .btn_close > span:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #ffffff;
      transform: rotate(45deg);
      transform-origin: 0% 50%;
      position: absolute;
      top: calc(14% - 5px);
      left: 14%; }
    header .btn_close > span:after {
      transform: rotate(-45deg);
      transform-origin: 100% 50%;
      left: auto;
      right: 14%; }
  header .drawer_menu.open {
    transform: translateY(0); }
  header .btn_drawer_menu2 {
    position: fixed;
    right: 0;
    top: 91px;
    background: #26282d;
    text-align: center;
    width: 103px;
    height: 91px;
    z-index: 999;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      header .btn_drawer_menu2 {
        width: 60px;
        height: 55px;
        top: 0px; } }
    header .btn_drawer_menu2 > span {
      display: block;
      position: relative;
      background-size: 25px;
      color: #ffffff;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
      box-sizing: border-box;
      padding: 50px 10px 20px;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 768px) {
        header .btn_drawer_menu2 > span {
          padding: 30px 5px 5px;
          font-size: 11px; } }
      header .btn_drawer_menu2 > span > span {
        position: absolute;
        bottom: 45px;
        width: 25px;
        height: 1px;
        display: inline-block;
        background: #ffffff; }
        @media screen and (max-width: 768px) {
          header .btn_drawer_menu2 > span > span {
            bottom: 29px;
            width: 20px; } }
        header .btn_drawer_menu2 > span > span:before, header .btn_drawer_menu2 > span > span:after {
          content: "";
          position: absolute;
          left: 0;
          background: #ffffff; }
        header .btn_drawer_menu2 > span > span:before {
          width: 35px;
          height: 1px;
          bottom: 20px; }
          @media screen and (max-width: 768px) {
            header .btn_drawer_menu2 > span > span:before {
              bottom: 16px; } }
        header .btn_drawer_menu2 > span > span:after {
          width: 35px;
          height: 1px;
          top: -10px;
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          transform: rotate(0);
          transition-duration: .3s;
          transition-property: all;
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
          @media screen and (max-width: 768px) {
            header .btn_drawer_menu2 > span > span:after {
              top: -7px; } }
  header .drawer_menu2 {
    background: #a3873d;
    opacity: .9;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    transition: all .5s;
    z-index: 999999;
    overflow: scroll; }
  header .nav_inner {
    position: relative; }
  header .btn_close {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    z-index: 999;
    cursor: pointer; }
    header .btn_close > span {
      display: inline-block;
      width: 30px;
      height: 30px;
      position: relative;
      vertical-align: top; }
    header .btn_close > span:before, header .btn_close > span:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #ffffff;
      transform: rotate(45deg);
      transform-origin: 0% 50%;
      position: absolute;
      top: calc(14% - 5px);
      left: 14%; }
    header .btn_close > span:after {
      transform: rotate(-45deg);
      transform-origin: 100% 50%;
      left: auto;
      right: 14%; }
  header .drawer_menu2.open {
    transform: translateY(0); }
  header .menu_background.open {
    width: 100%;
    height: 100%;
    opacity: 1; }
  header .menu_background {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.5s; }
  header .menu_list {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 1140px) {
      header .menu_list .main_menu {
        box-sizing: border-box;
        width: 100%; } }
    header .menu_list .main_menu:first-of-type {
      border-left: 1px solid #baa975;
      padding: 50px 88px 50px 60px; }
      @media screen and (max-width: 1140px) {
        header .menu_list .main_menu:first-of-type {
          padding: 70px 15px 30px;
          border-left: none; } }
    header .menu_list .main_menu li:not(:last-of-type) {
      margin-bottom: 20px; }
      @media screen and (max-width: 1140px) {
        header .menu_list .main_menu li:not(:last-of-type) {
          margin-bottom: 15px; } }
    header .menu_list .main_menu li a {
      font-size: 15px;
      color: #ffffff;
      font-weight: bold;
      text-decoration: none;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      header .menu_list .main_menu li a.active {
        color: #f5e110; }
        header .menu_list .main_menu li a.active:after {
          content: "";
          position: absolute;
          top: 50%;
          left: -20px;
          width: 8px;
          height: 8px;
          border-top: 2px solid #f5e110;
          border-right: 2px solid #f5e110;
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      header .menu_list .main_menu li a[target="_blank"] .ttl_menu span {
        padding-right: 1.5em;
        background: url(/assets/images/common/icon_blank_w.svg) no-repeat right center/12px auto; }
    header .menu_list .main_menu li .num {
      display: block;
      width: 40px;
      font-size: 11px; }
    header .menu_list .main_menu li .ttl_menu {
      width: calc(100% - 40px);
      font-size: 18px;
      font-weight: bold;
      line-height: 18px; }
      @media screen and (max-width: 1140px) {
        header .menu_list .main_menu li .ttl_menu {
          font-size: 15px; } }
    header .menu_list .main_menu li .ttl_menu_img {
      display: block;
      margin: 7px 0 0 42px;
      width: auto;
      height: 7px; }
    header .menu_list .main_menu li:nth-child(17) a {
      opacity: 0.15;
      cursor: default;
      pointer-events: none; }
    header .menu_list .menu {
      display: none;
      padding: 50px 25px 88px 0; }
      @media screen and (max-width: 1140px) {
        header .menu_list .menu {
          box-sizing: border-box;
          width: 100%;
          padding: 70px 15px 30px; } }
      header .menu_list .menu .js-arw-back {
        display: none; }
        @media screen and (max-width: 1140px) {
          header .menu_list .menu .js-arw-back {
            display: block;
            margin-bottom: 10px;
            text-align: right;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer; }
            header .menu_list .menu .js-arw-back:before {
              display: block;
              content: '戻る→'; } }
      header .menu_list .menu a {
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        display: block; }
        @media screen and (max-width: 1140px) {
          header .menu_list .menu a {
            font-size: 13px; } }
      header .menu_list .menu .item_ttl a {
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #baa975; }
        header .menu_list .menu .item_ttl a span {
          margin-right: 20px;
          font-size: 11px; }
      header .menu_list .menu .list_wrap {
        display: flex; }
        @media screen and (max-width: 1140px) {
          header .menu_list .menu .list_wrap {
            display: block; } }
      header .menu_list .menu .menu_item {
        text-align: left;
        min-width: 210px; }
        @media screen and (max-width: 1140px) {
          header .menu_list .menu .menu_item {
            min-width: 0; }
            header .menu_list .menu .menu_item + .menu_item {
              margin-top: 10px; } }
        header .menu_list .menu .menu_item:not(:first-of-type) {
          margin-right: 25px; }
          @media screen and (max-width: 1140px) {
            header .menu_list .menu .menu_item:not(:first-of-type) {
              margin-right: 0; } }
        header .menu_list .menu .menu_item li:not(:last-of-type) {
          margin-bottom: 15px; }
          @media screen and (max-width: 1140px) {
            header .menu_list .menu .menu_item li:not(:last-of-type) {
              margin-bottom: 10px; } }

/* footer
--------------------------------------------------*/
footer {
  background: #080404; }
  footer .footer_inner {
    display: flex;
    justify-content: space-between;
    padding: 6.5% 10% 5% 6%;
    position: relative; }
    @media screen and (max-width: 768px) {
      footer .footer_inner {
        padding: 10% 8%;
        flex-direction: column; } }
    footer .footer_inner > div:first-of-type {
      width: 32%; }
      @media screen and (max-width: 768px) {
        footer .footer_inner > div:first-of-type {
          position: relative;
          width: 100%;
          margin-bottom: 30px; } }
      footer .footer_inner > div:first-of-type .logo {
        max-width: 250px;
        margin: 0 0 50px 0; }
        @media screen and (max-width: 768px) {
          footer .footer_inner > div:first-of-type .logo {
            margin: 0 0 30px 0;
            max-width: 230px; } }
        footer .footer_inner > div:first-of-type .logo img {
          width: 100%; }
      footer .footer_inner > div:first-of-type p {
        color: #ffffff;
        font-size: 12px;
        line-height: 1.7; }
        footer .footer_inner > div:first-of-type p span {
          font-size: 14px; }
        @media screen and (max-width: 768px) {
          footer .footer_inner > div:first-of-type p {
            font-size: 10px; }
            footer .footer_inner > div:first-of-type p span {
              font-size: 12px; } }
      footer .footer_inner > div:first-of-type .in_btn {
        margin-top: 40px; }
        @media screen and (max-width: 768px) {
          footer .footer_inner > div:first-of-type .in_btn {
            position: absolute;
            top: 60px;
            right: -15px;
            margin-top: 0; } }
        footer .footer_inner > div:first-of-type .in_btn a {
          box-sizing: border-box;
          position: relative;
          display: block;
          width: 170px;
          padding-left: 30px;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          border: #fff solid 1px;
          border-radius: 20px;
          text-decoration: none; }
          @media screen and (max-width: 768px) {
            footer .footer_inner > div:first-of-type .in_btn a {
              width: 90px;
              padding: 2px 15px 2px 6px;
              font-size: 10px; } }
          footer .footer_inner > div:first-of-type .in_btn a:before {
            position: absolute;
            top: 0;
            right: 10px;
            display: block;
            content: '';
            width: 15px;
            height: 100%;
            background: url(/assets/images/common/arrow_03.png) no-repeat center center;
            background-size: 100% auto; }
            @media screen and (max-width: 768px) {
              footer .footer_inner > div:first-of-type .in_btn a:before {
                right: 5px;
                width: 12px; } }
    footer .footer_inner > div:last-of-type {
      width: 62%; }
      @media screen and (max-width: 768px) {
        footer .footer_inner > div:last-of-type {
          width: 100%; } }
    footer .footer_inner .nav_inner {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        footer .footer_inner .nav_inner {
          justify-content: space-between;
          width: 100%;
          margin-bottom: 0; } }
    footer .footer_inner .footer_nav {
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        footer .footer_inner .footer_nav {
          width: 45%; } }
      footer .footer_inner .footer_nav:not(:last-of-type) {
        margin-right: 6.0869%; }
        @media screen and (max-width: 768px) {
          footer .footer_inner .footer_nav:not(:last-of-type) {
            margin-right: 4%; } }
      footer .footer_inner .footer_nav:nth-child(2) {
        margin-right: 6%;
        margin-bottom: 70px; }
        @media screen and (max-width: 768px) {
          footer .footer_inner .footer_nav:nth-child(2) {
            margin-right: 0; } }
      footer .footer_inner .footer_nav .ttl {
        font-size: 12px;
        color: #ffffff;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ffffff;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          footer .footer_inner .footer_nav .ttl {
            color: #333;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #333; }
            footer .footer_inner .footer_nav .ttl img {
              width: auto; }
              footer .footer_inner .footer_nav .ttl img.sp_only {
                height: 22px; }
                footer .footer_inner .footer_nav .ttl img.sp_only.other {
                  height: 8px; } }
      footer .footer_inner .footer_nav > ul li:not(:last-of-type) {
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          footer .footer_inner .footer_nav > ul li:not(:last-of-type) {
            margin-bottom: 0; } }
      footer .footer_inner .footer_nav > ul li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        text-decoration: none; }
        @media screen and (max-width: 768px) {
          footer .footer_inner .footer_nav > ul li a {
            font-size: 10.5px;
            line-height: 1.4; } }
        footer .footer_inner .footer_nav > ul li a[target="_blank"] {
          padding-right: 1.5em;
          background: url(/assets/images/common/icon_blank_w.svg) no-repeat right center/12px auto; }
          @media screen and (max-width: 768px) {
            footer .footer_inner .footer_nav > ul li a[target="_blank"] {
              background-size: 10px auto; } }
      footer .footer_inner .footer_nav .btn_share {
        display: none; }
        @media screen and (max-width: 768px) {
          footer .footer_inner .footer_nav .btn_share {
            display: flex;
            justify-content: space-between; }
            footer .footer_inner .footer_nav .btn_share li {
              width: 23%; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      footer .footer_inner .footer_nav .btn_share li {
        width: 18%; } }
        @media screen and (max-width: 768px) {
              footer .footer_inner .footer_nav .btn_share li a {
                width: 100%; }
                footer .footer_inner .footer_nav .btn_share li a img {
                  width: 100%; } }
      footer .footer_inner .footer_nav:nth-child(2) ul:nth-of-type(1) li:nth-child(5) a {
        opacity: 0.15;
        cursor: default;
        pointer-events: none; }
      footer .footer_inner .footer_nav:nth-child(2) ul:nth-of-type(2) li:nth-child(3) a {
        opacity: 0.15;
        cursor: default;
        pointer-events: none; }
    footer .footer_inner .btn_share {
      display: flex; }
      footer .footer_inner .btn_share li {
        width: 30px;
        margin-right: 28px; }
        @media screen and (max-width: 768px) {
          footer .footer_inner .btn_share li {
            margin-right: auto; } }
        footer .footer_inner .btn_share li img {
          width: 100%; }
      @media screen and (max-width: 768px) {
        footer .footer_inner .btn_share {
          display: none; } }
    footer .footer_inner .page_top {
      position: absolute;
      right: 6%;
      top: 18%; }
      @media screen and (max-width: 768px) {
        footer .footer_inner .page_top {
          display: none; } }
      footer .footer_inner .page_top a {
        display: block; }

.fade_in.delighter {
  transition: transform 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  opacity: 0;
  transform: translate3d(0, 50px, 0); }
  .fade_in.delighter.started {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.extend.delighter {
  transition-delay: 1000ms;
  height: 0;
  transform: translate3d(0, 0, 0); }
  .extend.delighter.started {
    height: 100%;
    transition: height 2400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms; }

/* modal
--------------------------------------------------*/
.mailmageModal {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  z-index: 99999; }

.mailmageModalTable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 60px 20px; }

.mailmageModalCell {
  display: table-cell;
  vertical-align: middle; }

.mailmageModalInner {
  overflow: hidden;
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  text-align: center; }

.mailmageModalInner img {
  max-width: 100%;
  height: auto; }

.mailmageModalContents {
  position: relative;
  padding: 80px 25px;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .mailmageModalContents {
      padding: 40px 25px; } }
  .mailmageModalContents:before {
    position: absolute;
    top: 0;
    left: 50px;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #efefef; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents:before {
        left: 10px; } }
  .mailmageModalContents .title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents .title {
        margin-bottom: 5px;
        font-size: 17px; } }
  .mailmageModalContents .lead {
    margin-bottom: 20px;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents .lead {
        margin-bottom: 30px;
        font-size: 13px;
        text-align: left; }
        .mailmageModalContents .lead br {
          display: none; } }
  .mailmageModalContents .form {
    max-width: 680px;
    margin: 0 auto; }
  .mailmageModalContents dl {
    position: relative;
    padding: 30px 0; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents dl {
        padding: 15px 0; } }
    .mailmageModalContents dl:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      content: '';
      width: 200vw;
      height: 1px;
      background-color: #efefef;
      transform: translateX(-50%); }
    .mailmageModalContents dl:nth-of-type(1):after {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      content: '';
      width: 200vw;
      height: 1px;
      background-color: #efefef;
      transform: translateX(-50%); }
  .mailmageModalContents dt {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents dt {
        margin-bottom: 10px;
        font-size: 15px; } }
    .mailmageModalContents dt span {
      display: block; }
      .mailmageModalContents dt span.req {
        margin-left: 30px;
        padding: 4px 10px;
        color: #fff;
        font-size: 1.1em;
        font-weight: 500;
        background-color: #ff0000; }
        @media screen and (max-width: 768px) {
          .mailmageModalContents dt span.req {
            margin-left: 10px;
            padding: 2px 5px; } }
  .mailmageModalContents input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 12px 15px;
    font-size: 16px;
    background: none;
    background-color: #fff0f0;
    border: #000 solid 1px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents input[type="email"] {
        padding: 5px 8px; } }
  .mailmageModalContents input[type="submit"] {
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    display: block;
    margin: 30px auto;
    padding: 7px 0;
    background: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-color: #54a6f2;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents input[type="submit"] {
        font-size: 16px; } }
  .mailmageModalContents .radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    font-size: 22px;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents .radio {
        font-size: 16px; } }
    .mailmageModalContents .radio li {
      margin-right: 25px; }
      @media screen and (max-width: 768px) {
        .mailmageModalContents .radio li {
          margin-right: 20px; } }
    .mailmageModalContents .radio label {
      font-weight: 700;
      cursor: pointer; }
  .mailmageModalContents .selectWrap {
    position: relative;
    display: table; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents .selectWrap {
        display: block; } }
    .mailmageModalContents .selectWrap:before, .mailmageModalContents .selectWrap:after {
      position: absolute;
      display: block;
      content: '';
      right: 28px;
      border-style: solid;
      border-width: 9px 6px 9px 6px; }
      @media screen and (max-width: 768px) {
        .mailmageModalContents .selectWrap:before, .mailmageModalContents .selectWrap:after {
          right: 13px;
          border-width: 5px 4px 5px 4px; } }
    .mailmageModalContents .selectWrap:before {
      bottom: 50%;
      margin-bottom: 2px;
      border-color: transparent transparent #000 transparent; }
    .mailmageModalContents .selectWrap:after {
      top: 50%;
      margin-top: 2px;
      border-color: #000 transparent transparent transparent; }
  .mailmageModalContents select {
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 70px 15px 20px;
    font-size: 22px;
    font-weight: 700;
    border: #000 solid 1px;
    background: none;
    border-radius: 0;
    cursor: pointer;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents select {
        width: 100%;
        padding: 10px;
        font-size: 16px; } }
  .mailmageModalContents select::-ms-expand {
    display: none; }
  .mailmageModalContents .caps {
    max-width: 940px;
    margin: 30px auto 0;
    font-size: 20px;
    text-align: left;
    line-height: 1.65; }
    @media screen and (max-width: 768px) {
      .mailmageModalContents .caps {
        font-size: 14px; } }
    .mailmageModalContents .caps a {
      color: #0084ff; }
    .mailmageModalContents .caps li {
      position: relative;
      padding-left: 1em; }
      .mailmageModalContents .caps li:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: '・'; }

.mailmageModalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #c9c9c9;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .mailmageModalClose {
      width: 35px;
      height: 35px; } }
  .mailmageModalClose:before, .mailmageModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .mailmageModalClose:before, .mailmageModalClose:after {
        width: 20px;
        margin-left: -10px; } }
  .mailmageModalClose:before {
    transform: rotate(45deg); }
  .mailmageModalClose:after {
    transform: rotate(-45deg); }

/* each Month
--------------------------------------------------*/
.pink .shape,
.pink footer,
.pink .travel_feature_area .travel_feature,
.pink .keyvisual .bg_search {
  background-color: #ffc0cb !important; }

.green .shape,
.green footer,
.green .travel_feature_area .travel_feature,
.green .keyvisual .bg_search {
  background-color: #008000 !important; }

.darkorange .shape,
.darkorange footer,
.darkorange .travel_feature_area .travel_feature,
.darkorange .keyvisual .bg_search {
  background-color: #ff8c00 !important; }

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

/*ボタン*/

.btn_lang{
  position: fixed;
  right: 0;
  top: 182px;
  width: 103px;
  height: 91px;
  z-index: 999;
  background: #b2aa93;
  text-align: center;
  line-height: 1.2;
  background-image: url(../../images/earth_logo/earth.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 50% 13px;
}

.btn_lang.ja{
  top: 0;
}

/*ボタンテキスト*/

.btn_lang > a {
  display: block;
  position: relative;
  background-size: 25px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  padding: 66px 10px 20px;
  width: 100%;
  height: 100%;
}

/*レスポンシブ対応*/

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

  /*スマホ用ボタン*/

  header .btn_lang{
      position: fixed;
      width: 60px;
      height: 55px;
      top: 55px;
      z-index: 999;
      background: #b2aa93;
      text-align: center;
      line-height: 1.2;
      background-image: url(../../images/earth_logo/earth_sp.png);
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: 50% 6px;
  }

  .btn_lang.ja{
    top: 55px;
  }
  
  /*スマホ用ボタンテキスト*/

  header .btn_lang a {
      display: block;
      color: #ffffff;
      font-size: 10px;
      font-weight: bold;
      text-decoration: none;
      box-sizing: border-box;
      padding: 34px 0 20px;
  }
}