@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-feature-settings: "palt";
}
html.lock {
  overflow: hidden;
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #4a4c4e;
  line-height: 1;
  background-color: #93a1ac;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  a img {
    transition: 0.3s;
  }
  a img:hover {
    opacity: 0.7;
  }
}

.contents-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .contents-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*---------------------------
global header
-------------------------------------*/
#globalHeader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 133px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 30px 25px 0 40px;
}
@media screen and (max-width: 1050px) {
  #globalHeader {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader {
    height: 80px;
  }
}
#globalHeader.active::before {
  opacity: 1;
}
#globalHeader::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 133px;
  background: url("../images/common/gnavi-bg.png") no-repeat center top;
  background-size: 100% 133px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #globalHeader::before {
    height: 83px;
    background: url("../images/common/gnavi-bg-sp.png") no-repeat center top;
    background-size: 100% 83px;
  }
}
@media screen and (max-width: 1200px) {
  #globalHeader .logo {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader {
    padding: 25px 20px;
  }
  #globalHeader .logo img {
    width: 89px;
  }
}
#globalHeader .global-navi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
}
@media screen and (max-width: 1100px) {
  #globalHeader .global-navi {
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .global-navi {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 90px 30px 60px;
    background-color: #d2e6e6;
  }
  #globalHeader .global-navi.hide {
    display: none;
    animation: hide 0.5s linear;
    animation-fill-mode: forwards;
  }
  #globalHeader .global-navi.active {
    display: block;
    animation: show 0.5s linear;
  }
  #globalHeader .global-navi .sp-logo {
    text-align: center;
  }
  #globalHeader .global-navi .sp-logo img {
    width: 61.0666666667vw;
    max-width: 230px;
  }
}
#globalHeader .global-navi .page-link,
#globalHeader .global-navi .sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #globalHeader .global-navi .page-link,
  #globalHeader .global-navi .sns-link {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
}
#globalHeader .global-navi .page-link {
  gap: 0 30px;
}
@media screen and (max-width: 1250px) {
  #globalHeader .global-navi .page-link {
    gap: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .global-navi .page-link {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 40px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .global-navi .page-link li {
    width: 50%;
    padding-left: 25px;
  }
}
#globalHeader .global-navi .page-link li a {
  position: relative;
  font-size: 15px;
  color: #080a08;
  text-decoration: none;
  font-family: "Tenor Sans", sans-serif;
}
@media screen and (max-width: 850px) {
  #globalHeader .global-navi .page-link li a {
    font-size: 14px;
  }
}
#globalHeader .global-navi .page-link li a:hover::before {
  transform: scale(1, 1);
}
#globalHeader .global-navi .page-link li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  background-color: #516e91;
}
#globalHeader .global-navi .sns-link {
  gap: 0 17px;
}
@media screen and (min-width: 769px) {
  #globalHeader .global-navi .sns-link a {
    transition: 0.3s;
  }
  #globalHeader .global-navi .sns-link a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1250px) {
  #globalHeader .global-navi .sns-link {
    gap: 0 10px;
  }
}
@media screen and (max-width: 1050px) {
  #globalHeader .global-navi .sns-link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader .global-navi .sns-link {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
}
#globalHeader .sp-menu {
  position: fixed;
  z-index: 110;
  top: 15px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 45px;
}
#globalHeader .sp-menu a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
}
#globalHeader .sp-menu a.noactive span {
  animation-duration: 0s !important;
}
#globalHeader .sp-menu a.active span:nth-of-type(1) {
  animation-name: menuAnim1;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a.active span:nth-of-type(2) {
  animation-name: menuAnim3;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a span {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
#globalHeader .sp-menu a span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim4;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a span:nth-of-type(2) {
  top: 26px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim6;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes menuAnim1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 22px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
}
@keyframes menuAnim3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 22px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
}
@keyframes menuAnim4 {
  0% {
    top: 22px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  100% {
    top: 18px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim6 {
  0% {
    top: 22px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  100% {
    top: 26px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*---------------------------
global Footer
-------------------------------------*/
#globalFooter {
  padding: 75px 0 55px;
  background-color: #93a1ac;
}
@media screen and (max-width: 768px) {
  #globalFooter {
    padding: 60px 30px 30px;
  }
}
#globalFooter .footer-fan-box {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-fan-box {
    margin-bottom: 60px;
  }
}
#globalFooter .footer-fan-box .section-title {
  color: #d5dadf;
}
#globalFooter .footer-fan-box .fan-btn {
  margin-top: 20px;
}
#globalFooter .footer-fan-box .fan-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 600px;
  height: 100px;
  margin: 0 auto;
  background-color: #a3afb8;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #e1e5e9;
}
@media screen and (min-width: 769px) {
  #globalFooter .footer-fan-box .fan-btn a {
    transition: 0.3s;
  }
  #globalFooter .footer-fan-box .fan-btn a:hover {
    background-color: #4a4c4e;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-fan-box .fan-btn a {
    height: 70px;
    font-size: 14px;
  }
}
#globalFooter .footer-fan-box .fan-btn a span {
  padding: 5px 0 5px 56px;
  margin-left: -10px;
  background: url("../images/common/icn-mail.svg") no-repeat left center;
  background-size: 28px 21px;
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-fan-box .fan-btn a span {
    padding-left: 45px;
    margin-left: -10px;
    background-size: 25px 20px;
  }
}
#globalFooter .footer-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  #globalFooter .footer-btm .logo {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm {
    display: block;
  }
  #globalFooter .footer-btm .logo {
    text-align: center;
  }
}
#globalFooter .footer-btm .global-navi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 50px;
}
@media screen and (max-width: 1100px) {
  #globalFooter .footer-btm .global-navi {
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .global-navi {
    flex-wrap: wrap;
    margin-top: 25px;
  }
}
#globalFooter .footer-btm .global-navi .page-link,
#globalFooter .footer-btm .global-navi .sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
#globalFooter .footer-btm .global-navi .page-link {
  gap: 0 30px;
}
@media screen and (max-width: 1250px) {
  #globalFooter .footer-btm .global-navi .page-link {
    gap: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .global-navi .page-link {
    order: 2;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .global-navi .page-link li {
    width: 50%;
    padding-left: 25px;
  }
}
#globalFooter .footer-btm .global-navi .page-link li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-family: "Tenor Sans", sans-serif;
}
@media screen and (max-width: 850px) {
  #globalFooter .footer-btm .global-navi .page-link li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .global-navi .page-link li a {
    font-size: 16px;
  }
}
#globalFooter .footer-btm .global-navi .sns-link {
  gap: 0 17px;
}
@media screen and (max-width: 1250px) {
  #globalFooter .footer-btm .global-navi .sns-link {
    gap: 0 10px;
  }
}
@media screen and (max-width: 1050px) {
  #globalFooter .footer-btm .global-navi .sns-link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #globalFooter .footer-btm .global-navi .sns-link {
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
    order: 1;
    width: 100%;
  }
}
#globalFooter .copyright {
  margin-top: 20px;
  font-size: 12px;
  color: #d5dadf;
  font-family: "Tenor Sans", sans-serif;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #globalFooter .copyright {
    margin-top: 70px;
    font-size: 10px;
    letter-spacing: 0.8px;
    line-height: 1.4;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-fs12 {
  font-size: 12px;
}

