@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&family=Oswald:wght@200..700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
body {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
  color: #0A0A0A; }

.garam {
  font-family: "EB Garamond", serif; }

.osw {
  font-family: "Oswald", sans-serif; }

sup {
  font-size: 1.1rem;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex; }

b {
  font-weight: bold; }

.pc {
  display: block; }

.sp {
  display: none; }

.br-pc {
  display: block; }

.br-sp {
  display: none; }

@media (max-width: 780px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .br-pc {
    display: none; }

  .br-sp {
    display: block; } }
.btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  cursor: pointer; }

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all .9s; }

.imgzoom {
  overflow: hidden;
  background: #000; }

.imgzoom img {
  display: block;
  transition-duration: 1s; }

.imgzoom img:hover {
  transform: scale(1.1);
  transition-duration: 1s;
  opacity: 0.9; }

@media (max-width: 780px) {
  .imgzoom {
    overflow: hidden;
    max-width: 100%;
    background: #000; } }
body.active {
  position: fixed;
  overflow-y: scroll; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0); }
  #header .logo {
    position: absolute;
    top: 15px;
    left: 20px; }
    #header .logo img {
      max-width: 148px; }

.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: 110;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.33); }

.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  right: 20px;
  transition: transform .3s;
  width: 40px; }

.menu__line--top {
  top: 28px; }

.menu__line--second {
  top: 38px;
  width: 35px; }

.menu__line--bottom {
  top: 48px; }

.menu.active {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: 110;
  cursor: pointer;
  z-index: 130;
  background: rgba(255, 255, 255, 0); }

.menu__line {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), background 0.35s; }

.menu__line--top {
  transition: top 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), width 0.5s, background 0.35s; }

.menu__line--second {
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s 0.15s; }

.menu__line--bottom {
  transition: top 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), width 0.5s, background 0.35s; }

