@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ==========================================================================//
//
// ヘッダー
//
// ========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  header {
    height: 100%;
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    padding: 35px 0 50px;
  }
}
header .logo {
  position: fixed;
  top: 0;
  left: 0;
}
header .logo a .logo_tate {
  display: none;
  /* 1081- */
}
@media all and (min-width: 1081px) {
  header .logo a .logo_tate {
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 41px;
    top: 35px;
    left: 32px;
  }
}
header .logo a .logo_yoko {
  position: absolute;
  width: 97px;
  top: 20px;
  left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1081- */
}
@media all and (min-width: 1081px) {
  header .logo a .logo_yoko {
    pointer-events: none;
    opacity: 0;
    width: 339px;
    top: 35px;
    left: 32px;
  }
}
header .logo a .logo_yoko .copy {
  display: none;
}
header .nav_area {
  /* 751- */
}
@media all and (min-width: 751px) {
  header .nav_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
  }
}
header .sns {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  header .sns {
    font-family: "Cardo", serif;
    letter-spacing: 0.01em;
    font-size: 13px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  header .sns a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 10px;
    /* 751- */
  }
}
@media (min-width: 751px) and (min-width: 751px) and (hover: hover) {
  header .sns a:hover {
    opacity: 0.5;
  }
}
header .openbtn {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
header .openbtn .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  overflow: hidden;
  /* 751- */
}
@media all and (min-width: 751px) {
  header .openbtn .lines {
    gap: 11px;
  }
}
header .openbtn .lines span {
  display: block;
  position: relative;
  background-color: #202020;
  height: 1px;
  width: 19px;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s, -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s;
  /* 751- */
}
@media all and (min-width: 751px) {
  header .openbtn .lines span {
    width: 29px;
  }
}
header .openbtn .lines span:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 100%;
  -webkit-transform: translateX(-170%);
          transform: translateX(-170%);
}
header .openbtn .lines span:nth-child(2) {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s;
  transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s, -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s;
  width: 11px;
  /* 751- */
}
@media all and (min-width: 751px) {
  header .openbtn .lines span:nth-child(2) {
    width: 17px;
  }
}
header .openbtn .lines span:nth-child(3) {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.3s;
  transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.3s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.3s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.3s, -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.3s;
}
@media (min-width: 751px) and (hover: hover) {
  header .openbtn:hover .lines span {
    -webkit-transform: translateX(170%);
            transform: translateX(170%);
  }
}
header #gNav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
}
header #gNav .menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #741626;
  z-index: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu {
    width: auto;
  }
}
header #gNav .menu .menu_logo .logo_tate {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_logo .logo_tate {
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 41px;
    top: 35px;
    left: 32px;
  }
}
header #gNav .menu .menu_logo .logo_yoko {
  position: absolute;
  width: 97px;
  top: 20px;
  left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_logo .logo_yoko {
    display: none;
  }
}
header #gNav .menu .menu_inner {
  padding: 80px 20px;
  color: #fff;
  font-family: "Cardo", serif;
  letter-spacing: 0.01em;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_inner {
    padding: 70px 130px;
  }
}
header #gNav .menu .menu_inner .main_nav {
  padding: 0 30px;
}
header #gNav .menu .menu_inner .main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_inner .main_nav ul {
    gap: 22px;
  }
}
header #gNav .menu .menu_inner .main_nav ul li {
  font-size: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_inner .main_nav ul li {
    font-size: 26px;
  }
}
header #gNav .menu .menu_inner .main_nav ul li a {
  overflow: hidden;
}
header #gNav .menu .menu_inner .main_nav ul li a span {
  display: inline-block;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.14, 1, 0.34, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1.4s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1.4s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1.4s cubic-bezier(0.14, 1, 0.34, 1);
}
header #gNav .menu .menu_inner .sub_nav {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_inner .sub_nav {
    margin-top: 10px;
    padding: 50px 30px 0;
    min-width: 350px;
    gap: 14px 0;
  }
}
header #gNav .menu .menu_inner .sub_nav li {
  width: 50%;
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_inner .sub_nav li {
    font-size: 14px;
  }
}
header #gNav .menu .menu_inner .sub_nav li a {
  overflow: hidden;
}
header #gNav .menu .menu_inner .sub_nav li a span {
  display: inline-block;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.14, 1, 0.34, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1.4s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1.4s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1.4s cubic-bezier(0.14, 1, 0.34, 1);
}
header #gNav .menu .menu_inner .member_nav {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_inner .member_nav {
    margin-top: 10px;
    padding: 50px 30px 0;
  }
}
header #gNav .menu .menu_inner .member_nav li {
  width: 50%;
  text-align: center;
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_inner .member_nav li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
header #gNav .menu .menu_inner .member_nav li a {
  display: block;
  padding: 13px 0px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .menu_inner .member_nav li a {
    padding: 15px 20px;
  }
}
@media (hover: hover) {
  header #gNav .menu .menu_inner .member_nav li a:hover {
    background: #fff;
    color: #741626;
  }
}
header #gNav .menu .menu_inner .member_nav li.mypage {
  width: 100%;
}
header #gNav .menu .closebtn {
  position: absolute;
  top: 21px;
  right: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .closebtn {
    top: auto;
    bottom: 50px;
    left: 30px;
  }
}
header #gNav .menu .closebtn .lines {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .closebtn .lines {
    width: 30px;
    height: 30px;
  }
}
header #gNav .menu .closebtn .lines .line_wrap {
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
header #gNav .menu .closebtn .lines .line_wrap span {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s;
  transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s, -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0s;
}
header #gNav .menu .closebtn .lines .line_wrap:nth-child(2) {
  -webkit-transform: rotate(-125deg);
          transform: rotate(-125deg);
}
header #gNav .menu .closebtn .lines .line_wrap:nth-child(2) span {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s;
  transition: -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s;
  transition: transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s, -webkit-transform 0.8s cubic-bezier(0.24, 0.43, 0.15, 0.97) 0.15s;
}
header #gNav .menu .closebtn .lines span {
  display: block;
  position: relative;
  background-color: #fff;
  height: 22px;
  width: 1px;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .closebtn .lines span {
    height: 30px;
  }
}
header #gNav .menu .closebtn .lines span:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 50%;
  right: 50%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 22px;
  width: 1px;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu .closebtn .lines span:before {
    height: 30px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  header #gNav .menu .closebtn:hover .lines span {
    -webkit-transform: translateY(-164%);
            transform: translateY(-164%);
  }
}
header #gNav .menu_bg {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  header #gNav .menu_bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
header #gNav.panelactive {
  opacity: 1;
  pointer-events: all;
}
header #gNav.panelactive .menu .main_nav ul li a span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header #gNav.panelactive .menu .sub_nav li a span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