.text-fs14 {
  font-size: 14px;
}

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs19 {
  font-size: 19px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs21 {
  font-size: 21px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs23 {
  font-size: 23px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs25 {
  font-size: 25px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs27 {
  font-size: 27px;
}

.text-fs28 {
  font-size: 28px;
}

.text-fs30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text-fs12 {
    font-size: 12px;
  }
  .text-fs14 {
    font-size: 14px;
  }
  .text-fs16 {
    font-size: 14px;
  }
  .text-fs18 {
    font-size: 16px;
  }
  .text-fs19 {
    font-size: 18px;
  }
  .text-fs20 {
    font-size: 18px;
  }
  .text-fs21 {
    font-size: 18px;
  }
  .text-fs22 {
    font-size: 20px;
  }
  .text-fs23 {
    font-size: 20px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs25 {
    font-size: 24px;
  }
  .text-fs26 {
    font-size: 24px;
  }
  .text-fs27 {
    font-size: 24px;
  }
  .text-fs28 {
    font-size: 24px;
  }
  .text-fs30 {
    font-size: 24px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

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

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

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

.mb90 {
  margin-bottom: 90px !important;
}

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

.mb110 {
  margin-bottom: 110px !important;
}

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

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt45 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt90 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 60px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 60px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }
  .mtsp20 {
    margin-top: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
  .mb90 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 60px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 30px !important;
  }
  .pt45 {
    padding-top: 30px !important;
  }
  .pt50 {
    padding-top: 40px !important;
  }
  .pt60 {
    padding-top: 40px !important;
  }
  .pt70 {
    padding-top: 50px !important;
  }
  .pt80 {
    padding-top: 50px !important;
  }
  .pt90 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 30px !important;
  }
  .pb45 {
    padding-bottom: 30px !important;
  }
  .pb50 {
    padding-bottom: 40px !important;
  }
  .pb60 {
    padding-bottom: 40px !important;
  }
  .pb70 {
    padding-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb90 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.section-title {
  font-family: "Tenor Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #4a4c4e;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 26px;
    letter-spacing: normal;
  }
}
.section-title.with-icn {
  padding-left: 60px;
  background: url("../images/common/icn-star.png") no-repeat left center;
}
@media screen and (max-width: 768px) {
  .section-title.with-icn {
    padding-left: 35px;
    background-size: 24px 27px;
  }
}
.section-title.with-icn-center {
  padding-top: 45px;
  text-align: center;
  background: url("../images/common/icn-star.png") no-repeat center top;
}

.common-view-btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .common-view-btn a:hover span {
    color: #516e91;
  }
  .common-view-btn a:hover i::before {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .common-view-btn a {
    gap: 0 12px;
  }
}
.common-view-btn a span {
  font-family: "Tenor Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a4c4e;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .common-view-btn a span {
    font-size: 12px;
  }
}
.common-view-btn a i {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background-color: #edf4f5;
}
@media screen and (max-width: 768px) {
  .common-view-btn a i {
    width: 38px;
    height: 38px;
    border-radius: 38px;
  }
}
.common-view-btn a i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 8px;
  background: url("../images/common/icn-arrow-right-bk.svg") no-repeat center center;
  background-size: 100% 100%;
  transition: margin 0.3s;
}
@media screen and (max-width: 768px) {
  .common-view-btn a i::before {
    width: 7px;
    height: 6px;
  }
}

.common-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.common-btn.buying-btn a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .common-btn.buying-btn a {
    transition: color 0.3s;
  }
  .common-btn.buying-btn a:hover {
    color: #fff !important;
  }
  .common-btn.buying-btn a:hover::before {
    animation: skewanime 0.5s forwards;
  }
  .common-btn.buying-btn a:hover::after {
    background-image: url("../images/common/icn-arrow-right-white.svg");
  }
}
.common-btn.buying-btn a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -130%;
  background: #516e91;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.common-btn.round-btn a {
  width: 300px;
  height: 60px;
  border-radius: 60px;
  text-decoration: none;
  color: #4a4c4e;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .common-btn.round-btn a {
    width: 250px;
    height: 50px;
    border-radius: 50px;
    font-size: 12px;
  }
}
.common-btn.common-back-btn a {
  position: relative;
  z-index: 2;
  width: 240px;
  border: 1px solid #505c5f;
  font-size: 21px;
  overflow: hidden;
  font-family: "Tenor Sans", sans-serif;
}
@media screen and (min-width: 769px) {
  .common-btn.common-back-btn a {
    transition: color 0.3s;
  }
  .common-btn.common-back-btn a:hover {
    color: #fff !important;
    border-color: #fff;
  }
  .common-btn.common-back-btn a:hover::before {
    animation: skewanime 0.5s forwards;
  }
  .common-btn.common-back-btn a:hover::after {
    background-image: url("../images/common/icn-arrow-right-white.svg");
    transform: scale(-1, 1) translateX(6px) !important;
  }
}
@media screen and (max-width: 768px) {
  .common-btn.common-back-btn a {
    width: 180px;
    font-size: 16px;
  }
}
.common-btn.common-back-btn a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -130%;
  background: #93a1ac;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.common-btn.common-back-btn a::after {
  right: auto;
  left: 40px;
  transform: scale(-1, 1);
  margin-top: -4px;
}
.common-btn.bg-white a {
  background-color: #fff;
}
.common-btn.bg-gray a {
  background-color: #93a1ac;
}
@media screen and (min-width: 769px) {
  .common-btn.arrow-gold a::after {
    transition: 0.3s;
  }
  .common-btn.arrow-gold a:hover::after {
    transform: translateX(6px);
  }
}
.common-btn.arrow-gold a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url("../images/common/icn-arrow-right-gold.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .common-btn.arrow-gold a::after {
    right: 20px;
    width: 7px;
    height: 6px;
  }
}
@media screen and (min-width: 769px) {
  .common-btn.arrow-gray a::after {
    transition: 0.3s;
  }
  .common-btn.arrow-gray a:hover::after {
    transform: translateX(6px);
  }
}
.common-btn.arrow-gray a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url("../images/common/icn-arrow-right-gray.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .common-btn.arrow-gray a::after {
    right: 20px;
    width: 7px;
    height: 6px;
  }
}
@media screen and (min-width: 769px) {
  .common-btn.arrow-white a::after {
    transition: 0.3s;
  }
  .common-btn.arrow-white a:hover::after {
    transform: translateX(6px);
  }
}
.common-btn.arrow-white a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url("../images/common/icn-arrow-right-white.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .common-btn.arrow-white a::after {
    right: 20px;
    width: 7px;
    height: 6px;
  }
}
@media screen and (min-width: 769px) {
  .common-btn.arrow-bk a::after {
    transition: 0.3s;
  }
  .common-btn.arrow-bk a:hover::after {
    transform: translateX(6px);
  }
}
.common-btn.arrow-bk a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  background: url("../images/common/icn-arrow-right-bk.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .common-btn.arrow-bk a::after {
    right: 20px;
    width: 7px;
    height: 6px;
  }
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}
.category-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  min-width: 110px;
  width: fit-content;
  height: 25px;
  padding: 0 8px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 12px;
  color: #4a4c4e;
}
@media screen and (max-width: 768px) {
  .category-item span {
    min-width: 80px;
    height: 21px;
    padding: 0 8px;
    border-radius: 21px;
    font-size: 10px;
  }
}

.common-schedule-list {
  margin-top: 20px;
}
.common-schedule-list .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 35px;
  padding: 20px 0 20px 25px;
  border-top: 1px solid #a3adad;
}
@media screen and (max-width: 768px) {
  .common-schedule-list .item {
    gap: 0 20px;
    padding: 20px 10px;
  }
}
.common-schedule-list .item > a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .common-schedule-list .item > a:hover + .common-schedule-date + .item-list .item-content::before {
    right: 19px;
  }
}
@media screen and (min-width: 769px) {
  .common-schedule-list .item.hover .item-title {
    color: #516e91;
  }
}
.common-schedule-list .item:last-child {
  border-bottom: 1px solid #a3adad;
}
.common-schedule-list .item .item-list {
  flex-grow: 1;
}
.common-schedule-list .item .item-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 20px 0 30px;
  word-break: break-all;
}
.common-schedule-list .item .item-content > a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .common-schedule-list .item .item-content > a:hover + .category-item + .item-title {
    color: #516e91;
  }
}
@media screen and (max-width: 768px) {
  .common-schedule-list .item .item-content {
    padding-bottom: 20px;
  }
  .common-schedule-list .item .item-content:nth-of-type(1) {
    padding-top: 0;
  }
}
.common-schedule-list .item .item-content:not(:nth-of-type(1)) {
  padding-top: 30px;
  border-top: 1px solid #a3adad;
}
.common-schedule-list .item .item-content:last-child {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .common-schedule-list .item .item-content {
    display: block;
    flex-grow: 1;
  }
}
.common-schedule-list .item .category-item span {
  background-color: #f3f5f6;
}
@media screen and (max-width: 768px) {
  .common-schedule-list .item .category-item {
    margin-left: 0;
  }
}
.common-schedule-list .item .item-title {
  margin-left: 25px;
  font-size: 17px;
  line-height: 1.7;
  color: #4a4c4e;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (min-width: 769px) {
  .common-schedule-list .item .item-title {
    transition: color 0.3s;
  }
  .common-schedule-list .item .item-title:hover {
    color: #516e91;
  }
}
@media screen and (max-width: 768px) {
  .common-schedule-list .item .item-title {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.common-schedule-date {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 130px;
  font-family: "Outfit", sans-serif;
  color: #4e5459;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .common-schedule-date {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70px;
  }
}
.common-schedule-date .date-month {
  position: relative;
  font-size: 24px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .common-schedule-date .date-month {
    font-size: 21px;
  }
}
.common-schedule-date .date-month::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -20px;
  width: 26px;
  height: 28px;
  background: url("../images/top/schedule-separator.svg") no-repeat;
  background-size: 100% 100%;
}
.common-schedule-date .date-day {
  margin-left: 20px;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .common-schedule-date .date-day {
    margin-left: 0;
    font-size: 37px;
  }
}
.common-schedule-date .date-youbi {
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .common-schedule-date .date-youbi {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 15px;
  }
}

