@charset "UTF-8";
body {
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #2D2F33;
  font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

a {
  color: #2D2F33;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  a:hover {
    color: #F0473E; }

p, li, dt, dd, h1 {
  line-height: 1.7; }

.highlight {
  color: #BE933A; }

.txt-bold {
  font-weight: bold !important; }

.txt-small {
  font-size: 0.8rem !important; }

.t-l, .text-left {
  text-align: left !important; }

.t-r, .text-right {
  text-align: right !important; }

.t-c, .text-center {
  text-align: center !important; }

.ls-wide {
  letter-spacing: 0.1; }

h2, h3, h4 {
  margin-bottom: 40px;
  font-weight: normal;
  line-height: 1.7; }

input.font-awesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

/* h2 */
.home h2,
h2.under-common-h2 {
  margin: 0 auto 60px;
  text-align: center; }
  .home h2 .ttl-en,
  h2.under-common-h2 .ttl-en {
    line-height: 1;
    margin-bottom: 16px;
    padding: 0 40px;
    display: inline-block;
    border-left: 4px solid #2D2F33;
    border-right: 4px solid #2D2F33;
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.03em; }
  .home h2 .ttl-jp,
  h2.under-common-h2 .ttl-jp {
    display: block;
    font-size: 1.2rem;
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    .home h2,
    h2.under-common-h2 {
      margin: 0 auto 24px; }
      .home h2 .ttl-en,
      h2.under-common-h2 .ttl-en {
        margin-bottom: 10px;
        padding: 0 16px;
        border-left: 3px solid #2D2F33;
        border-right: 3px solid #2D2F33;
        font-size: 1.8rem; }
      .home h2 .ttl-jp,
      h2.under-common-h2 .ttl-jp {
        font-size: 0.9rem; } }
  @media screen and (max-width: 320px) {
    .home h2 .ttl-en,
    h2.under-common-h2 .ttl-en {
      padding: 0 20px;
      font-size: 1.6rem; } }

/* button */
.btn-common {
  margin: 0 auto;
  text-align: center; }
  .btn-common a {
    display: block;
    position: relative;
    width: 440px;
    height: 48px;
    line-height: 44px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #2D2F33;
    text-align: center;
    color: #2D2F33;
    font-weight: bold; }
    .btn-common a:before {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      right: 20px;
      width: 37px;
      height: 13px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(../img/common/arrow-b.svg) no-repeat 0 0; }
    .btn-common a:hover {
      background-color: #BE933A;
      color: #fff; }
      .btn-common a:hover:before {
        -webkit-transform: translateX(6px) translateY(-50%);
        -ms-transform: translateX(6px) translateY(-50%);
        transform: translateX(6px) translateY(-50%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: url(../img/common/arrow-w.svg) no-repeat 0 0; }
    .btn-common a span {
      vertical-align: middle; }

.btn-base a {
  width: 360px;
  background-color: #292B2F;
  border: none;
  color: #fff;
  letter-spacing: 0.2em; }
  .btn-base a:before {
    background: url(../img/common/arrow-w.svg) no-repeat 0 0; }
  .btn-base a:hover {
    background-color: #BE933A; }

.btn-primary a {
  width: 360px;
  background-color: #F0473E;
  border: none;
  color: #fff;
  letter-spacing: 0.2em; }
  .btn-primary a:before {
    background: url(../img/common/arrow-w.svg) no-repeat 0 0; }

@media screen and (max-width: 768px) {
  html {
    font-size: 14px; }
  .btn-common a {
    width: 90%;
    height: 40px;
    line-height: 36px;
    margin: 0 auto;
    font-size: 0.9rem; }
    .btn-common a:before {
      content: none; }
  .btn-base a,
  .btn-primary a {
    width: 90%; } }

/* float */
.f-l {
  float: left; }

.f-r {
  float: right; }

/* smartphone */
@media screen and (min-width: 768px) {
  .pc-only {
    display: block; }
  .sp-only {
    display: none; }
  .br-pc {
    display: block; }
  .br-sp {
    display: none; } }

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

/* layout */
.wrapper {
  overflow: hidden;
  position: relative; }

img {
  width: 100%;
  vertical-align: middle; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fixed {
  position: fixed;
  width: 100%;
  /*height: 100%*/ }

.contentsArea {
  max-width: 1160px;
  margin: 0 auto; }

.contentsArea-fill {
  max-width: 100vw; }
  .contentsArea-fill > .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 70px 0; }
  @media screen and (max-width: 1160px) {
    .contentsArea-fill > .inner {
      max-width: calc(100vw - 40px); } }
  @media screen and (max-width: 768px) {
    .contentsArea-fill > .inner {
      margin: 0 20px;
      padding: 28px 0; } }

.w-80 {
  width: 80% !important; }

.w-70 {
  width: 70% !important; }

.w-60 {
  width: 60% !important; }

.w-56 {
  width: 56% !important; }

.w-52 {
  width: 52% !important; }

.w-50 {
  width: 50% !important; }

.w-48 {
  width: 48% !important; }

.w-44 {
  width: 44% !important; }

.w-40 {
  width: 40% !important; }

.w-36 {
  width: 36% !important; }

.w-30 {
  width: 30% !important; }

.w-20 {
  width: 20% !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.mb-28 {
  margin-bottom: 28px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

/* header */
#top-head {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: 16px solid #F0473E;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    #top-head {
      position: -webkit-sticky;
      position: sticky;
      border-top: 8px solid #F0473E; } }
  @media screen and (max-width: 320px) {
    #top-head {
      border-top: 4px solid #F0473E; } }
  #top-head .inner {
    position: relative;
    max-width: 1160px;
    margin: 16px auto 0; }
    #top-head .inner:after {
      content: "";
      clear: both;
      display: block; }
  #top-head .poweredby {
    position: absolute;
    top: 0;
    width: 154px; }
  #top-head .nav-upper #sub-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #top-head .nav-upper #sub-nav li {
      line-height: 20px;
      padding: 0 12px;
      border-left: 1px solid #292B2F;
      font-weight: bold;
      font-size: 11px; }
      #top-head .nav-upper #sub-nav li:last-child {
        border-right: 1px solid #292B2F; }
      #top-head .nav-upper #sub-nav li .ttl {
        line-height: 20px;
        margin-right: 20px; }
      #top-head .nav-upper #sub-nav li .btn-font-size .btn-font-small,
      #top-head .nav-upper #sub-nav li .btn-font-size .btn-font-large {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle; }
      #top-head .nav-upper #sub-nav li .btn-font-size .btn-font-large {
        margin-left: 20px;
        font-size: 16px; }
      #top-head .nav-upper #sub-nav li .btn-font-size .btn-font-small {
        position: relative;
        background-color: #BE933A;
        color: #fff; }
        #top-head .nav-upper #sub-nav li .btn-font-size .btn-font-small:before {
          position: absolute;
          content: "";
          display: block;
          top: 7px;
          right: -15px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 0 3px 6px;
          border-color: transparent transparent transparent #292B2F; }
      #top-head .nav-upper #sub-nav li .btn-color > span {
        width: 18px;
        display: inline-block; }
        #top-head .nav-upper #sub-nav li .btn-color > span:first-child {
          position: relative; }
          #top-head .nav-upper #sub-nav li .btn-color > span:first-child:before {
            position: absolute;
            content: "";
            display: block;
            top: 8px;
            right: -15px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 3px 0 3px 6px;
            border-color: transparent transparent transparent #292B2F; }
        #top-head .nav-upper #sub-nav li .btn-color > span:last-child {
          margin-left: 24px; }
        #top-head .nav-upper #sub-nav li .btn-color > span img {
          cursor: pointer; }
      #top-head .nav-upper #sub-nav li .btn-search {
        width: 20px; }
        #top-head .nav-upper #sub-nav li .btn-search img {
          width: 18px;
          cursor: pointer; }
        #top-head .nav-upper #sub-nav li .btn-search img:hover {
          opacity: 0.5; }
  #top-head .logo {
    margin: 32px auto;
    text-align: center;
    z-index: 10; }

