@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap");
.bodoni {
  font-family: "Libre Bodoni", serif;
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #23224b;
  font-size: clamp(1.4rem, 4.37vw, 1.55rem);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.85;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.55rem;
  }
}
@media print, screen and (min-width: 1320px) {
  body {
    font-size: 1.7rem;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

.br1500_off {
  display: block !important;
}
@media print, screen and (min-width: 1500px) {
  .br1500_off {
    display: none !important;
  }
}

.br1500_on {
  display: none !important;
}
@media print, screen and (min-width: 1500px) {
  .br1500_on {
    display: block !important;
  }
}

@media print, screen and (min-width: 360px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*aタグ デフォルト設定*/
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

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

strong {
  font-weight: normal;
}

em {
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("/well-being_special/fonts/icomoon.eot?7m6gfz");
  src: url("/well-being_special/fonts/icomoon.eot?7m6gfz#iefix") format("embedded-opentype"), url("/well-being_special/fonts/icomoon.ttf?7m6gfz") format("truetype"), url("/well-being_special/fonts/icomoon.woff?7m6gfz") format("woff"), url("/well-being_special/fonts/icomoon.svg?7m6gfz") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sns_fb:before {
  content: "\e905";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-blank:before {
  content: "\e901";
}

.icon-sns_yt:before {
  content: "\e902";
}

.icon-sns_x:before {
  content: "\e903";
}

.icon-sns_inst:before {
  content: "\e904";
}

.page_inner {
  max-width: 1350px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner {
    width: calc(100% - 160px);
  }
}
@media print, screen and (min-width: 1024px) {
  .page_inner {
    width: calc(100% - 120px);
  }
}

.main_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  padding: 24px 38px;
  border-radius: 5px;
  max-width: 500px;
  margin: 0 auto;
  background-color: #23234b;
}
@media print, screen and (min-width: 768px) {
  .main_btn {
    font-size: 1.8rem;
    padding: 27px 45px;
  }
}
.main_btn[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_btn[target=_blank]::after {
  content: "\e901";
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .main_btn[target=_blank]::after {
    right: 25px;
  }
}
.main_btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}

.mv_area.soon_mv_area {
  padding-top: 50px;
  height: 100vh;
}
@media print, screen and (min-width: 768px) {
  .mv_area.soon_mv_area {
    padding-top: 65px;
  }
}

.soon_logo {
  margin: 0 auto 60px;
  text-align: center;
  width: 180px;
}
@media print, screen and (min-width: 768px) {
  .soon_logo {
    margin: 0 auto 90px;
    width: 287px;
  }
}
@media print, screen and (min-width: 920px) {
  .soon_logo {
    margin: 0 auto 110px;
  }
}

.soon_title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.4473684211;
}
@media print, screen and (min-width: 768px) {
  .soon_title {
    font-size: clamp(2.8rem, 3.64vw, 3.8rem);
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 920px) {
  .soon_title {
    margin-bottom: 110px;
  }
}

.soon_btn .main_btn {
  max-width: 548px;
  padding: 14px 38px;
}
@media print, screen and (min-width: 768px) {
  .soon_btn .main_btn {
    font-size: 1.8rem;
    padding: 27px 45px;
  }
}
.soon_btn .main_btn:not(:first-child) {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .soon_btn .main_btn:not(:first-child) {
    margin-top: 45px;
  }
}

.header {
  z-index: 5;
  padding: 3px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header {
    display: block;
    padding-top: 25px;
  }
}
.header.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 768px) {
  .header.fixed {
    background: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  }
}
.header.fixed .side_menu {
  opacity: 1;
  visibility: visible;
}
.header.fixed .header_logo {
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .header.fixed .header_logo {
    width: 220px;
    background: rgba(255, 255, 255, 0.8);
  }
}

.header_logo {
  position: relative;
  top: 15px;
  width: 125px;
  margin-left: 15px;
  line-height: 1;
  font-size: 0;
  -webkit-transition: top 0.5s, width 0.3s, background 0.3s;
  transition: top 0.5s, width 0.3s, background 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header_logo {
    top: 0;
    width: 317px;
    margin-left: 20px;
    padding: 15px;
  }
}
.header_logo img {
  width: 100%;
}

.side_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  margin-left: auto;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media print, screen and (min-width: 768px) {
  .side_menu {
    display: block;
    position: fixed;
    top: 150px;
    right: 0;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
  }
}
.side_menu a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #23224b;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #23234b;
}
@media print, screen and (min-width: 768px) {
  .side_menu a {
    border-radius: 5px 0 0 5px;
    border-right: 0;
    font-size: 1.6rem;
    width: 50px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
}
@media print, screen and (min-width: 920px) {
  .side_menu a {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .side_menu a[target=_blank]::after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 1.2rem;
    margin-top: 10px;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}
@media print, screen and (min-width: 768px) {
  .side_menu a:not(:first-child) {
    margin-top: 20px;
  }
}
.side_menu a:hover {
  background: #fff;
  color: #23234b;
}
.side_menu a:hover::after {
  color: #23234b;
}

.mv_area {
  background-image: url(/well-being_special/img/mv_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 152.5vw;
  min-height: 560px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mv_area {
    height: 100vh;
    min-height: 800px;
  }
}
.mv_area .catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 1.5em;
  text-indent: -1.5em;
  font-size: clamp(1.5rem, 4.68vw, 2.8rem);
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  position: absolute;
  top: 36px;
  right: 50px;
}
@media print, screen and (min-width: 768px) {
  .mv_area .catch {
    font-size: 2.7rem;
    top: 66px;
    right: 100px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_area .catch {
    right: 140px;
  }
}
@media print, screen and (min-width: 1180px) {
  .mv_area .catch {
    right: 220px;
  }
}

.site_title {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}

h1 img {
  width: 100%;
}

.info {
  background: rgb(217, 67, 160);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(217, 67, 160)), color-stop(45%, rgb(206, 57, 147)), to(rgb(189, 32, 125)));
  background: linear-gradient(0deg, rgb(217, 67, 160) 0%, rgb(206, 57, 147) 45%, rgb(189, 32, 125) 100%);
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .info {
    padding-top: 70px;
  }
}

.info_catch {
  color: #d943a0;
  font-size: 10rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .info_catch {
    font-size: 15rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .info_catch {
    font-size: clamp(14rem, 17.8vw, 23rem);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: 50px;
    left: 0;
  }
}

.info_txt_area {
  text-align: center;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 948px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .info_txt_area {
    font-size: 4rem;
  }
}
.info_txt_area .txt_s {
  font-size: 1.65rem;
}
@media print, screen and (min-width: 768px) {
  .info_txt_area .txt_s {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .info_txt_area .txt_s {
    font-size: 3rem;
  }
}
.info_txt_area .txt_ms {
  font-size: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .info_txt_area .txt_ms {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .info_txt_area .txt_ms {
    font-size: 4rem;
  }
}
.info_txt_area .txt_m {
  font-size: clamp(2.2rem, 6.87vw, 2.5rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .info_txt_area .txt_m {
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .info_txt_area .txt_m {
    font-size: 5rem;
  }
}
.info_txt_area .txt_l {
  font-size: 3.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .info_txt_area .txt_l {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .info_txt_area .txt_l {
    font-size: 7rem;
  }
}
.info_txt_area .paragraph {
  display: block;
}

.info_time {
  line-height: 1;
  text-shadow: 0 0 15px #98005a;
}

.well_being_txt {
  font-size: clamp(2.7rem, 8.43vw, 3.2rem);
  line-height: 1.2;
  text-shadow: 0 0 15px #98005a;
}
@media print, screen and (min-width: 768px) {
  .well_being_txt {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .well_being_txt {
    font-size: 7rem;
  }
}
.well_being_txt .sub {
  font-size: 2.1rem;
}
@media print, screen and (min-width: 768px) {
  .well_being_txt .sub {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .well_being_txt .sub {
    font-size: 5rem;
  }
}

.info_flex {
  margin: 20px auto 0;
  width: 285px;
  text-shadow: 0 0 15px #98005a;
}
@media print, screen and (min-width: 768px) {
  .info_flex {
    margin-top: 30px;
    width: 420px;
  }
}
@media print, screen and (min-width: 1024px) {
  .info_flex {
    margin: 30px 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    width: auto;
  }
}
.info_flex .regional_txt {
  text-align: left;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 1024px) {
  .info_flex .regional_txt {
    margin-bottom: 0;
  }
}
.info_flex .food_txt {
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.info_txt {
  font-size: clamp(1.4rem, 4.37vw, 1.6rem);
  margin-top: 33px;
  text-shadow: 0 0 15px #98005a;
}
@media print, screen and (min-width: 768px) {
  .info_txt {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .info_txt {
    font-size: 3.5rem;
  }
}

.info_list {
  text-align: left;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 15px #98005a;
  width: 310px;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .info_list {
    margin-top: 20px;
    width: 540px;
  }
}
@media print, screen and (min-width: 1320px) {
  .info_list {
    margin-top: 0;
    width: 680px;
    margin: 14px auto;
  }
}
.info_list li {
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 768px) {
  .info_list li {
    font-size: 1.4rem;
  }
}

.about {
  padding: 100px 0 120px;
}
@media print, screen and (min-width: 768px) {
  .about {
    padding: 150px 0 240px;
  }
}

.about_intro .en {
  display: block;
  line-height: 1.2;
  color: #bd207d;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .about_intro .en {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .about_intro .en {
    font-size: 2.8rem;
  }
}
.about_intro .ja {
  line-height: 1.25;
  display: block;
  font-size: clamp(3.4rem, 10.62vw, 4rem);
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .about_intro .ja {
    font-size: 4.8rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .about_intro .ja {
    font-size: 5.8rem;
    line-height: 1.3793103448;
  }
}

.about_full_img {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .about_full_img {
    margin-top: 90px;
  }
}
.about_full_img img {
  width: 100%;
}

@media print, screen and (min-width: 1024px) {
  .about_intro_flex {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about_intro_flex h2 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 360px) {
  .about_intro_flex h2 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about_intro_flex h2 {
    margin-bottom: 0;
    width: 50%;
    padding-right: 50px;
  }
}

.about_intro_txt_area {
  line-height: 2;
}
@media print, screen and (min-width: 1024px) {
  .about_intro_txt_area {
    width: 50%;
    margin-top: 58px;
  }
}

.about_intro_txt:not(:first-child) {
  margin-top: 1.8em;
}

.highlighter {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(189, 32, 125, 0.23)));
  background: linear-gradient(transparent 0%, rgba(189, 32, 125, 0.23) 0%);
}

.about_content {
  padding: 30px 0 0;
  margin-top: -30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about_content {
    padding: 100px 0 0;
    margin-top: -100px;
  }
}
.about_content .img {
  max-width: 1040px;
  margin: 0 auto;
}
.about_content .img img {
  width: 100%;
}
.about_content .catch {
  text-align: center;
  margin-top: 70px;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .about_content .catch {
    margin-top: 110px;
  }
}
.about_content .catch .txt_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  font-size: clamp(1.9rem, 5.93vw, 2.3rem);
}
@media print, screen and (min-width: 768px) {
  .about_content .catch .txt_l {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .about_content .catch .txt_l {
    font-size: 3.5rem;
    padding: 0;
  }
}
.about_content .catch .txt_l::before, .about_content .catch .txt_l::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #23224b;
}
@media print, screen and (min-width: 360px) {
  .about_content .catch .txt_l::before, .about_content .catch .txt_l::after {
    width: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .about_content .catch .txt_l::before, .about_content .catch .txt_l::after {
    height: 2px;
    width: 40px;
  }
}
.about_content .catch .txt_s {
  display: block;
  font-size: clamp(1.6rem, 5vw, 1.8rem);
}
@media print, screen and (min-width: 768px) {
  .about_content .catch .txt_s {
    font-size: 2.8rem;
  }
}
.about_content .note {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .about_content .note {
    font-size: 1.4rem;
  }
}

.about_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 25px;
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 1024px) {
  .about_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 60px;
  }
}

.about_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 30px;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .about_card {
    width: calc((100% - 60px) / 3);
    padding-bottom: 42px;
  }
}
.about_card .txt {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5;
}
@media print, screen and (min-width: 768px) {
  .about_card .txt {
    margin-top: 23px;
    margin-bottom: 36px;
    padding: 0 26px;
  }
}
.about_card .txt strong {
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0 3px;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .about_card .txt strong {
    font-size: 2rem;
    font-weight: 600;
  }
}
.about_card .link {
  text-align: center;
  margin-top: auto;
}
.about_card .link a {
  font-size: 1.5rem;
  line-height: 1.4;
  border-bottom: 1px solid #23224b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .about_card .link a {
    font-size: 1.8rem;
  }
}
.about_card .link a::after {
  font-size: 1.2rem;
  display: inline-block;
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .about_card .link a::after {
    font-size: 1.4rem;
  }
}
.about_card .link a:hover {
  border-color: transparent;
}
.about_card.regional {
  background-color: #e7f5fc;
}
.about_card.regional .about_flex_ttl {
  background-color: #12a1ed;
}
.about_card.food {
  background-color: #f1fff0;
}
.about_card.food .about_flex_ttl {
  background-color: #05cb77;
}
.about_card.children {
  background-color: #fcf1ea;
}
.about_card.children .about_flex_ttl {
  background-color: #ed5e5e;
}

.about_flex_ttl {
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  text-align: center;
  padding: 14px 0;
}
@media print, screen and (min-width: 768px) {
  .about_flex_ttl {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .about_flex_ttl {
    padding: 15px 10px;
  }
}
@media print, screen and (min-width: 1180px) {
  .about_flex_ttl {
    font-size: 2.8rem;
  }
}

.about_card_ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin-top: 22px;
  padding: 0 8px;
}
@media print, screen and (min-width: 768px) {
  .about_card_ttl {
    font-size: 2rem;
    margin-top: 29px;
    padding: 0 26px;
  }
}
@media print, screen and (min-width: 1320px) {
  .about_card_ttl {
    font-size: 2.3rem;
  }
}

.department {
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  background: #ccc;
  padding-top: 100px;
  padding-bottom: 97px;
}
@media print, screen and (min-width: 768px) {
  .department {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
    padding-bottom: 123px;
  }
}
.department:not(:last-of-type) {
  padding-bottom: 147px;
}
@media print, screen and (min-width: 768px) {
  .department:not(:last-of-type) {
    padding-bottom: 223px;
  }
}
.department.regional {
  background: rgb(232, 250, 242);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(232, 250, 242)), to(rgb(231, 245, 252)));
  background: linear-gradient(0deg, rgb(232, 250, 242) 0%, rgb(231, 245, 252) 100%);
}
.department.regional .dep_ttl .en {
  color: #12a1ed;
}
.department.regional .dep_point .point_number {
  color: #12a1ed;
}
.department.regional .dep_point .point_ttl span {
  background-color: #12a1ed;
}
.department.regional .strengs_ttl::before, .department.regional .strengs_ttl::after {
  background-color: #12a1ed;
}
.department.regional .dep_strength_item dt:before {
  border-color: #12a1ed;
}
.department.regional .dep_strength_item dd {
  font-size: 1.5rem;
  line-height: 2;
}
.department.food {
  background: rgb(250, 253, 232);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(250, 253, 232)), color-stop(59%, rgb(241, 255, 240)), to(rgb(241, 255, 240)));
  background: linear-gradient(0deg, rgb(250, 253, 232) 0%, rgb(241, 255, 240) 59%, rgb(241, 255, 240) 100%);
}
.department.food .dep_ttl .en {
  color: #05cb77;
}
.department.food .dep_point .point_number {
  color: #05cb77;
}
.department.food .dep_point .point_ttl span {
  background-color: #05cb77;
}
.department.food .strengs_ttl::before, .department.food .strengs_ttl::after {
  background-color: #05cb77;
}
.department.food .dep_strength_item dt:before {
  border-color: #05cb77;
}
.department.children {
  background: rgb(250, 231, 231);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(250, 231, 231)), to(rgb(253, 248, 235)));
  background: linear-gradient(0deg, rgb(250, 231, 231) 0%, rgb(253, 248, 235) 100%);
}
.department.children .dep_ttl .en {
  color: #ed5e5e;
}
.department.children .dep_point .point_number {
  color: #ed5e5e;
}
.department.children .dep_point .point_ttl span {
  background-color: #ed5e5e;
}
.department.children .strengs_ttl::before, .department.children .strengs_ttl::after {
  background-color: #ed5e5e;
}
.department.children .dep_strength_item dt:before {
  border-color: #ed5e5e;
}

.dep_ttl {
  margin-bottom: 55px;
}
.dep_ttl .en {
  display: block;
  font-size: clamp(1.5rem, 4.68vw, 1.8rem);
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .dep_ttl .en {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .dep_ttl .en {
    font-size: 2.8rem;
  }
}
.dep_ttl .ja {
  display: block;
  font-size: clamp(3.5rem, 10.93vw, 4.5rem);
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .dep_ttl .ja {
    font-size: 6.5rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .dep_ttl .ja {
    font-size: 7.5rem;
  }
}

@media print, screen and (min-width: 920px) {
  .dep_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.dep_intro .img {
  -webkit-box-flex: 4.8;
      -ms-flex: 4.8;
          flex: 4.8;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .dep_intro .txt_area {
    -webkit-box-flex: 6.2;
        -ms-flex: 6.2;
            flex: 6.2;
  }
}
.dep_intro .txt_area img {
  border-radius: 10px;
  overflow: hidden;
}
.dep_intro .txt_area .txt {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 1024px) {
  .dep_intro .txt_area .txt {
    margin-top: 0;
  }
}
.dep_intro .txt_area .txt strong {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.8rem, 5.62vw, 2rem);
  font-weight: 500;
  padding: 0 3px;
}
@media print, screen and (min-width: 768px) {
  .dep_intro .txt_area .txt strong {
    font-size: 2.3rem;
  }
}

.dep_point {
  margin-top: 60px;
}
@media print, screen and (min-width: 1024px) {
  .dep_point {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .dep_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dep_point .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1024px) {
  .dep_point .img {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.dep_point .txt_area {
  line-height: 2em;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 1024px) {
  .dep_point .txt_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.dep_point .point_number {
  font-family: "Libre Bodoni", serif;
  font-size: clamp(2.2rem, 6.87vw, 2.5rem);
  line-height: 1.3;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .dep_point .point_number {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .dep_point .point_number {
    font-size: 3.2rem;
  }
}
.dep_point .point_ttl {
  display: block;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1024px) {
  .dep_point .point_ttl {
    margin-bottom: 40px;
  }
}
.dep_point .point_ttl span {
  display: inline-block;
  font-size: clamp(1.6rem, 5vw, 2rem);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  padding: 3px 12px 4px 10px;
  line-height: 1.3;
  background: #ddd;
}
@media print, screen and (min-width: 768px) {
  .dep_point .point_ttl span {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .dep_point .point_ttl span {
    font-size: 3.2rem;
  }
}
.dep_point .point_ttl span:not(:first-of-type) {
  margin-top: 6px;
}
@media print, screen and (min-width: 768px) {
  .dep_point .point_ttl span:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 920px) {
  .dep_point.reverse .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dep_point.reverse .txt_area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.dep_strength {
  text-align: center;
  margin-top: 60px;
}
@media print, screen and (min-width: 1024px) {
  .dep_strength {
    margin-top: 100px;
  }
}
.dep_strength .strengs_ttl {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 38px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.1rem, 6.56vw, 2.5rem);
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .dep_strength .strengs_ttl {
    font-size: 3rem;
    padding: 0 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .dep_strength .strengs_ttl {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1320px) {
  .dep_strength .strengs_ttl {
    font-size: 3.5rem;
  }
}
.dep_strength .strengs_ttl:before, .dep_strength .strengs_ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #23224b;
}
@media print, screen and (min-width: 360px) {
  .dep_strength .strengs_ttl:before, .dep_strength .strengs_ttl:after {
    width: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .dep_strength .strengs_ttl:before, .dep_strength .strengs_ttl:after {
    width: 40px;
  }
}
.dep_strength .strengs_ttl:before {
  left: 0;
}
.dep_strength .strengs_ttl:after {
  right: 0;
}

.dep_strength_list {
  background: #fff;
  padding: 40px 30px;
}
@media print, screen and (min-width: 1024px) {
  .dep_strength_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}

.dep_strength_item {
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .dep_strength_item {
    width: 100%;
  }
}
.dep_strength_item:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 1024px) {
  .dep_strength_item:not(:last-of-type) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .dep_strength_item:not(:last-of-type):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 1px;
    background: #ccc;
  }
}
.dep_strength_item dt {
  position: relative;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.8rem, 5.62vw, 2rem);
  font-weight: normal;
  padding-left: 32px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .dep_strength_item dt {
    padding-left: 32px;
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1320px) {
  .dep_strength_item dt {
    padding-left: 40px;
    font-size: 2.8rem;
  }
}
.dep_strength_item dt:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 4px solid #000;
}
@media print, screen and (min-width: 768px) {
  .dep_strength_item dt:before {
    width: 20px;
    height: 20px;
    top: 4px;
    border: 5px solid #000;
  }
}
@media print, screen and (min-width: 1320px) {
  .dep_strength_item dt:before {
    width: 25px;
    height: 25px;
    top: 8px;
    border: 6px solid #000;
  }
}
.dep_strength_item dd {
  margin-top: 15px;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .dep_strength_item dd {
    margin-top: 24px;
  }
}

.faculty {
  position: relative;
  display: block;
  background: #23234b;
  border-radius: 5px;
  color: #fff;
  padding: 15px 30px;
  margin-top: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  border: 1px solid #23234b;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .faculty {
    margin-top: 80px;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 1.8rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.faculty:hover {
  background: #fff;
  color: #23234b;
}
.faculty:hover:before {
  color: #23234b;
}
.faculty:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media print, screen and (min-width: 768px) {
  .faculty:before {
    font-size: 1.3rem;
    right: 20px;
  }
}

.dep_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .dep_sns {
    gap: 30px 50px;
    margin-top: 50px;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.dep_sns li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .dep_sns li {
    width: auto;
    font-size: 1.4rem;
  }
}
.dep_sns li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dep_sns li a:hover::before {
  background: #fff;
  color: #23234b;
}
.dep_sns li a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 12px;
  background: #23234b;
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #23234b;
}
@media print, screen and (min-width: 768px) {
  .dep_sns li a::before {
    width: 50px;
    height: 50px;
  }
}
.dep_sns li.insta a::before {
  content: "\e904";
}
.dep_sns li.facebook a::before {
  content: "\e905";
}

.detail {
  padding: 90px 0 100px;
}
@media print, screen and (min-width: 768px) {
  .detail {
    padding: 110px 0 130px;
  }
}

@media print, screen and (min-width: 1180px) {
  .detail_inner {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}

.detail_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .detail_ttl {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1320px) {
  .detail_ttl {
    font-size: 2.8rem;
  }
}

.detail_bnr {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.detail_bnr:hover img {
  opacity: 0.6;
}
.detail_bnr:hover:before {
  background: #fff;
  color: #23234b;
}
@media print, screen and (min-width: 768px) {
  .detail_bnr {
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
.detail_bnr img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.detail_bnr:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  background: #23234b;
  color: #fff;
  border-radius: 10px 0 0 0;
  font-size: 1.2rem;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .detail_bnr:before {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .detail_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
.detail_flex a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.detail_flex a:hover img {
  opacity: 0.6;
}
.detail_flex a:hover p {
  background: #fff;
  color: #23234b;
}
@media print, screen and (min-width: 768px) {
  .detail_flex a {
    border-radius: 10px;
  }
}
.detail_flex a + a {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .detail_flex a + a {
    margin-top: 0;
  }
}
.detail_flex a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.detail_flex a p {
  position: relative;
  background: #23234b;
  padding: 10px;
  padding-right: 50px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .detail_flex a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    padding-right: 50px;
    font-size: 1.6rem;
    min-height: 76px;
  }
}
@media print, screen and (min-width: 1015px) {
  .detail_flex a p {
    min-height: 0;
  }
}
.detail_flex a p:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .detail_flex a p:before {
    font-size: 1.3rem;
  }
}

.detail_btn {
  position: relative;
  display: block;
  background: #23234b;
  border-radius: 5px;
  color: #fff;
  padding: 15px 30px;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #23234b;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
.detail_btn:hover {
  background: #fff;
  color: #23234b;
}
.detail_btn:hover:before {
  color: #23234b;
}
@media print, screen and (min-width: 768px) {
  .detail_btn {
    margin-top: 60px;
    border-radius: 10px;
    font-size: 1.6rem;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.detail_btn + .detail_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .detail_btn + .detail_btn {
    margin-top: 30px;
  }
}
.detail_btn:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media print, screen and (min-width: 768px) {
  .detail_btn:before {
    font-size: 1.3rem;
  }
}

.footer_sns {
  position: relative;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.footer_sns::before {
  content: "";
  top: -1px;
  left: -100%;
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.footer_sns::after {
  content: "";
  top: -1px;
  right: -100%;
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.footer_sns ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 10px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer_sns ul {
    gap: 30px 90px;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer_sns ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
  width: calc((100% - 10px) / 2);
}
@media print, screen and (min-width: 768px) {
  .footer_sns ul li {
    width: auto;
    font-size: 1.4rem;
  }
}
.footer_sns ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_sns ul li a:hover::before {
  background: #fff;
  color: #23234b;
}
.footer_sns ul li a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 12px;
  background: #23234b;
  color: #fff;
  font-size: 2.5rem;
  border: 1px solid #23234b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .footer_sns ul li a::before {
    width: 50px;
    height: 50px;
  }
}
.footer_sns ul li.sns_x a::before {
  content: "\e903";
}
.footer_sns ul li.sns_inst a::before {
  content: "\e904";
}
.footer_sns ul li.sns_yt a::before {
  content: "\e902";
}
.footer_sns ul li.sns_fb a::before {
  content: "\e905";
}

.footer_bottom {
  text-align: center;
}
.footer_bottom .img {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .footer_bottom .img {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.footer_bottom .copyright {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .footer_bottom .copyright {
    font-size: 1.2rem;
    padding-bottom: 30px;
  }
}

.go_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .go_top {
    bottom: 40px;
    right: 40px;
  }
}
.go_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #23224b;
  border: 1px solid #23224b;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .go_top a {
    width: 60px;
    height: 60px;
  }
}
.go_top a::after {
  content: "\e900";
  color: #fff;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .go_top a::after {
    font-size: 2.4rem;
  }
}
.go_top a:hover {
  background-color: #fff;
}
.go_top a:hover::after {
  color: #23224b;
}

.animation_box {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.animation_box .animation_child {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, width, -webkit-transform;
  transition-property: opacity, width, -webkit-transform;
  transition-property: opacity, transform, width;
  transition-property: opacity, transform, width, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.animation_box.anime_fade,
.animation_box .anime_fade {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.animation_box.anime_fade_up,
.animation_box .anime_fade_up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.animation_box.anime_fade_left,
.animation_box .anime_fade_left {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.animation_box.anime_fade_right,
.animation_box .anime_fade_right {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.animation_box.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.animation_box.active .animation_child {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.animation_box.active.anime_fade,
.animation_box.active .anime_fade {
  opacity: 1;
}
.animation_box.active.anime_fade_up,
.animation_box.active .anime_fade_up {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.animation_box.active.anime_fade_left,
.animation_box.active .anime_fade_left {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.animation_box.active.anime_fade_right,
.animation_box.active .anime_fade_right {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.child_item1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.child_item2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.child_item3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.child_item4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.child_item5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.child_item6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.child_item7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.child_item8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.child_item9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.child_item10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.child_item11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.child_item12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.child_item13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.child_item14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.child_item15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.child_item16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.child_item17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.child_item18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.child_item19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.child_item20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.child_item21 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.child_item22 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.child_item23 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.child_item24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.child_item25 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.child_item26 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.child_item27 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.child_item28 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.child_item29 {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

.child_item30 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.child_item31 {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}

.child_item32 {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.child_item33 {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.child_item34 {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.child_item35 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.child_item36 {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.child_item37 {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}

.child_item38 {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.child_item39 {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.child_item40 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}