.common-members-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 2.93333%;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .common-members-list {
    flex-wrap: wrap;
    gap: 0 9%;
    margin-top: 40px;
  }
}
.common-members-list .item {
  position: relative;
  width: 22.8%;
  border-top: 10px solid transparent;
}
@media screen and (max-width: 768px) {
  .common-members-list .item {
    width: 45.5%;
  }
}
.common-members-list .item:nth-of-type(2n) {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .common-members-list .item:nth-of-type(2n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .common-members-list .item:nth-of-type(2) {
    margin-top: 75px;
  }
  .common-members-list .item:nth-of-type(4) {
    margin-top: 50px;
  }
}
.common-members-list .item .item-thumbnail {
  position: relative;
}
.common-members-list .item .item-thumbnail img {
  width: 100%;
}
.common-members-list .item .item-name {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .common-members-list .item .item-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .common-members-list .item .item-name {
    margin-top: 15px;
    font-size: 13px;
  }
}
.common-members-list .item .item-sns {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .common-members-list .item .item-sns a {
    transition: 0.3s;
  }
  .common-members-list .item .item-sns a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .common-members-list .item .item-sns {
    flex-wrap: wrap;
    gap: 10px 17px;
  }
}
.common-members-list .item .item-sns .group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
}
@media screen and (max-width: 768px) {
  .common-members-list .item .item-sns .group {
    width: 100%;
    gap: 0 17px;
  }
}

.common-member-img {
  position: relative;
  transition: transform 0.3s;
}
.common-member-img.active {
  transform: translateY(-10px);
}
.common-member-img.active .item-thumbnail {
  overflow: visible;
}
.common-member-img.active .item-thumbnail::after {
  transform: translate(0, 0);
}
.common-member-img > a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-member-img .item-thumbnail {
  position: relative;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.common-member-img .item-thumbnail::before {
  content: "";
  display: block;
  padding-top: 155.3113553114%;
}
.common-member-img .item-thumbnail img,
.common-member-img .item-thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .common-member-img .item-thumbnail {
    overflow: visible;
  }
}
.common-member-img .item-thumbnail .border {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
.common-member-img .item-thumbnail::after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: -8px;
  width: 105px;
  height: 88px;
  background: url("../images/profile/icn-star.png") no-repeat;
  background-size: 100% 100%;
  transform: translate(150px, -150px);
  transform-origin: center center;
  transition: transform 0.3s;
}
@media screen and (max-width: 1000px) {
  .common-member-img .item-thumbnail::after {
    bottom: -2.7vw;
    right: -0.8vw;
    width: 10.5vw;
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .common-member-img .item-thumbnail::after {
    transform: translate(0, 0);
    bottom: -6vw;
    right: -1.0666666667vw;
    width: 19.7333333333vw;
    height: 16.5333333333vw;
  }
}
.common-member-img .item-thumbnail.star-white::after {
  content: "";
  position: absolute;
  bottom: -38px;
  right: -13px;
  width: 129px;
  height: 108px;
  background: url("../images/common/icn-shootingstar.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  .common-member-img .item-thumbnail.star-white::after {
    bottom: -3.1666666667vw;
    right: -1.0833333333vw;
    width: 10.75vw;
    height: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .common-member-img .item-thumbnail.star-white::after {
    bottom: -5.6vw;
    right: -1.8666666667vw;
    width: 19.7333333333vw;
    height: 16.5333333333vw;
  }
}
.common-member-img .item-thumbnail img {
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 70% 100%, 0 100%, 0 35%);
}
.common-member-img .item-name {
  margin-top: 35px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .common-member-img .item-name {
    margin-top: 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .common-category-list {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.common-category-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}
@media screen and (max-width: 1000px) {
  .common-category-list ul {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.common-category-list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 30px;
  padding: 0 25px;
  border-radius: 30px;
  font-size: 14px;
  color: #4a4c4e;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .common-category-list ul li a {
    transition: 0.3s;
  }
  .common-category-list ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .common-category-list ul li a {
    padding: 0 20px;
  }
}
.common-category-list ul li a.current {
  background-color: #c7d5d6;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 30px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 60px;
    gap: 0 15px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 0 6px 10px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #4a4c4e;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 19px;
  }
}
@media screen and (max-width: 350px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .wp-pagenavi a {
    transition: 0.3s;
  }
  .wp-pagenavi a:hover {
    opacity: 0.7;
  }
}
.wp-pagenavi span:not(.extend) {
  border-bottom: 1px solid #4a4c4e;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #4a4c4e;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 350px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -5px;
  width: 11px;
  height: 8px;
  background: url("../images/common/icn-arrow-right-white.svg") no-repeat;
  background-size: 100% 100%;
  transition: margin 0.3s;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before {
    width: 10px;
    height: 7px;
  }
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .previouspostslink:hover::before {
    margin-left: -11px;
  }
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
  margin-top: -4px;
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .nextpostslink:hover::before {
    margin-left: 1px;
  }
}

/*--------------------------
HOME
----------------------------*/
body.home #contents {
  overflow: hidden;
}
body.home #contents .c-mv {
  position: relative;
  padding-top: 25px;
  text-align: center;
  background-color: #c5d4d7;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv {
    padding-top: 0;
  }
}
body.home #contents .c-mv::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  width: 1360px;
  height: 428px;
  background: url("../images/top/mv-bg02.png") no-repeat center top;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1.7s;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv::before {
    top: 4.6666666667vw;
    width: 100%;
    background: url("../images/top/mv-bg02-sp.png") no-repeat center top;
    background-size: 100% auto;
  }
}
body.home #contents .c-mv .mv-main {
  position: relative;
  height: 720px;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-mv .mv-main {
    height: 72vw;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .mv-main {
    height: 95vw;
  }
}
body.home #contents .c-mv .mv-main .contents-inner {
  position: relative;
  max-width: 1056px;
  width: 100%;
  margin: 0 auto;
}
body.home #contents .c-mv .mv-main .mv-img {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 720px;
  transform: translateX(20px);
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.5s;
}
body.home #contents .c-mv .mv-main .mv-img img {
  width: 91%;
  transform: translate(-21px, 32px);
}
@media screen and (max-width: 1040px) {
  body.home #contents .c-mv .mv-main .mv-img {
    height: 66vw;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .mv-main .mv-img {
    height: 95vw;
    transform: translateX(1.3vw);
  }
  body.home #contents .c-mv .mv-main .mv-img img {
    width: 100%;
    transform: translate(0, -1vw);
  }
}
body.home #contents .c-mv .mv-main .logo {
  position: absolute;
  z-index: 5;
  bottom: 110px;
  right: -30px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
  transition-delay: 2.5s;
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-mv .mv-main .logo {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-mv .mv-main .logo {
    bottom: 11vw;
    right: 2vw;
    width: 40.7vw;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .mv-main .logo {
    right: 2.6666666667vw;
    bottom: -25px;
    width: 56.8vw;
  }
}
body.home #contents .c-mv .mv-main .star01,
body.home #contents .c-mv .mv-main .star02,
body.home #contents .c-mv .mv-main .frame {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1.7s;
}
body.home #contents .c-mv .mv-main .star01 {
  position: absolute;
  z-index: 4;
  left: -120px;
  top: 460px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .mv-main .star01 {
    left: 20px;
    top: auto;
    bottom: -16vw;
  }
  body.home #contents .c-mv .mv-main .star01 img {
    width: 31.7333333333vw;
  }
}
body.home #contents .c-mv .mv-main .star02 {
  position: absolute;
  z-index: 4;
  right: -100px;
  top: 450px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .mv-main .star02 {
    right: 10px;
    top: auto;
    bottom: -16vw;
  }
  body.home #contents .c-mv .mv-main .star02 img {
    width: 7.4666666667vw;
  }
}
body.home #contents .c-mv .mv-main .frame {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  z-index: 4;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  body.home #contents .c-mv .mv-main .frame {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .mv-main .frame {
    top: 21.3333333333vw;
  }
  body.home #contents .c-mv .mv-main .frame img {
    width: calc(100% - 15px);
  }
}
body.home #contents .c-mv .mv-main::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: -20px;
  width: 100%;
  height: 393px;
  background: url("../images/top/mv-bg.png") no-repeat;
  background-size: 100% 393px;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-mv .mv-main::before {
    bottom: -2vw;
    height: 39.3vw;
    background-size: 100% 39.3vw;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .mv-main::before {
    bottom: 0;
    width: 100%;
    height: 28vw;
    background-size: 100% 28vw;
  }
}
body.home #contents .c-mv .mv-slider {
  position: relative;
  z-index: 5;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .mv-slider {
    z-index: 1;
    margin-top: 0;
    padding-top: 22.6666666667vw;
  }
}
body.home #contents .c-mv .mv-slider::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d2e6e6;
}
body.home #contents .c-mv .mv-slider .swiper {
  padding-bottom: 50px;
}
body.home #contents .c-mv .mv-slider .swiper a {
  display: block;
  position: relative;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-mv .mv-slider .swiper a {
    transition: 0.3s;
  }
  body.home #contents .c-mv .mv-slider .swiper a:hover {
    opacity: 0.5;
  }
}
body.home #contents .c-mv .mv-slider .swiper a::before {
  content: "";
  display: block;
  padding-top: 40%;
}
body.home #contents .c-mv .mv-slider .swiper a img,
body.home #contents .c-mv .mv-slider .swiper a iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home #contents .c-mv .mv-slider .swiper img {
  width: 100%;
}
body.home #contents .c-mv .mv-slider .swiper-pagination {
  bottom: 0;
}
body.home #contents .c-mv .mv-slider .swiper-pagination span {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 20px;
  background-color: #fff;
}
body.home #contents .c-mv .mv-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #b19552;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-mv .mv-slider .swiper-pagination span {
    margin: 0 12px;
  }
}
body.home #contents .c-mv.active .mv-img {
  opacity: 1;
}
body.home #contents .c-mv.active::before,
body.home #contents .c-mv.active .star01,
body.home #contents .c-mv.active .star02,
body.home #contents .c-mv.active .frame {
  opacity: 1;
}
body.home #contents .c-mv.active .logo {
  opacity: 1;
  transform: translateY(0);
}
body.home #contents .section-headding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
body.home #contents .c-news {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  background-color: #d2e6e6;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-news {
    padding-top: 150px;
  }
}
body.home #contents .c-news .news-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-news .news-list {
    margin-top: 25px;
    gap: 15px 0;
  }
}
body.home #contents .c-news .news-list .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  body.home #contents .c-news .news-list .item {
    padding: 20px 15px;
  }
}
body.home #contents .c-news .news-list .item a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-news .news-list .item a:hover + .thumbnail + .content .title {
    color: #516e91;
  }
}
body.home #contents .c-news .news-list .item .thumbnail {
  flex-shrink: 0;
  width: 165px;
  position: relative;
  background-color: transparent;
}
body.home #contents .c-news .news-list .item .thumbnail::before {
  content: "";
  display: block;
  padding-top: 60.6060606061%;
}
body.home #contents .c-news .news-list .item .thumbnail img,
body.home #contents .c-news .news-list .item .thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-news .news-list .item .thumbnail {
    width: 120px;
  }
}
body.home #contents .c-news .news-list .item .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  width: calc(100% - 165px);
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-news .news-list .item .content {
    width: calc(100% - 120px);
    gap: 10px;
    padding-left: 15px;
  }
}
body.home #contents .c-news .news-list .item .content .date {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  color: #4e5459;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-news .news-list .item .content .date {
    width: 60px;
    font-size: 12px;
  }
}
body.home #contents .c-news .news-list .item .content .title {
  font-size: 17px;
  line-height: 1.8;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-news .news-list .item .content .title {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
body.home #contents .c-schedule {
  padding: 65px 0 75px;
  background-color: #d2e6e6;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-schedule {
    padding: 80px 0 50px;
  }
}
body.home #contents .c-schedule .schedule-list {
  margin-top: 20px;
}
body.home #contents .c-discography {
  padding: 60px 0 90px;
  background-color: #e7f5f5;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography {
    padding: 50px 0 40px;
  }
}
body.home #contents .c-discography .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box {
    flex-wrap: wrap;
    gap: 25px 0;
    margin-top: 30px;
    padding: 0 10px;
  }
}
body.home #contents .c-discography .media-box .thumbnail {
  width: 55%;
  padding: 60px 0;
  background-color: #c0d3d8;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-discography .media-box .thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .thumbnail {
    width: 100%;
    padding: 8vw;
  }
}
body.home #contents .c-discography .media-box .thumbnail img {
  width: 79.5%;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .thumbnail img {
    width: 100%;
  }
}
body.home #contents .c-discography .media-box .content {
  padding-left: 60px;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-discography .media-box .content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