#global-nav ul {
  text-align: center;
  font-size: 0; }
  #global-nav ul li {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Montserrat', YuGothic, YuGothicM, "游ゴシック体", "游ゴシック Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #global-nav ul li a {
      display: inline-block;
      margin-right: -1px;
      padding: 5px 37px;
      border-left: 3px solid #292B2F; }
      #global-nav ul li a:hover {
        background-color: #BE933A;
        color: #fff; }
    #global-nav ul li:last-child a {
      border-right: 3px solid #292B2F; }

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 80px;
  background: #fff;
  border-top: 16px solid #F0473E;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  #top-head.fixed .inner {
    position: relative;
    margin: 12px auto 0; }
    #top-head.fixed .inner .poweredby {
      display: none; }
    #top-head.fixed .inner .nav-upper {
      display: none; }
  #top-head.fixed .logo {
    width: 240px;
    margin: 0; }
  #top-head.fixed #global-nav {
    position: absolute;
    top: 3px;
    right: 0; }
    #top-head.fixed #global-nav ul {
      width: 100%; }
      #top-head.fixed #global-nav ul li a {
        padding: 4px 28px;
        border-left: 2px solid #292B2F; }
      #top-head.fixed #global-nav ul li:last-child a {
        border-right: 2px solid #292B2F; }

