@charset "UTF-8";
@keyframes load01 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    height: 100vh; }
  99% {
    opacity: 0;
    height: 100vh; }
  100% {
    height: 0;
    opacity: 0; } }
body {
  font-family: "Open Sans", sans-serif;
  color: #000; }

.page_s {
  margin-top: 108px; }
  @media screen and (max-width: 767px) {
    .page_s {
      margin-top: 60px; } }

/*@import "_loading.scss";*/
/*
-------------------------------------
header
-------------------------------------
*/
#header_en {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 23px;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  justify-content: space-between;
  background: #fff;
  z-index: 1000; }
  #header_en h1 a {
    display: block;
    padding: 26px 0;
    line-height: 1; }
  #header_en #he_list {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end; }
    #header_en #he_list ul {
      font-size: 0; }
      #header_en #he_list ul li {
        display: inline-block;
        margin-right: 46px; }
        #header_en #he_list ul li a {
          font-size: 16px;
          line-height: 1;
          display: block;
          font-weight: bold;
          font-family: "Open Sans", sans-serif; }
    #header_en #he_list #s_btn {
      cursor: pointer; }
      #header_en #he_list #s_btn .off {
        display: block; }
      #header_en #he_list #s_btn .on {
        display: none; }
      #header_en #he_list #s_btn.active .on {
        display: block; }
      #header_en #he_list #s_btn.active .off {
        display: none; }
  @media screen and (max-width: 767px) {
    #header_en {
      padding: 0 3%; }
      #header_en h1 a {
        padding: 12px 0;
        width: 100px; }
        #header_en h1 a img {
          width: 100%;
          height: auto; }
      #header_en #he_list ul {
        display: none; }
      #header_en #he_list #s_btn {
        width: 26px; }
        #header_en #he_list #s_btn img {
          width: 100%;
          height: auto; } }

#h_s_box {
  display: block;
  opacity: 0;
  position: fixed;
  top: -208px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 21px 22px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.75);
  z-index: 900;
  -webkit-transition: all 0s cubic-bezier(0.42, 0, 0.58, 1); }
  #h_s_box h3 {
    font-size: 16px;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600; }
  #h_s_box #s_box_in {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    text-align: left;
    align-items: stretch; }
    #h_s_box #s_box_in .sel_box {
      width: 27%;
      position: relative; }
      #h_s_box #s_box_in .sel_box:before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -12px;
        right: 45px;
        background: #bbb;
        height: 24px;
        width: 1px; }
      #h_s_box #s_box_in .sel_box:after {
        content: '';
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 16px;
        margin-top: -9px;
        width: 10px;
        height: 10px;
        border-bottom: solid 2px #6C737B;
        border-left: solid 2px #6C737B;
        transform: rotate(-45deg); }
      #h_s_box #s_box_in .sel_box p i {
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -10px;
        z-index: 3; }
      #h_s_box #s_box_in .sel_box p select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        margin: 0;
        background: #fff;
        position: relative;
        z-index: 1;
        border: none;
        width: 100%;
        height: 44px;
        box-sizing: border-box;
        border-radius: 0px;
        font-weight: bold;
        font-size: 14px;
        padding: 0rem 45px 0rem 37px;
        color: #6C737B; }
    #h_s_box #s_box_in button {
      width: 15%;
      background: #FF595D;
      font-size: 14px;
      color: #fff;
      height: 44px;
      line-height: 44px;
      text-align: center;
      font-weight: 600;
      border: none;
      cursor: pointer; }

@media screen and (max-width: 767px) {
  #h_s_box {
    padding: 1rem;
    top: 60px; }
    #h_s_box h3 {
      font-size: 13px; }
    #h_s_box #s_box_in {
      flex-wrap: wrap; }
      #h_s_box #s_box_in .sel_box {
        width: 49%;
        margin-bottom: 2%; }
        #h_s_box #s_box_in .sel_box:after {
          width: 6px;
          height: 6px;
          margin-top: -6px;
          right: 12px; }
        #h_s_box #s_box_in .sel_box:before {
          right: 32px; }
        #h_s_box #s_box_in .sel_box p i {
          margin-top: -9px;
          height: 18px; }
          #h_s_box #s_box_in .sel_box p i img {
            width: auto;
            height: 100%; }
        #h_s_box #s_box_in .sel_box p select {
          font-size: 13px;
          padding: 0rem 27px 0rem 30px;
          color: #6C737B;
          height: 40px;
          line-height: 40px; }
      #h_s_box #s_box_in button {
        width: 49%;
        background: #FF595D;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        text-align: center; } }
.isMenuOpening #h_s_box {
  display: block;
  opacity: 1;
  top: 108px;
  -webkit-transition: all 0s cubic-bezier(0.42, 0, 0.58, 1); }
  @media screen and (max-width: 767px) {
    .isMenuOpening #h_s_box {
      top: 60px; } }

#lang_nav {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #fff; }
  #lang_nav:before, #lang_nav:after {
    content: "";
    position: absolute;
    right: 6px;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    box-sizing: border-box;
    z-index: 3; }
  #lang_nav:before {
    top: 10px;
    border-bottom: 5px solid #aaa; }
  #lang_nav:after {
    border-top: 5px solid #aaa;
    bottom: 11px; }
  #lang_nav select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 11px 34px 11px 14px;
    box-sizing: border-box;
    border-radius: 0px;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #bbb;
    z-index: 2;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif; }