body.home #contents .c-discography .media-box .content .headding .text01 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .content .headding .text01 {
    font-size: 13px;
  }
}
body.home #contents .c-discography .media-box .content .headding .text02 {
  margin-top: 20px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .content .headding .text02 {
    font-size: 30px;
  }
}
body.home #contents .c-discography .media-box .content .headding .date {
  margin-top: 20px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .content .headding .date {
    font-size: 13px;
  }
}
body.home #contents .c-discography .media-box .content .buying-btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .content .buying-btn {
    margin-top: 30px;
  }
}
body.home #contents .c-discography .media-box .content .buying-btn a {
  color: #86703a;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .content .buying-btn a {
    margin: 0 auto;
  }
}
body.home #contents .c-discography .media-box .content .viewmore-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .content .viewmore-btn {
    margin-top: 15px;
  }
}
body.home #contents .c-discography .media-box .content .viewmore-btn a {
  width: 180px;
  color: #fff;
  font-family: "Tenor Sans", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-discography .media-box .content .viewmore-btn a {
    margin: 0 auto;
    font-size: 12px;
  }
}
body.home #contents .c-discography .media-box .content .viewmore-btn a::after {
  right: 25px;
}
body.home #contents .c-movie {
  padding: 80px 0 230px;
  background: url("../images/top/movie-bg02.png") no-repeat center bottom, url("../images/top/movie-bg.png") no-repeat center center;
  background-size: 100% 191px, cover;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-movie {
    padding-bottom: 130px;
    background-size: 100% 100px, cover;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-movie {
    padding: 50px 0 80px;
    background: url("../images/top/movie-bg02-sp.png") no-repeat center bottom, url("../images/top/movie-bg.png") no-repeat center center;
    background-size: 100% 46px, cover;
  }
}
body.home #contents .c-movie .movie-slider {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-movie .movie-slider {
    margin-top: 30px;
  }
}
body.home #contents .c-movie .movie-slider .swiper-slide .thumbnail {
  position: relative;
  position: relative;
  background-color: transparent;
}
body.home #contents .c-movie .movie-slider .swiper-slide .thumbnail::before {
  content: "";
  display: block;
  padding-top: 55.7324840764%;
}
body.home #contents .c-movie .movie-slider .swiper-slide .thumbnail img,
body.home #contents .c-movie .movie-slider .swiper-slide .thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-movie .movie-slider .swiper-slide .thumbnail {
    transition: 0.3s;
  }
  body.home #contents .c-movie .movie-slider .swiper-slide .thumbnail:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  body.home #contents .c-movie .movie-slider .swiper-slide .thumbnail:hover {
    cursor: pointer;
  }
}
body.home #contents .c-movie .movie-slider .swiper-slide .thumbnail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16%;
  height: 53px;
  background: url("../images/common/icn-play.svg") no-repeat;
  background-size: 100% 100%;
}
body.home #contents .c-profile {
  margin-top: -1px;
  padding: 40px 0 230px;
  background: url("../images/top/profile-bg.png") no-repeat center bottom;
  background-size: 100% 229px;
  background-color: #cbd5d6;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-profile {
    padding-bottom: 115px;
    background-size: 100% 115px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-profile {
    padding: 45px 0 85px;
    background: url("../images/top/profile-bg-sp.png") no-repeat center bottom;
    background-size: 100% 85px;
    background-color: #cbd5d6;
  }
}
body.home #contents .c-profile .contents-inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1210px) {
  body.home #contents .c-profile .contents-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.home #contents .c-profile .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-profile .media-box {
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 0 10px;
  }
}
body.home #contents .c-profile .media-box .thumbnail {
  position: relative;
  flex-shrink: 0;
  width: 720px;
}
body.home #contents .c-profile .media-box .thumbnail img {
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 86% 100%, 0 100%, 0 35%);
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-profile .media-box .thumbnail {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-profile .media-box .thumbnail {
    width: 100%;
  }
}
body.home #contents .c-profile .media-box .thumbnail::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -43px;
  right: 5px;
  width: 131px;
  height: 97px;
  background: url("../images/top/profile-shootingstar.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(1deg);
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-profile .media-box .thumbnail::before {
    bottom: -3.5833333333vw;
    right: 0.0833333333vw;
    width: 10.9166666667vw;
    height: 8.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-profile .media-box .thumbnail::before {
    bottom: -5.6vw;
    right: 0.1333333333vw;
    width: 17.4666666667vw;
    height: 12.9333333333vw;
  }
}
body.home #contents .c-profile .media-box .content {
  position: relative;
  flex-grow: 1;
  margin-left: 47px;
  transform: translate(18px, -10px);
}
@media screen and (max-width: 1200px) {
  body.home #contents .c-profile .media-box .content {
    margin-left: 30px;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-profile .media-box .content {
    margin-left: 0;
    transform: translate(0, 0);
  }
}
body.home #contents .c-profile .media-box .content::before, body.home #contents .c-profile .media-box .content::after,
body.home #contents .c-profile .media-box .content .content-inner::before,
body.home #contents .c-profile .media-box .content .content-inner::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 82px;
  background: url("../images/top/profile-frame.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-profile .media-box .content::before, body.home #contents .c-profile .media-box .content::after,
  body.home #contents .c-profile .media-box .content .content-inner::before,
  body.home #contents .c-profile .media-box .content .content-inner::after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-profile .media-box .content::before, body.home #contents .c-profile .media-box .content::after,
  body.home #contents .c-profile .media-box .content .content-inner::before,
  body.home #contents .c-profile .media-box .content .content-inner::after {
    width: 66px;
    height: 58px;
  }
}
body.home #contents .c-profile .media-box .content::before {
  top: 0;
  left: 0;
}
body.home #contents .c-profile .media-box .content::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
body.home #contents .c-profile .media-box .content .content-inner {
  padding: 40px 50px 80px;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-profile .media-box .content .content-inner {
    padding: 30px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-profile .media-box .content .content-inner {
    padding: 20px 30px 50px;
  }
}
body.home #contents .c-profile .media-box .content .content-inner::before {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
body.home #contents .c-profile .media-box .content .content-inner::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
body.home #contents .c-profile .media-box .content p {
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-profile .media-box .content p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-profile .media-box .content p {
    margin-top: 30px;
    font-size: 14px;
  }
}
body.home #contents .c-profile .common-members-list {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-profile .common-members-list {
    margin-top: 60px;
  }
}
body.home #contents .c-diary {
  margin-top: -1px;
  padding-top: 110px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-diary {
    padding-top: 60px;
  }
}
body.home #contents .c-diary .section-headding {
  position: relative;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-diary .section-headding {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  body.home #contents .c-diary .section-headding .section-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
}
body.home #contents .c-diary .diary-list {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-diary .diary-list {
    margin-top: 30px;
  }
}
body.home #contents .c-diary .diary-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 100px;
  padding: 25px 15px;
  border-bottom: 1px solid #e3e5e8;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-diary .diary-list .item {
    flex-wrap: wrap;
    gap: 20px 0;
    padding: 15px 10px 20px;
  }
  body.home #contents .c-diary .diary-list .item:nth-of-type(1) {
    border-top: 1px solid #e3e5e8;
  }
}
body.home #contents .c-diary .diary-list .item .date {
  flex-shrink: 0;
  width: 65px;
  font-size: 13px;
  font-family: "Tenor Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-diary .diary-list .item .date {
    width: 100%;
    font-size: 12px;
  }
}
body.home #contents .c-diary .diary-list .item .title {
  flex-grow: 1;
}
body.home #contents .c-diary .diary-list .item .title a {
  font-size: 16px;
  text-decoration: none;
  color: #4a4c4e;
  line-height: 1.6;
  transition: color 0.3s;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-diary .diary-list .item .title a:hover {
    color: #516e91;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-diary .diary-list .item .title a {
    font-size: 14px;
  }
}
body.home #contents .c-diary .common-view-btn.sp {
  margin-top: 30px;
}
body.home #contents .c-diary .common-view-btn.sp a {
  justify-content: center;
}
body.home #contents .c-sns {
  margin-top: -1px;
  padding: 80px 0 70px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns {
    padding: 30px 0 90px;
  }
}
body.home #contents .c-sns .contents-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  body.home #contents .c-sns .contents-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.home #contents .c-sns .fanclub-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 320px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .fanclub-box {
    margin-bottom: 70px;
  }
}
body.home #contents .c-sns .fanclub-box > a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
body.home #contents .c-sns .fanclub-box > a:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .fanclub-box {
    height: auto;
    padding: 0 25px;
    flex-wrap: wrap;
  }
}
body.home #contents .c-sns .fanclub-box .thumbnail {
  width: 50%;
  height: 100%;
  position: relative;
  background-color: transparent;
}
body.home #contents .c-sns .fanclub-box .thumbnail::before {
  content: "";
  display: block;
  padding-top: 64%;
}
body.home #contents .c-sns .fanclub-box .thumbnail img,
body.home #contents .c-sns .fanclub-box .thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .fanclub-box .thumbnail {
    width: 100%;
    position: relative;
    background-color: transparent;
  }
  body.home #contents .c-sns .fanclub-box .thumbnail::before {
    content: "";
    display: block;
    padding-top: 64.2857142857%;
  }
  body.home #contents .c-sns .fanclub-box .thumbnail img,
  body.home #contents .c-sns .fanclub-box .thumbnail iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