.menu.active .menu__line--top {
  top: 40px;
  width: 40px;
  transform: rotate(45deg);
  background: #fff; }

.menu.active .menu__line--second {
  opacity: 0;
  transform: scaleX(0); }

.menu.active .menu__line--bottom {
  top: 40px;
  width: 40px;
  transform: rotate(-45deg);
  background: #fff; }

.menu__line--top.active {
  top: 40px;
  width: 40px;
  transform: rotate(45deg);
  background: #fff; }

.menu__line--second.active {
  transform: scaleX(0); }

.menu__line--bottom.active {
  top: 40px;
  width: 40px;
  transform: rotate(135deg);
  background: #fff; }

/* Menu Open */
.gnav {
  background-color: #003571;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  overflow-y: scroll; }

.gnav * {
  line-height: 1;
  text-decoration: none !important; }

.gnav.active {
  transition: all 300ms ease-out;
  opacity: 1;
  pointer-events: auto; }

.gnav__logo {
  position: fixed;
  top: 15px;
  left: 20px; }
  .gnav__logo img {
    max-width: 148px; }

.gnav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0;
  gap: 20px;
  width: 80vw;
  max-width: 1000px; }
  .gnav__wrap .gnav__group {
    text-align: left;
    flex-basis: 20%; }
  .gnav__wrap .gnav__header {
    font-size: 20px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin-bottom: 40px;
    white-space: nowrap; }
  .gnav__wrap .gnav__list {
    margin: 0; }
  .gnav__wrap .gnav__item {
    margin: 0 0 25px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    white-space: nowrap; }
  .gnav__wrap .gnav__item a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration: none; }
  @media (hover: hover) and (pointer: fine) {
    .gnav__wrap .gnav__item a::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s; }
    .gnav__wrap .gnav__item a:hover:after {
      transform: scale(1, 1); } }
  .gnav__wrap .gnav__item:last-child {
    margin-bottom: 0; }
  .gnav__wrap .gnav__link {
    display: flex;
    align-items: center; }
  .gnav__wrap .gnav__link:after {
    content: "";
    background-image: url(../img/ico_outer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    position: relative;
    top: 1px; }
  .gnav__wrap .last {
    flex-basis: auto !important; }

.gnav__bottom {
  margin: 120px auto 0; }
  .gnav__bottom ul {
    display: flex;
    justify-content: space-center;
    align-items: center; }
    .gnav__bottom ul li {
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      color: #fff;
      margin-right: 40px; }
      .gnav__bottom ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #fff; }
      .gnav__bottom ul li a::after {
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      .gnav__bottom ul li a:hover::after {
        transform: scale(1, 1); }
      .gnav__bottom ul li img {
        max-width: 20px; }
    .gnav__bottom ul li:nth-child(4) {
      margin-right: 20px; }
    .gnav__bottom ul li:nth-child(5) {
      margin-right: 10px; }
    .gnav__bottom ul li:nth-child(6) {
      margin-right: 0; }

@media (max-width: 780px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 12vw;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0); }
    #header .logo {
      position: absolute;
      top: 1.7vw;
      left: 1.7vw; }
      #header .logo img {
        max-width: 24vw; }

  .bgnone {
    background-color: rgba(255, 255, 255, 0) !important; }

  .menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 12vw;
    height: 12vw;
    z-index: 110;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.33); }

  .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    top: 4vw;
    right: 2vw;
    transition: transform .3s;
    width: 8vw; }

  .menu__line--top {
    top: 4vw; }

  .menu__line--second {
    top: 6vw;
    width: 6vw; }

  .menu__line--bottom {
    top: 8vw; }

  .menu.active {
    position: fixed;
    right: 0;
    top: 0;
    width: 12vw;
    height: 12vw;
    z-index: 110;
    cursor: pointer;
    z-index: 130;
    background: rgba(255, 255, 255, 0); }

  .menu__line--top.active {
    top: 6vw;
    width: 8vw;
    transform: rotate(45deg);
    background: #fff; }

  .menu__line--second.active {
    transform: scaleX(0); }

  .menu__line--bottom.active {
    top: 6vw;
    width: 8vw;
    transform: rotate(135deg);
    background: #fff; }

  .gnav {
    background-color: #003571;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 120;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    overflow-y: scroll; }

  .gnav__header.is-accordion {
    cursor: pointer;
    position: relative; }

  .gnav__list {
    transition: all 0.5s;
    overflow: hidden; }

  .gnav__logo {
    position: static;
    margin: 15vw auto 10vw; }
    .gnav__logo img {
      max-width: 30vw; }

  .gnav__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    flex-wrap: wrap;
    padding: 0;
    gap: 0;
    width: 80vw; }
    .gnav__wrap .gnav__group {
      text-align: left;
      flex-basis: 100%; }
    .gnav__wrap .gnav__group.active .gnav__header:after {
      transform: rotate(180deg); }
    .gnav__wrap .gnav__header {
      font-size: 3.5897435897vw;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      margin-bottom: 5vw;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 4vw;
      white-space: nowrap;
      position: relative; }
    .gnav__wrap .gnav__header:after {
      content: "";
      background-image: url(../img/sp_acc_arrow.svg);
      width: 4vw;
      height: 4vw;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      top: 0;
      transition: transform 0.5s; }
    .gnav__wrap .gnav__list {
      margin: 0 0 8vw 0; }
    .gnav__wrap .gnav__item {
      margin: 0 0 2vw 0;
      font-size: 3.0769230769vw;
      font-weight: 400;
      line-height: 1;
      color: #fff;
      white-space: nowrap;
      padding-left: 3vw; }
    .gnav__wrap .gnav__item a {
      color: #fff;
      text-decoration: none;
      position: relative;
      display: inline-block;
      text-decoration: none;
      font-size: 3.3333333333vw;
      padding-bottom: 4vw; }
    .gnav__wrap .gnav__item:last-child {
      margin-bottom: 0; }
    .gnav__wrap .gnav__link {
      display: flex;
      align-items: center; }
    .gnav__wrap .gnav__link:after {
      content: "";
      background-image: url(../img/ico_outer.svg);
      background-repeat: no-repeat;
      background-size: contain;
      height: 10px;
      width: 10px;
      margin-left: 10px;
      position: relative;
      top: 1px; }
    .gnav__wrap .last {
      flex-basis: 100% !important; }

  .gnav__bottom {
    margin: 5vw auto 0; }
    .gnav__bottom ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      width: 80vw;
      margin: 0 auto;
      gap: 2.5vw; }
      .gnav__bottom ul li {
        font-size: 3.3333333333vw;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        margin-right: 0; }
        .gnav__bottom ul li a {
          position: relative;
          display: inline-block;
          text-decoration: none;
          color: #fff; }
        .gnav__bottom ul li img {
          max-width: 20px; }
      .gnav__bottom ul li:nth-child(4) {
        margin-right: 0;
        flex-basis: 100%;
        text-align: center;
        margin: 5vw auto 2vw; }
      .gnav__bottom ul li:nth-child(5) {
        margin-right: 2vw; }
        .gnav__bottom ul li:nth-child(5) img {
          width: 5.5vw; }
      .gnav__bottom ul li:nth-child(6) {
        margin-right: 0;
        margin-left: 2vw; }
        .gnav__bottom ul li:nth-child(6) img {
          width: 5.5vw; }

  .sp_ec_btn {
    background-color: #AC2437;
    width: 70vw !important;
    padding: 4vw 0;
    margin: 7vw auto 0 !important; }
    .sp_ec_btn span {
      font-size: 2.3076923077vw;
      font-weight: 300;
      color: #fff;
      display: block;
      margin-bottom: 1vw; }
    .sp_ec_btn p {
      font-size: 3.0769230769vw;
      font-weight: 400;
      color: #fff;
      position: relative; }
    .sp_ec_btn p:after {
      content: "";
      background-image: url(../img/arrow_wh.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 3vw;
      height: 1.5vw;
      position: absolute;
      right: 5vw;
      top: 0; } }
/*---------------------------
Global Nav Entry & Mypage
---------------------------*/
#footer {
  background-color: #003571;
  width: 100%;
  padding: 100px 0;
  text-align: center; }
  #footer .footnav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    overflow-y: scroll; }
  #footer .footnav * {
    line-height: 1;
    text-decoration: none !important; }
  #footer .footnav__logo {
    margin-bottom: 60px; }
    #footer .footnav__logo img {
      max-width: 148px; }
  #footer .footnav__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0;
    gap: 10px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px; }
    #footer .footnav__wrap .footnav__group {
      text-align: left;
      flex-basis: 20%; }
    #footer .footnav__wrap .footnav__header {
      font-size: 16px;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      margin-bottom: 20px;
      white-space: nowrap; }
    #footer .footnav__wrap .footnav__list {
      margin: 0; }
    #footer .footnav__wrap .foot__item {
      margin: 0 0 15px 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      color: #fff;
      white-space: nowrap; }
    #footer .footnav__wrap .foot__item a {
      color: #fff;
      text-decoration: none;
      position: relative;
      display: inline-block;
      text-decoration: none; }
    @media (hover: hover) and (pointer: fine) {
      #footer .footnav__wrap .foot__item a::after {
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      #footer .footnav__wrap .foot__item a:hover::after {
        transform: scale(1, 1); } }
    #footer .footnav__wrap .foot__item:last-child {
      margin-bottom: 0; }
    #footer .footnav__wrap .gnav__link {
      display: flex;
      align-items: center; }
    #footer .footnav__wrap .gnav__link:after {
      content: "";
      background-image: url(../img/ico_outer.svg);
      background-repeat: no-repeat;
      background-size: contain;
      height: 10px;
      width: 10px;
      margin-left: 10px;
      position: relative;
      top: 1px; }
    #footer .footnav__wrap .last {
      flex-basis: auto !important; }
  #footer .footnav__bottom {
    margin: 0 auto 60px; }
    #footer .footnav__bottom ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      #footer .footnav__bottom ul li {
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        margin-right: 40px; }
        #footer .footnav__bottom ul li a {
          position: relative;
          display: inline-block;
          text-decoration: none;
          color: #fff; }
        #footer .footnav__bottom ul li a::after {
          position: absolute;
          bottom: -10px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #fff;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: transform .3s; }
        #footer .footnav__bottom ul li a:hover::after {
          transform: scale(1, 1); }
        #footer .footnav__bottom ul li img {
          max-width: 20px; }
      #footer .footnav__bottom ul li:nth-child(4) {
        margin-right: 20px; }
      #footer .footnav__bottom ul li:nth-child(5) {
        margin-right: 10px; }
      #footer .footnav__bottom ul li:nth-child(6) {
        margin-right: 0; }
  #footer p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.2em; }