@media screen and (max-width: 990px) and (min-width: 769px) {
  .font-large #global-nav ul li a {
    padding: 4px 12px; } }

.font-large #top-head.fixed #global-nav ul li a {
  padding: 4px 14px; }
  @media screen and (min-width: 768px) and (max-width: 1160px) {
    .font-large #top-head.fixed #global-nav ul li a {
      padding: 4px 12px;
      font-size: 14px; } }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 4%;
  top: 20px;
  width: 24px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }
  #nav-toggle div {
    position: relative; }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #292B2F;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 9px; }
    #nav-toggle span:nth-child(3) {
      top: 18px; }

@media screen and (min-width: 1401px) {
  #top-head .logo {
    width: 390px;
    margin: 20px auto 36px; }
  #global-nav ul li a {
    padding: 4px 37px; }
  #top-head.fixed #global-nav {
    right: 20px; }
    #top-head.fixed #global-nav ul li a {
      padding: 4px 16px; } }

@media screen and (min-width: 1161px) and (max-width: 1400px) {
  #top-head .logo {
    width: 370px;
    margin: 20px auto 30px; }
  #global-nav ul li a {
    padding: 4px 30px; } }

@media screen and (min-width: 991px) and (max-width: 1160px) {
  #top-head .logo {
    width: 350px;
    margin: 20px auto 30px; }
  #top-head .inner {
    padding: 0 2%; }
  #global-nav ul li a {
    padding: 4px 28px; }
  #top-head.fixed #global-nav {
    right: 20px; }
    #top-head.fixed #global-nav ul li a {
      padding: 4px 16px; } }

@media screen and (min-width: 769px) and (max-width: 990px) {
  #top-head .logo {
    width: 320px;
    margin: 20px auto 30px; }
  #top-head .inner {
    padding: 0 2%; }
  #global-nav ul li a {
    padding: 4px 16px; }
  #top-head.fixed .logo {
    width: 200px; }
  #top-head.fixed #global-nav {
    right: 20px; }
    #top-head.fixed #global-nav ul li {
      font-size: 0.9rem; }
      #top-head.fixed #global-nav ul li a {
        padding: 4px 8px; } }

@media screen and (max-width: 768px) {
  #top-head {
    margin-top: 0; }
    #top-head .poweredby {
      width: 108px;
      top: 16px;
      left: 20px; }
    #top-head .nav-upper {
      display: none; }
    #top-head .inner {
      position: relative;
      width: 100%;
      height: 0;
      margin: 0;
      padding: 0; }
    #top-head .logo {
      position: absolute;
      top: 20px;
      left: 50%;
      width: 192px;
      margin: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    #top-head #mobile-head {
      position: relative;
      height: 72px; }
  /* Fixed reset */
  #top-head.fixed,
  #top-head.open {
    height: 72px;
    padding-top: 0;
    background: #fff;
    border-top: none; }
    #top-head.fixed .inner,
    #top-head.open .inner {
      margin: 0 auto; }
      #top-head.fixed .inner .poweredby,
      #top-head.open .inner .poweredby {
        display: block; }
  #global-nav {
    position: relative;
    padding: 0;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden; }
    #global-nav ul {
      padding: 0; }
      #global-nav ul li {
        display: block;
        font-weight: normal; }
        #global-nav ul li a {
          display: block;
          padding: 12px 0 14px 7%;
          border-right: none;
          border-left: none;
          border-top: 1px solid #707070;
          text-align: left; }
        #global-nav ul li:last-child a {
          border-right: none;
          border-bottom: 1px solid #707070; }
        #global-nav ul li:hover {
          background-color: #BE933A; }
    #global-nav .btn-about-para {
      text-align: center; }
  /* #global-nav OPEN */
  .open #global-nav {
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 50px + 12px);
    z-index: 999;
    top: 0; }
  #nav-toggle {
    display: block; }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg); }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg); } }