body.home #contents .c-sns .fanclub-box .content {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-content: center;
  width: 50%;
  height: 100%;
  background-color: #e3f3cd;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .fanclub-box .content {
    width: 100%;
    padding: 20px 0 17px;
  }
  body.home #contents .c-sns .fanclub-box .content .logo img {
    width: 115px;
  }
}
body.home #contents .c-sns .fanclub-box .content > div {
  width: 100%;
  text-align: center;
}
body.home #contents .c-sns .fanclub-box .content > div.fanclub-headline {
  margin-top: 25px;
  font-size: 30px;
  font-family: "Tenor Sans", sans-serif;
  color: #86703a;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .fanclub-box .content > div.fanclub-headline {
    margin-top: 10px;
    font-size: 20px;
  }
}
body.home #contents .c-sns .fanclub-box .content .fanclub-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .fanclub-box .content .fanclub-btn {
    margin-top: 20px;
  }
}
body.home #contents .c-sns .fanclub-box .content .fanclub-btn a {
  width: 240px;
  margin: 0 auto;
  color: #86703a;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .fanclub-box .content .fanclub-btn a {
    width: 210px;
    font-size: 12px;
  }
}
body.home #contents .c-sns .fanclub-box .content .fanclub-btn a::after {
  right: 23px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .fanclub-box .content .fanclub-btn a::after {
    right: 30px;
  }
}
body.home #contents .c-sns .sns-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 80px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .sns-list {
    flex-wrap: wrap;
    gap: 75px 0;
  }
}
body.home #contents .c-sns .sns-list .instagram-box {
  width: 70%;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .sns-list .instagram-box {
    width: 100%;
  }
}
body.home #contents .c-sns .sns-list .instagram-box .btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .sns-list .instagram-box .btn {
    margin-top: 23px;
  }
}
body.home #contents .c-sns .sns-list .instagram-box .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  border-radius: 60px;
  border: 1px solid #505c5f;
  font-size: 16px;
  color: #4a4c4e;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  body.home #contents .c-sns .sns-list .instagram-box .btn a {
    transition: 0.3s;
  }
  body.home #contents .c-sns .sns-list .instagram-box .btn a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .sns-list .instagram-box .btn a {
    width: 180px;
    height: 45px;
    border-radius: 45px;
    font-size: 12px;
  }
}
body.home #contents .c-sns .sns-list .instagram-box .btn a span {
  margin-left: -40px;
  padding: 5px 0 5px 40px;
  background: url("../images/top/sns-instagram.png") no-repeat left center;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .sns-list .instagram-box .btn a span {
    margin-left: -20px;
    padding-left: 30px;
    background-size: 15px 15px;
  }
}
body.home #contents .c-sns .sns-list .x-box {
  width: 42%;
}
@media screen and (max-width: 768px) {
  body.home #contents .c-sns .sns-list .x-box {
    width: 100%;
  }
}

/*--------------------------
SUB
----------------------------*/
body.sub #contents {
  background-color: #fff;
}
body.sub #contents .c-mv {
  margin-bottom: 100px;
  padding: 170px 0 140px;
  background: url("../images/common/mv-bg.png") no-repeat center bottom;
  background-size: 100% 230px;
  background-color: #d2e6e6;
}
@media screen and (max-width: 1100px) {
  body.sub #contents .c-mv {
    background-size: 100% 150px;
  }
}
@media screen and (max-width: 768px) {
  body.sub #contents .c-mv {
    margin-bottom: 35px;
    padding: 100px 0 60px;
    background: url("../images/common/mv-bg-sp.png") no-repeat center bottom;
    background-size: 100% 78px;
    background-color: #d2e6e6;
  }
}
body.sub #contents .c-mv .contents-inner {
  position: relative;
}
body.sub #contents .c-mv .contents-inner::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -60px;
  width: 174px;
  height: 65px;
  background: url("../images/common/mv-star.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1800px) {
  body.sub #contents .c-mv .contents-inner::before {
    right: -12.3076923077vw;
  }
}
@media screen and (max-width: 1180px) {
  body.sub #contents .c-mv .contents-inner::before {
    top: 80px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.sub #contents .c-mv .contents-inner::before {
    top: auto;
    bottom: -50px;
    right: 15px;
    width: 100px;
    height: 35px;
  }
}
body.sub #contents .c-mv .page-title {
  font-size: 40px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  body.sub #contents .c-mv .page-title {
    font-size: 27px;
  }
}
body.sub #breadcrumb {
  padding: 100px 0 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.sub #breadcrumb {
    padding: 75px 0 15px;
  }
}
body.sub #breadcrumb .contents-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
}
body.sub #breadcrumb .contents-inner > span:not(:last-child) {
  flex-shrink: 0;
}
body.sub #breadcrumb .contents-inner > span:last-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body.sub #breadcrumb .contents-inner > span > a,
body.sub #breadcrumb .contents-inner > span > span {
  font-size: 13px;
  text-decoration: none;
}
body.sub #breadcrumb .contents-inner > span > span:not(.separator) {
  color: #bfbfbf;
}
body.sub #breadcrumb .contents-inner > span a {
  color: #4a4c4e;
}
@media screen and (min-width: 769px) {
  body.sub #breadcrumb .contents-inner > span a {
    text-decoration: none;
  }
  body.sub #breadcrumb .contents-inner > span a:hover {
    text-decoration: underline;
  }
}