@media (max-width: 780px) {
  #footer {
    background-color: #003571;
    width: 100%;
    padding: 10vw 0 5vw;
    text-align: center; }
    #footer .footnav {
      background-color: #003571;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 100%;
      margin: 0 auto;
      align-items: center;
      overflow-y: scroll; }
    #footer .footnav__header.is-accordion {
      cursor: pointer;
      position: relative; }
    #footer .footnav__list {
      transition: all 0.5s;
      overflow: hidden; }
    #footer .footnav__logo {
      position: static;
      margin: 5vw auto 10vw; }
      #footer .footnav__logo img {
        max-width: 30vw; }
    #footer .footnav__wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      box-sizing: border-box;
      flex-wrap: wrap;
      padding: 0;
      gap: 0;
      width: 80vw;
      max-width: 80vw;
      margin: 0 auto 5vw; }
      #footer .footnav__wrap .footnav__group {
        text-align: left;
        flex-basis: 100%; }
      #footer .footnav__wrap .footnav__group.active .footnav__header:after {
        transform: rotate(180deg); }
      #footer .footnav__wrap .footnav__header {
        font-size: 3.5897435897vw;
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        margin-bottom: 5vw;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 4vw;
        white-space: nowrap;
        position: relative; }
      #footer .footnav__wrap .footnav__header:after {
        content: "";
        background-image: url(../img/sp_acc_arrow.svg);
        width: 4vw;
        height: 4vw;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform 0.5s; }
      #footer .footnav__wrap .footnav__list {
        margin: 0 0 8vw 0; }
      #footer .footnav__wrap .foot__item {
        margin: 0 0 2vw 0;
        font-size: 3.0769230769vw;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        white-space: nowrap;
        padding-left: 3vw; }
      #footer .footnav__wrap .foot__item a {
        color: #fff;
        text-decoration: none;
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 3.3333333333vw;
        padding-bottom: 4vw; }
      #footer .footnav__wrap .foot__item:last-child {
        margin-bottom: 0; }
      #footer .footnav__wrap .last {
        flex-basis: 100% !important; }
    #footer .footnav__bottom {
      margin: 0 auto 10vw; }
      #footer .footnav__bottom ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 80vw;
        margin: 0 auto;
        gap: 2.5vw; }
        #footer .footnav__bottom ul li {
          font-size: 3.3333333333vw;
          font-weight: 400;
          line-height: 1;
          color: #fff;
          margin-right: 0; }
          #footer .footnav__bottom ul li a {
            position: relative;
            display: inline-block;
            text-decoration: none;
            color: #fff; }
          #footer .footnav__bottom ul li img {
            max-width: 20px; }
        #footer .footnav__bottom ul li:nth-child(4) {
          margin-right: 0;
          flex-basis: 100%;
          text-align: center;
          margin: 5vw auto 2vw; }
        #footer .footnav__bottom ul li:nth-child(5) {
          margin-right: 2vw; }
          #footer .footnav__bottom ul li:nth-child(5) img {
            width: 5.5vw; }
        #footer .footnav__bottom ul li:nth-child(6) {
          margin-right: 0;
          margin-left: 2vw; }
          #footer .footnav__bottom ul li:nth-child(6) img {
            width: 5.5vw; }
    #footer p {
      font-size: 2.5641025641vw;
      font-weight: 300;
      line-height: 1;
      color: #fff;
      letter-spacing: 0.2em; } }