#header_en #he_list #s_ham {
  display: none; }

@media screen and (max-width: 767px) {
  #header_en #he_list #s_ham {
    display: block;
    width: 32px;
    height: 18px;
    margin-left: 17px;
    position: relative; }

  #header_en #he_list #s_ham span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #666; }

  #header_en #he_list #s_ham span:nth-child(1) {
    top: 0; }

  #header_en #he_list #s_ham span:nth-child(2) {
    top: 50%;
    margin-top: -1px; }

  #header_en #he_list #s_ham span:nth-child(3) {
    bottom: 0; }

  #header_en #he_list #s_ham.active span {
    background: #FF595D; }

  #header_en #he_list #s_ham.active span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: -1px;
    top: 50%; }

  #header_en #he_list #s_ham.active span:nth-child(2) {
    display: none; }

  #header_en #he_list #s_ham.active span:nth-child(3) {
    transform: rotate(-45deg);
    margin-bottom: -1px;
    bottom: 50%; }

  /**/
  #header_en #he_list ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background: rgba(0, 0, 0, 0.75); }

  #header_en #he_list ul li {
    width: 100%;
    border-bottom: solid 1px #444;
    margin: 0;
    padding: 0.8rem 0.5rem;
    box-sizing: border-box; }

  #header_en #he_list ul li a {
    font-size: 13px;
    color: #fff; }

  #header_en #he_list ul.active {
    display: block; } }
#footer_en #foot01 {
  padding: 67px 0 87px; }
  @media screen and (max-width: 767px) {
    #footer_en #foot01 {
      padding: 2.4rem 0 2.4rem; } }
  #footer_en #foot01 .cont_in {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: flex-start;
    justify-content: flex-start; }
    #footer_en #foot01 .cont_in h1 {
      width: 22%;
      padding-right: 4%; }
      #footer_en #foot01 .cont_in h1 img {
        width: 100%;
        height: auto;
        max-width: 197px; }
    #footer_en #foot01 .cont_in #f_list_cont {
      flex: 1;
      display: flex;
      align-content: stretch;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-align-content: stretch;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      align-items: flex-start;
      justify-content: space-between; }
      #footer_en #foot01 .cont_in #f_list_cont ul:last-child {
        margin-right: 0px; }
      #footer_en #foot01 .cont_in #f_list_cont ul li {
        margin-bottom: 1rem; }
        #footer_en #foot01 .cont_in #f_list_cont ul li a {
          display: block;
          font-size: 14px; }
      #footer_en #foot01 .cont_in #f_list_cont ul .md {
        margin-bottom: 1.2rem; }
        #footer_en #foot01 .cont_in #f_list_cont ul .md a {
          font-size: 18px;
          font-weight: 400;
          color: #FF595D; }
      #footer_en #foot01 .cont_in #f_list_cont ul .ul_box {
        display: flex;
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-content: stretch;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap; }
      #footer_en #foot01 .cont_in #f_list_cont .ul_cont {
        width: 30%; }
    @media screen and (max-width: 900px) {
      #footer_en #foot01 .cont_in {
        flex-wrap: wrap; }
        #footer_en #foot01 .cont_in h1 {
          width: 100%;
          margin-bottom: 2rem; }
        #footer_en #foot01 .cont_in #f_list_cont ul li {
          margin-bottom: 0.5rem; }
          #footer_en #foot01 .cont_in #f_list_cont ul li a {
            font-size: 12px; }
        #footer_en #foot01 .cont_in #f_list_cont ul .md {
          margin-bottom: 0.7rem; }
          #footer_en #foot01 .cont_in #f_list_cont ul .md a {
            font-size: 15px; } }
    @media screen and (max-width: 640px) {
      #footer_en #foot01 .cont_in h1 {
        margin-bottom: 0px; }
      #footer_en #foot01 .cont_in #f_list_cont {
        flex-wrap: wrap; }
        #footer_en #foot01 .cont_in #f_list_cont ul {
          display: none; } }
#footer_en #foot02 {
  padding: 11px 0;
  background-color: #34362F; }
  #footer_en #foot02 .cont_in {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-content: stretch;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    #footer_en #foot02 .cont_in ul {
      font-size: 0; }
      #footer_en #foot02 .cont_in ul li {
        display: inline-block; }
        #footer_en #foot02 .cont_in ul li a {
          display: block;
          font-size: 12px;
          margin-right: 28px;
          color: #fff; }
    #footer_en #foot02 .cont_in p {
      font-size: 12px;
      color: #fff; }
  @media screen and (max-width: 767px) {
    #footer_en #foot02 {
      padding: 0px; }
      #footer_en #foot02 .cont_in {
        display: block;
        text-align: center;
        width: 100%; }
        #footer_en #foot02 .cont_in ul {
          padding: 0.8rem 3%; }
          #footer_en #foot02 .cont_in ul li a {
            margin: 0 10px; }
        #footer_en #foot02 .cont_in p {
          padding: 0.8rem 3%;
          background: #222; } }

/*@import "_loading.scss";*/
.he_mar {
  margin-top: 108px; }
  @media screen and (max-width: 767px) {
    .he_mar {
      margin-top: 60px; } }

#footer_en {
  background: #f6f6f6; }

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