/*--------------------------
DISCOGRAPHY
----------------------------*/
body.discography-archive #contents .discography-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 60px 3.2%;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  body.discography-archive #contents .discography-list {
    gap: 50px 2%;
  }
}
@media screen and (max-width: 768px) {
  body.discography-archive #contents .discography-list {
    gap: 50px 7%;
  }
}
body.discography-archive #contents .discography-list .item {
  width: 22.6%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body.discography-archive #contents .discography-list .item {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  body.discography-archive #contents .discography-list .item {
    width: 46.5%;
  }
}
body.discography-archive #contents .discography-list .item .item-thumbnail {
  position: relative;
  background-color: transparent;
}
body.discography-archive #contents .discography-list .item .item-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.discography-archive #contents .discography-list .item .item-thumbnail img,
body.discography-archive #contents .discography-list .item .item-thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.discography-archive #contents .discography-list .item .item-date {
  margin-top: 20px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  body.discography-archive #contents .discography-list .item .item-date {
    margin-top: 15px;
    font-size: 13px;
  }
}
body.discography-archive #contents .discography-list .item .item-name {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.discography-archive #contents .discography-list .item .item-name {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.5;
  }
}
body.discography-archive #contents .discography-list .item .buying-btn {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  body.discography-archive #contents .discography-list .item .buying-btn {
    margin-top: 15px;
  }
}
body.discography-archive #contents .discography-list .item .buying-btn a {
  width: 100%;
  height: 47px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.discography-archive #contents .discography-list .item .buying-btn a {
    height: 38px;
    font-size: 11px;
  }
  body.discography-archive #contents .discography-list .item .buying-btn a::after {
    right: 15px;
  }
}

body.discography-single #contents .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 100px;
  gap: 0 60px;
}
@media screen and (max-width: 900px) {
  body.discography-single #contents .media-box {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  body.discography-single #contents .media-box {
    display: block;
    margin-top: 60px;
  }
}
body.discography-single #contents .media-box .buying-btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.discography-single #contents .media-box .buying-btn {
    margin-top: 40px;
  }
}
body.discography-single #contents .media-box .buying-btn a {
  margin: 0 auto;
  color: #fff;
}
body.discography-single #contents .media-box .left-col {
  flex-shrink: 0;
  width: 390px;
}
body.discography-single #contents .media-box .left-col .thumbnail {
  position: relative;
  background-color: transparent;
}
body.discography-single #contents .media-box .left-col .thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.discography-single #contents .media-box .left-col .thumbnail img,
body.discography-single #contents .media-box .left-col .thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.discography-single #contents .media-box .left-col {
    width: 100%;
    text-align: center;
  }
  body.discography-single #contents .media-box .left-col img {
    width: 64vw;
  }
}
@media screen and (max-width: 768px) {
  body.discography-single #contents .media-box .right-col {
    margin-top: 45px;
  }
}
body.discography-single #contents .media-box .right-col .discography-title {
  padding: 10px 0 10px 50px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  background: url("../images/common/icn-star.png") no-repeat left 5px;
}
@media screen and (max-width: 768px) {
  body.discography-single #contents .media-box .right-col .discography-title {
    font-size: 26px;
    padding-left: 35px;
    background-position: left 8px;
    background-size: 24px 27px;
  }
}
body.discography-single #contents .media-box .right-col .date {
  margin-top: 20px;
  font-size: 15px;
  font-family: "Tenor Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  body.discography-single #contents .media-box .right-col .date {
    margin-top: 15px;
    font-size: 14px;
  }
}
body.discography-single #contents .media-box .right-col .discography-information .box {
  margin-top: 35px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body.discography-single #contents .media-box .right-col .discography-information .box {
    font-size: 15px;
  }
}
body.discography-single #contents .media-box .right-col .discography-information .box .box-headline {
  margin-bottom: 20px;
}
body.discography-single #contents .media-box .right-col .discography-information .box p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body.discography-single #contents .editor-styles-wrapper {
    margin-top: 35px;
  }
}
body.discography-single #contents .common-back-btn {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  body.discography-single #contents .common-back-btn {
    margin-top: 70px;
  }
}
body.discography-single #contents .common-back-btn a {
  margin: 0 auto;
}

/*--------------------------
MOVIE
----------------------------*/
body.movie-archive #contents .movie-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 60px 3%;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  body.movie-archive #contents .movie-list {
    gap: 50px 0;
  }
}
body.movie-archive #contents .movie-list .item {
  width: 48.5%;
}
@media screen and (min-width: 769px) {
  body.movie-archive #contents .movie-list .item:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  body.movie-archive #contents .movie-list .item {
    transition: 0.3s;
  }
  body.movie-archive #contents .movie-list .item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 600px) {
  body.movie-archive #contents .movie-list .item {
    width: 100%;
  }
}
body.movie-archive #contents .movie-list .item .thumbnail {
  position: relative;
  position: relative;
  background-color: transparent;
}
body.movie-archive #contents .movie-list .item .thumbnail::before {
  content: "";
  display: block;
  padding-top: 55.7324840764%;
}
body.movie-archive #contents .movie-list .item .thumbnail img,
body.movie-archive #contents .movie-list .item .thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.movie-archive #contents .movie-list .item .thumbnail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16%;
  height: 53px;
  background: url("../images/common/icn-play.svg") no-repeat;
  background-size: 100% 100%;
}
body.movie-archive #contents .movie-list .item .thumbnail img {
  width: 100%;
}
body.movie-archive #contents .movie-list .item .movie-title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body.movie-archive #contents .movie-list .item .movie-title {
    font-size: 14px;
  }
}

.movie-modal-layer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.movie-modal-layer.active {
  display: block;
  animation: show 0.3s linear;
}
.movie-modal-layer .modal-box {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 600px) {
  .movie-modal-layer .modal-box {
    width: calc(100% - 30px);
  }
}
.movie-modal-layer .modal-box .modal-close {
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (min-width: 769px) {
  .movie-modal-layer .modal-box .modal-close:hover {
    cursor: pointer;
  }
}
.movie-modal-layer .modal-box .modal-close img {
  width: 30px;
}
.movie-modal-layer .modal-box iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}

/*--------------------------
NEWS
----------------------------*/
body.news-archive #contents .news-list {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  body.news-archive #contents .news-list {
    margin-top: 35px;
  }
}
body.news-archive #contents .news-list .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 38px;
  padding: 25px;
  border-bottom: 1px solid #babbbc;
}
body.news-archive #contents .news-list .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #516e91;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  body.news-archive #contents .news-list .item {
    gap: 0 15px;
    padding: 18px 15px;
  }
}
body.news-archive #contents .news-list .item.active::before {
  transform: scale(1, 1);
}
body.news-archive #contents .news-list .item.active .item-title {
  color: #516e91;
}
body.news-archive #contents .news-list .item a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.news-archive #contents .news-list .item .item-thumbnail {
  flex-shrink: 0;
  width: 165px;
  position: relative;
  background-color: transparent;
}
body.news-archive #contents .news-list .item .item-thumbnail::before {
  content: "";
  display: block;
  padding-top: 69.696969697%;
}
body.news-archive #contents .news-list .item .item-thumbnail img,
body.news-archive #contents .news-list .item .item-thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.news-archive #contents .news-list .item .item-thumbnail {
    width: 120px;
  }
}
body.news-archive #contents .news-list .item .item-content .item-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}
body.news-archive #contents .news-list .item .item-content .item-meta .date {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  body.news-archive #contents .news-list .item .item-content .item-meta .date {
    font-size: 12px;
  }
}
body.news-archive #contents .news-list .item .item-content .item-meta .category-item span {
  background-color: #f3f5f6;
}
body.news-archive #contents .news-list .item .item-content .item-title {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  body.news-archive #contents .news-list .item .item-content .item-title {
    margin-top: 10px;
    font-size: 14px;
  }
}

body.news-single #contents .c-sub01 .post-headding .post-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
}
body.news-single #contents .c-sub01 .post-headding .post-meta .category-item span {
  background-color: #c7d5d6;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.news-single #contents .c-sub01 .post-headding .post-meta .category-item span {
    font-size: 13px;
  }
}
body.news-single #contents .c-sub01 .post-headding .post-meta .post-date {
  font-family: "Tenor Sans", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.news-single #contents .c-sub01 .post-headding .post-meta .post-date {
    font-size: 13px;
  }
}
body.news-single #contents .c-sub01 .post-headding .post-title {
  margin-top: 25px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #b19552;
}
@media screen and (max-width: 768px) {
  body.news-single #contents .c-sub01 .post-headding .post-title {
    margin-top: 20px;
    padding-bottom: 15px;
    font-size: 24px;
  }
}
body.news-single #contents .c-sub01 .sns-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 15px;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  body.news-single #contents .c-sub01 .sns-share {
    margin-top: 35px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 15px;
  }
}
body.news-single #contents .c-sub01 .sns-share .sns-headline {
  font-size: 21px;
  font-family: "Tenor Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  body.news-single #contents .c-sub01 .sns-share .sns-headline {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
}
body.news-single #contents .c-sub01 .sns-share ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
}
body.news-single #contents .c-sub01 .sns-share ul li a {
  display: block;
}
@media screen and (min-width: 769px) {
  body.news-single #contents .c-sub01 .sns-share ul li a {
    transition: 0.3s;
  }
  body.news-single #contents .c-sub01 .sns-share ul li a:hover {
    opacity: 0.5;
  }
}
body.news-single #contents .c-sub01 .sns-share ul li a img {
  width: 33px;
}
@media screen and (max-width: 768px) {
  body.news-single #contents .c-sub01 .sns-share ul li a img {
    width: 45px;
  }
}
body.news-single #contents .c-sub01 .common-back-btn {
  margin-top: 50px;
}
body.news-single #contents .c-sub01 .common-back-btn a {
  margin: 0 auto;
}