footer {
  background-color: #F7F7F7;
  padding: 60px 0 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  footer {
    padding: 100px 0 80px;
  }
}
footer .top_wrap {
  /* 751- */
}
@media all and (min-width: 751px) {
  footer .top_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .top_wrap .logo_area .logo {
  display: block;
  width: 140px;
  /* 751- */
}
@media all and (min-width: 751px) {
  footer .top_wrap .logo_area .logo {
    width: 240px;
  }
}
footer .top_wrap .logo_area .sns {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: "Cardo", serif;
  letter-spacing: 0.01em;
  /* 751- */
}
@media all and (min-width: 751px) {
  footer .top_wrap .logo_area .sns {
    margin-top: 40px;
    font-size: 14px;
    gap: 20px;
  }
}
footer .top_wrap .logo_area .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  footer .top_wrap .logo_area .sns ul {
    gap: 20px;
  }
}
footer .top_wrap .logo_area .sns ul a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  footer .top_wrap .logo_area .sns ul a:hover {
    opacity: 0.6;
  }
}
footer .top_wrap .link_area {
  margin-top: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  footer .top_wrap .link_area {
    margin: 0;
  }
}
footer .top_wrap .link_area .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  footer .top_wrap .link_area .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    height: 181px;
  }
}
footer .top_wrap .link_area .links li {
  width: 50%;
  font-family: "Cardo", serif;
  letter-spacing: 0.01em;
  font-size: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  footer .top_wrap .link_area .links li {
    width: auto;
    font-size: 15px;
  }
}
footer .bottom_wrap {
  margin-top: 120px;
  font-family: "Cardo", serif;
  letter-spacing: 0.01em;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  footer .bottom_wrap {
    margin-top: 190px;
    font-size: 12px;
  }
}
footer .bottom_wrap .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  footer .bottom_wrap .links {
    gap: 30px;
  }
}

/*----------------------------------------------------
共通スタイル
----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #202020;
  scroll-behavior: smooth;
  /* 751- */
}
@media all and (min-width: 751px) {
  body {
    padding-left: 100px;
    font-size: 14px;
  }
}

main {
  padding-bottom: 90px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main {
    padding-bottom: 180px;
  }
}

p {
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  p {
    line-height: 1.92;
  }
}