@media screen and (max-width: 480px) {
  #top-head .poweredby {
    top: 11px;
    left: 11px;
    width: 88px;
    z-index: 1; }
  #top-head .logo {
    width: 160px;
    top: 28px; }
  #top-head #mobile-head {
    height: 50px; }
  #nav-toggle {
    top: 16px; }
  #top-head.fixed,
  #top-head.open {
    height: 50px; }
    #top-head.fixed .logo,
    #top-head.open .logo {
      top: 14px;
      width: 140px; } }

@media screen and (max-width: 320px) {
  #top-head .poweredby {
    top: 13px;
    width: 72px;
    z-index: 1; }
  #top-head.fixed .inner .logo,
  #top-head.open .inner .logo {
    width: 120px; }
  #top-head.fixed .inner .poweredby,
  #top-head.open .inner .poweredby {
    top: 13px;
    width: 72px;
    z-index: 1; } }

.pagenation {
  margin: 40px 0;
  text-align: center; }
  .pagenation ul li {
    display: inline-block;
    margin: 0 2px; }
    .pagenation ul li a {
      border: 1px solid #ccc;
      padding: 12px 16px; }
  .pagenation ul li.current span {
    padding: 12px 16px;
    background-color: #F0473E;
    border: 1px solid #F0473E;
    color: #fff; }
  @media screen and (max-width: 480px) {
    .pagenation li.num {
      display: none; } }

.obj-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover'; }

.font-large {
  font-size: 18px; }
  .font-large .btn-font-large {
    background-color: #BE933A;
    color: #fff; }
  .font-large .btn-font-small {
    background-color: #fff !important;
    color: #292B2F !important; }

body.color-bw #top-head,
body.color-bw .contentsAreaWrap,
body.color-bw .l-main,
body.color-bw .l-related-article {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

body.color-bw .btn-color-cl img {
  -webkit-filter: none;
  filter: none; }

footer.color-bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.followusArea {
  padding: 70px 0;
  background-color: #F2F2F2;
  text-align: center; }
  .followusArea .inner {
    position: relative;
    padding: 48px 0;
    background-color: #fff; }
    .followusArea .inner > span:before, .followusArea .inner > span:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid; }
    .followusArea .inner .upper:before {
      top: 0;
      left: 0;
      border-width: 30px 30px 0 0;
      border-color: #F0473E transparent transparent transparent; }
    .followusArea .inner .upper:after {
      top: 0;
      right: 0;
      border-width: 0 30px 30px 0;
      border-color: transparent #F0473E transparent transparent; }
    .followusArea .inner .lower:before {
      bottom: 0;
      left: 0;
      border-width: 30px 0 0 30px;
      border-color: transparent transparent transparent #F0473E; }
    .followusArea .inner .lower:after {
      bottom: 0;
      right: 0;
      border-width: 0 0 30px 30px;
      border-color: transparent transparent #F0473E transparent; }
  .followusArea h2 {
    margin-bottom: 32px !important; }
    .followusArea h2 .ttl-en {
      width: 52%;
      margin: 0 auto;
      padding-bottom: 10px !important;
      border-left: 0 !important;
      border-right: 0 !important;
      border-bottom: 2px solid #292B2F;
      font-size: 2.375rem !important; }
  .followusArea .follow-list {
    width: 52%;
    margin: 0 auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .followusArea .follow-list li {
      width: 17.5%;
      margin-bottom: 44px; }
      .followusArea .follow-list li img:hover {
        opacity: 0.7; }
  .followusArea .btn-mailmag {
    display: inline-block;
    width: 48%;
    height: 56px;
    line-height: 56px;
    border: 2px solid #292B2F;
    border-radius: 28px;
    letter-spacing: 0.2em;
    font-size: 1.1rem;
    font-weight: bold; }
    .followusArea .btn-mailmag:hover {
      background-color: #292B2F;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .followusArea {
      padding: 28px 0; }
      .followusArea .inner {
        padding: 28px 0; }
        .followusArea .inner .upper:before {
          border-width: 20px 20px 0 0; }
        .followusArea .inner .upper:after {
          border-width: 0 20px 20px 0; }
        .followusArea .inner .lower:before {
          border-width: 20px 0 0 20px; }
        .followusArea .inner .lower:after {
          border-width: 0 0 20px 20px; }
      .followusArea h2 .ttl-en {
        width: 68%;
        padding: 0 12px 4px !important;
        font-size: 1.6rem !important; }
      .followusArea .follow-list {
        width: 88%; }
        .followusArea .follow-list li img {
          height: 32px; }
      .followusArea .btn-mailmag {
        width: 52%;
        height: 40px;
        line-height: 40px;
        font-size: 0.8rem;
        letter-spacing: 0.1em; } }
  @media screen and (max-width: 480px) {
    .followusArea h2 .ttl-en {
      width: 52%;
      padding: 0 0 4px !important;
      font-size: 1.57rem !important; } }
  @media screen and (max-width: 320px) {
    .followusArea h2 .ttl-en {
      width: 60%;
      padding: 0 0 4px !important;
      font-size: 1.57rem !important; } }

.footer-upper,
.footer-lower {
  max-width: 100vw; }
  .footer-upper .inner,
  .footer-lower .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 70px 0; }
  @media screen and (max-width: 1160px) {
    .footer-upper .inner,
    .footer-lower .inner {
      width: calc(100vw - 40px);
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .footer-upper .inner,
    .footer-lower .inner {
      padding: 56px 0 40px; } }

@media screen and (max-width: 480px) {
  .footer-lower .inner {
    padding: 56px 20px 40px 20px; } }

.footer-upper {
  position: relative;
  background-color: #F0473E; }
  .footer-upper #page-top a {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: #F0473E;
    border-radius: 50px;
    z-index: 1;
    color: #fff; }
    .footer-upper #page-top a span {
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .footer-upper #page-top a:before {
      content: "";
      display: block;
      position: absolute;
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 16px;
      height: 11px;
      background-image: url(../img/common/icon-arrow-top.svg); }
    .footer-upper #page-top a:hover {
      color: #292B2F; }
  .footer-upper .inner {
    position: relative;
    min-height: 400px; }
  .footer-upper .f-l {
    width: 56%; }
  .footer-upper .f-r {
    width: 44%; }
  .footer-upper .logo {
    width: 183px;
    margin-bottom: 32px; }
  .footer-upper .desc {
    max-width: 468px;
    width: 92%;
    margin-bottom: 70px;
    font-size: 0.875rem;
    color: #fff; }
  .footer-upper .sns ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .footer-upper .sns ul li {
      height: 35px; }
    .footer-upper .sns ul li:not(:last-child) {
      margin-right: 25px; }
    .footer-upper .sns ul a:hover img {
      opacity: 0.7; }
  .footer-upper .btn-mailmag a {
    display: inline-block;
    width: 128px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 18px;
    letter-spacing: 0.05em;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    color: #F0473E;
    background-color: #fff; }
    .footer-upper .btn-mailmag a:hover {
      opacity: 0.7; }
  .footer-upper .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(( 1.8em + 6px) * 6);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.875rem; }
    .footer-upper .nav li {
      position: relative;
      margin-bottom: 6px;
      padding-left: 20px; }
      .footer-upper .nav li a {
        color: #fff; }
        .footer-upper .nav li a:hover {
          color: #292B2F; }
      .footer-upper .nav li:before {
        position: absolute;
        content: "";
        display: block;
        top: 46%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #fff; }
    .footer-upper .nav li.two-row:before {
      top: 22%; }
  @media screen and (max-width: 768px) {
    .footer-upper .f-l, .footer-upper .f-r {
      width: 100%; }
    .footer-upper #page-top a {
      top: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 80px;
      height: 80px; }
      .footer-upper #page-top a span {
        top: 36px; }
      .footer-upper #page-top a:before {
        top: 16px; }
    .footer-upper .logo {
      width: 135px;
      margin: 0 auto 24px; }
    .footer-upper .desc {
      max-width: 100%;
      width: 100%;
      margin: 0 0 32px; }
    .footer-upper .sns {
      margin-bottom: 36px;
      text-align: center; }
      .footer-upper .sns ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .footer-upper .sns ul li img {
          height: 32px; }
        .footer-upper .sns ul li:not(:last-child) {
          margin-right: 4%; }
    .footer-upper .btn-mailmag a {
      width: 120px;
      height: 32px;
      line-height: 32px; }
    .footer-upper .nav.f-l,
    .footer-upper .nav.f-r {
      width: 48%; }
      .footer-upper .nav.f-l li,
      .footer-upper .nav.f-r li {
        margin-bottom: 8px; } }
  @media screen and (max-width: 320px) {
    .footer-upper .sns ul li {
      margin-right: 3% !important; }
      .footer-upper .sns ul li img {
        height: 28px; }
    .footer-upper .btn-mailmag a {
      width: 90px;
      height: 28px;
      line-height: 28px; }
    .footer-upper .nav.f-l,
    .footer-upper .nav.f-r {
      width: 50%; }
      .footer-upper .nav.f-l li,
      .footer-upper .nav.f-r li {
        font-size: 0.75rem; } }

.footer-lower {
  background-color: #292B2F;
  color: #fff; }
  .footer-lower .inner {
    position: relative; }
    .footer-lower .inner .f-l {
      width: 25%; }
      .footer-lower .inner .f-l .poweredby {
        position: relative;
        max-width: 200px;
        width: 90%;
        margin-bottom: 20px; }
        .footer-lower .inner .f-l .poweredby a:hover:before {
          position: absolute;
          content: "";
          display: inline-block;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.5);
          z-index: 1; }
      .footer-lower .inner .f-l .logo-catch {
        width: 112px; }
    .footer-lower .inner .f-r {
      width: 75%; }
      .footer-lower .inner .f-r > .ttl {
        margin-bottom: 52px;
        padding-bottom: 12px;
        border-bottom: 1px solid #fff;
        font-size: 1.125rem;
        font-weight: bold; }
    .footer-lower .inner .nav-list {
      font-size: 0.875rem; }
      .footer-lower .inner .nav-list > div {
        width: 32%;
        padding-left: 16px;
        border-left: 1px dotted #fff; }
        .footer-lower .inner .nav-list > div .sub-ttl {
          margin-bottom: 36px;
          font-size: 1rem;
          font-weight: bold; }
        .footer-lower .inner .nav-list > div .s-ttl {
          position: relative;
          margin-bottom: 8px;
          padding-left: 16px;
          font-weight: bold; }
          .footer-lower .inner .nav-list > div .s-ttl:before {
            position: absolute;
            content: "";
            display: block;
            top: 6px;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 7px;
            border-color: transparent transparent transparent #fff; }
            @media screen and (max-width: 768px) {
              .footer-lower .inner .nav-list > div .s-ttl:before {
                top: 5px;
                border-width: 5px 0 5px 7px; } }
        .footer-lower .inner .nav-list > div ul {
          margin-bottom: 24px; }
          .footer-lower .inner .nav-list > div ul li {
            margin-bottom: 6px; }
            .footer-lower .inner .nav-list > div ul li a {
              color: #fff; }
              .footer-lower .inner .nav-list > div ul li a:hover {
                color: #F0473E; }
  .footer-lower span.nav-mid-border {
    border-bottom: 1px dotted #fff;
    margin: 56px 0 56px 0; }
  .footer-lower .copyright {
    width: 100%;
    background-color: #BE933A; }
    .footer-lower .copyright ul {
      max-width: 1160px;
      margin: 0 auto;
      padding: 16px 0; }
      .footer-lower .copyright ul li {
        font-size: 0.75rem; }
  @media screen and (max-width: 1160px) {
    .footer-lower .copyright ul {
      padding: 16px; } }
  @media screen and (max-width: 768px) {
    .footer-lower .inner .f-l, .footer-lower .inner .f-r {
      float: none;
      width: 100%; }
    .footer-lower .inner .f-l {
      margin-bottom: 36px; }
      .footer-lower .inner .f-l .poweredby {
        width: 132px;
        margin: 0 auto 16px; }
      .footer-lower .inner .f-l .logo-catch {
        max-width: 260px;
        width: 80%;
        margin: 0 auto; }
    .footer-lower .inner .f-r > .ttl {
      margin-bottom: 24px;
      padding: 6px 0;
      border: 1px solid #fff;
      text-align: center; }
    .footer-lower .inner .nav-list {
      display: block; }
      .footer-lower .inner .nav-list > div {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
        border-left: none;
        border-bottom: 1px dotted #fff; }
        .footer-lower .inner .nav-list > div .sub-ttl {
          margin-bottom: 20px; }
        .footer-lower .inner .nav-list > div:last-child {
          border-bottom: none; }
    .footer-lower p.sep-line {
      border-top: 1px dotted #fff;
      padding-top: 20px; }
    .footer-lower .copyright ul {
      padding: 16px 2%; }
      .footer-lower .copyright ul li {
        margin: 0 auto;
        font-size: 0.70rem; } }

footer .nav a {
  position: relative; }
  footer .nav a[target="_blank"]:after {
    position: absolute;
    right: -20px;
    bottom: 3px;
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/common/icon-blank.svg) no-repeat 0 0;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      footer .nav a[target="_blank"]:after {
        width: 11px;
        height: 11px; } }

.search-nav {
  display: none;
  position: absolute;
  top: 48px;
  width: 100%;
  padding: 40px;
  background-color: rgba(45, 47, 47, 0.9); }
  .search-nav:before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent rgba(45, 47, 47, 0.9) transparent;
    top: -13px;
    right: 18px; }
  @media screen and (max-width: 1160px) {
    .search-nav {
      width: calc(100% - 4%); } }
  @media screen and (max-width: 768px) {
    .search-nav {
      visibility: hidden;
      display: block;
      width: 100%;
      border: none; }
      .search-nav:before {
        display: none; } }
  .search-nav button.search-navi-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/close-w.svg);
    background-position: center center;
    background-size: 15px 15px; }

.search-nav-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search-nav-box input {
    display: block;
    width: 88%;
    height: 48px;
    line-height: 48px;
    padding: 0 4%;
    background-color: #fff;
    border: 2px solid #2D2F33;
    vertical-align: middle; }
    .search-nav-box input::-webkit-input-placeholder-shown {
      color: #afafaf; }
    .search-nav-box input:-ms-input-placeholder-shown {
      color: #afafaf; }
    .search-nav-box input::-ms-input-placeholder-shown {
      color: #afafaf; }
    .search-nav-box input::placeholder-shown {
      color: #afafaf; }
  .search-nav-box button {
    width: 12%;
    height: 48px;
    background-color: #2D2F33;
    background-image: url(../img/common/btn-search-w.svg);
    background-position: center center;
    background-size: 20px 20px; }
  @media screen and (min-width: 769px) {
    .search-nav-box.sp-only {
      display: none !important; } }
  @media screen and (max-width: 480px) {
    .search-nav-box {
      width: calc(100% - 40px);
      margin: 20px 20px 0; }
      .search-nav-box input {
        height: 45px;
        line-height: 45px;
        border: 1px solid #2D2F33; }
      .search-nav-box button {
        height: 45px; } }

.search-nav.open {
  display: block; }

.fixed .search-nav.open {
  display: none; }

.open .search-nav {
  visibility: visible;
  z-index: 1000;
  top: calc(72px + 325px);
  padding: 20px; }
  @media screen and (max-width: 480px) {
    .open .search-nav {
      top: calc(50px + 325px); } }

/* Animation */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* img effect  ------- top-dowm */
.imgEffectAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime;
  animation-name: imgEffectAnime;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    transform: translateY(-55px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    transform: translateY(-55px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* img effect  ------- left-right */
.imgEffectAnime_left_right {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_left_right;
  animation-name: imgEffectAnime_left_right;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_left_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    transform: translateX(-55px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes imgEffectAnime_left_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    transform: translateX(-55px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* img effect  ------- right - left */
.imgEffectAnime_right_left {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_right_left;
  animation-name: imgEffectAnime_right_left;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_right_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes imgEffectAnime_right_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* img effect  ------- _bottom_top */
.imgEffectAnime_bottom_top {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_bottom_top;
  animation-name: imgEffectAnime_bottom_top;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_bottom_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(105px);
    -ms-transform: translateY(105px);
    transform: translateY(105px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime_bottom_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(105px);
    -ms-transform: translateY(105px);
    transform: translateY(105px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* img effect  ------- cover fade in */
.imgEffectAnime_bg_cover {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_bg_cover;
  animation-name: imgEffectAnime_bg_cover;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_bg_cover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  50% {
    opacity: 0.7;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime_bg_cover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 0.4;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