/*--------------------------
PROFILE
----------------------------*/
body.profile-archive #contents .c-sub01 .media-box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  body.profile-archive #contents .c-sub01 .media-box {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
}
body.profile-archive #contents .c-sub01 .media-box .thumbnail {
  flex-shrink: 0;
  width: 55.4%;
}
@media screen and (max-width: 850px) {
  body.profile-archive #contents .c-sub01 .media-box .thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.profile-archive #contents .c-sub01 .media-box .thumbnail {
    width: 100%;
  }
  body.profile-archive #contents .c-sub01 .media-box .thumbnail img {
    width: 100%;
  }
}
body.profile-archive #contents .c-sub01 .media-box .content {
  flex-grow: 1;
  padding-left: 80px;
}
@media screen and (max-width: 1000px) {
  body.profile-archive #contents .c-sub01 .media-box .content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.profile-archive #contents .c-sub01 .media-box .content {
    margin-top: 30px;
    padding-left: 0;
  }
}
body.profile-archive #contents .c-sub01 .media-box .content .logo {
  padding-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.profile-archive #contents .c-sub01 .media-box .content .logo {
    padding-top: 0;
  }
  body.profile-archive #contents .c-sub01 .media-box .content .logo img {
    max-width: 230px;
    width: 61.0666666667vw;
  }
}
body.profile-archive #contents .c-sub01 .media-box .content p {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  body.profile-archive #contents .c-sub01 .media-box .content p {
    margin-top: 30px;
    font-size: 14px;
  }
}
body.profile-archive #contents .c-sub02 {
  padding-top: 80px;
  background-color: #c7d5d6;
}
@media screen and (max-width: 768px) {
  body.profile-archive #contents .c-sub02 {
    padding-top: 40px;
  }
}
body.profile-archive #contents .c-sub02 .contents-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  body.profile-archive #contents .c-sub02 .contents-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.profile-archive #contents .c-sub02 .common-members-list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.profile-archive #contents .c-sub02 .common-members-list {
    margin-top: 30px;
  }
}
body.profile-archive #breadcrumb {
  background-color: #c7d5d6;
}

body.profile-single #contents .c-sub01 .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box {
    display: block;
    padding: 0 45px;
  }
}
body.profile-single #contents .c-sub01 .media-box .thumbnail {
  position: relative;
  flex-shrink: 0;
  width: 400px;
  position: relative;
  background-color: transparent;
}
body.profile-single #contents .c-sub01 .media-box .thumbnail::before {
  content: "";
  display: block;
  padding-top: 155.3113553114%;
}
body.profile-single #contents .c-sub01 .media-box .thumbnail img,
body.profile-single #contents .c-sub01 .media-box .thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box .thumbnail {
    width: 100%;
  }
  body.profile-single #contents .c-sub01 .media-box .thumbnail img {
    width: 100%;
  }
}
body.profile-single #contents .c-sub01 .media-box .thumbnail .border {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
body.profile-single #contents .c-sub01 .media-box .thumbnail img {
  clip-path: polygon(0 0, 100% 0%, 100% 83%, 66% 100%, 0 100%, 0 35%);
}
body.profile-single #contents .c-sub01 .media-box .thumbnail::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -45px;
  right: -22px;
  width: 194px;
  height: 162px;
  background: url("../images/profile/icn-star.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box .thumbnail::after {
    bottom: -7.0666666667vw;
    right: -3.3333333333vw;
    width: 36vw;
    height: 30.1333333333vw;
  }
}
@media screen and (max-width: 500px) {
  body.profile-single #contents .c-sub01 .media-box .thumbnail::after {
    bottom: -8.4vw;
    right: -4.6666666667vw;
  }
}
@media screen and (max-width: 400px) {
  body.profile-single #contents .c-sub01 .media-box .thumbnail::after {
    bottom: -9.3333333333vw;
    right: -4.6666666667vw;
  }
}
body.profile-single #contents .c-sub01 .media-box .content {
  flex-grow: 1;
  padding-top: 55px;
  padding-left: 100px;
}
@media screen and (max-width: 900px) {
  body.profile-single #contents .c-sub01 .media-box .content {
    padding-top: 60px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box .content {
    padding-left: 0;
  }
}
body.profile-single #contents .c-sub01 .media-box .content .profile-name {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box .content .profile-name {
    font-size: 25px;
  }
}
body.profile-single #contents .c-sub01 .media-box .content .profile-eng {
  margin-top: 20px;
  font-family: "Tenor Sans", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box .content .profile-eng {
    margin-top: 12px;
    font-size: 13px;
  }
}
body.profile-single #contents .c-sub01 .media-box .content .profile-information {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box .content .profile-information {
    margin-top: 30px;
  }
}
body.profile-single #contents .c-sub01 .media-box .content .profile-information table {
  width: 100%;
}
body.profile-single #contents .c-sub01 .media-box .content .profile-information table th,
body.profile-single #contents .c-sub01 .media-box .content .profile-information table td {
  padding: 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box .content .profile-information table th,
  body.profile-single #contents .c-sub01 .media-box .content .profile-information table td {
    font-size: 14px;
  }
}
body.profile-single #contents .c-sub01 .media-box .content .profile-information table th {
  width: 50px;
}
body.profile-single #contents .c-sub01 .media-box .content .profile-information table td {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box .content .profile-information table td {
    padding-left: 20px;
  }
}
body.profile-single #contents .c-sub01 .media-box .content .profile-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 30px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  body.profile-single #contents .c-sub01 .media-box .content .profile-sns a {
    transition: 0.3s;
  }
  body.profile-single #contents .c-sub01 .media-box .content .profile-sns a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub01 .media-box .content .profile-sns {
    gap: 0 20px;
  }
}
body.profile-single #contents .c-sub02 {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub02 {
    margin-top: 75px;
  }
}
body.profile-single #contents .c-sub02 .schedule-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 4.1%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub02 .schedule-list {
    display: block;
    margin-top: 35px;
    border-top: 1px solid #bbbcbd;
  }
}
body.profile-single #contents .c-sub02 .schedule-list .item {
  position: relative;
  width: 30.6%;
  padding: 28px 10px;
  border-top: 1px solid #bbbcbd;
  border-bottom: 1px solid #bbbcbd;
}
body.profile-single #contents .c-sub02 .schedule-list .item > a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  body.profile-single #contents .c-sub02 .schedule-list .item > a:hover + .common-schedule-date + .item-content .schedule-title {
    color: #516e91;
  }
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub02 .schedule-list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    border-top: none;
    gap: 0 20px;
    width: 100%;
    padding: 20px 10px;
  }
}
body.profile-single #contents .c-sub02 .schedule-list .item .schedule-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub02 .schedule-list .item .schedule-meta {
    gap: 0 10px;
    margin-top: 0;
  }
}
body.profile-single #contents .c-sub02 .schedule-list .item .schedule-meta .category-item span {
  background-color: #f3f5f6;
}
body.profile-single #contents .c-sub02 .schedule-list .item .schedule-meta .time {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub02 .schedule-list .item .schedule-meta .time {
    font-size: 11px;
  }
}
body.profile-single #contents .c-sub02 .schedule-list .item .schedule-title {
  margin-top: 25px;
  font-size: 17px;
  color: #4a4c4e;
  text-decoration: none;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub02 .schedule-list .item .schedule-title {
    margin-top: 15px;
    font-size: 14px;
  }
}
body.profile-single #contents .c-sub03 {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub03 {
    margin-top: 60px;
  }
  body.profile-single #contents .c-sub03 .section-title {
    padding: 40px 0 0 0;
    text-align: center;
    background: url("../images/common/icn-star.png") no-repeat center top;
    background-size: 24px 28px;
  }
}
body.profile-single #contents .c-sub03 .members-slider {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 3.2%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub03 .members-slider {
    gap: 35px 7%;
    flex-wrap: wrap;
    margin-top: 45px;
  }
}
body.profile-single #contents .c-sub03 .members-slider .item {
  width: 22.6%;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub03 .members-slider .item {
    width: 46.5%;
  }
}
body.profile-single #contents .c-sub03 .common-back-btn {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  body.profile-single #contents .c-sub03 .common-back-btn {
    margin-top: 60px;
  }
}
body.profile-single #contents .c-sub03 .common-back-btn a {
  margin: 0 auto;
}