.lead_text {
  line-height: 2.3;
  /* 751- */
}
@media all and (min-width: 751px) {
  .lead_text {
    line-height: 2.357;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a img {
  border: none;
}

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

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

/*----------------------------------------------------
inner
----------------------------------------------------*/
/* ベース */
.inner {
  padding: 0 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .inner {
    padding: 0 40px;
    max-width: 1260px;
    margin: 0 auto;
  }
}
.inner.inner_pc {
  /* -750 */
}
@media all and (max-width: 750px) {
  .inner.inner_pc {
    padding: 0;
  }
}

/*----------------------------------------------------
表示 非表示
----------------------------------------------------*/
.only_sp {
  display: block;
  /* 751- */
}
@media all and (min-width: 751px) {
  .only_sp {
    display: none;
  }
}

.only_pc {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .only_pc {
    display: block;
  }
}

/*----------------------------------------------------
ボタン
----------------------------------------------------*/
.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 180px;
  padding-bottom: 5px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  .btn {
    max-width: 200px;
    padding-bottom: 12px;
  }
}
.btn::before, .btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #9F9F9F;
}
.btn::after {
  background-color: #202020;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn .text {
  font-family: "Cardo", serif;
  letter-spacing: 0.01em;
  font-size: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .btn .text {
    font-size: 15px;
  }
}
.btn .arrow {
  position: relative;
  width: 15px;
  height: 15px;
  overflow: hidden;
  /* 751- */
}
@media all and (min-width: 751px) {
  .btn .arrow {
    width: 20px;
    height: 20px;
  }
}
.btn .arrow::before, .btn .arrow::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/btn_arrow.svg);
  width: 6px;
  height: 9px;
  top: 50%;
  left: 50%;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .btn .arrow::before, .btn .arrow::after {
    width: 8px;
    height: 12px;
  }
}
.btn .arrow::before {
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.btn .arrow::after {
  -webkit-transform: translateX(-300%) translateY(-50%);
          transform: translateX(-300%) translateY(-50%);
}
@media (min-width: 751px) and (hover: hover) {
  .btn:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .btn:hover .arrow::before {
    -webkit-transform: translateX(300%) translateY(-50%);
            transform: translateX(300%) translateY(-50%);
  }
  .btn:hover .arrow::after {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

/*----------------------------------------------------
テキストリンク（ホバー）
----------------------------------------------------*/
.txt_link, .txt_link.white {
  position: relative;
  display: inline-block;
}
.txt_link::before, .txt_link.white::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #9F9F9F;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (hover: hover) {
  .txt_link:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.txt_link.white::before {
  background-color: #fff;
}

/*----------------------------------------------------
外部リンク
----------------------------------------------------*/
.new_window {
  padding-right: 20px;
}
.new_window::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/icon_new_window.svg);
  width: 11.3px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*----------------------------------------------------
いいねボタン
----------------------------------------------------*/
.wpulike-heart {
  padding: 0;
}
.wpulike-heart .wp_ulike_general_class {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpulike-heart .wp_ulike_general_class .wp_ulike_btn {
  padding: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wpulike-heart .wp_ulike_general_class .wp_ulike_btn {
    padding: 16px;
  }
}
.wpulike-heart .wp_ulike_general_class .wp_ulike_btn::after {
  width: 18px;
  height: 18px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wpulike-heart .wp_ulike_general_class .wp_ulike_btn::after {
    width: 20px;
    height: 20px;
  }
}
.wpulike-heart .wp_ulike_general_class .count-box {
  padding: 0;
  font-size: 11px;
  color: #202020;
  font-weight: 400;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wpulike-heart .wp_ulike_general_class .count-box {
    font-size: 13px;
  }
}

.like_btn .custom_like-btn {
  padding: 0;
  position: relative;
  background-color: transparent;
  border: none;
  color: #202020;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  width: 100%;
  /* 1081- */
  /* クリックする前 */
  /* クリックした時 */
  /* クリックした後 */
}
@media all and (min-width: 1081px) {
  .like_btn .custom_like-btn {
    font-size: 13px;
  }
}
.like_btn .custom_like-btn::before {
  position: absolute;
  content: "";
  background-image: url(../images/mypage/ico_like_no.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -23px;
  width: 17.62px;
  height: 15.32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 1081- */
}
@media all and (min-width: 1081px) {
  .like_btn .custom_like-btn::before {
    width: 17px;
    height: 15px;
  }
}
.like_btn .custom_like-btn:not(.custom_like--liked) {
  cursor: pointer;
}
.like_btn .custom_like-btn:active::before, .like_btn .custom_like-btn:focus::before {
  background-image: url(../images/mypage/ico_like_on.svg);
}
.like_btn .custom_like-btn.custom_like--liked::before {
  background-image: url(../images/mypage/ico_like_on.svg);
}

/*----------------------------------------------------
投稿（一覧表示用）
----------------------------------------------------*/
.article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  /* 1081- */
}
@media all and (min-width: 1081px) {
  .article_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.article_list .article {
  position: relative;
  /* 1081- */
}
@media all and (min-width: 1081px) {
  .article_list .article {
    width: calc((100% - 60px) / 3);
  }
}
.article_list .article a {
  /* 751- */
}
.article_list .article a .thumbnail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article_list .article a .thumbnail_wrap .label {
  background-color: #202020;
  padding: 8px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-family: "Cardo", serif;
  letter-spacing: 0.01em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .article_list .article a .thumbnail_wrap .label {
    padding: 12px 4px;
  }
}
.article_list .article a .thumbnail_wrap .label .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_list .article a .thumbnail_wrap .label .date .day {
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .article_list .article a .thumbnail_wrap .label .date .day {
    font-size: 15px;
  }
}
.article_list .article a .thumbnail_wrap .label .date .month {
  font-size: 10px;
  padding-top: 5px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .article_list .article a .thumbnail_wrap .label .date .month {
    font-size: 11px;
    padding-top: 5px;
  }
}
.article_list .article a .thumbnail_wrap .label .date .year {
  font-size: 10px;
  padding-top: 5px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .article_list .article a .thumbnail_wrap .label .date .year {
    font-size: 11px;
    padding-top: 5px;
  }
}
.article_list .article a .thumbnail_wrap .label .category {
  position: relative;
  padding-top: 15px;
  font-size: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .article_list .article a .thumbnail_wrap .label .category {
    padding-top: 40px;
    font-size: 20px;
  }
}
.article_list .article a .thumbnail_wrap .label .category::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background-color: #BEBEBE;
  /* 751- */
}
@media all and (min-width: 751px) {
  .article_list .article a .thumbnail_wrap .label .category::before {
    top: 20px;
    width: 27px;
  }
}
.article_list .article a .thumbnail_wrap .thumbnail {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.article_list .article a .thumbnail_wrap .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transition: all 0.75s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.75s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.article_list .article a .text_wrap {
  padding-top: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .article_list .article a .text_wrap {
    padding-top: 18px;
  }
}
.article_list .article a .text_wrap .title {
  /* 751- */
}
@media all and (min-width: 751px) {
  .article_list .article a .text_wrap .title {
    font-size: 15px;
  }
}
.article_list .article a .text_wrap .tags {
  padding: 5px 40px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  font-size: 11px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .article_list .article a .text_wrap .tags {
    padding: 8px 50px 5px 0;
    gap: 8px;
    font-size: 12px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .article_list .article a:hover .thumbnail img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.article_list .article .like_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*----------------------------------------------------
ページナビ
----------------------------------------------------*/
.wp-pagenavi {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
  /* 751- */
  /* 前(次)のページ */
  /* 現在表示しているページ */
  /* 前ボタンと次ボタンの共通 */
  /* 前ボタン */
  /* 次ボタン */
}
@media all and (min-width: 751px) {
  .wp-pagenavi {
    margin-top: 100px;
    gap: 0 26px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi .page {
  font-family: "Cardo", serif;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 400;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wp-pagenavi span,
  .wp-pagenavi .page {
    font-size: 15px;
  }
}
.wp-pagenavi .page {
  position: relative;
  /* 751- */
}
.wp-pagenavi .page::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #202020;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (min-width: 751px) and (hover: hover) {
  .wp-pagenavi .page:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.wp-pagenavi span.current {
  position: relative;
}
.wp-pagenavi span.current::before {
  position: absolute;
  content: "";
  background-color: #202020;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wp-pagenavi .prev,
.wp-pagenavi .next {
  position: relative;
  font-size: 0;
}
.wp-pagenavi .prev::before,
.wp-pagenavi .next::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .wp-pagenavi .prev::before,
  .wp-pagenavi .next::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.wp-pagenavi .prev {
  margin-right: 12px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  .wp-pagenavi .prev {
    margin-right: 22px;
  }
}
.wp-pagenavi .prev::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 751px) and (hover: hover) {
  .wp-pagenavi .prev:hover::before {
    -webkit-transform: translateY(-50%) translateX(-10px) rotate(180deg);
            transform: translateY(-50%) translateX(-10px) rotate(180deg);
  }
}
.wp-pagenavi .next {
  margin-left: 12px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  .wp-pagenavi .next {
    margin-left: 22px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .wp-pagenavi .next:hover::before {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
  }
}

/*----------------------------------------------------
スクロールアニメ
----------------------------------------------------*/
.sc-fadeup {
  opacity: 0;
}
.sc-fadeup.scroll_active {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sc-faderight {
  opacity: 0;
}
.sc-faderight.scroll_active {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sc-fadein {
  opacity: 0;
}
.sc-fadein.scroll_active {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sc-zoomin {
  opacity: 0;
}
.sc-zoomin.scroll_active {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*# sourceMappingURL=common.css.map */