body.home #header .logo {
  display: none; }

.feed .sb_instagram_header,
.feed #sbi_load {
  display: none; }

.contents .inner .s5 li p a {
  text-decoration: none;
  color: #0a0a0a; }

.news_contents h2, .news_contents h3, .news_contents h4, .news_contents h5, .news_contents h6 {
  font-weight: bold;
  margin-bottom: 1em; }
.news_contents h2 {
  font-size: 22px; }
.news_contents h3 {
  font-size: 20px; }
.news_contents h4 {
  font-size: 18px; }
.news_contents h5 {
  font-size: 16px; }
.news_contents h6 {
  font-size: 14px; }
@media (max-width: 780px) {
  .news_contents h2 {
    font-size: 5.5vw; }
  .news_contents h3 {
    font-size: 5.0vw; }
  .news_contents h4 {
    font-size: 4.5vw; }
  .news_contents h5 {
    font-size: 4.0vw; }
  .news_contents h6 {
    font-size: 3.5vw; } }

.pagi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; }
  .pagi a, .pagi span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    border: 1px solid #003571;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #003571;
    text-decoration: none; }
  .pagi .current {
    background-color: #003571;
    color: #fff; }
  @media (max-width: 780px) {
    .pagi a, .pagi span {
      font-size: 2.8205128205vw;
      font-weight: 400; } }

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