/*--------------------------
SCHEDULE
----------------------------*/
body.schedule-archive #contents .schedule-pager {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 100px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .schedule-pager {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 75px;
  }
}
body.schedule-archive #contents .schedule-pager .prev,
body.schedule-archive #contents .schedule-pager .next {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .schedule-pager .prev,
  body.schedule-archive #contents .schedule-pager .next {
    order: 2;
  }
}
body.schedule-archive #contents .schedule-pager .prev a,
body.schedule-archive #contents .schedule-pager .next a {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #4a4c4e;
  text-decoration: none;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  body.schedule-archive #contents .schedule-pager .prev a:hover,
  body.schedule-archive #contents .schedule-pager .next a:hover {
    color: #516e91;
  }
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .schedule-pager .prev a,
  body.schedule-archive #contents .schedule-pager .next a {
    font-size: 17px;
  }
}
body.schedule-archive #contents .schedule-pager .prev a::before,
body.schedule-archive #contents .schedule-pager .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 11px;
  background: url("../images/common/icn-arrow-right-bk.svg") no-repeat;
  background-size: 100% 100%;
  transition: margin 0.3s;
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .schedule-pager .prev a::before,
  body.schedule-archive #contents .schedule-pager .next a::before {
    width: 10px;
    height: 8px;
  }
}
body.schedule-archive #contents .schedule-pager .prev a {
  padding-left: 30px;
}
@media screen and (min-width: 769px) {
  body.schedule-archive #contents .schedule-pager .prev a:hover::before {
    margin-left: -6px;
  }
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .schedule-pager .prev a {
    padding-left: 25px;
  }
}
body.schedule-archive #contents .schedule-pager .prev a::before {
  left: 0;
  transform-origin: center center;
  transform: scale(-1, 1);
  margin-top: -5px;
}
body.schedule-archive #contents .schedule-pager .next a {
  padding-right: 30px;
}
@media screen and (min-width: 769px) {
  body.schedule-archive #contents .schedule-pager .next a:hover::before {
    margin-right: -6px;
  }
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .schedule-pager .next a {
    padding-right: 25px;
  }
}
body.schedule-archive #contents .schedule-pager .next a::before {
  right: 0;
}
body.schedule-archive #contents .schedule-pager .current {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .schedule-pager .current {
    width: 100%;
  }
}
body.schedule-archive #contents .schedule-pager .current span {
  display: block;
}
body.schedule-archive #contents .schedule-pager .current span.year-month {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .schedule-pager .current span.year-month {
    font-size: 36px;
  }
}
body.schedule-archive #contents .schedule-pager .current span.eng {
  margin-top: 13px;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #b19552;
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .schedule-pager .current span.eng {
    margin-top: 10px;
    font-size: 19px;
  }
}
body.schedule-archive #contents .common-schedule-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .common-schedule-list {
    margin-top: 30px;
  }
}
body.schedule-archive #contents .common-schedule-list .category-item span {
  width: min-content;
  height: auto;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  body.schedule-archive #contents .common-schedule-list .category-item span {
    width: fit-content;
    height: auto;
    padding: 8px;
  }
}

.editor-styles-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper {
    margin-top: 30px;
  }
}
.editor-styles-wrapper a {
  color: #4a4c4e;
}
@media screen and (min-width: 769px) {
  .editor-styles-wrapper a:hover {
    color: #516e91;
  }
}
.editor-styles-wrapper .has-customcolor-01-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-backgroud-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-border-color {
  color: #6599a3;
}
.editor-styles-wrapper .is-style-clear {
  display: flow-root;
}
.editor-styles-wrapper .has-text-align-right {
  text-align: right;
}
.editor-styles-wrapper .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .alignnone {
  margin: 15px 0;
}
.editor-styles-wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .clearfix {
  clear: both;
}
.editor-styles-wrapper .alignright {
  float: right;
}
.editor-styles-wrapper .alignleft {
  float: left;
}
.editor-styles-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 628/350;
}
.editor-styles-wrapper .wp-block-columns {
  gap: 0 30px;
}
.editor-styles-wrapper .wp-block-columns .wp-block-heading {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 30px 0;
  }
  .editor-styles-wrapper .wp-block-columns > div {
    width: 100%;
  }
}
.editor-styles-wrapper .wp-block-columns.is-layout-flex {
  align-items: flex-start;
}
.editor-styles-wrapper .wp-block-columns .wp-block-image {
  margin: 0;
}
.editor-styles-wrapper .wp-block-columns .wp-block-image img {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .editor-styles-wrapper .wp-block-columns .wp-block-image img {
    max-width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns .wp-block-image img {
    max-width: 100%;
  }
}
.editor-styles-wrapper .wp-block-group {
  margin-top: 70px;
}
.editor-styles-wrapper .wp-block-group.is-style-border {
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #cecfd1;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-group.is-style-border {
    margin: 30px 0;
    padding: 30px 25px;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-border ul {
  margin: 10px 0 0;
}
.editor-styles-wrapper .wp-block-group.is-style-border * + p {
  margin-top: 30px;
}
.editor-styles-wrapper .wp-block-image {
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-image {
    margin: 20px 0;
  }
}
.editor-styles-wrapper .wp-block-image figure {
  text-align: center;
}
.editor-styles-wrapper .wp-block-image figure.alignleft {
  margin-right: 20px;
}
.editor-styles-wrapper .wp-block-image figure.alignright {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-image figure {
    float: none;
  }
  .editor-styles-wrapper .wp-block-image figure.alignleft {
    margin-right: 0;
  }
  .editor-styles-wrapper .wp-block-image figure.alignright {
    margin-left: 0;
  }
}
.editor-styles-wrapper .wp-block-image figure img {
  width: 80%;
  height: auto;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-image figure img {
    width: 100%;
    padding-top: 0px;
  }
}
.editor-styles-wrapper .wp-element-caption {
  font-size: 14px;
  color: #b0b0b0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-element-caption {
    font-size: 12px;
  }
}
.editor-styles-wrapper .wp-block-group {
  margin: 70px 0;
}
.editor-styles-wrapper .wp-block-group p {
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-group p + p {
  margin-top: 20px;
}
.editor-styles-wrapper .wp-block-group figure.alignleft {
  margin: 0px 45px 15px 0;
}
.editor-styles-wrapper .wp-block-group figure.alignright {
  margin: 0px 0 15px 45px;
}
.editor-styles-wrapper .wp-block-group .wp-element-caption {
  display: block;
  margin: 15px 0 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-group .wp-element-caption {
    font-size: 12px;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin: 80px auto 70px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table {
    margin: 45px 0 20px;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table {
  width: 100% !important;
  border: 1px #cecfd1 solid !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th,
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  vertical-align: middle !important;
  padding: 30px 35px !important;
  text-align: left !important;
  border-color: #cecfd1 !important;
  border-right: 1px #cecfd1 solid !important;
  border-bottom: 1px #cecfd1 solid !important;
  font-size: 18px !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table table th,
  .editor-styles-wrapper .wp-block-flexible-table-block-table table td {
    padding: 20px 15px !important;
    font-size: 15px !important;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th {
  width: 300px;
  color: #4a4c4e !important;
  background: #edf4f5 !important;
  text-align: left !important;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-flexible-table-block-table table th {
    width: 100px;
  }
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  background: #fff !important;
  word-break: break-all;
}
.editor-styles-wrapper h3 {
  margin: 60px 0 50px;
  padding: 25px 150px 25px 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  background: url("../images/news/icn-star.png") no-repeat calc(100% - 15px) center;
  background-color: #edf4f5;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3 {
    margin: 30px 0;
    padding: 20px 50px 20px 15px;
    font-size: 21px;
    background: url("../images/news/icn-star-sp.png") no-repeat calc(100% - 10px) calc(100% - 5px);
    background-size: 54px 25px;
    background-color: #edf4f5;
  }
}
.editor-styles-wrapper h4 {
  margin: 50px 0 25px;
  padding: 10px 0 10px 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  background: url("../images/common/icn-star.png") no-repeat left top;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4 {
    margin: 30px 0 20px;
    padding: 8px 0 8px 40px;
    font-size: 19px;
    background-size: 27px 31px;
  }
}
.editor-styles-wrapper h5 {
  position: relative;
  margin: 55px 0 35px;
  padding-left: 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h5 {
    margin: 50px 0 20px;
    padding-left: 15px;
    font-size: 16px;
  }
}
.editor-styles-wrapper h5::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 4px;
  height: 30px;
  background-color: #c7d5d6;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h5::after {
    height: 25px;
  }
}
.editor-styles-wrapper p {
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper p {
    font-size: 14px;
    line-height: 2;
  }
}
.editor-styles-wrapper p + p {
  margin-top: 30px;
}
.editor-styles-wrapper p a {
  padding-bottom: 5px;
  text-decoration: none;
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.editor-styles-wrapper ul.is-style-star li,
.editor-styles-wrapper ol.is-style-star li {
  padding-left: 20px;
  background: url("../images/news/icn-ministar.png") no-repeat left 7px;
}
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul li,
  .editor-styles-wrapper ol li {
    font-size: 14px;
  }
}
.editor-styles-wrapper ul li:not(:nth-of-type(1)),
.editor-styles-wrapper ol li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper ul li:not(:nth-of-type(1)),
  .editor-styles-wrapper ol li:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
}
.editor-styles-wrapper ol {
  list-style: decimal;
}
.editor-styles-wrapper ol li {
  margin-left: 1em !important;
  padding-left: 10px;
}

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