<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------
  common
---------------------------------------------*/
#wrapper {
  min-width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background: url(../images/top/bg.jpg);
  width: 100%;
  background-size: 100%;
  position: relative;
  z-index: -3;
  background-attachment: fixed;
}

.p-header_pc-list{margin-top:-12px;}
.discount &gt; .title {display:none;}
.shopping-cart-bottom &gt; div &gt; .checkout-extra {padding-left:0!important;}
.payment-methods &gt; .payment-group &gt; .payment-method {width: 95%; margin: auto; background: rgba(200,200,200,0.2); padding:2%; border-radius: 15px;}
#checkout-payment-method-load &gt; .payment-methods{padding-bottom:0!important;}
.wrapper-bg {
  position: relative;
  z-index: -3;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.pc {
  display: block;
}

@media only screen and (max-width: 481px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 481px) {
  .sp {
    display: block !important;
  }
}

.page-inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 482px) {
  .page-inner {
    max-width: 1080px;
    margin: 10px auto 0;
  }
}

@media only screen and (max-width: 481px) {
  .page-inner {
    width: calc(100% - 40px / 2);
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 482px) {
  .page-inner2 {
    max-width: 1080px;
    margin: 10px auto 0;
  }
}

@media only screen and (max-width: 481px) {
  .page-inner2 {
    width: calc(100% - 40px / 2);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) {
  .page-inner3 {
    max-width: 1080px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 481px) {
  .page-inner3 {
    width: 100%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) {
  .page-inner4 {
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 481px) {
  .page-inner4 {
    width: 100%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) {
  .page-inner5 {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 481px) {
  .page-inner5 {
    width: 100%;
    margin: 0 auto;
  }
}

.main {
  position: relative;
}

.inner {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}

@media print, screen and (min-width: 482px) {
  .inner {
    padding-top: 122px;
  }
}

@media only screen and (max-width: 481px) {
  .inner {
    padding-top: 45px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .inner {
    padding-top: calc(122 / 1280 * 100vw);
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.breadcrumbs {
    max-width: 1200px;
    margin: auto!important;
}

/* ------------- */
/*下層タイトル*/
/* ------------- */
@media print, screen and (min-width: 482px) {
  .c-sec {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 481px) {
  .c-sec {
    padding-bottom: 45px;
  }
}

.c-h2_01 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 482px) {
  .c-h2_01 {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 481px) {
  .c-h2_01 {
    margin-bottom: 6px;
  }
}

.c-h2_01::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #000;
  bottom: 6px;
  left: 0;
}

@media print, screen and (min-width: 482px) {
  .c-h2_01::after {
    bottom: 6px;
    left: 0;
    width: calc(100% - 219px);
  }
}

@media only screen and (max-width: 481px) {
  .c-h2_01::after {
    bottom: 32px;
    left: 20px;
    width: calc(100% - 64px);
  }
}

.c-h2_01 .c-ttl {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  font-size: 48px;
}

@media only screen and (max-width: 481px) {
  .c-h2_01 .c-ttl {
    font-size: 34px;
    margin: 0 auto;
    width: calc(100% - 80px / 2);
    padding: 40px 0;
  }
  .c-h2_01 .c-ttl::before {
    content: "";
    background: url(../images/top/line-diagonal_sp.svg) no-repeat;
    width: 52px;
    height: 36px;
    position: absolute;
  }
}

@media only screen and (max-width: 481px) and (max-width: 481px) {
  .c-h2_01 .c-ttl::before {
    right: -16px;
    bottom: 18px;
  }
}

@media only screen and (max-width: 481px) {
  .c-h2_01 .c-ttl::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
  }
}

@media only screen and (max-width: 481px) and (max-width: 481px) {
  .c-h2_01 .c-ttl::after {
    height: 2px;
    bottom: 53px;
    right: -18px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .c-h2_01 .c-ttl {
    font-size: calc(48 / 1280 * 100vw);
  }
}

.c-h2_02 {
  position: relative;
}

@media print, screen and (min-width: 482px) {
  .c-h2_02 {
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 481px) {
  .c-h2_02 {
    margin-bottom: 6px;
  }
}

.c-h2_02::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #000;
  bottom: 6px;
  left: 0;
}

@media print, screen and (min-width: 482px) {
  .c-h2_02::after {
    bottom: -2px;
    left: 0;
    width: calc(100% - 230px);
  }
}

@media only screen and (max-width: 481px) {
  .c-h2_02::after {
    bottom: 32px;
    left: 20px;
    width: calc(100% - 64px);
  }
}

.c-h2_02 .c-ttl {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  font-size: 48px;
}

@media only screen and (max-width: 481px) {
  .c-h2_02 .c-ttl {
    font-size: 34px;
    margin: 0 auto;
    width: calc(100% - 80px / 2);
    padding: 40px 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .c-h2_02 .c-ttl {
    font-size: calc(48 / 1280 * 100vw);
  }
}

.c-h2_02 .c-ttl::before {
  content: "";
  width: 52px;
  height: 36px;
  position: absolute;
}

@media print, screen and (min-width: 482px) {
  .c-h2_02 .c-ttl::before {
    background: url(../images/top/line-diagonal03.svg) no-repeat;
    bottom: -2px;
    right: 181px;
  }
}

@media only screen and (max-width: 481px) {
  .c-h2_02 .c-ttl::before {
    background: url(../images/top/line-diagonal_sp.svg) no-repeat;
    bottom: 18px;
    right: -16px;
  }
}

.c-h2_02 .c-ttl::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
}

@media print, screen and (min-width: 482px) {
  .c-h2_02 .c-ttl::after {
    height: 2px;
    bottom: 32px;
    right: 2px;
    width: 190px;
  }
}

@media only screen and (max-width: 481px) {
  .c-h2_02 .c-ttl::after {
    height: 2px;
    bottom: 53px;
    right: -18px;
  }
}

.c-hd--01 {
  padding-top: 86px;
  padding-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .c-hd--01 {
    font-size: 32px;
  }
}

.c-ttl_small {
  font-size: 12px;
  display: block;
  letter-spacing: 0.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .c-ttl_small {
    font-size: calc(12 / 1280 * 100vw);
  }
}

@media print, screen and (min-width: 482px) {
  .c-btn {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 481px) {
  .c-btn {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .c-btn {
    margin-top: calc(36 / 1280 * 100vw);
  }
}

@media print, screen and (min-width: 482px) {
  .c-btn img {
    width: 231px;
    height: auto;
  }
}

@media only screen and (max-width: 481px) {
  .c-btn img {
    width: 61%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .c-btn img {
    width: 100%;
  }
}

.c-btn--01 {
  width: 240px;
  height: 60px;
  background: linear-gradient(70deg, #393939, #606767);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 auto;
}

.c-btn__txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

@media print, screen and (min-width: 482px) {
  #link-brands {
    padding-top: 120px;
    margin-top: -120px;
  }
}

@media only screen and (max-width: 481px) {
  #link-brands {
    padding-top: 65px;
    margin-top: -65px;
  }
}

.page-title-wrapper {
  display: none;
}

/* ------------- */
/* リンク無効
/* ------------- */
.u-disabled {
  pointer-events: none;
}

/*---------------------------------------------
  header
---------------------------------------------*/
.cms-home .sparsh_banner {
  display: none !important;
}

/* ------------- */
/* header  pc*/
/* ------------- */
.l-header {
  position: relative;
  z-index: 100;
}

.l-header--top .drawer_open .drawer_line {
  background: #fff !important;
}

.l-header--top.change-color .drawer_open .drawer_line {
  background: #4D4D4D !important;
}

.l-header--top.change-color .p-header_pc,
.l-header--top.change-color .p-header_sp {
  background-color: #fff;
}

.l-header--top.change-color .p-header_pc-change-type01,
.l-header--top.change-color .p-header_sp-change-type01 {
  display: none;
}

.l-header--top.change-color .p-header_pc-change-type02,
.l-header--top.change-color .p-header_sp-change-type02 {
  display: block;
}

.l-header--top.change-color .p-header_pc a {
  color: #000;
}

.l-header--top.change-color .p-header_pc-logo::after {
  background: #000;
}

.l-header--top.change-color .p-header_pc-link::before {
  top: 44px;
  left: 4px;
  background: url(../images/common/line-diagonal_black.svg) no-repeat;
}

.l-header--top.change-color .p-header_pc-list {
  border-bottom: 2px solid #000;
}

.l-header--top.change-color .p-header_pc-list .p-header_pc-listitem:nth-of-type(1)::before {
  background1: url(../images/common/icon-header1_black.svg) no-repeat;
}

.l-header--top.change-color .p-header_pc-list .p-header_pc-listitem:nth-of-type(3)::before {
  background: url(../images/common/icon-header2_black.svg) no-repeat;
}

.l-header--top.change-color .p-header_pc-lang_list .select {
  border-bottom: 1px solid #000;
}

.l-header--top.change-color .open-btn1 {
  background: url(../images/common/icon-search_black.svg) no-repeat;
}

.l-header--top.change-color .p-header_pc-sub_list::after {
  z-index: 11;
  border-top: 6px solid #000;
}

.l-header--top.change-color .open-btn1.btnactive {
  background: url(../images/common/icon-close_black.svg) no-repeat 0 center;
  /*閉じるアイコンを背景に表示*/
  background-size: 24px 25px;
}

@media print, screen and (min-width: 970px) {
  .l-header--lower {
    nopadding-top: 178px;
  }
}
@media (max-width:970px) and (min-width:470px) {
  .l-header--lower {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 470px) {
  .l-header--lower {
    padding-top: 50px;
  }
}

.l-header--lower .drawer_open .drawer_line {
  background: #4D4D4D !important;
}

.l-header--lower .p-header_pc,
.l-header--lower .p-header_sp {
  background-color: #fff;
}

.l-header--lower .p-header_pc-change-type01,
.l-header--lower .p-header_sp-change-type01 {
  display: none;
}

.l-header--lower .p-header_pc-change-type02,
.l-header--lower .p-header_sp-change-type02 {
  display: block;
}

.l-header--lower .p-header_pc a {
  color: #000;
}

.l-header--lower .p-header_pc-logo::after {
  background: #000;
}

.l-header--lower .p-header_pc-link::before {
  top: 44px;
  left: 4px;
  background: url(../images/common/line-diagonal_black.svg) no-repeat;
}

.l-header--lower .p-header_pc-list {
  border-bottom: 2px solid #000;
}

.l-header--lower .p-header_pc-list .p-header_pc-listitem:nth-of-type(1)::before {
  background1: url(../images/common/icon-header1_black.svg) no-repeat;
}

.l-header--lower .p-header_pc-list .p-header_pc-listitem:nth-of-type(3)::before {
  background: url(../images/common/icon-header2_black.svg) no-repeat;
}

.l-header--lower .p-header_pc-lang_list .select {
  border-bottom: 1px solid #000;
}

.l-header--lower .p-header_pc-sub_list::after {
  z-index: 11;
  border-top: 6px solid #000;
}

.p-header_pc-change-type01,
.p-header_sp-change-type01 {
  display: block;
}

.p-header_pc-change-type02,
.p-header_sp-change-type02 {
  display: none;
}

.p-header_pc {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  /*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
  /*==検索窓*/
  /*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
  /*==検索フォームの設定*/
  /*==テキスト入力とボタンinput共通設定*/
  /*テキスト入力input設定*/
  /*テキスト入力inputにフォーカスされたら*/
  /*ボタンinput設定*/
}

@media only screen and (max-width: 970px) {
  .p-header_pc {
    display: none;
  }
}

.p-header_pc-logo {
  position: relative;
  width: calc(100% - 600px);
  margin-top: 30px;
}

.p-header_pc-logo::after {
  position: absolute;
  right: -11px;
  bottom: 5px;
  display: block;
  width: calc(100% - 82px);
  height: 2px;
  content: '';
  background: #fff;
}

@media print, screen and (min-width: 971px) {
  .p-header_pc-logo img {
    width: 342.95px;
    height: auto;
  }
}

.p-header_pc-wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 16px;
  justify-content: space-between;
}

.p-header_pc-wrapper4 {
  background-color: #fff;
}

.p-header_pc-wrapper4 a {
  color: #000;
}

.p-header_pc-list {
  display: flex;
  margin-left: 55px;
  padding: 15px 0 6px 0;
  border-bottom: 2px solid #fff;
  justify-content: flex-end;
  align-items: flex-end;
}

.p-header_pc-listitem {
  position: relative;
}

.p-header_pc-listitem:nth-of-type(1) {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  position: relative;
}

.prime1studio-statue {
  margin-right:50px;
  font:inherit!important;
}

.p-header_pc-listitem:nth-of-type(2)::before {
  position: absolute;
  top: -2px;
  left: -32px;
  width: 19px;
  height: 24px;
  content: '';
  background1: url(../images/common/icon-header1.svg) no-repeat;
  background-size: 100%;
}

.p-header_pc-listitem:nth-of-type(3) {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-left: 58px;
}

.p-header_pc-listitem:nth-of-type(3)::before {
  position: absolute;
  top: 0;
  left: -27px;
  width: 17px;
  height: 17px;
  content: '';
  background: url(../images/common/icon-header2.svg) no-repeat;
  background-size: 100%;
}

.p-header_pc-listitem:nth-of-type(4) {
  margin-left: 30px;
}

.p-header_pc-listitem:nth-of-type(4) img {
  width: 24px;
  height: auto;
}

.p-header_pc-listitem:nth-of-type(5) {
  margin-left: 16px;
}

.p-header_pc-listitem:nth-of-type(5) img {
  width: 28px;
  height: auto;
}

.p-header_pc-listitem .select {
  border-bottom: 1px solid #fff;
}

.p-header_pc-listitem .p-header_pc-second-level {
  position: absolute;
  top: 29px;
  right: 0;
  visibility: hidden;
  width: 160px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  opacity: 0;
  background: #fff;
}

.p-header_pc-listitem .p-header_pc-second-level a {
  font-size: 16px;
  display: block;
  padding: 16px 20px 16px;
  color: #4d4d4d;
}

.p-header_pc-listitem:hover .p-header_pc-second-level {
  z-index: 1;
  top: 29px;
  visibility: visible;
  opacity: 1;
}

.p-header_pc-link {
  position: relative;
  width: 600px;
}

.p-header_pc-link::before {
  position: absolute;
  top: 45px;
  left: 3px;
  width: 62px;
  height: 51px;
  content: '';
  background: url(../images/common/line-diagonal.svg) no-repeat;
  background-size: 100%!important;
}

.p-header_pc-lang_list {
  display: flex;
}

.p-header_pc-lang_listitem:nth-of-type(1) {
  margin-right: 10px;
}

.p-header_pc-nav {
  position: relative;
}

.p-header_pc-nav_search {
  position: absolute;
  top: 0;
  right: 0;
}

.p-header_pc-nav_list {
  display: flex;
  margin: 0 0 0 auto;
  padding: 13px 0 0 0;
  justify-content: flex-end;
}

.p-header_pc-nav_listitem {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  margin-left: 5.5%;
}

.p-header_pc-nav_listitem:nth-of-type(1) {
  margin-left: 0;
}

.p-header_pc-nav_listitem:nth-of-type(6) {
  margin-left: 3%;
  padding-top: 6px;
}

.p-header_pc-nav_listitem:nth-of-type(6) img {
  width: 23px;
  height: auto;
}

.p-header_pc-nav_listitem a {
  display: block;
}

.p-header_pc-nav_listitem2 {
  position: relative;
  cursor: pointer;
}

.p-header_pc-nav_listitem2 &gt; a {
  pointer-events: none;
}

.p-header_pc-nav_listitem2:hover .p-header_pc-sub_list {
  visibility: visible;
}

.p-header_pc-nav_small {
  font-size: 10px;
  display: block;
  transform: scale(0.8);
  text-align: center;
  letter-spacing: .08em;
}

.p-header_pc-sub_list {
  position: absolute;
  top: 48px;
  left: -157%;
  display: flex;
  visibility: hidden;
  width: 252px;
  padding: 18px 0 13px;
  background: #000;
  justify-content: center;
  align-items: center;
}

.p-header_pc-sub_list::after {
  position: absolute;
  top: -12px;
  left: 58%;
  width: 0;
  height: 0;
  content: '';
  border-top: 6px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

@media print, screen and (min-width: 482px) {
  .p-header_pc-sub_listitem:nth-of-type(1) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 481px) {
  .p-header_pc-sub_listitem:nth-of-type(1) {
    margin-left: 0;
  }
}

.p-header_pc-sub_listitem:nth-of-type(1) img {
  width: 16px;
  height: auto;
}

@media print, screen and (min-width: 482px) {
  .p-header_pc-sub_listitem:nth-of-type(2) {
    margin-right: 30px;
  }
}

.p-header_pc-sub_listitem:nth-of-type(2) img {
  width: 32px;
  height: auto;
}

@media print, screen and (min-width: 482px) {
  .p-header_pc-sub_listitem:nth-of-type(3) {
    margin-right: 30px;
  }
}

.p-header_pc-sub_listitem:nth-of-type(3) img {
  width: 28px;
  height: auto;
}

.p-header_pc-sub_listitem:nth-of-type(4) img {
  width: 32px;
  height: auto;
}

.p-header_pc .open-btn1 {
  width: 24px;
  height: 25px;
  margin-top: 6px;
  cursor: pointer;
  background: url(../images/common/icon-search.svg) no-repeat;
  background-size: 100%;
}

.p-header_pc .open-btn1.btnactive {
  background: url(../images/common/icon-close.svg) no-repeat 0 center;
  /*閉じるアイコンを背景に表示*/
  background-size: 24px 25px;
}

.p-header_pc .open-btn2 {
  background: url(../images/common/icon-search_black.svg) no-repeat;
}

.p-header_pc .open-btn2.btnactive {
  background: url(../images/common/icon-close_black.svg) no-repeat 0 center;
  /*閉じるアイコンを背景に表示*/
  background-size: 24px 25px;
}

.p-header_pc #search-wrap {
  position: absolute;
  /*絶対配置にして*/
  z-index: -1;
  /*最背面に設定*/
  top: 150px;
  right: 20px;
  width: 0;
  /*横幅は0に*/
  transition: all .4s;
  /*transitionを使ってスムースに現れる*/
  opacity: 0;
  /*透過を0に*/
  border-radius: 5px;
}

.p-header_pc #search-wrap.panelactive {
  z-index: 3;
  /*全面に出現*/
  top: 60px;
  width: 280px;
  padding: 20px;
  opacity: 1;
  /*不透明に変更*/
  background: #fff;
}

.p-header_pc #search-wrap #searchform {
  display: none;
  /*検索窓は、はじめ非表示*/
}

.p-header_pc #search-wrap.panelactive #searchform {
  display: block;
  /*検索窓を表示*/
}

.p-header_pc #search-wrap input {
  cursor: pointer;
  /*カーソルを指マークに*/
  color: #666;
  outline: none;
  -webkit-appearance: none;
  /*SafariやChromeのデフォルトの設定を無効*/
}

.p-header_pc #search-wrap input[type='text'] {
  width: 100%;
  height: 46px;
  padding: 10px;
  transition: all .5s;
  letter-spacing: .05em;
  border: none;
  border-bottom: 2px solid #ccc;
}

.p-header_pc #search-wrap input[type='text']:focus {
  background: #eee;
  /*背景色を付ける*/
}

.p-header_pc #search-wrap input[type='submit'] {
  position: absolute;
  top: 29px;
  right: 30px;
  width: 30px;
  height: 60px;
  border: none;
  background: url(../images/common/icon-search_black.svg) no-repeat;
  background-size: 24px 25px;
}

@media print, screen and (min-width: 971px) {
  .p-header_sp {
    display: none;
  }
}

@media only screen and (max-width: 970px) {
  .p-header_sp {
    position: fixed;
    z-index: 9999;
    top: 0;
    display: block;
    width: 100%;
    height: 70px;
  }
}

.p-header_sp.bgcol {
  padding-bottom: 9px;
  background: #000;
}

.p-header_sp-nav--bg {
  background-color: #000;
}

.p-header_sp-nav {
  display: none;
}

@media only screen and (max-width: 970px) {
  .p-header_sp-nav {
    display: flex;
    box-sizing: border-box;
    align-items: center;
  }
  .p-header_sp-nav_logo {
    margin-right: auto;
    padding: 16px 0 10px 19px;
  }
  .p-header_sp-nav_logo img {
    width: 46px;
    height: auto;
  }
}

.p-header_sp-nav_drawer {
  position: relative;
  width: 24%;
  height: 50px;
}

.p-header_sp-nav_drawer .drawer_hidden {
  display: none;
}

.p-header_sp-nav_drawer .drawer_open {
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  margin: 2px 20px 0 auto;
  cursor: pointer;
}

.p-header_sp-nav_drawer .drawer_open .drawer_line {
  position: absolute;
  right: 0;
  display: block;
  height: 4px;
  transition: all .4s;
  border-radius: 10px;
  background: #4D4D4D;
  cursor: pointer;
}

.p-header_sp-nav_drawer .drawer_open .drawer_line:first-of-type {
  top: 20px;
  right: 20px;
  width: 50px;
}

.p-header_sp-nav_drawer .drawer_open .drawer_line:nth-of-type(2) {
  top: 36px;
  right: 20px;
  width: 30px;
}

.p-header_sp-nav_drawer .drawer-content {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 100%;
  box-sizing: border-box;
  width: 100%;
  height: 120%;
  padding: .5% 0 34.5%;
  transition: .5s;
  background: #fff;
}

.p-header_sp-nav_drawer .drawer-content_inner {
  overflow: auto;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

.p-header_sp-nav_drawer .drawer-content_top-list {
  display: flex;
  margin-bottom: 40px;
}

.p-header_sp-nav_drawer .drawer-content_top-listitem:nth-of-type(1) {
  margin-right: auto;
}

.p-header_sp-nav_drawer .drawer-content_top-listitem:nth-of-type(2) {
  width: 24px;
  height: auto;
  margin: 21px 17px 0 0;
}

.p-header_sp-nav_drawer .drawer-content_top-listitem:nth-of-type(3) {
  width: 24px;
  height: auto;
  margin: 21px 17px 0 0;
}

.p-header_sp-nav_drawer .drawer-content_top-listitem:nth-of-type(4) {
  width: 28px;
  height: auto;
  margin: 20px 84px 0 0;
}

.p-header_sp-nav_drawer .drawer-content_menu-list {
  padding-left: 20px;
}

.p-header_sp-nav_drawer .drawer-content_menu-listitem {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  position: relative;
  width: calc(100% - 37px);
  margin-bottom: 30px;
  color: #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}

.p-header_sp-nav_drawer .drawer-content_menu-listitem::before {
  position: absolute;
  top: 18px;
  right: -14px;
  width: 18px;
  height: 13px;
  content: '';
  background: url(../images/common/line-diagonal07.svg) no-repeat;
}

.p-header_sp-nav_drawer .drawer-content_menu-listitem::after {
  position: absolute;
  top: 18px;
  right: -33px;
  width: 23px;
  height: 1px;
  content: '';
  background: #4D4D4D;
}

.p-header_sp-nav_drawer .drawer-content_menu-small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-style: normal;
  padding-left: 10px;
  letter-spacing: .1em;
  color: #4D4D4D;
}

.p-header_sp-nav_drawer .drawer-content_online {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  color: #4D4D4D;
}

.p-header_sp-nav_drawer .drawer-content_online::before {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 18px;
  height: 23px;
  content: '';
  background: url(../images/common/icon-header1_gray.svg) no-repeat;
  background-size: 100%;
}

.p-header_sp-nav_drawer .drawer-content_sns-list {
  display: flex;
  padding: 0 20px;
}

.p-header_sp-nav_drawer .drawer-content_sns-listitem {
  margin-left: 24px;
}

.p-header_sp-nav_drawer .drawer-content_sns-listitem:nth-of-type(1) {
  margin-left: 0;
}

.p-header_sp-nav_drawer .drawer-content_sns-listitem:nth-of-type(1) img {
  width: 12px;
  height: auto;
}

.p-header_sp-nav_drawer .drawer-content_sns-listitem:nth-of-type(2) img {
  width: 25px;
  height: auto;
}

.p-header_sp-nav_drawer .drawer-content_sns-listitem:nth-of-type(3) img {
  width: 21px;
  height: auto;
}

.p-header_sp-nav_drawer .drawer-content_sns-listitem:nth-of-type(4) img {
  width: 24px;
  height: auto;
}

.p-header_sp-nav_drawer .drawer-content_sns-listitem:nth-of-type(5) {
  margin-left: auto;
}

.p-header_sp-nav_drawer .drawer-content_lang-list {
  position: relative;
  display: flex;
  color: #4D4D4D;
}

.p-header_sp-nav_drawer .drawer-content_lang-list::before {
  position: absolute;
  top: 0;
  left: -27px;
  width: 17px;
  height: 17px;
  content: '';
  background: url(../images/common/icon-header2_gray.svg) no-repeat;
  background-size: 100%;
}

.p-header_sp-nav_drawer .drawer-content_lang-listitem {
  font-size: 14px;
}

.p-header_sp-nav_drawer .drawer-content_lang-listitem:nth-of-type(1) {
  margin-right: 10px;
}

.p-header_sp-nav_drawer .drawer-content .select {
  border-bottom: 1px solid #4D4D4D;
}

#drawer_check:checked ~ .drawer_open .drawer_line:first-of-type {
  z-index: 100;
  top: 22px;
  left: 9px;
  width: 30px;
  transform: translateY(0px) rotate(135deg);
  background: #4D4D4D !important;
}

#drawer_check:checked ~ .drawer_open .drawer_line:nth-of-type(2) {
  z-index: 100;
  top: 16px;
  left: 10px;
  width: 30px;
  transform: translateY(6px) rotate(-138deg);
  background: #4D4D4D !important;
}

#drawer_check:checked ~ .drawer_open .drawer_open {
  z-index: 100;
}

#drawer_check:checked ~ .drawer_open::after {
  position: relative;
  z-index: 99;
  border: 1px solid green;
}

#drawer_check:checked ~ .drawer-content {
  left: 0;
}

#drawer_check:checked ~ .drawer_open {
  position: relative;
  z-index: 100;
  display: block;
  width: 50px;
  height: 50px;
  margin: 2px 20px 0 auto;
  cursor: pointer;
}

/* ------------- */
/* movie*/
/* ------------- */
.p-mv {
  position: relative;
}

.p-mv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.p-mv_logo img {
  max-width: 636px;
  height: auto;
}

@media print, screen and (min-width: 482px) {
  .p-mv_logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_logo img {
    max-width: 280px;
  }
}

#video-area {
  position: relative;
  z-index: -1;
  padding-top: 42.5%;
  overflow: hidden;
}

@media only screen and (max-width: 481px) {
  #video-area {
    padding-top: 177.5%;
  }
}

#video {
  position: absolute;
  z-index: -1;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
}

@media only screen and (max-width: 481px) {
  #video {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 263vw;
  }
}

/*---------------------------------------------
  top
---------------------------------------------*/
.p-mv--top {
  position: relative;
  background: #000;
  z-index: -2;
}

@media only screen and (max-width: 481px) {
  .p-mv--top {
    height: 177.5vw;
  }
}

/*---------------------------------------------
  wix
---------------------------------------------*/
.p-mv_wiz {
  position: relative;
  width: 100%;
  background: url(../images/wiz/img-mv.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

@media print, screen and (min-width: 482px) {
  .p-mv_wiz {
    height: calc((800 / 1280) * 100vw);
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz {
    height: calc((566 / 320) * 100vw);
    background: url(../images/wiz/img-mv_sp.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }
}

@media print, screen and (min-width: 482px) {
  .p-mv_wiz-inner {
    position: absolute;
    top: 65%;
    left: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
}

.p-mv_wiz-logo {
  width: calc((900 / 1280) * 100%);
  height: auto;
  margin: auto;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz-logo {
    width: 78px;
    margin-top: 0;
    margin-bottom: auto;
    padding: 0 10px 40px;
    padding-top: 40px;
  }
}

.p-mv_wiz-txt {
  font-size: 36px;
  font-weight: 700;
  display: block;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz-txt {
    font-size: 20px;
    margin-top: auto;
    margin-bottom: 20px;
    text-shadow: 0 1px 4px black;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv_wiz-txt {
    font-size: calc((36 / 1280) * 100vw);
  }
}

.p-mv_wiz-list {
  display: flex;
  justify-content: center;
}

.p-mv_wiz-listitem {
  width: 88px;
  height: auto;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz-listitem {
    width: 70px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv_wiz-listitem {
    width: calc( (88 / 1280) * 100vw);
  }
}

/*---------------------------------------------
  next
---------------------------------------------*/
.p-mv_next {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 482px) {
  .p-mv_next {
    height: calc(100vh - 108px);
    background: url(../images/next/bg_mv.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_next {
    width: 100vw;
    height: calc(100vh - 70px);
    margin-left: -10px;
    padding: 0 10px;
    background: url(../images/next/bg_mv_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

.p-mv_next .c-mv--box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media print, screen and (min-width: 482px) {
  .p-mv_next .c-mv--box {
    top: 52%;
    margin: auto;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_next .c-mv--box {
    top: 52.5%;
    width: 90%;
    margin: 0 auto;
  }
}

.p-mv_next .c-logo {
  height: auto;
}

@media print, screen and (min-width: 482px) {
  .p-mv_next .c-logo {
    width: 270px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_next .c-logo {
    width: 212px;
    margin: 0 auto 2px;
  }
}

.p-mv_next .c-page--title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  color: #fff;
  text-shadow: 0 3px 6px #000;
}

@media print, screen and (min-width: 482px) {
  .p-mv_next .c-page--title {
    font-size: 46px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_next .c-page--title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 22px;
    text-align: center;
  }
}

.p-mv_next .c-page--title-jp {
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 6px #000;
}

@media print, screen and (min-width: 482px) {
  .p-mv_next .c-page--title-jp {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_next .c-page--title-jp {
    font-size: 16px;
    margin-bottom: 6px;
    letter-spacing: .06em;
  }
}

.p-mv_next .c-page--title-en {
  font-weight: 700;
  text-align: center;
  color: #d9d9d9;
  text-shadow: 0 3px 6px #000;
}

@media print, screen and (min-width: 482px) {
  .p-mv_next .c-page--title-en {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_next .c-page--title-en {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.p-mv_next .c-playbtn {
  height: auto;
  margin: 0 auto;
}

@media print, screen and (min-width: 482px) {
  .p-mv_next .c-playbtn {
    width: 76px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_next .c-playbtn {
    width: 60px;
  }
}

.p-mv_next .c-sns {
  position: absolute;
}

@media print, screen and (min-width: 482px) {
  .p-mv_next .c-sns {
    right: 11px;
    bottom: 27px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_next .c-sns {
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
  }
}

.p-mv_next .c-sns--txt {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}

@media print, screen and (min-width: 482px) {
  .p-mv_next .c-sns--txt {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_next .c-sns--txt {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.p-mv_next .c-sns--list {
  display: flex;
}

@media only screen and (max-width: 481px) {
  .p-mv_next .c-sns--list {
    justify-content: center;
    align-items: center;
  }
}

.p-mv_next .c-sns--item {
  width: 50px;
  height: auto;
  margin-right: 12px;
}

.p-mv_next .c-sns--item:last-of-type {
  margin-right: 0;
}

/*---------------------------------------------
	goods
  ---------------------------------------------*/
@media print, screen and (min-width: 482px) {
  .p-mv_goods {
    background: url(../images/goods/bg_mv.svg) repeat center top;
    background-size: auto;
  }
}

.p-mv_goods .c-mainvisual--contents {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: center;
}

@media print, screen and (min-width: 1261px) {
  .p-mv_goods .c-mainvisual--contents {
    min-height: 678px;
    padding-top: 237px;
    background: url(../images/goods/img_mv.jpg) no-repeat left top;
    background-size: auto 100%;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1260px) {
  .p-mv_goods .c-mainvisual--contents {
    height: calc(66vw + 250px);
    padding-top: 66vw;
    background: url(../images/goods/img_mv_sp.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #fff;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_goods .c-mainvisual--contents {
    height: calc( (403 / 320) * 100vw);
    padding-top: 66vw;
    background: url(../images/goods/img_mv_sp.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #fff;
  }
}

.p-mv_goods .c-mv--box {
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 482px) and (max-width: 1260px) {
  .p-mv_goods .c-mv--box {
    margin-top: 20px;
  }
}

.p-mv_goods .c-logo {
  height: auto;
}

@media print, screen and (min-width: 482px) {
  .p-mv_goods .c-logo {
    width: 180px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_goods .c-logo {
    width: 120px;
    margin: 20px auto 0;
  }
}

.p-mv_goods .c-page--title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  color: #033;
}

@media print, screen and (min-width: 482px) {
  .p-mv_goods .c-page--title {
    font-size: 46px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_goods .c-page--title {
    font-size: 32px;
  }
}

.p-mv_goods .c-page--title-jp {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #033;
}

@media print, screen and (min-width: 482px) {
  .p-mv_goods .c-page--title-jp {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_goods .c-page--title-jp {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.p-mv_goods .c-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-mv_goods .c-sns--txt {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  margin-right: 12px;
  color: #fff;
}

.p-mv_goods .c-sns--list {
  display: flex;
}

.p-mv_goods .c-sns--item {
  width: 50px;
  height: auto;
  margin-right: 12px;
}

.p-mv_goods .c-sns--item:last-of-type {
  margin-right: 0;
}

.p-mv_goods .c-sns--item img {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

/*---------------------------------------------
  prisma
---------------------------------------------*/
.p-mv_prisma {
  position: relative;
  height: 100vh;
  max-height: 794px;
}

@media only screen and (max-width: 481px) {
  .p-mv_prisma {
    height: 161.875vw;
  }
  .p-mv_prisma .c-mainvisual--contents {
    width: 220px;
    margin: 0 auto 66px;
  }
}

/*---------------------------------------------
  online
---------------------------------------------*/
.c-mv--img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-top: 40px;
}

@media only screen and (max-width: 481px) {
  .c-mv--img {
    padding-top: 7px;
  }
}

@media print, screen and (min-width: 482px) {
  .c-mv--img {
    object-fit: cover;
    object-position: 0 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 1201px) {
  .c-mv--img {
    min-height: 420px;
  }
}

@media only screen and (max-width: 481px) {
  .c-mv--slider .slick-dots {
    bottom: -30px;
    z-index: 1;
  }
}

@media print, screen and (min-width: 482px) {
  .c-mv--slider .slick-slide {
    margin: 0 16px;
  }
}

.inner-online {
  padding-top: 34px;
}

/*---------------------------------------------
	followus
---------------------------------------------*/
@media print, screen and (min-width: 482px) {
  .p-mv_followus .c-mainvisual--contents {
    background: url(../images/followus/bg_mainvisual.png) no-repeat center top;
    background-size: cover;
    padding-top: 374px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_followus .c-mainvisual--contents {
    background: url(../images/followus/bg_mainvisual_sp.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
  }
}

/*---------------------------------------------
  statue
---------------------------------------------*/
.p-mv_statue {
  position: relative;
  background: url(../images/statue/img_mv.jpg) no-repeat right top;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 481px) {
  .p-mv_statue {
    background: url(../images/statue/img_mv_sp.jpg) no-repeat center bottom;
    background-size: cover;
    height: calc(( 400 / 320 ) * 100vw);
  }
}

.p-mv_statue-inner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: calc((930 / 1280) * 100%);
  margin: auto;
}

@media only screen and (max-width: 481px) {
  .p-mv_statue-inner {
    top: 40%;
    width: auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv_statue-inner {
    width: auto;
  }
}

.p-mv_statue-content {
  display: inline-block;
}

.p-mv_statue-logo {
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .p-mv_statue-logo {
    width: 80px;
    margin: 0 auto 18px;
  }
}

.p-mv_statue-txt {
  margin-bottom: 26px;
}

@media only screen and (max-width: 481px) {
  .p-mv_statue-txt {
    width: 205px;
    margin: 0 auto 45px;
  }
}

.p-mv_statue-list {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 481px) {
  .p-mv_statue-listitem img {
    height: 32px;
  }
}

.p-mv_statue-listitem:nth-child(2) {
  margin: 0 30px 0 33px;
}

@media only screen and (max-width: 481px) {
  .p-mv_statue-listitem:nth-child(2) {
    margin: 0;
  }
}

/* ------------- */
/* top*/
/* ------------- */
@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .inner-top {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

@media print, screen and (min-width: 482px) {
  .p-banner_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap:wrap;
  }
  .p-banner_listitem {
    margin-bottom:25px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-banner_listitem {
    width: calc(100% / 3 - 10px);
  }
}

.p-banner_listitem img {
  height: auto;
  vertical-align: bottom;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 482px) {
  .p-banner_listitem img {
    width: 330px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-banner_listitem img {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .p-banner_listitem img {
    width: 87.5% !important;
    display: block;
    margin: 0 auto 64px !important;
  }
}

@media print, screen and (min-width: 482px) {
  .p-thumb_list {
    display: flex;
    justify-content: space-between;
  }
}

.p-thumb_list .slick-track {
  display: flex;
}

.p-thumb_list .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}

@media only screen and (max-width: 481px) {
  .p-thumb_list .slick-slide &gt; div {
    height: 100%;
  }
}

.p-thumb_listitem {
  transition: all 0.3s;
  cursor: pointer;
}

@media print, screen and (min-width: 482px) {
  .p-thumb_listitem {
    width: calc(100% / 3 - 36px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

@media only screen and (max-width: 481px) {
  .p-thumb_listitem {
    width: 180px !important;
    margin: 0 12px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
  }
}

.p-thumb_listitem:hover {
  opacity: .7;
}

@media print, screen and (min-width: 482px) {
  .p-thumb_img {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 481px) {
  .p-thumb_img {
    margin-bottom: 12px;
  }
}

.p-thumb_img img {
  vertical-align: bottom;
}

@media print, screen and (min-width: 482px) {
  .p-thumb_img img {
    width: 85%;
    margin:auto;
    height: auto;
  }
}

@media only screen and (max-width: 481px) {
  .p-thumb_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
}

.p-thumb_ttl {
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 0 5px 5px;
  letter-spacing: 0.09em;
  line-height: 1.6;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-thumb_ttl {
    font-size: calc(20 / 1280 * 100vw);
  }
}

.p-thumb_txt {
  height: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

@media print, screen and (min-width: 482px) {
  .p-thumb_txt {
    padding: 0 5px 20px;
  }
}

@media only screen and (max-width: 481px) {
  .p-thumb_txt {
    padding: 0 5px 40px;
  }
}

.p-thumb_date {
  position: relative;
}

.p-thumb_date::before {
  content: '';
  position: absolute;
  background: url(../images/top/img-date.svg) no-repeat bottom right;
  background-size: 100%;
}

@media print, screen and (min-width: 482px) {
  .p-thumb_date::before {
    width: 37px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 173px;
    background: url(../images/top/img-date.svg) no-repeat bottom right;
  }
}

@media only screen and (max-width: 481px) {
  .p-thumb_date::before {
    width: 23px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 95px;
    background: url(../images/top/img-date_sp.svg) no-repeat bottom right;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-thumb_date::before {
    left: 0;
    height: 100%;
  }
}

.p-thumb_date::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-thumb_date-box {
  margin: 0 0 0 auto;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-size: 16px;
}

@media print, screen and (min-width: 482px) {
  .p-thumb_date-box {
    width: 36.1%;
  }
}

@media only screen and (max-width: 481px) {
  .p-thumb_date-box {
    justify-content: center;
    width: 96px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-thumb_date-box {
    width: calc(100% - 37px);
    font-size: calc(16 / 1280 * 100vw);
  }
}

@media print, screen and (min-width: 482px) {
  .p-shop_list {
    display: flex;
    justify-content: center;
  }
}

.p-shop_listitem {
  width: calc(100% / 2 - 6px);
  transition: all 0.3s;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

.p-shop_listitem:hover {
  opacity: .7;
}

.p-shop_listitem:nth-of-type(1) {
  background: url(../images/top/img-shop01.svg) no-repeat;
  background-size: 100%;
}

@media print, screen and (min-width: 482px) {
  .p-shop_listitem:nth-of-type(1) {
    width: 380px;
    min-height: 329px;
    margin-right: 100px;
  }
}

@media only screen and (max-width: 481px) {
  .p-shop_listitem:nth-of-type(1) {
    width: 208px;
    min-height: 180px;
    margin: 0 auto 16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-shop_listitem:nth-of-type(1) {
    width: calc((380 / 1280) * 100%);
    min-height: calc((329 / 1280) * 100vw);
    margin-right: calc((100 / 1280) * 100%);
  }
}

.p-shop_listitem:nth-of-type(1) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 481px) {
  .p-shop_listitem:nth-of-type(1) a {
    min-height: 180px;
  }
}

.p-shop_listitem:nth-of-type(2) {
  background: url(../images/top/img-shop02.svg) no-repeat;
  background-size: 100%;
  width: 380px;
  min-height: 329px;
}

@media print, screen and (min-width: 482px) {
  .p-shop_listitem:nth-of-type(2) {
    width: 380px;
    min-height: 329px;
  }
}

@media only screen and (max-width: 481px) {
  .p-shop_listitem:nth-of-type(2) {
    width: 208px;
    min-height: 180px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-shop_listitem:nth-of-type(2) {
    width: calc((380 / 1280) * 100%);
    min-height: calc((329 / 1280) * 100vw);
  }
}

.p-shop_listitem:nth-of-type(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 481px) {
  .p-shop_listitem:nth-of-type(2) a {
    min-height: 180px;
  }
}

.p-shop_ttl {
  position: relative;
  font-weight: 700;
  padding: 0 5px 5px;
  letter-spacing: 0.01em;
  color: #fff;
}

@media print, screen and (min-width: 482px) {
  .p-shop_ttl {
    font-size: 40px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 481px) {
  .p-shop_ttl {
    font-size: 22px;
    line-height: 2;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-shop_ttl {
    font-size: 3.125vw;
    line-height: 2.5;
  }
}

.p-shop_ttl-medi {
  display: block;
  margin-top: -11px;
  margin-bottom: 7px;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 482px) {
  .p-shop_ttl-medi {
    font-size: 24px;
  }
}

@media only screen and (max-width: 481px) {
  .p-shop_ttl-medi {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-shop_ttl-medi {
    font-size: 1.875vw;
  }
}

.p-shop_ttl-small {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  display: block;
  padding-left: 3px;
}

@media print, screen and (min-width: 482px) {
  .p-shop_ttl-small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 481px) {
  .p-shop_ttl-small {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-shop_ttl-small {
    font-size: 0.9375vw;
  }
}

.p-shop_ttl::after {
  content: '';
  position: absolute;
  background: #fff;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 482px) {
  .p-shop_ttl::after {
    width: 32%;
    height: 2px;
    bottom: 23px;
    left: 6px;
  }
}

@media only screen and (max-width: 481px) {
  .p-shop_ttl::after {
    width: 40%;
    height: 1.47px;
    bottom: 21px;
    left: 0px;
  }
}

.p-shop_ttl2 {
  font-weight: 700;
  padding: 0 5px 5px;
  letter-spacing: 0.09em;
  letter-spacing: 0.01em;
}

@media print, screen and (min-width: 482px) {
  .p-shop_ttl2 {
    font-size: 32px;
    line-height: 2;
  }
}

@media only screen and (max-width: 481px) {
  .p-shop_ttl2 {
    font-size: 20px;
    line-height: 2.5;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-shop_ttl2 {
    font-size: 2.5vw;
    line-height: 2.5;
  }
}

@media print, screen and (min-width: 482px) {
  .p-info {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 481px) {
  .p-info {
    width: calc(100% - 80px / 2);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-info {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 482px) {
  .p-info_list {
    width: calc(100% /2 - 20px);
  }
}

@media only screen and (max-width: 481px) {
  .p-info_list {
    margin-bottom: 46px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-info_list {
    width: auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-info_list:first-child {
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 482px) {
  .p-info_listitem {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 481px) {
  .p-info_listitem {
    margin-bottom: 46px;
  }
}

.p-info_listitem:last-of-type {
  margin-bottom: 0;
}

.p-info_listitem:nth-of-type(2) {
  margin-bottom: 36px;
}

.p-info_listitem-a {
  display: flex;
}

.p-info_img {
  flex-shrink: 0;
}

@media print, screen and (min-width: 482px) {
  .p-info_img {
    width: 89px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .p-info_img {
    width: 50px;
    margin-right: 15px;
  }
}

.p-info_img img {
  height: auto;
}

@media print, screen and (min-width: 482px) {
  .p-info_img img {
    width: 89px;
  }
}

@media only screen and (max-width: 481px) {
  .p-info_img img {
    width: 50px;
  }
}

.p-info_txt {
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 482px) {
  .p-info_txt {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 481px) {
  .p-info_txt {
    font-size: 16px;
    line-height: 1.2;
  }
}

.p-info_date {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #4D4D4D;
  display: block;
  letter-spacing: 0.01em;
}

@media print, screen and (min-width: 482px) {
  .p-info_date {
    font-size: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .p-info_date {
    font-size: 16px;
  }
}

#link-store + .c-sec {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 482px) {
  #hexGrid {
    height: 787px;
    max-width: 1080px;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid {
    width: 100%;
    height: 627px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #hexGrid {
    height: calc((780 / 1280) * 100vw);
  }
}

#hexGrid img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

#hexGrid .hexCrop {
  position: relative;
  overflow: visible;
}

@media print, screen and (min-width: 482px) {
  #hexGrid .hexContainer {
    display: grid;
    justify-items: auto;
    align-items: auto;
    height: 40.3em;
    width: 37em;
    grid-template-columns: repeat(3, 1fr 2fr) 1fr;
    grid-template-rows: repeat(9, 6.46em);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer {
    display: flex;
    flex-direction: column;
    width: calc(100% - 80px / 2);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #hexGrid .hexContainer {
    width: 70%;
    height: auto;
    grid-template-rows: repeat(9, 1fr);
  }
}

@media print, screen and (min-width: 482px) {
  #hexGrid .hexContainer .hex a:hover {
    filter: drop-shadow(0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-4px);
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex {
    width: 100px;
    height: auto;
  }
}

#hexGrid .hexContainer .hex:nth-child(1),
#hexGrid .hexContainer .hex:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: span 3;
}

#hexGrid .hexContainer .hex:nth-child(1),
#hexGrid .hexContainer .hex:nth-child(2):nth-child(4),
#hexGrid .hexContainer .hex:nth-child(3):nth-child(4) {
  grid-row-start: 2;
  grid-row-end: span 2;
}

#hexGrid .hexContainer .hex:nth-child(1):nth-child(5),
#hexGrid .hexContainer .hex:nth-child(1):nth-child(6),
#hexGrid .hexContainer .hex:nth-child(4) {
  grid-row-start: 4;
  grid-row-end: span 2;
}

#hexGrid .hexContainer .hex:nth-child(2),
#hexGrid .hexContainer .hex:nth-child(5),
#hexGrid .hexContainer .hex:nth-child(7) {
  grid-column-start: 3;
  grid-column-end: span 3;
}

#hexGrid .hexContainer .hex:nth-child(1):nth-child(5),
#hexGrid .hexContainer .hex:nth-child(2),
#hexGrid .hexContainer .hex:nth-child(3):nth-child(5) {
  grid-row-start: 3;
  grid-row-end: span 2;
}

#hexGrid .hexContainer .hex:nth-child(2):nth-child(4),
#hexGrid .hexContainer .hex:nth-child(2):nth-child(6),
#hexGrid .hexContainer .hex:nth-child(5) {
  grid-row-start: 1;
  grid-row-end: span 2;
}

#hexGrid .hexContainer .hex:nth-child(2):nth-child(4),
#hexGrid .hexContainer .hex:nth-child(2):nth-child(6),
#hexGrid .hexContainer .hex:nth-child(7) {
  grid-row-start: 5;
  grid-row-end: span 2;
}

#hexGrid .hexContainer .hex:nth-child(3),
#hexGrid .hexContainer .hex:nth-child(6) {
  grid-column-start: 5;
  grid-column-end: span 3;
}

#hexGrid .hexContainer .hex:nth-child(1):nth-child(6),
#hexGrid .hexContainer .hex:nth-child(2):nth-child(6),
#hexGrid .hexContainer .hex:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: span 2;
}

#hexGrid .hexContainer .r-2.hex:nth-child(3),
#hexGrid .hexContainer .hex:nth-child(3):nth-child(4),
#hexGrid .hexContainer .hex:nth-child(3):nth-child(5),
#hexGrid .hexContainer .hex:nth-child(6) {
  grid-row-start: 4;
  grid-row-end: span 2;
}

#hexGrid .hexContainer .hex:nth-child(3):nth-child(4),
#hexGrid .hexContainer .hex:nth-child(3):nth-child(5),
#hexGrid .hexContainer .hex:nth-child(6) {
  grid-row-start: 4;
  grid-row-end: span 2;
}

#hexGrid .hexContainer .hex:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(1) a {
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(1) a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: -185px;
  width: 239px;
  height: 40px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid .hexContainer .hex:nth-child(1) a::after {
    background: url(../images/top/txt-hexagon01.svg) no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(1) a::after {
    background: url(../images/top/txt-hexagon01_sp.svg) no-repeat;
    background-size: contain;
    bottom: 22px;
    left: -172px;
    width: 171px;
    height: 38px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #hexGrid .hexContainer .hex:nth-child(1) a::after {
    width: calc((171 / 271) * 100%);
    height: calc((38 / 1280) * 100vw);
    bottom: calc((-5 / 1280) * 100vw);
    left: calc((-125 / 271) * 100%);
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(1) {
    order: 3;
    margin: 0 0 16px auto;
  }
}

#hexGrid .hexContainer .hex:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(2) {
    display: none;
  }
}

#hexGrid .hexContainer .hex:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(3) a {
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(3) a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -191px;
  width: 238px;
  height: 31px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid .hexContainer .hex:nth-child(3) a::after {
    background: url(../images/top/txt-hexagon03.svg) no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(3) a::after {
    background: url(../images/top/txt-hexagon03_sp.svg) no-repeat;
    background-size: contain;
    bottom: 3px;
    right: -179px;
    width: 173px;
    height: 38px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #hexGrid .hexContainer .hex:nth-child(3) a::after {
    width: calc((238 / 271) * 100%);
    height: calc((31 / 1280) * 100vw);
    bottom: 0;
    right: calc((-191 / 271) * 100%);
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(3) {
    order: 2;
    margin: 0 auto 16px 0;
  }
}

#hexGrid .hexContainer .hex:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(4) a {
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(4) a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -187px;
  width: 239px;
  height: 38px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid .hexContainer .hex:nth-child(4) a::after {
    background: url(../images/top/txt-hexagon05.svg) no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(4) a::after {
    background: url(../images/top/txt-hexagon05_sp.svg) no-repeat;
    background-size: contain;
    bottom: 11px;
    left: -174px;
    width: 170px;
    height: 38px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #hexGrid .hexContainer .hex:nth-child(4) a::after {
    width: calc((239 / 271) * 100%);
    height: calc((38 / 1280) * 100vw);
    bottom: calc((-6 / 1280) * 100vw);
    left: calc((-187 / 271) * 100%);
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(4) {
    order: 5;
    margin: 0 0 16px auto;
  }
}

#hexGrid .hexContainer .hex:nth-child(5) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(5) a {
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(5) a::after {
  content: "";
  position: absolute;
  top: 55px;
  left: -233px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid .hexContainer .hex:nth-child(5) a::after {
    background: url(../images/top/txt-hexagon02.svg) no-repeat;
    background-size: contain;
    width: 239px;
    height: 38px;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(5) a::after {
    background: url(../images/top/txt-hexagon02_sp.svg) no-repeat;
    background-size: contain;
    width: 170px;
    height: 28px;
    top: 49px;
    left: -173px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #hexGrid .hexContainer .hex:nth-child(5) a::after {
    width: calc((170 / 271) * 100%);
    height: calc((28 / 1280) * 100vw);
    top: calc((49 / 1280) * 100vw);
    left: calc((-173 / 271) * 100%);
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(5) {
    order: 1;
    margin: 0 0 16px auto;
  }
}

#hexGrid .hexContainer .hex:nth-child(6) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(6) a {
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(6) a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -188px;
  width: 239px;
  height: 38px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid .hexContainer .hex:nth-child(6) a::after {
    background: url(../images/top/txt-hexagon04.svg) no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(6) a::after {
    background: url(../images/top/txt-hexagon04_sp.svg) no-repeat;
    background-size: contain;
    bottom: 3px;
    right: -180px;
    width: 175px;
    height: 38px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #hexGrid .hexContainer .hex:nth-child(6) a::after {
    width: calc((239 / 271) * 100%);
    height: calc((38 / 1280) * 100vw);
    bottom: calc((-7 / 1280) * 100vw);
    right: calc((-188 / 271) * 100%);
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(6) {
    order: 4;
    margin: 0 auto 16px 0;
  }
}

#hexGrid .hexContainer .hex:nth-child(7) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(7) a {
  position: relative;
}

#hexGrid .hexContainer .hex:nth-child(7) a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -192px;
  width: 239px;
  height: 100px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid .hexContainer .hex:nth-child(7) a::after {
    background: url(../images/top/txt-hexagon08.svg) no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(7) a::after {
    background: url(../images/top/txt-hexagon08.svg) no-repeat;
    background-size: contain;
    bottom: -22px;
    right: -182px;
    width: 176px;
    height: 100px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #hexGrid .hexContainer .hex:nth-child(7) a::after {
    width: calc((239 / 271) * 100%);
    height: calc((75 / 1280) * 100vw);
    bottom: calc((-4 / 1280) * 100vw);
    right: calc((-192 / 271) * 100%);
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid .hexContainer .hex:nth-child(7) {
    order: 6;
    margin: 0 auto 16px 0;
  }
}

#hexGrid .hexContainer .hex {
  margin: 0.4325em 0.5em;
}

/*# sourceMappingURL=style.css.map */
/* {
	margin: 2em;}
	.c-1 {background-color: red;}
	.r-2 {transform: scale(0.8);}
	.c-3.r-1 {opacity:0.5;} */
@media print, screen and (min-width: 482px) {
  #hexGrid2 {
    height: auto;
    max-width: 1080px;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid2 {
    width: 100%;
  }
}

#hexGrid2 img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

#hexGrid2 .hexCrop {
  position: relative;
  overflow: visible;
}

@media print, screen and (min-width: 482px) {
  #hexGrid2 .hexContainer2 {
    display: grid;
    justify-items: auto;
    align-items: auto;
    width: 46em;
    grid-template-rows: repeat(4, 4.7em);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 {
    display: flex;
    flex-direction: column;
    width: calc(100% - 80px / 2);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #hexGrid2 .hexContainer2 {
    width: calc(920 / 1090 * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  #hexGrid2 .hexContainer2 .hex a:hover {
    filter: drop-shadow(0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-4px);
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex {
    width: 100px;
    height: auto;
  }
}

#hexGrid2 .hexContainer2 .hex:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 2;
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: span 2;
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}

#hexGrid2 .hexContainer2 .hex:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: span 3;
  grid-row-start: 3;
  grid-row-end: span 2;
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: span 2;
    grid-column-start: 3;
    grid-column-end: span 2;
  }
}

#hexGrid2 .hexContainer2 .hex:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: span 3;
  grid-row-start: 2;
  grid-row-end: span 2;
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex:nth-child(3) {
    grid-row-start: 3;
    grid-row-end: span 2;
    grid-column-start: 2;
    grid-column-end: span 2;
  }
}

#hexGrid2 .hexContainer2 .hex:nth-child(4) {
  grid-column-start: 5;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 2;
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex:nth-child(4) {
    grid-row-start: 5;
    grid-row-end: span 2;
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}

#hexGrid2 .hexContainer2 .hex:nth-child(5) {
  grid-column-start: 5;
  grid-column-end: span 3;
  grid-row-start: 3;
  grid-row-end: span 2;
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex:nth-child(5) {
    grid-row-start: 5;
    grid-row-end: span 2;
    grid-column-start: 3;
    grid-column-end: span 2;
  }
}

#hexGrid2 .hexContainer2 .hex:nth-child(6) {
  grid-column-start: 7;
  grid-column-end: span 3;
  grid-row-start: 2;
  grid-row-end: span 2;
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex:nth-child(6) {
    grid-row-start: 7;
    grid-row-end: span 2;
    grid-column-start: 2;
    grid-column-end: span 2;
  }
}

#hexGrid2 .hexContainer2 .hex:nth-child(7) {
  grid-column-start: 9;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 2;
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex:nth-child(7) {
    grid-row-start: 9;
    grid-row-end: span 2;
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}

#hexGrid2 .hexContainer2 .hex:nth-child(8) {
  grid-column-start: 9;
  grid-column-end: span 3;
  grid-row-start: 3;
  grid-row-end: span 2;
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex:nth-child(8) {
    grid-row-start: 9;
    grid-row-end: span 2;
    grid-column-start: 3;
    grid-column-end: span 2;
  }
}

#hexGrid2 .hexContainer2 .hex {
  margin: 0.4325em 0.5em;
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 .hex {
    margin: 0.5em 0.4325em;
  }
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 {
    max-width: 1080px;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid3 {
    width: 100%;
  }
}

#hexGrid3 img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 img {
    width: 227px;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid3 img {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #hexGrid3 img {
    width: 100%;
  }
}

#hexGrid3 .hexCrop {
  position: relative;
  overflow: visible;
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 .hexContainer3 {
    display: grid;
    justify-items: auto;
    align-items: auto;
    width: 32em;
    grid-template-columns: repeat(3, 1fr 2fr) 1fr;
    grid-template-rows: repeat(6, 5.3em);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid3 .hexContainer3 {
    display: flex;
    flex-direction: column;
    width: calc(100% - 80px / 2);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 700px) {
  #hexGrid3 .hexContainer3 {
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 701px) and (max-width: 1090px) {
  #hexGrid3 .hexContainer3 {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 .hexContainer3 .hex a:hover {
    filter: drop-shadow(0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-4px);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 700px) {
  #hexGrid3 .hexContainer3 .hex {
    width: 140px;
    height: auto;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid3 .hexContainer3 .hex {
    width: 100px;
    height: auto;
  }
}

#hexGrid3 .hexContainer3 .hex:nth-child(1) {
  grid-column-start: 3;
  grid-column-end: span 3;
  grid-row-start: 1;
  grid-row-end: span 2;
}

#hexGrid3 .hexContainer3 .hex:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: span 3;
  grid-row-start: 2;
  grid-row-end: span 2;
}

#hexGrid3 .hexContainer3 .hex:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: span 3;
  grid-row-start: 3;
  grid-row-end: span 2;
}

#hexGrid3 .hexContainer3 .hex:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: span 3;
  grid-row-start: 4;
  grid-row-end: span 2;
}

#hexGrid3 .hexContainer3 .hex:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: span 3;
  grid-row-start: 5;
  grid-row-end: span 2;
}

#hexGrid3 .hexContainer3 .hex:nth-child(6) {
  grid-column-start: 3;
  grid-column-end: span 3;
  grid-row-start: 5;
  grid-row-end: span 2;
}

#hexGrid3 .hexContainer3 .hex:nth-child(7) {
  grid-column-start: 5;
  grid-column-end: span 3;
  grid-row-start: 4;
  grid-row-end: span 2;
}

#hexGrid3 .hexContainer3 .hex:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(2) a {
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(2) a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: -239px;
  width: 273px;
  height: 44px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(2) a::after {
    background: url(../images/top/txt-hexagon01.svg) no-repeat;
    background-size: 100%;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(2) a::after {
    background: url(../images/top/txt-hexagon01_sp.svg) no-repeat;
    background-size: 100%;
    bottom: 22px;
    left: -172px;
    width: 171px;
    height: 38px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 700px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(2) a::after {
    bottom: 16px;
    left: -254px;
  }
}

@media print, screen and (max-width: 1090px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(2) {
    order: 3;
    margin: 0 0 16px auto;
  }
}

#hexGrid3 .hexContainer3 .hex:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (max-width: 1090px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(4) {
    display: none;
  }
}

#hexGrid3 .hexContainer3 .hex:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(1) a {
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(1) a::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -212px;
  width: 239px;
  height: 38px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(1) a::after {
    background: url(../images/top/txt-hexagon03_02.svg) no-repeat;
    background-size: 100%;
    top: 161px;
    right: -300px;
    width: 338px;
    height: 35px;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(1) a::after {
    background: url(../images/top/txt-hexagon03_sp.svg) no-repeat;
    background-size: 100%;
    top: inherit;
    bottom: 3px;
    right: -179px;
    width: 173px;
    height: 38px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 700px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(1) a::after {
    top: 74px;
    right: -320px;
  }
}

@media print, screen and (max-width: 1090px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(1) {
    order: 2;
    margin: 0 auto 16px 0;
  }
}

#hexGrid3 .hexContainer3 .hex:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(4) a {
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(4) a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -239px;
  width: 273px;
  height: 38px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(4) a::after {
    background: url(../images/top/txt-hexagon05.svg) no-repeat;
    background-size: 100%;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 700px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(4) a::after {
    bottom: 8px;
    left: -259px;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(4) a::after {
    background: url(../images/top/txt-hexagon05_sp.svg) no-repeat;
    background-size: 100%;
    bottom: 11px;
    left: -174px;
    width: 170px;
    height: 38px;
  }
}

@media print, screen and (max-width: 1090px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(4) {
    order: 5;
    margin: 0 0 16px auto;
  }
}

#hexGrid3 .hexContainer3 .hex:nth-child(5) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(5) a {
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(5) a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -239px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(5) a::after {
    background: url(../images/top/txt-hexagon08.svg) no-repeat;
    background-size: 100%;
    width: 273px;
    height: 107px;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(5) a::after {
    background: url(../images/top/txt-hexagon08_sp.svg) no-repeat;
    background-size: 100%;
    width: 175px;
    height: 70px;
    bottom: 16px;
    right: -180px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 700px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(5) a::after {
    bottom: 9px;
    right: -254px;
  }
}

@media print, screen and (max-width: 1090px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(5) {
    order: 5;
    margin: 0 auto 16px 0;
  }
}

#hexGrid3 .hexContainer3 .hex:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(3) a {
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(3) a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -239px;
  width: 272px;
  height: 28px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(3) a::after {
    background: url(../images/top/txt-hexagon04_02.svg) no-repeat;
    background-size: 100%;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(3) a::after {
    background: url(../images/top/txt-hexagon04_sp.svg) no-repeat;
    background-size: 100%;
    bottom: 3px;
    right: -180px;
    width: 175px;
    height: 38px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 700px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(3) a::after {
    bottom: 15px;
    right: -254px;
  }
}

@media print, screen and (max-width: 1090px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(3) {
    order: 4;
    margin: 0 auto 16px 0;
  }
}

#hexGrid3 .hexContainer3 .hex:nth-child(7) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(7) a {
  position: relative;
}

#hexGrid3 .hexContainer3 .hex:nth-child(7) a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -192px;
  width: 239px;
  height: 38px;
}

@media print, screen and (min-width: 482px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(7) a::after {
    background: url(../images/top/txt-hexagon06.svg) no-repeat;
    background-size: 100%;
  }
}

@media print, screen and (max-width: 1090px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(7) a::after {
    background: url(../images/top/txt-hexagon06_sp.svg) no-repeat;
    background-size: 100%;
    bottom: 14px;
    right: -182px;
    width: 176px;
    height: 38px;
  }
}

@media print, screen and (max-width: 1090px) {
  #hexGrid3 .hexContainer3 .hex:nth-child(7) {
    order: 6;
    margin: 0 auto 16px 0;
  }
}

/* ------------- */
/* next*/
/* ------------- */
.main--next {
  background-color: #000;
}

.p-next {
  background: #000 url(../images/next/bg-introduction.png) no-repeat;
  background-size: 100%;
  background-position: 100% 17%;
}

@media print, screen and (min-width: 482px) {
  .p-next {
    padding-bottom: 23.843%;
  }
}

@media only screen and (max-width: 481px) {
  .p-next {
    padding: 0 10px 20px;
  }
}

.p-next .p-outline {
  text-align: center;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-outline {
    margin: 0 auto 175px;
    padding-top: 150px;
  }
}

@media print, screen and (min-width: 731px) {
  .p-next .p-outline {
    max-width: 1100px;
    background: url(../images/next/bg_line.svg) no-repeat;
    background-size: 100%;
    background-position: 0 57%;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-outline {
    width: calc(100% - 80px / 2);
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 730px) {
  .p-next .p-outline {
    width: 100%;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-outline {
    background: url(../images/next/bg_line_sp.svg) no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 40px;
    background-position: 0 63%;
    margin-bottom: 65px;
  }
}

.p-next .p-outline_txt {
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-outline_txt {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-outline_txt {
    font-size: 16px;
    padding-bottom: 26px;
  }
}

.p-next .p-outline_txt02 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-outline_txt02 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-outline_txt02 {
    font-size: 14px;
  }
}

.p-next .p-outline_txt03 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-outline_txt03 {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-outline_txt03 {
    font-size: 14px;
    padding-bottom: 16px;
  }
}

.p-next .p-outline_ttl {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  letter-spacing: 0.001em;
  font-weight: 900;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-outline_ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 730px) {
  .p-next .p-outline_ttl {
    margin-right: 40px;
    margin-left: 40px;
    background: url(../images/next/bg_line.svg) no-repeat;
    background-size: 100%  auto;
    background-position: 0 20%;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-outline_ttl {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.p-next .p-outline_ttl::before {
  content: '《';
  position: absolute;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-outline_ttl::before {
    font-size: 32px;
  }
}

@media print, screen and (min-width: 731px) {
  .p-next .p-outline_ttl::before {
    top: 0;
    left: -23px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 730px) {
  .p-next .p-outline_ttl::before {
    top: calc(50% - 23px);
    left: -23px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-outline_ttl::before {
    font-size: 50px;
    top: -21px;
    left: -32px;
    font-weight: 500;
  }
}

.p-next .p-outline_ttl::after {
  content: '》';
  position: absolute;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-outline_ttl::after {
    font-size: 32px;
  }
}

@media print, screen and (min-width: 731px) {
  .p-next .p-outline_ttl::after {
    top: 0;
    right: -23px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 730px) {
  .p-next .p-outline_ttl::after {
    top: calc(50% - 23px);
    right: -23px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-outline_ttl::after {
    font-size: 50px;
    top: -21px;
    right: -32px;
    font-weight: 500;
  }
}

.p-next .p-introduction .c-box--list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--list {
    width: 100%;
  }
}

.p-next .p-introduction .c-box--item {
  display: flex;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-box--item {
    margin-bottom: 200px;
  }
  .p-next .p-introduction .c-box--item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-introduction .c-box--item {
    flex-direction: column;
    max-width: 870px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-introduction .c-box--item {
    width: calc(100% - 80px / 2);
    margin: auto auto 100px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--item {
    flex-direction: column;
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 482px) {
  .p-next .p-introduction .c-box--item:last-of-type {
    margin-bottom: 188px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--item:last-of-type {
    margin-bottom: 78px;
  }
}

.p-next .p-introduction .c-box--img {
  position: relative;
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-box--img {
    width: 46%;
    margin: 0 45px 0 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-introduction .c-box--img {
    flex-direction: column;
    width: 100%;
    margin-bottom: 62px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--img {
    width: 100%;
    margin-bottom: 62px;
  }
}

.p-next .p-introduction .c-box--img::after {
  content: '';
  position: absolute;
  background-color: #363636;
  left: 0;
  z-index: -2;
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-box--img::after {
    width: 78%;
    height: 124%;
    top: 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-introduction .c-box--img::after {
    width: 78%;
    height: 100%;
    bottom: -40px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--img::after {
    width: 78%;
    height: 112.5%;
    top: 20px;
  }
}

.p-next .p-introduction .c-box--img img {
  height: auto;
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-box--img img {
    width: 592px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-introduction .c-box--img img {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--img img {
    width: 100%;
  }
}

.p-next .p-introduction .c-box--img02 {
  position: relative;
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-box--img02 {
    width: 46%;
    margin: 0 0 0 45px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-introduction .c-box--img02 {
    width: 100%;
    margin-bottom: 62px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--img02 {
    width: 100%;
    margin-bottom: 62px;
  }
}

.p-next .p-introduction .c-box--img02::after {
  content: '';
  position: absolute;
  background-color: #363636;
  right: 0;
  z-index: -2;
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-box--img02::after {
    width: 78%;
    height: 124%;
    top: 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-introduction .c-box--img02::after {
    width: 78%;
    height: 100%;
    bottom: -40px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--img02::after {
    width: 78%;
    height: 112.5%;
    top: 20px;
  }
}

.p-next .p-introduction .c-box--img02 img {
  height: auto;
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-box--img02 img {
    width: 592px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-introduction .c-box--img02 img {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--img02 img {
    width: 100%;
  }
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-box--hd {
    width: 48%;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-next .p-introduction .c-box--hd {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-box--hd {
    width: 100%;
  }
}

.p-next .p-introduction .c-hd {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-introduction .c-hd {
    font-size: 32px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-hd {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-hd02 {
    width: 86%;
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 482px) {
  .p-next .p-introduction .c-hd_big {
    font-size: 48px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-hd_big {
    display: block;
    font-size: 32px;
  }
}

@media print, screen and (min-width: 482px) {
  .p-next .p-introduction .c-hd_big02 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-hd_big02 {
    font-size: 32px;
  }
}

.p-next .p-introduction .c-hd_small {
  display: block;
  color: #434343;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-introduction .c-hd_small {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-hd_small {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-hd_small02 {
    width: 86%;
    margin: 0 0 32px auto;
  }
}

.p-next .p-introduction .c-text {
  color: #fff;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 482px) {
  .p-next .p-introduction .c-text {
    width: 85%;
    font-size: 20px;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 481px) {
  .p-next .p-introduction .c-text {
    width: 97%;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 1101px) {
  .p-next .p-introduction .c-text02 {
    width: 86%;
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 482px) {
  .p-next__bg {
    background-image: url(../images/next/bg_next.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}

/*---------------------------------------------
	mixin
---------------------------------------------*/
/*---------------------------------------------
	footer
---------------------------------------------*/
.p-footer_logo {
  transition: all .3s;
}

@media print, screen and (min-width: 482px) {
  .p-footer_logo {
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 481px) {
  .p-footer_logo {
    width: 50%;
    height: auto;
    margin: 0 auto 32px;
  }
}

.p-footer_logo .icon-logo-footer_base {
  font-size: 128px;
}

@media only screen and (max-width: 481px) {
  .p-footer_logo .icon-logo-footer_base {
    font-size: 108px;
  }
}

.p-footer_logo:hover {
  opacity: .7;
}

@media print, screen and (min-width: 482px) {
  .p-footer_sns {
    display: flex;
    margin-bottom: 54px;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 481px) {
  .p-footer_sns {
    margin-bottom: 52px;
  }
}

.p-footer_sns-txt {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

@media only screen and (max-width: 481px) {
  .p-footer_sns-txt {
    display: block;
    margin: 0 auto 10px;
  }
}

.p-footer_sns-list {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 481px) {
  .p-footer_sns-list {
    justify-content: center;
  }
}

.p-footer_sns-listitem {
  margin-left: 30px;
}

.p-footer_sns-listitem .icon-icon-fb_base {
  font-size: 31px;
}

@media only screen and (max-width: 481px) {
  .p-footer_sns-listitem .icon-icon-fb_base {
    font-size: 31px;
  }
}

.p-footer_sns-listitem .icon-icon-twitter_base {
  font-size: 26px;
}

.p-footer_sns-listitem .icon-icon-instagram_base {
  font-size: 28px;
}

.p-footer_sns-listitem .icon-icon-youtube_base {
  font-size: 21px;
}

@media only screen and (max-width: 481px) {
  .p-footer_sns-listitem:nth-of-type(1) {
    margin-left: 0;
  }
}

.p-footer_sns-listitem:nth-of-type(1) img {
  width: 16px;
  height: auto;
}

.p-footer_sns-listitem:nth-of-type(2) img {
  width: 32px;
  height: auto;
}

.p-footer_sns-listitem:nth-of-type(3) img {
  width: 28px;
  height: auto;
}

.p-footer_sns-listitem:nth-of-type(4) img {
  width: 32px;
  height: auto;
}

.p-footer_nav-list {
  max-width: 1136px;
  margin: 0 auto 80px;
  padding-left: 22px;
  text-align: left;
}

@media print, screen and (min-width: 482px) {
  .p-footer_nav-list {
    display: flex;
  }
}

@media only screen and (max-width: 481px) {
  .p-footer_nav-list {
    width: 94%;
    margin: 0 0 40px auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1136px) {
  .p-footer_nav-list {
    width: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 1136px) {
  .p-footer_nav-listitem:nth-of-type(1) {
    margin-right: 190px;
  }
}

@media only screen and (max-width: 481px) {
  .p-footer_nav-listitem:nth-of-type(1):first-of-type {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1136px) {
  .p-footer_nav-listitem {
    width: 480px;
    margin-right: 0;
  }
}

.p-footer_nav-ttl {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.35;
  position: relative;
  border-bottom: 1px solid #000;
}

@media print, screen and (min-width: 482px) {
  .p-footer_nav-ttl {
    width: 116px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 481px) {
  .p-footer_nav-ttl {
    line-height: 1.4;
    width: calc(100% - 39px);
    margin-bottom: 30px;
  }
}

.p-footer_nav-ttl::before {
  font-family: 'icomoon' !important;
  position: absolute;
  content: '\e901';
}

@media print, screen and (min-width: 482px) {
  .p-footer_nav-ttl::before {
    font-size: 18px;
    top: 6px;
    right: -20px;
  }
}

@media only screen and (max-width: 481px) {
  .p-footer_nav-ttl::before {
    font-size: 19px;
    top: 6px;
    right: -23px;
    width: 27px;
    height: 20px;
  }
}

.p-footer_nav-ttl::after {
  position: absolute;
  height: 1px;
  content: '';
  background: #000;
}

@media print, screen and (min-width: 482px) {
  .p-footer_nav-ttl::after {
    top: 9px;
    right: -380px;
    width: 363px;
  }
}

@media only screen and (max-width: 481px) {
  .p-footer_nav-ttl::after {
    top: 9px;
    right: -40px;
    width: 19px;
  }
}

@media print, screen and (min-width: 482px) {
  .p-footer_details {
    display: flex;
  }
}

.p-footer_details-list {
  font-size: 14px;
}

@media print, screen and (min-width: 1136px) {
  .p-footer_details-list:nth-of-type(1) {
    margin-right: 75px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1136px) {
  .p-footer_details-list:nth-of-type(1) {
    margin-right: 40px;
  }
}

.p-footer_details-list2 {
  font-size: 14px;
}

@media print, screen and (min-width: 482px) {
  .p-footer_details-list2:nth-of-type(1) {
    margin-right: 168px;
  }
}

.p-footer_details-listitem {
  position: relative;
  letter-spacing: .12em;
}

@media print, screen and (min-width: 482px) {
  .p-footer_details-listitem {
    padding: 0 0 15px 16px;
  }
}

@media only screen and (max-width: 481px) {
  .p-footer_details-listitem {
    padding: 0 0 17px 16px;
  }
}

.p-footer_details-listitem::before {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border-width: 2.5px 0 2.5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

@media print, screen and (min-width: 482px) {
  .p-footer_details-listitem::before {
    top: 8px;
    left: 0;
  }
}

@media only screen and (max-width: 481px) {
  .p-footer_details-listitem::before {
    top: 8px;
    left: 1px;
  }
}

.p-footer_details-small {
  font-size: 12px;
  display: block;
  padding-top: 4px;
  transition: all .3s;
  letter-spacing: .04em;
}

.p-footer_details-small:hover {
  cursor: pointer;
  opacity: .7;
}

.p-footer_copyright {
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 17px 0;
}

.l-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 80px;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 481px) {
  .l-footer {
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .l-footer {
    padding-top: calc((80 / 1280) * 100vw);
  }
}

@media print, screen and (min-width: 482px) {
  #main--top + .l-footer,
  #main--online + .l-footer {
    z-index: -1;
    margin-top: -23.5%;
    padding: 36.5% 0 13px;
  }
}

@media only screen and (max-width: 481px) {
  #main--top + .l-footer,
  #main--online + .l-footer {
    padding: 20% 0 13px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #main--top + .l-footer,
  #main--online + .l-footer {
    padding-top: 40.5%;
  }
}

#main--top + .l-footer::after,
#main--online + .l-footer::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  content: '';
}

@media print, screen and (min-width: 482px) {
  #main--top + .l-footer::after,
  #main--online + .l-footer::after {
    bottom: 0;
    left: 0;
    min-height: 100%;
    background: url(../images/top/bg-footer.png) no-repeat top;
    background-size: 118%;
  }
}

@media only screen and (max-width: 481px) {
  #main--top + .l-footer::after,
  #main--online + .l-footer::after {
    top: -11%;
    left: 0;
    min-height: 1500px;
    padding: 0 0 25px;
    background: url(../images/top/bg-footer_sp.png) no-repeat top;
    background-position: center top;
    background-size: 100% auto;
  }
}

#main--wiz + .l-footer {
  z-index: 10;
}

#main--wiz + .l-footer .p-footer_inner {
  position: relative;
  z-index: 4;
}

#main--wiz + .l-footer .p-footer_copyright {
  color: #fff;
  background-color: #ff31a8;
}

#main--pr + .l-footer {
  padding-bottom: 13px;
  background-color: #000;
  color: #fff;
}

#main--pr + .l-footer .p-footer_logo {
  color: #fff;
}

#main--pr + .l-footer .p-footer_details-listitem::before {
  border-color: transparent transparent transparent #fff;
}

#main--pr + .l-footer .p-footer_nav-ttl {
  border-bottom-color: #fff;
  color: #fff;
}

#main--pr + .l-footer .p-footer_nav-ttl::after {
  background-color: #fff;
}

#main--pr + .l-footer .p-footer_nav-ttl::before {
  color: #fff;
}

#main--ct1 + .l-footer,
#main--ct1_whats + .l-footer {
  padding-bottom: 13px;
  background-color: #fff;
  color: #78777c;
}

#main--ct1 + .l-footer .p-footer_logo,
#main--ct1_whats + .l-footer .p-footer_logo {
  color: #78777c;
}

#main--ct1 + .l-footer .p-footer_details-listitem::before,
#main--ct1_whats + .l-footer .p-footer_details-listitem::before {
  border-color: transparent transparent transparent #78777c;
}

#main--ct1 + .l-footer .p-footer_nav-ttl,
#main--ct1_whats + .l-footer .p-footer_nav-ttl {
  border-bottom-color: #78777c;
  color: #78777c;
}

#main--ct1 + .l-footer .p-footer_nav-ttl::after,
#main--ct1_whats + .l-footer .p-footer_nav-ttl::after {
  background-color: #78777c;
}

#main--ct1 + .l-footer .p-footer_nav-ttl::before,
#main--ct1_whats + .l-footer .p-footer_nav-ttl::before {
  color: #78777c;
}

#main--ct1 + .l-footer::before, #main--ct1 + .l-footer::after,
#main--ct1_whats + .l-footer::before,
#main--ct1_whats + .l-footer::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: translateY(-50%);
}

#main--ct1 + .l-footer::before,
#main--ct1_whats + .l-footer::before {
  z-index: 5;
  width: 193px;
  height: 121px;
  background: url(../images/cutie1/zip_head.svg) no-repeat left top;
  background-size: 193px 121px;
}

#main--ct1 + .l-footer::after,
#main--ct1_whats + .l-footer::after {
  z-index: 4;
  width: 100%;
  height: 28px;
  background: url(../images/cutie1/zip_body.svg) repeat-x left top;
  background-size: 14px 28px;
}

#main--statue + .l-footer {
  background-color: #000;
  color: #78777c;
}

#main--statue + .l-footer .p-footer_logo {
  color: #78777c;
}

#main--statue + .l-footer .p-footer_details-listitem::before {
  border-color: transparent transparent transparent #78777c;
}

#main--statue + .l-footer .p-footer_nav-ttl {
  border-bottom-color: #78777c;
  color: #78777c;
}

#main--statue + .l-footer .p-footer_nav-ttl::after {
  background-color: #78777c;
}

#main--statue + .l-footer .p-footer_nav-ttl::before {
  color: #78777c;
}

#main--next + .l-footer {
  color: #fff;
  background-color: #141414;
  color: #fff;
}

#main--next + .l-footer .p-footer_inner {
  position: relative;
  z-index: 5;
}

#main--next + .l-footer .p-footer_logo {
  color: #fff;
}

#main--next + .l-footer .p-footer_details-listitem::before {
  border-color: transparent transparent transparent #fff;
}

#main--next + .l-footer .p-footer_nav-ttl {
  border-bottom-color: #fff;
  color: #fff;
}

#main--next + .l-footer .p-footer_nav-ttl::after {
  background-color: #fff;
}

#main--next + .l-footer .p-footer_nav-ttl::before {
  color: #fff;
}

@media print, screen and (min-width: 482px) {
  #main--next + .l-footer {
    z-index: 1;
  }
}

#main--next + .l-footer::after {
  position: absolute;
  z-index: 1;
  width: 100%;
  content: '';
}

@media print, screen and (min-width: 482px) {
  #main--next + .l-footer::after {
    z-index: -1;
    bottom: 0;
    left: 0;
    padding-top: 82.65625%;
    background: url(../images/next/bg-footer2.png) no-repeat bottom;
    background-size: 100% 100%;
  }
}

#main--prisma + .l-footer {
  padding-top: 80px;
}

#main--prisma + .l-footer .p-footer_copyright {
  color: #333;
  background-color: #e8e8e8;
}

#main--goods + .l-footer {
  background-color: #fff;
}

@media print, screen and (min-width: 482px) {
  #main--goods + .l-footer {
    z-index: -1;
    margin-top: 0;
    padding: 7.5% 0 0;
  }
}

@media only screen and (max-width: 481px) {
  #main--goods + .l-footer {
    padding: 24% 0 0;
  }
}

#main--goods + .l-footer .p-footer_copyright {
  color: #333;
  background-color: #e8e8e8;
}

@media print, screen and (min-width: 482px) {
  #main--common + .l-footer {
    z-index: -1;
    margin-top: 0;
    padding: 7.5% 0 0;
  }
}

@media only screen and (max-width: 481px) {
  #main--common + .l-footer {
    padding: 24% 0 0;
  }
}

#main--common + .l-footer .p-footer_copyright {
  color: #333;
  background-color: #e8e8e8;
}

/* ------------- */
/* 会社概要*/
/* ------------- */
@media only screen and (max-width: 481px) {
  .c-section {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .c-section {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.c-showroom .c-figure {
  margin-bottom: 80px;
}

@media only screen and (max-width: 481px) {
  .c-showroom .c-figure {
    margin-bottom: 24px;
  }
}

.c-showroom .c-txt {
  font-size: 20px;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 481px) {
  .c-showroom .c-txt {
    margin-bottom: 24px;
    font-size: 16px;
    text-align: left;
  }
}

.c-showroom .c-txt:nth-last-of-type(1) {
  margin-bottom: 80px;
}

@media only screen and (max-width: 481px) {
  .c-showroom .c-txt:nth-last-of-type(1) {
    margin-bottom: 40px;
  }
}

/* ------------- */
/* goods*/
/* ------------- */
@media print, screen and (min-width: 482px) {
  .main--goods {
    background-color: #fff;
  }
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-introduction {
    display: flex;
    padding: 80px 0 100px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-goods .p-introduction {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-introduction {
    padding: 42px 0;
  }
}

.p-goods .p-introduction--box {
  margin: 0 auto;
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-introduction--box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-introduction--box {
    padding: 0 10px;
  }
}

.p-goods .p-introduction--img {
  height: auto;
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-introduction--img {
    width: 237px;
    margin-right: 18px;
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-introduction--img {
    width: 80%;
    margin: 0 0 12px 21px;
  }
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-introduction--contents {
    margin-top: -6px;
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-introduction--contents {
    padding: 0 6px;
  }
}

.p-goods .p-introduction--hd {
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-introduction--hd {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-introduction--hd {
    font-size: 19px;
    line-height: 1.5;
  }
}

.p-goods .p-introduction--text {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-introduction--text {
    font-size: 20px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-introduction--text {
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 30px;
  }
}

.p-goods .p-introduction--text:after {
  content: "";
  display: block;
  width: 180px;
  height: 6px;
  background: #E6C446;
  position: absolute;
  bottom: 12px;
}

@media only screen and (max-width: 481px) {
  .p-goods .p-introduction--text:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-product {
    padding: 72px 0 120px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-goods .p-product {
    width: calc(100% - 20px / 2);
    margin: auto;
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-product {
    padding: 50px 0 80px;
  }
}

.p-goods .p-product--hd-main {
  font-size: 40px;
  font-weight: 700;
  color: #080808;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .p-goods .p-product--hd-main {
    line-height: 1;
  }
}

.p-goods .p-product--hd-sub {
  font-weight: 700;
  color: #909090;
  text-align: center;
  display: block;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-product--hd-sub {
    font-size: 22px;
    margin-bottom: 42px;
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-product--hd-sub {
    font-size: 14px;
    margin: 17px 0 22px;
  }
}

.p-goods .p-product--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-product--list {
    gap: 40px 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-product--list {
    gap: 24px 10px;
    margin: 0 auto 40px;
  }
}

@media print, screen and (min-width: 482px) {
  .p-goods .p-product--item {
    width: calc(100% / 4 - 20px);
  }
}

@media only screen and (max-width: 481px) {
  .p-goods .p-product--item {
    width: calc(100% / 2 - 15px);
  }
}

.p-goods .p-product--img {
  width: 300px;
  height: auto;
}

.p-goods .p-product--name {
  font-size: 16px;
  display: block;
  padding-top: 2px;
}

/* ------------- */
/* prisma*/
/* ------------- */
#wrapper.prismawing {
  position: relative;
  background-size: auto;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 482px) {
  #wrapper.prismawing {
  }
}

@media only screen and (max-width: 481px) {
  #wrapper.prismawing {
    background: none;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #wrapper.prismawing {
    background: none;
  }
}

@media print, screen and (min-width: 4524px) {
  #wrapper.prismawing {
    background-size: cover;
  }
}

@media only screen and (max-width: 481px) {
  #wrapper.prismawing::after {
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  #wrapper.prismawing::after {
  }
}

#wrapper.prismawing .wrapper-bg {
  z-index: 0;
  background: none;
}

.main--prisma {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
}

.main--prisma .p-mv_prisma {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 190px;
}

@media only screen and (max-width: 481px) {
  .main--prisma .p-mv_prisma {
    height: 450px;
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .main--prisma .p-mv_prisma {
    padding-right: calc(20 / 1090 * 100%);
    padding-left: calc(20 / 1090 * 100%);
  }
}

.main--prisma .prisma-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media print, screen and (min-width: 482px) {
  .main--prisma .prisma-title {
    margin-bottom: 40px;
  }
}

.main--prisma .prisma-title__sub {
  font-size: 17px;
  letter-spacing: 1em;
  color: #4d4d4d;
}

@media only screen and (max-width: 481px) {
  .main--prisma .prisma-title__sub {
    padding-bottom: 8px;
    font-size: 10px;
  }
}

.main--prisma .prisma-title__main {
  max-width: 816px;
}

@media only screen and (max-width: 481px) {
  .main--prisma .prisma-title__main {
    max-width: 213px;
  }
}

.main--prisma .prisma-title__img {
  width: 100%;
}

.main--prisma .prisma-catch {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media print, screen and (min-width: 482px) {
  .main--prisma .prisma-catch {
    margin-bottom: 78px;
  }
}

.main--prisma .prisma-catch__birth {
  width: 307px;
}

@media only screen and (max-width: 481px) {
  .main--prisma .prisma-catch__birth {
    width: 100%;
  }
}

.main--prisma .prisma-catch__birth__img {
  width: 100%;
}

.main--prisma .prisma-catch__txt {
  font-size: 20px;
  margin-top: 12px;
}

@media only screen and (max-width: 481px) {
  .main--prisma .prisma-catch__txt {
    font-size: 14px;
    line-height: 1.48;
    margin-top: 32px;
    text-align: center;
  }
}

@media print, screen and (min-width: 482px) {
  .main--prisma .prisma-catch__txt br {
    display: none;
  }
}

@media print, screen and (min-width: 482px) {
  .main--prisma .c-sns {
    margin-bottom: 100px;
  }
}

.main--prisma .c-sns--txt {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  display: block;
  text-align: center;
  color: #000;
}

.main--prisma .c-sns--list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main--prisma .c-sns--item {
  width: 67px;
  height: auto;
}

.main--prisma .c-sns--item:last-of-type {
  margin-right: 0;
}

.p-prisma .p-product {
  margin-bottom: 180px;
}

@media print, screen and (max-width: 768px) {
  .p-prisma .p-product {
    margin-bottom: 54px;
  }
}

.p-prisma .p-product--hd-main {
  margin-bottom: 95px;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .p-prisma .p-product--hd-main {
    width: 237px;
    margin: 0 auto 20px;
  }
}

.p-prisma .p-product--img {
  display: block;
  width: 132px;
  height: auto;
  margin: 0 auto;
}

.p-prisma .p-product--inner {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p-prisma .p-product--inner {
    display: flex;
    flex-direction: column;
    width: 755px;
    height: 454px;
    margin: 0 auto;
  }
}

@media print, screen and (max-width: 768px) {
  .p-prisma .p-product--inner {
    padding: 0 10px;
  }
}

.p-prisma .p-product--catch {
  font-size: 18px;
  font-weight: 300;
  line-height: 2.8;
  display: flex;
  width: 462px;
  height: 225px;
  text-align: center;
  background: url(../images/prisma/bg-rhombus.svg) no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .p-prisma .p-product--catch {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -554px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-prisma .p-product--catch {
    font-size: 14px;
    position: relative;
    width: 310px;
    height: 163px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 14px;
  }
  .p-prisma .p-product--catch::after {
    top: 50%;
    left: 50%;
    width: 277px;
    height: 55px;
    transform: translate(-50%, -50%);
    background-size: 277px auto;
  }
}

.p-prisma .p-product--catch::after {
  position: absolute;
  top: 87px;
  left: 56px;
  width: 358px;
  height: 52px;
  content: '';
  background: url(../images/prisma/img_line.svg) no-repeat;
}

@media print, screen and (max-width: 768px) {
  .p-prisma .p-product--catch::after {
    top: 75px;
    left: 50%;
    width: 278px;
  }
}

.p-prisma .p-product--list {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p-prisma .p-product--list {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}

@media print, screen and (max-width: 768px) {
  .p-prisma .p-product--list {
    margin-top: 252px;
    padding: 25px 10px;
    background: rgba(255, 255, 255, 0.7) url(../images/prisma/bg_list.png) no-repeat left bottom;
    background-size: 100% auto;
  }
}

.p-prisma .p-product--list::before {
  position: absolute;
  top: 32px;
  left: 50%;
  width: 132px;
  height: 408px;
  content: '';
  transform: translateX(-50%);
  background: url(../images/prisma/img-girl.svg) no-repeat left top;
  background-size: 132px 408px;
}

@media print, screen and (max-width: 768px) {
  .p-prisma .p-product--list::before {
    top: -290px;
    width: 84px;
    height: 259px;
    background-size: 84px 259px;
  }
}

.p-prisma .p-product--item {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .p-prisma .p-product--item:nth-of-type(1) {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    width: 446px;
    margin-bottom: 60px;
    padding: 7px 4% 7px 2%;
    transform: translateX(133px);
    background-color: #fff;
    align-self: flex-end;
  }
  .p-prisma .p-product--item:nth-of-type(1)::after {
    position: absolute;
    top: -16px;
    left: 0;
    width: 292px;
    height: 16px;
    content: '';
    background-color: rgba(225, 182, 205, 0.33);
  }
  .p-prisma .p-product--item:nth-of-type(2) {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    width: 446px;
    margin-bottom: 70px;
    padding: 7px 4% 7px 2%;
    transform: translateX(224px);
    background-color: #fff;
    align-self: flex-end;
  }
  .p-prisma .p-product--item:nth-of-type(2)::after {
    position: absolute;
    right: 0;
    bottom: -16px;
    width: 292px;
    height: 16px;
    content: '';
    background-color: rgba(103, 214, 213, 0.33);
  }
  .p-prisma .p-product--item:nth-of-type(3) {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    width: 446px;
    margin-bottom: 97px;
    padding: 7px 4% 7px 2%;
    transform: translateX(141px);
    background-color: #fff;
    align-self: flex-end;
  }
  .p-prisma .p-product--item:nth-of-type(3)::after {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 292px;
    height: 16px;
    content: '';
    background-color: rgba(193, 201, 231, 0.33);
  }
  .p-prisma .p-product--item:nth-of-type(4) {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    z-index: -1;
    display: flex;
    width: 755px;
    padding: 7px 4% 7px 2%;
    transform: translate(-4px, -19px);
    justify-content: center;
  }
  .p-prisma .p-product--item:nth-of-type(4)::before {
    position: absolute;
    z-index: 1;
    top: -291px;
    left: 50%;
    width: 1010px;
    height: 621px;
    content: '';
    transform: translateX(-50%);
    background: url(../images/prisma/bg-box_color.png) no-repeat bottom;
    background-size: 1010px 621px;
  }
  .p-prisma .p-product--item:nth-of-type(4) .p-product--sublist {
    position: relative;
    z-index: 2;
  }
}

@media print, screen and (max-width: 768px) {
  .p-prisma .p-product--item {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .p-prisma .p-product--item:not(:last-child) {
    margin-bottom: 18px;
  }
  .p-prisma .p-product--item .p-product--sublist {
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .p-prisma .p-product--item .p-product--item_right {
    text-align: center;
  }
}

.p-prisma .p-product--item_right {
  display: block;
  text-align: right;
}

.p-prisma .p-product--sublist {
  display: flex;
  width: 640px;
  margin: 0 auto;
  justify-content: space-between;
}

/* ------------- */
/* cutie1*/
/* ------------- */
@media print, screen and (min-width: 482px) {
  .u-use--sp {
    display: none !important;
  }
}

@media only screen and (max-width: 481px) {
  .u-use--pc {
    display: none !important;
  }
}

.main--ct1 {
  padding: 0 0 95px;
  background: #0a3261 url(../images/cutie1/bg_main.png) repeat-y center top;
  background-size: cover;
}

@media only screen and (max-width: 481px) {
  .main--ct1 {
    padding: 0 0 175px;
  }
}

.main--ct1 * {
  font-family: 'RocknRoll One', sans-serif;
}

.main--ct1_whats {
  padding: 0 0 190px;
  background: #0a3261 url(../images/cutie1/bg_main.png) repeat-y center top;
  background-size: cover;
}

@media only screen and (max-width: 481px) {
  .main--ct1_whats {
    padding: 0 0 95px;
  }
}

.main--ct1_whats * {
  font-family: 'RocknRoll One', sans-serif;
}

.p-mv--ct1 {
  position: relative;
  z-index: 5;
  background: #fff url(../images/cutie1/bg_mv.jpg) no-repeat right bottom;
  background-size: auto 100%;
}

@media print, screen and (min-width: 482px) {
  .p-mv--ct1 {
    height: 465px;
    background-position: center center;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv--ct1 {
    height: 153.125vw;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv--ct1 {
    background-image: url(../images/cutie1/bg_mv_sp.jpg);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv--ct1 {
    height: calc((465 / 1280) * 100vw);
  }
}

.p-mv--ct1::before, .p-mv--ct1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  transform: translateY(50%);
}

.p-mv--ct1::before {
  z-index: 5;
  width: 193px;
  height: 121px;
  background: url(../images/cutie1/zip_head.svg) no-repeat left top;
  background-size: 193px 121px;
}

@media only screen and (max-width: 481px) {
  .p-mv--ct1::before {
    left: -20px;
  }
}

.p-mv--ct1::after {
  z-index: 4;
  width: 100%;
  height: 28px;
  background: url(../images/cutie1/zip_body.svg) repeat-x left top;
  background-size: 14px 28px;
}

.p-mv--ct1__inner {
  display: flex;
  flex-direction: column;
  max-width: 1090px;
  height: 100%;
  margin: 0 auto;
  justify-content: center;
}

@media only screen and (max-width: 481px) {
  .p-mv--ct1__inner {
    width: 100%;
    padding: 13.75vw 0 0 17px;
    justify-content: flex-start;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv--ct1__inner {
    padding-right: calc((20 / 1090) * 100%);
    padding-left: calc((20 / 1090) * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  .p-mv--ct1__catch {
    display: none;
  }
}

.p-mv--ct1__catch__img {
  position: absolute;
}

.p-mv--ct1__catch__img--01 {
  width: 62.5vw;
  right: 2.1875vw;
  bottom: 85.625vw;
}

.p-mv--ct1__catch__img--02 {
  width: 70.625vw;
  right: 6.25vw;
  bottom: 35.625vw;
}

.p-mv--ct1_whats {
  position: relative;
  z-index: 5;
  height: 100%;
  background: #fff url(../images/cutie1/bg_mv_whats.jpg) no-repeat center bottom;
  background-size: cover;
}

@media print, screen and (min-width: 482px) {
  .p-mv--ct1_whats {
    height: 458px;
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv--ct1_whats {
    margin-bottom: 65px;
    background-image: url(../images/cutie1/bg_mv_whats_sp.jpg);
    height: calc(100vw - 70px);
  }
}

.p-mv--ct1_whats::before, .p-mv--ct1_whats::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  transform: translateY(50%);
}

.p-mv--ct1_whats::before {
  z-index: 5;
  width: 193px;
  height: 121px;
  background: url(../images/cutie1/zip_head.svg) no-repeat left top;
  background-size: 193px 121px;
}

@media only screen and (max-width: 481px) {
  .p-mv--ct1_whats::before {
    right: 65.3125vw;
    left: auto;
  }
}

.p-mv--ct1_whats::after {
  z-index: 4;
  width: 100%;
  height: 28px;
  background: url(../images/cutie1/zip_body.svg) repeat-x left top;
  background-size: 14px 28px;
}

.p-mv--ct1_whats__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

@media print, screen and (min-width: 482px) {
  .p-mv--ct1_whats__inner {
    padding-bottom: 224px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv--ct1_whats__inner {
    padding-bottom: 31.25vw;
  }
}

.p-mv--ct1_whats__inner::before {
  position: absolute;
  z-index: 10;
  content: '';
  background: url(../images/cutie1/img_mv_whats.png) no-repeat left top;
}

@media print, screen and (min-width: 482px) {
  .p-mv--ct1_whats__inner::before {
    bottom: -27px;
    left: 50%;
    width: 751px;
    height: 217px;
    transform: translateX(-50%);
    background-size: 751px 217px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv--ct1_whats__inner::before {
    right: -3.125vw;
    bottom: 0;
    width: 68.4375vw;
    height: 19.6875vw;
    background-size: 68.4375vw 19.6875vw;
  }
}

.ct1-title {
  font-family: 'RocknRoll One', sans-serif;
  text-align: center;
}

.ct1-title__main {
  font-size: 48px;
  line-height: 1.125;
  display: block;
}

@media only screen and (max-width: 481px) {
  .ct1-title__main {
    font-size: 28px;
  }
}

.ct1-title__sub {
  font-size: 32px;
}

@media only screen and (max-width: 481px) {
  .ct1-title__sub {
    font-size: 16px;
  }
}

.ct1-title__color {
  color: #e64087;
}

.ct1-logo {
  width: 342px;
  margin: 0 0 35px -23px;
}

@media only screen and (max-width: 481px) {
  .ct1-logo {
    width: 51px;
    height: 143px;
    margin: 0 0 50px 0;
    padding-top: 143px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-logo {
    width: calc((342 / 1090) * 100%);
    margin: 0 0 calc((35 / 1280) * 100vw) 0;
  }
}

.ct1-logo__img {
  width: 100%;
}

@media only screen and (max-width: 481px) {
  .ct1-logo__img {
    width: 143px;
    max-width: initial;
    transform: rotate(-90deg);
    transform-origin: left top;
  }
}

.ct1-sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (max-width: 481px) {
  .ct1-sns {
    flex-direction: column;
    width: 46px;
  }
}

.ct1-sns__item {
  width: 70px;
  margin-left: 26px;
}

@media only screen and (max-width: 481px) {
  .ct1-sns__item {
    width: 46px;
    margin: 0 0 18px 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-sns__item {
    width: calc((70 / 1090) * 100%);
    margin-left: calc((26 / 1090) * 100%);
  }
}

.ct1-sns__img {
  width: 100%;
}

.ct1-hd {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  text-align: center;
  color: #fff;
  justify-content: center;
}

@media only screen and (max-width: 481px) {
  .ct1-hd {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-hd {
    margin-bottom: calc((80 / 1280) * 100vw);
  }
}

.ct1-hd__main {
  font-size: 72px;
  text-shadow: 0 0 16px rgba(0, 255, 226, 0.78);
}

@media only screen and (max-width: 481px) {
  .ct1-hd__main {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-hd__main {
    font-size: calc((72 / 1280) * 100vw);
  }
}

.ct1-hd__sub {
  font-size: 24px;
  text-shadow: 0 0 6px rgba(0, 255, 226, 0.78);
}

@media only screen and (max-width: 481px) {
  .ct1-hd__sub {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-hd__sub {
    font-size: calc((16 / 1280) * 100vw);
  }
}

.ct1-lead {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 481px) {
  .ct1-lead {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-lead {
    font-size: calc((24 / 1280) * 100vw);
  }
}

.ct1-lead--cosplay {
  margin: 40px auto 60px;
}

@media only screen and (max-width: 481px) {
  .ct1-lead--cosplay {
    margin: 0 auto 40px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-lead--cosplay {
    margin: calc((40 / 1280) * 100vw) auto calc((60 / 1280) * 100vw);
  }
}

.ct1-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 481px) {
  .ct1-note {
    font-size: 12px;
    margin-top: 15px;
    padding: 0 20px;
    text-align: left;
  }
}

.ct1-section {
  max-width: 1090px;
  margin: 0 auto;
}

@media only screen and (max-width: 481px) {
  .ct1-section:not(:first-child) {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-section {
    max-width: calc((1090 / 1090) * 100%);
  }
}

.ct1-section:not(:first-child) {
  padding-top: 160px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-section:not(:first-child) {
    padding-top: calc((160 / 1280) * 100vw);
  }
}

@media only screen and (max-width: 481px) {
  .ct1-section--cosplay {
    padding-bottom: 160px;
  }
}

.ct1-section--story {
  position: relative;
}

.ct1-section--story::before {
  position: absolute;
  top: 258px;
  left: -39px;
  width: 401px;
  height: 433px;
  content: '';
  background: url(../images/cutie1/bg_story01.png) no-repeat left top;
  background-size: 401px 433px;
}

@media only screen and (max-width: 481px) {
  .ct1-section--story::before {
    top: -60px;
    left: 50%;
    margin-left: -336px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-section--story::before {
    top: calc((258 / 1280) * 100vw);
    left: calc((-39 / 1090) * 100%);
    width: calc((401 / 1090) * 100%);
    height: calc((433 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-section--whats {
  width: 945px;
  margin: 0 auto;
  padding-top: 120px;
}

@media only screen and (max-width: 481px) {
  .ct1-section--whats {
    width: 100%;
    padding: 80px 10px 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-section--whats {
    width: calc((945 / 1090) * 100%);
  }
}

.ct1-section--whats__title {
  font-size: 48px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 16px;
  color: #fff;
}

@media only screen and (max-width: 481px) {
  .ct1-section--whats__title {
    font-size: 32px;
    margin-bottom: 32px;
    padding-bottom: 8px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 767px) {
  .ct1-section--whats__title {
    font-size: calc(48 / 1280 * 100vw);
    margin-bottom: calc(40 / 1280 * 100vw);
    padding-bottom: calc(16 / 1280 * 100vw);
  }
}

.ct1-section--whats__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: linear-gradient(to right, #fff, #fff 8px, transparent 8px, transparent 8px);
  background-size: 16px 1px;
}

.ct1-picture {
  display: block;
}

@media only screen and (max-width: 481px) {
  .ct1-picture {
    margin: 0 20px;
  }
}

.ct1-picture--cosplay {
  width: 1060px;
  margin: -40px auto 0;
}

@media only screen and (max-width: 481px) {
  .ct1-picture--cosplay {
    width: auto;
    margin: 0 20px 48px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-picture--cosplay {
    width: calc((1060 / 1090) * 100%);
    margin: calc((-40/ 1280) * 100vw) auto 0;
  }
}

.ct1-picture--story01 {
  width: 1084px;
  margin: 0 auto;
}

@media only screen and (max-width: 481px) {
  .ct1-picture--story01 {
    width: 90.625%;
    margin-left: .9375%;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-picture--story01 {
    width: calc((1084 / 1090) * 100%);
  }
}

.ct1-picture--story02 {
  width: 1111px;
  margin: -43px 0 0 -10px;
}

@media only screen and (max-width: 481px) {
  .ct1-picture--story02 {
    width: 100%;
    margin: 10px 0 60px -2.1875%;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-picture--story02 {
    padding-right: calc((20 / 1090) * 100%);
    padding-left: calc((20 / 1090) * 100%);
    width: 100%;
    margin: calc((-43 / 1280) * 100vw) 0 0 0;
  }
}

.ct1-picture--comic {
  width: 1111px;
  margin-left: -10px;
}

@media only screen and (max-width: 481px) {
  .ct1-picture--comic {
    width: 100%;
    margin: 0 auto 26px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-picture--comic {
    width: calc((1111 / 1090) * 100%);
    margin-left: calc((-10 / 1090) * 100%);
  }
}

.ct1-picture__img {
  width: 100%;
}

.ct1-btn {
  font-size: 32px;
  line-height: 1.4735;
  position: relative;
  display: flex;
  width: 370px;
  height: 73px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 2px dashed #fff;
  border-radius: 80px;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 481px) {
  .ct1-btn {
    font-size: 20px;
    width: 220px;
    height: 50px;
  }
  .ct1-btn::before {
    right: 25px;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-btn {
    font-size: calc((32 / 1280) * 100vw);
    width: calc((370 / 1090) * 100%);
    height: calc((73 / 1280) * 100vw);
  }
}

.ct1-btn::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 21px;
  height: 21px;
  content: '';
  transform: translateY(-50%);
  background: url(../images/cutie1/icon_plus.svg) no-repeat left top;
  background-size: 21px 21px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-btn::before {
    right: calc((30 / 370) * 100%);
    width: calc((21 / 370) * 100%);
    height: calc((21 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-btn--online {
  font-size: 28px;
}

@media only screen and (max-width: 481px) {
  .ct1-btn--online {
    font-size: 14px;
    justify-content: flex-start;
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-btn--online {
    font-size: calc((28 / 1280) * 100vw);
  }
}

.ct1-catch {
  position: relative;
}

.ct1-catch::before, .ct1-catch::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
}

.ct1-catch::before {
  top: 0;
  left: 76px;
  width: 124px;
  height: 124px;
  background-image: url(../images/cutie1/bg_about01.png);
  background-size: 124px 124px;
}

@media only screen and (max-width: 481px) {
  .ct1-catch::before {
    left: 50%;
    width: 92px;
    height: 92px;
    margin-left: -92px;
    background-size: 92px 92px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-catch::before {
    left: calc((76 / 1090) * 100%);
    width: calc((124 / 1090) * 100%);
    height: calc((124 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-catch::after {
  top: 42px;
  right: -17px;
  width: 137px;
  height: 137px;
  background-image: url(../images/cutie1/bg_about02.png);
  background-size: 137px 137px;
}

@media only screen and (max-width: 481px) {
  .ct1-catch::after {
    top: auto;
    right: 50%;
    bottom: 81px;
    width: 92px;
    height: 92px;
    margin-right: -163px;
    background-size: 92px 92px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-catch::after {
    top: calc((42 / 1280) * 100vw);
    right: calc((-17 / 1090) * 100%);
    width: calc((137 / 1090) * 100%);
    height: calc((137 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-catch__inner {
  position: relative;
  padding: 80px 0 123px;
}

@media only screen and (max-width: 481px) {
  .ct1-catch__inner {
    padding: 187px 0 183px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-catch__inner {
    padding: calc((80 / 1280) * 100vw) 0 calc((123 / 1280) * 100vw);
  }
}

.ct1-catch__inner::before, .ct1-catch__inner::after {
  position: absolute;
  content: '';
}

.ct1-catch__inner::before {
  top: 139px;
  left: -7px;
  width: 132px;
  height: 132px;
  background-image: url(../images/cutie1/bg_about03.png);
  background-size: 132px 132px;
}

@media only screen and (max-width: 481px) {
  .ct1-catch__inner::before {
    top: 56px;
    left: 50%;
    width: 98px;
    height: 98px;
    margin-left: -184px;
    background-size: 98px 98px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-catch__inner::before {
    top: calc((139 / 1280) * 100vw);
    left: calc((-7 / 1090) * 100%);
    width: calc((132 / 1090) * 100%);
    height: calc((132 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-catch__inner::after {
  top: 179px;
  right: 67px;
  width: 124px;
  height: 124px;
  background-image: url(../images/cutie1/bg_about04.png);
  background-size: 124px 124px;
}

@media only screen and (max-width: 481px) {
  .ct1-catch__inner::after {
    top: 100%;
    right: 50%;
    width: 85px;
    height: 85px;
    margin: -105px -75px 0 0;
    background-size: 85px 85px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-catch__inner::after {
    top: calc((179 / 1280) * 100vw);
    right: calc((67 / 1090) * 100%);
    width: calc((124 / 1090) * 100%);
    height: calc((124 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-catch__txt {
  font-size: 32px;
  line-height: 2;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 255, 226, 0.78);
}

@media only screen and (max-width: 481px) {
  .ct1-catch__txt {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-catch__txt {
    font-size: calc((32 / 1280) * 100vw);
  }
}

@media only screen and (max-width: 481px) {
  .ct1-lnav {
    padding: 0 15px;
  }
}

.ct1-lnav__list {
  display: flex;
  justify-content: space-between;
  max-width: 848px;
  margin: 0 auto;
}

@media only screen and (max-width: 481px) {
  .ct1-lnav__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: inherit;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-lnav__list {
    max-width: calc((848 / 1090) * 100%);
  }
}

.ct1-lnav__item {
  width: 157px;
  height: 157px;
  background: url(../images/cutie1/bg_lnav.png) no-repeat center center;
  background-size: 157px 157px;
}

@media only screen and (max-width: 481px) {
  .ct1-lnav__item {
    width: auto;
    height: 77px;
    padding: 0 34px;
    background-size: 77px 77px;
  }
  .ct1-lnav__item:nth-child(odd) {
    text-align: left;
    background-position: left center;
  }
  .ct1-lnav__item:nth-child(odd) .ct1-lnav__link {
    text-align: left;
    justify-content: flex-start;
  }
  .ct1-lnav__item:nth-child(even) {
    margin: 0;
    text-align: right;
    background-position: right center;
  }
  .ct1-lnav__item:nth-child(even) .ct1-lnav__link {
    text-align: right;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-lnav__item {
    width: calc((157 / 848) * 100%);
    height: calc((157 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-lnav__item:nth-child(even) {
  margin-top: 80px;
}

@media only screen and (max-width: 481px) {
  .ct1-lnav__item:nth-child(even) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-lnav__item:nth-child(even) {
    margin-top: calc((80 / 1280) * 100vw);
  }
}

.ct1-lnav__link {
  font-size: 24px;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff !important;
  text-shadow: 0 0 6px rgba(0, 255, 226, 0.78);
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 481px) {
  .ct1-lnav__link {
    font-size: 20px;
    width: auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-lnav__link {
    font-size: calc((24 / 1280) * 100vw);
  }
}

.ct1-about {
  position: relative;
  padding-left: 470px;
}

@media only screen and (max-width: 481px) {
  .ct1-about {
    padding: 27px 0 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-about {
    padding-left: calc((470 / 1090) * 100%);
  }
}

.ct1-about::before {
  position: absolute;
  z-index: 1;
  top: -65px;
  left: -12px;
  width: 551px;
  height: 537px;
  content: '';
  background: url(../images/cutie1/bg_cute.svg) no-repeat left top;
  background-size: 551px 537px;
}

@media only screen and (max-width: 481px) {
  .ct1-about::before {
    top: 0;
    left: -250px;
    width: 390px;
    height: 381px;
    background-size: 390px 381px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-about::before {
    top: calc((-65 / 1280) * 100vw);
    left: calc((62 / 1090) * 100%);
    width: calc((551 / 1090) * 100%);
    height: calc((537 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-about__txt {
  font-size: 24px;
  line-height: 2;
  position: relative;
  z-index: 2;
  margin-bottom: 66px;
  color: #fff;
}

@media only screen and (max-width: 481px) {
  .ct1-about__txt {
    font-size: 16px;
    margin-bottom: 48px;
    text-align: center;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-about__txt {
    font-size: calc((24 / 1280) * 100vw);
    margin-bottom: calc((66 / 1280) * 100vw);
  }
}

.ct1-about__figures {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: 28px;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 481px) {
  .ct1-about__figures {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-about__figures {
    margin-bottom: calc((28 / 1280) * 100vw);
  }
}

.ct1-about__figures__item {
  width: 96px;
  margin: 0 30px;
}

@media only screen and (max-width: 481px) {
  .ct1-about__figures__item {
    width: 65px;
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-about__figures__item {
    width: calc((96 / 1090) * 100%);
    margin: 0 calc((30 / 1090) * 100%);
  }
}

.ct1-about__figures__img {
  width: 100%;
}

.ct1-story {
  position: relative;
  z-index: 2;
  margin-top: -40px;
}

@media only screen and (max-width: 481px) {
  .ct1-story {
    margin-top: -16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-story {
    margin-top: calc((-40 / 1280) * 100vw);
  }
}

.ct1-story::before, .ct1-story::after {
  position: absolute;
  content: '';
}

.ct1-story::before {
  top: -102px;
  right: 115px;
  width: 169px;
  height: 169px;
  background: url(../images/cutie1/bg_story02.png) no-repeat left top;
  background-size: 169px 169px;
}

@media only screen and (max-width: 481px) {
  .ct1-story::before {
    top: 383px;
    right: 50%;
    margin-right: -169px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-story::before {
    top: calc((-102 / 1280) * 100vw);
    right: calc((115 / 1090) * 100%);
    width: calc((169 / 1090) * 100%);
    height: calc((169 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-story::after {
  top: 135px;
  right: -90px;
  width: 412px;
  height: 385px;
  background: url(../images/cutie1/bg_story03.png) no-repeat left top;
  background-size: 412px 385px;
}

@media only screen and (max-width: 481px) {
  .ct1-story::after {
    display: none;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-story::after {
    top: calc((135 / 1280) * 100vw);
    right: calc((-90 / 1090) * 100%);
    width: calc((412 / 1090) * 100%);
    height: calc((385 / 1280) * 100vw);
    background-size: contain;
  }
}

.ct1-story__txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 481px) {
  .ct1-story__txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .ct1-story__txt:last-of-type {
    margin-bottom: 150px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-story__txt {
    font-size: calc((20 / 1280) * 100vw);
    margin-bottom: calc((50 / 1280) * 100vw);
  }
}

.ct1-cnav {
  margin-bottom: 80px;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav {
    width: 89.375%;
    margin: 0 auto 60px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-cnav {
    padding-right: calc((20 / 1090) * 100%);
    padding-left: calc((20 / 1090) * 100%);
  }
}

.ct1-cnav__list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__list {
    margin-bottom: -12px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 482px) {
  .ct1-cnav__item:nth-child(even) {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__item {
    width: 50%;
    margin-bottom: 12px;
  }
}

.ct1-cnav__item--01 {
  color: #17def3;
}

.ct1-cnav__item--02 {
  color: #12eb9c;
}

.ct1-cnav__item--03 {
  color: #f23f63;
}

.ct1-cnav__item--04 {
  color: #fcb82f;
}

.ct1-cnav__item--05 {
  color: #c6b2ec;
}

.ct1-cnav__item--06 {
  color: #4E9CFF;
}

.ct1-cnav__item--07 {
  color: #78777c;
}

.ct1-cnav__link {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: inherit;
  align-items: center;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__link {
    font-size: 16px;
    flex-direction: row;
    text-align: left;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-cnav__link {
    font-size: calc((24 / 1280) * 100vw);
  }
}

.ct1-cnav__img {
  margin-bottom: 18px;
}

.ct1-cnav__img--01 {
  width: 84px;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__img--01 {
    width: 26px;
    margin: 0 16px 0 5px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-cnav__img--01 {
    width: 100%;
  }
}

.ct1-cnav__img--02 {
  width: 84px;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__img--02 {
    width: 26px;
    margin: 0 16px 0 5px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-cnav__img--02 {
    width: 100%;
  }
}

.ct1-cnav__img--03 {
  width: 84px;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__img--03 {
    width: 26px;
    margin: 0 16px 0 5px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-cnav__img--03 {
    width: 100%;
  }
}

.ct1-cnav__img--04 {
  width: 123px;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__img--04 {
    width: 39px;
    margin: 0 10px 0 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-cnav__img--04 {
    width: 100%;
  }
}

.ct1-cnav__img--05 {
  width: 117px;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__img--05 {
    width: 37px;
    margin: 0 11px 0 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-cnav__img--05 {
    width: 100%;
  }
}

.ct1-cnav__img--06 {
  width: 75px;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__img--06 {
    width: 24px;
    margin: 0 17px 0 6px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-cnav__img--06 {
    width: 100%;
  }
}

.ct1-cnav__img--07 {
  width: 84px;
}

@media only screen and (max-width: 481px) {
  .ct1-cnav__img--07 {
    width: 26px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-cnav__img--07 {
    width: 100%;
  }
}

.ct1-cnav__name {
  line-height: 1.5;
}

.ct1-character {
  position: relative;
}

@media only screen and (max-width: 481px) {
  .ct1-character {
    padding: 0 20px;
  }
}

.ct1-character__box {
  position: relative;
}

@media print, screen and (min-width: 482px) {
  .ct1-character__box {
    display: flex;
    flex-direction: column;
    min-height: 326px;
    margin-bottom: 80px;
  }
  .ct1-character__box:nth-child(odd) {
    text-align: right;
    align-items: flex-end;
  }
  .ct1-character__box:nth-child(odd) .ct1-character__name,
  .ct1-character__box:nth-child(odd) .ct1-character__catch,
  .ct1-character__box:nth-child(odd) .ct1-character__link,
  .ct1-character__box:nth-child(odd) .ct1-character__txt {
    padding-right: 20px;
  }
  .ct1-character__box:nth-child(odd) .ct1-character__name::before {
    left: -34px;
    transform: skewY(-45deg);
  }
  .ct1-character__box:nth-child(odd) .ct1-character__name::after {
    left: -39px;
  }
  .ct1-character__box:nth-child(even) {
    align-items: flex-start;
  }
  .ct1-character__box:nth-child(even) .ct1-character__name,
  .ct1-character__box:nth-child(even) .ct1-character__catch,
  .ct1-character__box:nth-child(even) .ct1-character__link,
  .ct1-character__box:nth-child(even) .ct1-character__txt {
    padding-left: 20px;
  }
  .ct1-character__box:nth-child(even) .ct1-character__name::before {
    right: -34px;
    transform: skewY(45deg);
  }
  .ct1-character__box:nth-child(even) .ct1-character__name::after {
    right: -39px;
  }
}

@media only screen and (max-width: 481px) {
  .ct1-character__box {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__box {
    min-height: calc((326 / 1280) * 100vw);
    margin-bottom: calc((160 / 1280) * 100vw);
  }
  .ct1-character__box:nth-child(odd) .ct1-character__name,
  .ct1-character__box:nth-child(odd) .ct1-character__catch,
  .ct1-character__box:nth-child(odd) .ct1-character__link,
  .ct1-character__box:nth-child(odd) .ct1-character__txt {
    padding-right: calc((20 / 1090) * 100%);
  }
}

.ct1-character__box--01 .ct1-character__name {
  color: #17def3;
  border-bottom-color: #17def3;
}

.ct1-character__box--01 .ct1-character__name::before, .ct1-character__box--01 .ct1-character__name::after {
  background-color: #17def3;
}

.ct1-character__box--01 .ct1-character__link {
  color: #17def3;
}

.ct1-character__box--02 .ct1-character__name {
  color: #12eb9c;
  border-bottom-color: #12eb9c;
}

.ct1-character__box--02 .ct1-character__name::before, .ct1-character__box--02 .ct1-character__name::after {
  background-color: #12eb9c;
}

.ct1-character__box--02 .ct1-character__link {
  color: #12eb9c;
}

.ct1-character__box--03 .ct1-character__name {
  color: #f23f63;
  border-bottom-color: #f23f63;
}

.ct1-character__box--03 .ct1-character__name::before, .ct1-character__box--03 .ct1-character__name::after {
  background-color: #f23f63;
}

.ct1-character__box--03 .ct1-character__link {
  color: #f23f63;
}

.ct1-character__box--04 .ct1-character__name {
  color: #fcb82f;
  border-bottom-color: #fcb82f;
}

.ct1-character__box--04 .ct1-character__name::before, .ct1-character__box--04 .ct1-character__name::after {
  background-color: #fcb82f;
}

.ct1-character__box--04 .ct1-character__link {
  color: #fcb82f;
}

.ct1-character__box--05 .ct1-character__name {
  color: #c6b2ec;
  border-bottom-color: #c6b2ec;
}

.ct1-character__box--05 .ct1-character__name::before, .ct1-character__box--05 .ct1-character__name::after {
  background-color: #c6b2ec;
}

.ct1-character__box--05 .ct1-character__link {
  color: #c6b2ec;
}

.ct1-character__box--06 .ct1-character__name {
  color: #4E9CFF;
  border-bottom-color: #4E9CFF;
}

.ct1-character__box--06 .ct1-character__name::before, .ct1-character__box--06 .ct1-character__name::after {
  background-color: #4E9CFF;
}

.ct1-character__box--06 .ct1-character__link {
  color: #4E9CFF;
}

.ct1-character__box--07 .ct1-character__name {
  color: #78777c;
  border-bottom-color: #78777c;
}

.ct1-character__box--07 .ct1-character__name::before, .ct1-character__box--07 .ct1-character__name::after {
  background-color: #78777c;
}

.ct1-character__box--07 .ct1-character__link {
  color: #78777c;
}

.ct1-character__name {
  font-size: 48px;
  line-height: 1.45;
  position: relative;
  width: 690px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}

@media only screen and (max-width: 481px) {
  .ct1-character__name {
    font-size: 32px;
    width: calc(100% - 28px);
    margin: 0 0 25px 28px;
    padding: 0 10px 5px 0;
    text-align: right;
  }
  .ct1-character__name::before {
    left: -34px;
    transform: skewY(-45deg);
  }
  .ct1-character__name::after {
    left: -39px;
    width: 10px;
    height: 10px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__name {
    font-size: calc((48 / 1280) * 100vw);
    width: calc((690 / 1090) * 100%);
    margin-bottom: calc((40 / 1280) * 100vw);
    padding-bottom: calc((10 / 1280) * 100vw);
  }
}

.ct1-character__name::before, .ct1-character__name::after {
  position: absolute;
  content: '';
}

.ct1-character__name::before {
  bottom: -19px;
  width: 34px;
  height: 2px;
}

.ct1-character__name::after {
  z-index: 2;
  bottom: -40px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.ct1-character__catch {
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
}

@media only screen and (max-width: 481px) {
  .ct1-character__catch {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__catch {
    font-size: calc((32 / 1280) * 100vw);
  }
}

.ct1-character__link {
  font-size: 24px;
  line-height: 2;
  display: inline-flex;
  margin-top: 24px;
}

@media print, screen and (min-width: 482px) {
  .ct1-character__link {
    align-items: center;
  }
  .ct1-character__link__icon {
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 481px) {
  .ct1-character__link {
    font-size: 16px;
    margin-top: 20px;
    align-items: flex-start;
  }
  .ct1-character__link__icon {
    position: relative;
    top: 8px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__link {
    font-size: calc((24 / 1280) * 100vw);
    margin-top: calc((24 / 1280) * 100vw);
  }
  .ct1-character__link__icon {
    width: calc((21 / 1280) * 100vw);
    height: calc((21 / 1280) * 100vw);
  }
}

.ct1-character__txt {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 60px;
  color: #fff;
}

@media only screen and (max-width: 481px) {
  .ct1-character__txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__txt {
    font-size: calc((20 / 1280) * 100vw);
  }
}

@media print, screen and (min-width: 482px) {
  .ct1-character__img {
    position: absolute;
    width: 380px;
  }
  .ct1-character__img--01 {
    top: 114px;
    left: 0;
  }
}

@media print, screen and (min-width: 482px) and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__img--01 {
    left: calc((20 / 1090) * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  .ct1-character__img--02 {
    top: 89px;
    right: 0;
  }
}

@media print, screen and (min-width: 482px) and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__img--02 {
    right: calc((20 / 1090) * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  .ct1-character__img--03 {
    top: 103px;
    left: 0;
  }
}

@media print, screen and (min-width: 482px) and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__img--03 {
    left: calc((20 / 1090) * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  .ct1-character__img--04 {
    top: 87px;
    right: 0;
  }
}

@media print, screen and (min-width: 482px) and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__img--04 {
    right: calc((20 / 1090) * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  .ct1-character__img--05 {
    top: 44px;
    left: 0;
  }
}

@media print, screen and (min-width: 482px) and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__img--05 {
    left: calc((20 / 1090) * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  .ct1-character__img--06 {
    top: 52px;
    right: 0;
  }
}

@media print, screen and (min-width: 482px) and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__img--06 {
    right: calc((20 / 1090) * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  .ct1-character__img--07 {
    top: 6px;
    left: 70px;
    width: 177px;
  }
}

@media only screen and (max-width: 481px) {
  .ct1-character__img {
    display: block;
    width: 62.5vw;
    margin: 0 auto 16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-character__img {
    width: calc((380 / 1090) * 100%);
  }
}

.ct1-comic {
  padding-top: 160px;
}

@media only screen and (max-width: 481px) {
  .ct1-comic {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .ct1-comic {
    padding-top: calc((100 / 1280) * 100vw);
    padding-right: calc((20 / 1090) * 100%);
    padding-left: calc((20 / 1090) * 100%);
  }
}

.svg-symbol {
  display: none !important;
  opacity: 0 !important;
}

.ct1-select {
  font-size: 24px;
  width: 100%;
  height: 100% !important;
  padding-left: 24px;
  color: #4d4d4d;
  appearance: none;
  -webkit-appearance: none;
  background-image: none !important;
}

.ct1-select__wrap {
  position: relative;
  display: block;
  max-width: 318px;
  height: 83px;
  margin: 80px auto;
  cursor: pointer;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
}

@media only screen and (max-width: 481px) {
  .ct1-select__wrap {
    height: 70px;
    margin: 50px auto -40px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 767px) {
  .ct1-select__wrap {
    height: 70px;
    margin: 50px auto -40px;
  }
}

.ct1-select__wrap::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 0;
  height: 0;
  content: '';
  transform: translateY(-50%);
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

@media print, screen and (min-width: 482px) {
  .whats-box {
    display: grid;
    grid-template-columns: 222px auto 238px;
    grid-template-rows: auto 1fr auto;
    -ms-grid-columns: 222px auto auto;
    -ms-grid-rows: auto 1fr auto;
  }
}

.whats-box:not(:last-child) {
  margin-bottom: 80px;
}

.whats-box__thumbnail {
  position: relative;
  overflow: hidden;
  width: 222px;
  height: 222px;
  background-color: #fff;
}

@media print, screen and (min-width: 482px) {
  .whats-box__thumbnail {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 481px) {
  .whats-box__thumbnail {
    display: block;
    width: 69.375vw;
    height: 69.375vw;
    margin: 0 auto 16px;
  }
}

.whats-box__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 481px) {
  .whats-box__img {
    max-width: initial;
  }
}

.whats-box__name {
  font-size: 24px;
  line-height: 1.45;
  color: #fff;
}

@media print, screen and (min-width: 482px) {
  .whats-box__name {
    padding: 0 23px;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media only screen and (max-width: 481px) {
  .whats-box__name {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.whats-box__txt {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

@media print, screen and (min-width: 482px) {
  .whats-box__txt {
    padding: 24px 0 0 23px;
    grid-row: 2 / 3;
    grid-column: 2 / 4;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}

@media only screen and (max-width: 481px) {
  .whats-box__txt {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 24px;
  }
}

.whats-box__link {
  font-size: 16px;
  line-height: 1;
  display: block;
  width: 238px;
  height: 40px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-radius: 22px;
  background-color: #d50000;
}

@media print, screen and (min-width: 482px) {
  .whats-box__link {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media only screen and (max-width: 481px) {
  .whats-box__link {
    margin: 0 auto 40px;
  }
}

@media print, screen and (min-width: 482px) {
  .whats-box__bottom {
    grid-row: 3 / 4;
    grid-column: 1 / 4;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.whats-check {
  position: relative;
  z-index: 3;
  bottom: -24px;
  width: 261px;
}

@media print, screen and (min-width: 482px) {
  .whats-check {
    float: right;
  }
}

@media only screen and (max-width: 481px) {
  .whats-check {
    margin: 0 auto;
  }
}

.whats-check__img {
  width: 100%;
}

.whats-comment {
  position: relative;
  z-index: 2;
  border: solid 7px rgba(77, 77, 77, 0.64);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.64);
}

@media print, screen and (min-width: 482px) {
  .whats-comment {
    display: flex;
    clear: right;
    padding: 17px 20px;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 481px) {
  .whats-comment {
    padding: 17px 13px;
  }
}

.whats-comment__txt {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* ------------- */
/* follow us*/
/* ------------- */
#wrapper-followus {
  min-width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
  z-index: -3;
}

.c-sec02 {
  padding-bottom: 80px;
}

.c-sec02:last-of-type {
  padding-bottom: 0;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .c-sec02 {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.c-item--01 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.c-item--01::before {
  content: "";
  background-image: linear-gradient(to right, #BEBEBE, #BEBEBE 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.c-item--01_a {
  display: flex;
}

@media print, screen and (min-width: 482px) {
  .c-item--01_a {
    padding: 20px 30px 18px;
  }
}

@media only screen and (max-width: 481px) {
  .c-item--01_a {
    padding: 20px 5px 18px 16px;
  }
}

.c-item--01_a:hover {
  background-color: #AFAFAF;
  color: #fff;
  opacity: 1;
}

.c-item--01_a:hover .c-item--title {
  color: #fff;
}

.c-item--01_a:hover .c-item--url {
  color: #fff;
}

.c-item--title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 481px) {
  .c-item--title {
    display: block;
    padding-bottom: 5px;
  }
}

.c-item--url {
  font-size: 14px;
  color: #989898;
}

@media only screen and (max-width: 481px) {
  .c-item--url {
    display: block;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 482px) {
  .c-item--img {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 481px) {
  .c-item--img {
    margin-right: 12px;
  }
}

.c-item--img img {
  width: 100px;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

@media print, screen and (min-width: 482px) {
  .c-item--contents {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .c-item--contents {
    width: 63%;
    overflow-wrap: break-word;
    padding-top: 4px;
  }
}

/*---------------------------------------------
  infomation
---------------------------------------------*/
.p-information {
  display: block;
  padding-top: 113px;
}

@media only screen and (max-width: 481px) {
  .p-information {
    padding-top: 70px;
  }
}

.p-information__ttl {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin: 85px auto 30px;
}

@media only screen and (max-width: 481px) {
  .p-information__ttl {
    margin: 18px auto 40px;
  }
}

.p-information__ttl--jp {
  font-size: 22px;
  color: #909090;
  text-align: center;
  display: block;
}

.p-information__list {
  max-width: 930px;
  margin: 0 auto;
  font-size: 18px;
}

@media print, screen and (min-width: 1101px) {
  .p-information__list {
    padding: 0 13px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-information__list {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

@media only screen and (max-width: 481px) {
  .p-information__list {
    padding: 0 13px;
    font-size: 15px;
  }
}

.p-information__thumb {
  width: 120px;
}

@media only screen and (max-width: 481px) {
  .p-information__thumb {
    width: 75px;
  }
}

.p-information__thumb img {
  vertical-align: middle;
}

.p-information__content {
  padding: 0 24px;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 481px) {
  .p-information__content {
    padding: 0 8px 5px;
  }
}

.p-information__item {
  background: #FFF;
  margin-bottom: 24px;
  position: relative;
}

@media only screen and (max-width: 481px) {
  .p-information__item {
    margin-bottom: 12px;
  }
}

.p-information__item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #BEBEBE;
}

@media only screen and (max-width: 481px) {
  .p-information__item:after {
    display: none;
  }
}

.p-information__item + .p-information__item {
  margin-top: 48px;
}

@media only screen and (max-width: 481px) {
  .p-information__item + .p-information__item {
    margin-top: inherit;
  }
}

.p-information__item .p-news-post--link {
  display: flex;
  min-height: 120px;
  align-items: center;
}

@media only screen and (max-width: 481px) {
  .p-information__item .p-news-post--link {
    min-height: inherit;
    align-items: flex-start;
  }
}

.p-information__date {
  font-size: 12px;
  color: #AAAAAA;
}

@media only screen and (max-width: 481px) {
  .p-information__date {
    padding: 5px 0;
  }
}

.p-information__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 74px 0 0;
  color: #B5B5B5;
  position: relative;
}

@media only screen and (max-width: 481px) {
  .p-information__pager {
    justify-content: space-between;
    margin: 60px 0 0;
    padding: 0 13px 50px;
  }
}

.p-information__pager a {
  background: #FFF;
  border: 1px solid #DBDBDB;
  padding: 7px 14px;
  color: #000;
  display: block;
}

.p-information__pager__link {
  margin: 0 4px;
}

@media only screen and (max-width: 481px) {
  .p-information__pager__link {
    margin: 0;
  }
}

.p-information__pager__link.current {
  background: #000;
  color: #FFF;
}

.p-information__pager__first {
  width: 100px;
  text-align: center;
  margin: 0 28px;
}

@media only screen and (max-width: 481px) {
  .p-information__pager__first {
    position: absolute;
    left: 13px;
    bottom: 0;
    margin: 0;
  }
}

.p-information__pager__last {
  width: 100px;
  text-align: center;
  margin: 0 28px;
}

@media only screen and (max-width: 481px) {
  .p-information__pager__last {
    position: absolute;
    right: 13px;
    bottom: 0;
    margin: 0;
  }
}

/*---------------------------------------------
  infomation
---------------------------------------------*/
.p-policy {
  display: block;
  padding-top: 113px;
  line-height: 2;
}

@media only screen and (max-width: 481px) {
  .p-policy {
    padding-top: 70px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-policy {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.p-policy__ttl {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin: 85px auto 30px;
}

@media only screen and (max-width: 481px) {
  .p-policy__ttl {
    margin: 18px auto 40px;
  }
}

.p-policy__subttl {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.p-policy__block {
  max-width: 1080px;
  padding: 24px 13px 40px;
  font-size: 16px;
  margin: 0 auto;
  border-bottom: 1px dotted #ACAFB5;
}

.p-policy__numlist {
  list-style-type: decimal;
  list-style-position: inside;
}

.p-policy__numlist &gt; li {
  padding-left: 1.24em;
  text-indent: -1.24em;
  letter-spacing: 0.05em;
}

.p-policy__numlist &gt; li + li {
  margin-top: 10px;
}

.p-policy__mlist {
  list-style-type: disc;
  list-style-position: inside;
}

.p-policy__mlist li {
  padding-left: 1.24em;
  text-indent: -1.24em;
}

.p-policy__col div {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.p-policy__col li + li {
  margin-top: 10px;
}

.p-policy__txt {
  margin-bottom: 40px;
}

.p-policy__thatsall {
  border-bottom: none;
  padding-bottom: 0;
}

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

.p-mv_dealerlist {
  height: 457px;
  background: #fff url(../images/dealerlist/bg_mv.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

@media print, screen and (min-width: 1281px) {
  .p-mv_dealerlist {
    height: 35.7vw;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_dealerlist {
    background: #fff url(../images/dealerlist/bg_mv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-mv_dealerlist-inner {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

@media only screen and (max-width: 481px) {
  .p-mv_dealerlist-inner {
    top: 50%;
  }
}

.p-mv_dealerlist__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 46px;
  text-shadow: 0px 3px 6px #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 481px) {
  .p-mv_dealerlist__title {
    font-size: 40px;
  }
}

.p-mv_dealerlist__title--jp {
  font-size: 33px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px #000;
}

@media only screen and (max-width: 481px) {
  .p-mv_dealerlist__title--jp {
    font-size: 22px;
  }
}

.issp {
  display: none;
}

@media only screen and (max-width: 481px) {
  .issp {
    display: block;
  }
}

.ispc {
  display: block;
}

@media only screen and (max-width: 481px) {
  .ispc {
    display: none;
  }
}

.p-dealerlist__introduction {
  padding: 80px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-dealerlist__introduction {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__introduction {
    font-size: 16px;
    padding: 40px 10px;
  }
}

.p-dealerlist__introduction p + p {
  margin-top: 25px;
}

.p-dealerlist__introduction .fs {
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__introduction .fs {
    font-size: 16px;
  }
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__introduction .ttl {
    font-size: 18px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__introduction .tl {
    text-align: left;
  }
}

.p-dealerlist__block {
  margin: 80px auto 120px;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-dealerlist__block {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__block {
    margin: 40px auto 60px;
  }
}

.p-dealerlist__item {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-dealerlist__item {
    padding: 0;
  }
}

.p-dealerlist__img {
  width: 524px;
}

@media print, screen and (max-width: 1100px) {
  .p-dealerlist__img {
    width: 100%;
    text-align:center;
  }
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__img {
    width: 100%;
  }
}

.p-dealerlist__img img {
  vertical-align: middle;
}

.p-dealerlist__content {
  width: 460px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 16px;
  position: relative;
}

@media print, screen and (max-width: 1100px) {
  .p-dealerlist__content {
    width: 100%;
    margin: 33px 0 0;
  }
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__content {
    text-align: center;
  }
}

.p-dealerlist__area {
  position: relative;
  top: -30px;
  background: #000;
  color: #FFF;
  display: inline-block;
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 4px 0 5px;
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__area {
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    padding: 6px 0;
  }
}

.p-dealerlist__txt1 {
  font-size: 16px;
  margin: 10px 0 0;
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__txt1 {
    margin: -18px 0 0;
    font-size: 14px;
    text-align: left;
  }
}

.p-dealerlist__txt1 .fb {
  font-weight: 500;
}

.p-dealerlist__ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 15px 0;
  padding: 0 0 17px;
  border-bottom: 1px dotted #333;
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__ttl {
    font-size: 18px;
    padding: 0 0 8px;
    text-align: left;
  }
}

.p-dealerlist__ttl span {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__ttl span {
    font-size: 14px;
  }
}

.p-dealerlist__place {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__place {
    font-size: 14px;
    text-align: left;
  }
}

.p-dealerlist__address {
  font-size: 14px;
  color: #5F5F5F;
  line-height: 1.8;
  margin: 5px 0;
}

@media only screen and (max-width: 481px) {
  .p-dealerlist__address {
    text-align: left;
  }
}

.p-dealerlist__address dl {
  display: flex;
}

.p-dealerlist__address dd {
  flex: 1;
}

.p-dealerlist__btn {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 16px 4px;
  background: #D50000;
  border-radius: 20px;
}

.p-dealerlist__btn:hover {
  color: #fff;
}

/* ------------- */
/* follow us*/
/* ------------- */
#wrapper-followus {
  min-width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
  z-index: -3;
}

.c-sec02 {
  padding-bottom: 80px;
}

.c-sec02:last-of-type {
  padding-bottom: 0;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .c-sec02 {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.c-item--01 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.c-item--01::before {
  content: "";
  background-image: linear-gradient(to right, #BEBEBE, #BEBEBE 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.c-item--01_a {
  display: flex;
}

@media print, screen and (min-width: 482px) {
  .c-item--01_a {
    padding: 20px 30px 18px;
  }
}

@media only screen and (max-width: 481px) {
  .c-item--01_a {
    padding: 20px 5px 18px 16px;
  }
}

.c-item--01_a:hover {
  background-color: #AFAFAF;
  color: #fff;
  opacity: 1;
}

.c-item--01_a:hover .c-item--title {
  color: #fff;
}

.c-item--01_a:hover .c-item--url {
  color: #fff;
}

.c-item--title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 481px) {
  .c-item--title {
    display: block;
    padding-bottom: 5px;
  }
}

.c-item--url {
  font-size: 14px;
  color: #989898;
}

@media only screen and (max-width: 481px) {
  .c-item--url {
    display: block;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 482px) {
  .c-item--img {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 481px) {
  .c-item--img {
    margin-right: 12px;
  }
}

.c-item--img img {
  width: 100px;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

@media print, screen and (min-width: 482px) {
  .c-item--contents {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .c-item--contents {
    width: 63%;
    overflow-wrap: break-word;
    padding-top: 4px;
  }
}

.p-mv_galleryshop {
  background: #fff url(../images/galleryshop/bg_mv.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

@media print, screen and (min-width: 482px) {
  .p-mv_galleryshop {
    height: 457px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_galleryshop {
    height: 142.8125vw;
  }
}

.p-mv_galleryshop-inner {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .p-mv_galleryshop-inner {
    width: 100%;
  }
}

.p-mv_galleryshop__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 46px;
  text-shadow: 0px 3px 6px #000;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding-left: 35px;
  position: relative;
}

@media only screen and (max-width: 481px) {
  .p-mv_galleryshop__title {
    font-size: 32px;
    padding-left: 0;
  }
}

.p-mv_galleryshop__title:before {
  content: '';
  position: absolute;
  left: -35px;
  top: 0;
  width: 57px;
  height: 49px;
  background: url(../images/galleryshop/mark.svg) no-repeat left top;
  background-size: contain;
}

@media only screen and (max-width: 481px) {
  .p-mv_galleryshop__title:before {
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
  }
}

.p-mv_galleryshop__title--jp {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0px 3px 6px #000;
}

@media only screen and (max-width: 481px) {
  .p-mv_galleryshop__title--jp {
    font-size: 16px;
  }
}

.p-mv_galleryshop__sns {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #FFF;
  margin: 60px 0 0;
  font-size: 16px;
}

@media only screen and (max-width: 481px) {
  .p-mv_galleryshop__sns {
    margin: 40px 0 0;
  }
}

.p-mv_galleryshop__sns ul {
  display: flex;
  justify-content: center;
  margin: 12px 0 0;
}

.p-mv_galleryshop__sns ul li {
  margin: 0 6px;
  width: 50px;
}

.p-mv_galleryshop .issp {
  display: none;
}

@media only screen and (max-width: 481px) {
  .p-mv_galleryshop .issp {
    display: block;
  }
}

.p-mv_galleryshop .ispc {
  display: block;
}

@media only screen and (max-width: 481px) {
  .p-mv_galleryshop .ispc {
    display: none;
  }
}

.p-galleryshop__block {
  display: flex;
  justify-content: space-between;
  margin: 160px 0;
}

@media print, screen and (min-width: 1281px) {
  .p-galleryshop__block {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1101px) {
  .p-galleryshop__block {
    width: calc(100% - (100% - 1040px)/2);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-galleryshop__block {
    flex-direction: column;
    max-width: 870px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__block {
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
    margin: 40px 0;
  }
}

.p-galleryshop__block--left {
  margin-left: auto;
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__block--left {
    margin-bottom: 100px;
  }
}

.p-galleryshop__block--left .p-galleryshop__content {
  padding-right: 40px;
  padding-left: 0;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-galleryshop__block--left .p-galleryshop__content {
    order: 1;
  }
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__block--left .p-galleryshop__content {
    padding: 40px 0 0;
    order: 1;
  }
}

.p-galleryshop__block--left .p-galleryshop__img:before {
  left: inherit;
  right: 0;
}

.p-galleryshop__ttl {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}

.p-galleryshop__en {
  color: #707070;
  font-size: 20px;
  font-weight: 700;
}

.p-galleryshop__content {
  width: 570px;
  padding: 40px 0 40px 40px;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-galleryshop__content {
    width: 100%;
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__content {
    padding: 40px 0 0;
    width: 100%;
  }
}

.p-galleryshop__content &gt; p {
  margin: 30px 0 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__content &gt; p {
    font-size: 16px;
  }
}

.p-galleryshop__img {
  flex: 1;
  position: relative;
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__img {
    width: 100%;
  }
}

.p-galleryshop__img:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -40px;
  width: calc(100% - 128px);
  height: 100%;
  background: #C3C3C3;
  z-index: -1;
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__img:before {
    width: 90%;
    bottom: -20px;
  }
}

.p-galleryshop__img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  object-position: 100% 50%;
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__img img {
    object-fit: fill;
    width: 100%;
    height: auto;
  }
}

.p-galleryshop__map {
  position: relative;
  padding-bottom: 40.22%;
  margin-bottom: 50px;
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__map {
    padding-bottom: 100%;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
}

.p-galleryshop__map frame, .p-galleryshop__map object, .p-galleryshop__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-galleryshop__access {
  margin: 0 auto;
}

@media print, screen and (min-width: 1101px) {
  .p-galleryshop__access {
    width: 870px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-galleryshop__access {
    flex-direction: column;
    max-width: 870px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__access {
    width: 100%;
    padding: 0 10px;
    margin: 0px auto 80px;
  }
}

.p-galleryshop__access dl {
  display: flex;
  padding: 20px;
  border-bottom: 1px dotted #ACAFB5;
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__access dl {
    flex-direction: column;
    padding: 20px 0;
  }
}

.p-galleryshop__access dl:nth-of-type(1) {
  border-top: 1px dotted #ACAFB5;
}

.p-galleryshop__access dt {
  width: 280px;
  font-weight: bold;
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__access dt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 481px) {
  .p-galleryshop__access dt .fs {
    font-size: 14px;
  }
}

.p-galleryshop__access dd {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
}

.p-galleryshop__access dd p + p {
  margin-top: 5px;
}

/* ------------- */
/* prime*/
/* ------------- */
@media print, screen and (min-width: 482px) {
  .u-use--sp {
    display: none !important;
  }
}

@media only screen and (max-width: 481px) {
  .u-use--pc {
    display: none !important;
  }
}

.main--pr {
  padding: 0 0 120px;
  background-color: #fce120;
}

@media only screen and (max-width: 481px) {
  .main--pr {
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .main--pr {
    padding: 0 0 calc(120 / 1280 * 100vw);
  }
}

.p-mv--pr {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}

@media print, screen and (min-width: 482px) {
  .p-mv--pr {
    height: 518px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv--pr {
    height: 130vw;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv--pr {
    height: 50vw;
  }
}

.p-mv--pr::before, .p-mv--pr::after {
  content: '';
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 482px) {
  .p-mv--pr::before, .p-mv--pr::after {
    top: 0;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv--pr::before, .p-mv--pr::after {
    top: -56px;
  }
}

.p-mv--pr::before {
  left: 0;
}

@media print, screen and (min-width: 482px) {
  .p-mv--pr::before {
    background-image: url(../images/prime/bg_mv01.png);
    background-size: 311px 472px;
    width: 311px;
    height: 472px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv--pr::before {
    background-image: url(../images/prime/bg_mv01_sp.png);
    background-size: 119px 217px;
    width: 119px;
    height: 217px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv--pr::before {
    background-size: contain;
    width: calc((311 / 1090) * 100%);
    height: calc((472 / 1280) * 100vw);
    z-index: 0;
  }
}

.p-mv--pr::after {
  right: 0;
}

@media print, screen and (min-width: 482px) {
  .p-mv--pr::after {
    background-image: url(../images/prime/bg_mv02.png);
    background-size: 275px 472px;
    width: 275px;
    height: 472px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv--pr::after {
    background-image: url(../images/prime/bg_mv02_sp.png);
    background-size: 95px 217px;
    width: 95px;
    height: 217px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv--pr::after {
    background-size: contain;
    width: calc((275 / 1090) * 100%);
    height: calc((472 / 1280) * 100vw);
    background-position: 100% 0;
    z-index: 0;
  }
}

.p-mv--pr__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv--pr__inner {
    position: relative;
    z-index: 1;
  }
}

.pr-catch {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  padding: 0 38px;
  color: #000;
}

@media only screen and (max-width: 481px) {
  .pr-catch {
    font-size: 16px;
    padding: 0 22px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-catch {
    font-size: calc(24 / 1280 * 100vw);
    margin-bottom: calc(15 / 1280 * 100vw);
    padding: 0 calc(38 / 1090 * 100%);
  }
}

.pr-catch::before, .pr-catch::after {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 47px;
  margin-top: -23px;
  content: '';
  background: url(../images/prime/icon_mark.svg) no-repeat left top;
  background-size: 18px 47px;
}

.pr-catch::before {
  left: 0;
}

.pr-catch::after {
  right: 0;
  transform: rotate(180deg);
}

.pr-title {
  margin-bottom: 39px;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 481px) {
  .pr-title {
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-title {
    margin-bottom: calc(16 / 1280 * 100vw);
  }
}

.pr-title__main {
  font-size: 64px;
  line-height: 1.25;
  display: block;
  margin-bottom: 18px;
  font-family: 'Rampart One', cursive;
}

@media only screen and (max-width: 481px) {
  .pr-title__main {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-title__main {
    font-size: calc(64 / 1280 * 100vw);
    margin-bottom: calc(18 / 1280 * 100vw);
  }
}

.pr-title__sub {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 481px) {
  .pr-title__sub {
    font-size: 18px;
  }
}

.pr-title__sub::before {
  position: absolute;
  z-index: -1;
  bottom: 3px;
  left: -5px;
  width: calc(100% + 10px);
  height: 7px;
  content: '';
  border-radius: 20px;
  background-color: #65cba8;
}

@media only screen and (max-width: 481px) {
  .pr-title__sub::before {
    bottom: -1px;
  }
}

.pr-logo {
  width: 150px;
}

@media only screen and (max-width: 481px) {
  .pr-logo {
    width: 110px;
  }
}

.pr-logo__img {
  width: 100%;
}

.pr-lead {
  position: relative;
  margin-bottom: 120px;
  padding-top: 289px;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .pr-lead {
    padding-top: 191px;
  }
}

@media only screen and (max-width: 481px) {
  .pr-lead {
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-lead {
    padding-top: calc((289 / 1280) * 100vw);
    padding-right: calc((20 / 1090) * 100%);
    padding-left: calc((20 / 1090) * 100%);
  }
}

.pr-lead::before {
  position: absolute;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media print, screen and (min-width: 482px) {
  .pr-lead::before {
    top: -104px;
    width: 1425px;
    height: 468px;
    background-image: url(../images/prime/bg_lead.png);
    background-size: 1425px 467.5px;
  }
}

@media only screen and (max-width: 481px) {
  .pr-lead::before {
    top: -7px;
    width: 748px;
    height: 242px;
    background-image: url(../images/prime/bg_lead_sp.png);
    background-size: 748px 242px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-lead::before {
    top: calc((-104 / 1090) * 100vw);
    width: calc((1425 / 1090) * 100%);
    height: calc((468 / 1280) * 100vw);
    background-position: center top;
    background-size: contain;
  }
}

.pr-lead__txt {
  font-weight: 700;
  color: #000;
}

@media print, screen and (min-width: 482px) {
  .pr-lead__txt {
    font-size: 20px;
    line-height: 3;
  }
}

@media only screen and (max-width: 481px) {
  .pr-lead__txt {
    font-size: 16px;
    line-height: 1.6875;
  }
  .pr-lead__txt:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-lead__txt {
    font-size: calc(20 / 1280 * 100vw);
  }
}

.pr-showcase {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 120px;
}

@media only screen and (max-width: 481px) {
  .pr-showcase {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase {
    max-width: calc((1100 / 1090) * 100%);
    margin: 0 auto calc((120 / 1280) * 100vw);
    padding: 0 calc((20 / 1090) * 100%);
  }
}

.pr-showcase::before {
  position: absolute;
  z-index: 1;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media print, screen and (min-width: 482px) {
  .pr-showcase::before {
    top: 76px;
    left: 0;
    width: 1100px;
    height: 1835px;
    background-image: url(../images/prime/bg_line.svg);
    background-size: 1100px 1835px;
  }
}

@media only screen and (max-width: 481px) {
  .pr-showcase::before {
    top: 53px;
    left: 50%;
    width: 1040px;
    height: 1865px;
    margin-left: -266px;
    background-image: url(../images/prime/bg_line_sp.svg);
    background-size: 1040px 1865px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase::before {
    top: calc((76 / 1280) * 100vw);
    left: 0;
    width: 100%;
    height: calc((2134 / 1280) * 100vw);
    background-size: cover;
  }
}

.pr-showcase__item {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 482px) {
  .pr-showcase__item {
    display: flex;
  }
  .pr-showcase__item:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .pr-showcase__item--01 {
    margin-bottom: 113px;
  }
}

@media print, screen and (min-width: 482px) and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__item--01 {
    margin-bottom: calc((113 / 1280) * 100vw);
  }
}

@media print, screen and (min-width: 482px) {
  .pr-showcase__item--02 {
    margin-bottom: 106px;
  }
}

@media print, screen and (min-width: 482px) and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__item--02 {
    margin-bottom: calc((106 / 1280) * 100vw);
  }
}

@media print, screen and (min-width: 482px) {
  .pr-showcase__item--03 {
    margin-bottom: 113px;
  }
}

@media print, screen and (min-width: 482px) and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__item--03 {
    margin-bottom: calc((113 / 1280) * 100vw);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__item--01 {
    margin-bottom: calc((113 / 1280) * 100vw);
  }
  .pr-showcase__item--02 {
    margin-bottom: calc((106 / 1280) * 100vw);
  }
  .pr-showcase__item--03 {
    margin-bottom: calc((113 / 1280) * 100vw);
  }
}

@media only screen and (max-width: 481px) {
  .pr-showcase__item {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 481px) {
  .pr-showcase__picture {
    display: block;
    margin: 0 auto 20px;
  }
}

@media print, screen and (min-width: 482px) {
  .pr-showcase__picture--01 {
    width: 522px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__picture--01 {
    width: calc((522 / 1050) * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  .pr-showcase__picture--02 {
    width: 521px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__picture--02 {
    width: calc((521 / 1050) * 100%);
  }
}

@media print, screen and (min-width: 482px) {
  .pr-showcase__picture--03 {
    width: 437px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__picture--03 {
    width: calc((437 / 1050) * 100%);
  }
}

.pr-showcase__img {
  width: 100%;
}

@media print, screen and (min-width: 482px) {
  .pr-showcase__inner {
    flex: 1 0 1%;
  }
  .pr-showcase__inner--01 {
    padding: 145px 0 0 23px;
  }
  .pr-showcase__inner--02 {
    padding: 154px 0 0 83px;
  }
  .pr-showcase__inner--03 {
    padding: 100px 0 0 114px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__inner--01 {
    padding: calc((145 / 1280) * 100vw) 0 0 calc((23 / 1050) * 100%);
  }
  .pr-showcase__inner--02 {
    padding: calc((154 / 1280) * 100vw) 0 0 calc((83 / 1050) * 100%);
  }
  .pr-showcase__inner--03 {
    padding: calc((100 / 1280) * 100vw) 0 0 calc((114 / 1050) * 100%);
  }
}

.pr-showcase__hd {
  color: #000;
}

.pr-showcase__hd__sub {
  font-size: 32px;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 481px) {
  .pr-showcase__hd__sub {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__hd__sub {
    font-size: calc((32 / 1280) * 100vw);
  }
}

.pr-showcase__hd__main {
  font-size: 48px;
  font-family: 'Rampart One', cursive;
}

@media only screen and (max-width: 481px) {
  .pr-showcase__hd__main {
    font-size: 32px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__hd__main {
    font-size: calc((48 / 1280) * 100vw);
  }
}

.pr-showcase__txt {
  font-size: 16px;
  line-height: 2.125;
  margin-top: 32px;
  color: #000;
}

@media only screen and (max-width: 481px) {
  .pr-showcase__txt {
    line-height: 1.875;
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__txt {
    font-size: calc((16 / 1280) * 100vw);
    margin-top: calc((32 / 1280) * 100vw);
  }
}

.pr-showcase__btn {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.7;
  position: relative;
  z-index: 2;
  display: block;
  width: 260px;
  height: 60px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  background: #fce120;
  box-shadow: 4px 4px 0 #000;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__btn {
    font-size: calc((20 / 1280) * 100vw);
    width: calc((260 / 1050) * 100%);
    height: calc((60 / 1280) * 100vw);
    margin: 0 auto;
    padding: 0 calc((15 / 1050) * 100%);
    line-height: calc((60 / 1280) * 100vw);
  }
}

.pr-showcase__btn::before {
  position: absolute;
  top: 50%;
  right: 33px;
  width: 0;
  height: 0;
  content: '';
  transform: translateY(-50%);
  border-width: 9px 0 9px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .pr-showcase__btn::before {
    right: calc((23 / 260) * 100%);
    border-width: calc((9 / 1280) * 100vw) 0 calc((9 / 1280) * 100vw) calc((10 / 1280) * 100vw);
  }
}

/*---------------------------------------------
  online
---------------------------------------------*/
.inner-online {
  padding-top: 34px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .inner-online .c-ttl {
    font-size: calc(48 / 1280 * 100vw);
  }
}

.inner-online .c-ttl_small {
  font-weight: 400;
}

@media print, screen and (min-width: 482px) {
  .inner-online .c-ttl_small {
    font-size: 11px;
  }
}

@media only screen and (max-width: 481px) {
  .inner-online .c-ttl_small {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .inner-online .c-ttl_small {
    font-size: calc(11 / 1280 * 100vw);
  }
}

.p-online__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1060px;
  width: 100%;
  padding: 0 10px;
  justify-content: space-between;
  margin: 0 auto;
}

.p-online__item {
  width: 330px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 270px;
}

.p-online__item2 {
  width: 250px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 400px;
}

.p-online__item3 {
  width: 200px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 170px;
}

@media only screen and (max-width: 481px) {
  .p-online__item {
    width: 48%;
    height: auto;
    margin-bottom: 24px;
    font-size: 16px;
    min-height: 144px;
  }

  .p-online__item2 {
    width: 48%;
    height: auto;
    margin-bottom: 24px;
    font-size: 16px;
    min-height: 144px;
  }

  .p-online__item3 {
    width: 48%;
    height: auto;
    margin-bottom: 24px;
    font-size: 16px;
    min-height: 144px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-online__item {
    width: calc(330 / 1060 * 100%);
    margin-bottom: calc(35 / 1280 * 100vw);
    height: calc(270 / 1280 * 100vw);
    font-size: calc(32 / 1280 * 100vw);
  }

  .p-online__item2 {
    width: calc(250 / 1060 * 100%);
    margin-bottom: calc(35 / 1280 * 100vw);
    height: calc(400 / 1280 * 100vw);
    font-size: calc(32 / 1280 * 100vw);
  }

  .p-online__item3 {
    width: calc(200 / 1060 * 100%);
    margin-bottom: calc(35 / 1280 * 100vw);
    height: calc(170 / 1280 * 100vw);
    font-size: calc(32 / 1280 * 100vw);
  }
}

.p-online__item--black {
  background: #000;
}

.p-online__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-online__item2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-online__item3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-online__item span {
  font-size: 26px;
}
.p-online__item2 span {
  font-size: 26px;
}

.p-online__item2 span {
  font-size: 26px;
}

.p-online__item3 span {
  font-size: 26px;
}

@media only screen and (max-width: 481px) {
  .p-online__item span {
    font-size: 16px;
  }

  .p-online__item2 span {
    font-size: 16px;
  }

  .p-online__item3 span {
    font-size: 16px;
  }
}

.p-online__item img {
  vertical-align: middle;
}
.p-online__item2 img {
  vertical-align: middle;
}

.p-online__item2 img {
  vertical-align: middle;
}

.p-online__item3 img {
  vertical-align: middle;
}

@media only screen and (max-width: 481px) {
  .p-online__item img {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .p-online__item2 img {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  .p-online__item3 img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-online__item img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
  }

  .p-online__item2 img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
  }

  .p-online__item3 img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 481px) {
  #hexGrid2 .hexContainer2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(11, 16.875vw);
    justify-items: center;
  }
}

#hexGrid2 .hexContainer2 .hex {
  width: 100%;
}

@media print, screen and (min-width: 482px) {
  #hexGrid2 .hexContainer2 .hex {
    width: 100%;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .main--online .c-sec {
    padding-right: calc(20 / 1090 * 100%);
    padding-left: calc(20 / 1090 * 100%);
  }
}

@media only screen and (max-width: 481px) {
  .c-sec {
    padding-bottom: 92px;
  }
}

/* ------------- */
/* wiz*/
/* ------------- */
#wrapper.wiz {
  background-image: none;
}

#wrapper.wiz .wrapper-bg {
  background-color: #F0F2F1;
}

.p-mv_wiz02 {
  position: relative;
  width: 100%;
  padding: 75px 0 100px;
  background-color: #fff;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz02 {
    padding: 80px 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv_wiz02 {
    min-height: 470px;
    padding-right: calc((20 / 1280) * 100%);
    padding-left: calc((20 / 1280) * 100%);
  }
}

.p-mv_wiz02-inner {
  position: relative;
  margin: auto;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz02-inner {
    padding: 0 15px 0 17px;
  }
}

.p-mv_wiz02-txt {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz02-txt {
    font-size: 18px;
    line-height: 2;
  }
}

.p-mv_wiz02-txt-wrap01 {
  display: inline-block;
  margin-bottom: 25px;
}

.p-mv_wiz02-txt01-box {
  display: inline-block;
}

.p-mv_wiz02-txt01-small {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #707070;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz02-txt01-small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz02-txt01-small + img {
    width: 255px;
  }
}

.p-mv_wiz02-txt-wrap02 {
  display: inline-block;
  margin-bottom: 36px;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz02-txt-wrap02 {
    margin-bottom: 0;
  }
}

.p-mv_wiz02-txt02-box {
  display: inline-block;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz02-txt02-box {
    margin-bottom: 17px;
  }
}

.p-mv_wiz02-txt02-box img {
  vertical-align: bottom;
}

.p-mv_wiz02-txt02-small {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #707070;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz02-txt02-small {
    font-size: 14px;
  }
}

.p-mv_wiz02::before {
  border-color: #fff #F0F2F1 transparent transparent;
  border-style: solid;
  border-width: 200px 100vw 0 0;
  top: 147px;
  left: 0;
  content: "";
  height: 0;
  position: absolute;
}

@media only screen and (max-width: 481px) {
  .p-mv_wiz02::before {
    display: none;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-mv_wiz02::before {
    border-width: 323px 100vw 0 0;
  }
}

.wear-item_wrap {
  position: relative;
  background-color: #F0F2F1;
}

@media print, screen and (min-width: 482px) {
  .wear-item_wrap {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item_wrap {
    margin-top: 0;
    padding-top: 0;
    padding-right: calc((20 / 1280) * 100%);
    padding-left: calc((20 / 1280) * 100%);
  }
}

.wear-item:not(:last-child) {
  padding-bottom: 405px;
}

@media only screen and (max-width: 481px) {
  .wear-item:not(:last-child) {
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item:not(:last-child) {
    padding-bottom: calc((405 / 1280) * 100vw);
  }
}

.wear-item:last-child {
  padding-bottom: 426px;
}

@media only screen and (max-width: 481px) {
  .wear-item:last-child {
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item:last-child {
    padding-bottom: calc((426 / 1280) * 100vw);
  }
}

.wear-item-inner {
  position: relative;
  max-width: 1090px;
  margin: auto;
  z-index: 1;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item-inner {
    max-width: calc((1090 / 1280) * 100%);
  }
}

.wear-item-txt {
  position: absolute;
  top: 756px;
}

@media only screen and (max-width: 481px) {
  .wear-item-txt {
    margin-top: -35px;
    position: static;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item-txt {
    width: calc((700 / 1090) * 100%);
    top: calc((756 / 1280) * 100vw);
  }
}

@media only screen and (max-width: 481px) {
  .wear-item:nth-child(1) .wear-item-txt,
  .wear-item:nth-child(3) .wear-item-txt {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .wear-item:nth-child(2) .wear-item-txt {
    padding-left: 20px;
  }
}

.wear-item_p01 .wear-item-txt {
  right: 0;
}

@media print, screen and (min-width: 482px) {
  .wear-item_p01 .wear-item-txt {
    text-align: right;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item_p01 .wear-item-txt {
    text-align: right;
  }
}

.wear-item_p02 .wear-item-txt {
  left: 0;
}

.wear-item-ttl {
  margin-bottom: 48px;
}

@media only screen and (max-width: 481px) {
  .wear-item-ttl {
    margin-bottom: 24px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item-ttl {
    margin-bottom: calc((48 / 1280) * 100vw);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item:nth-child(1) .wear-item-ttl {
    width: calc((515 / 700) * 100%);
    margin-left: auto;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item:nth-child(2) .wear-item-ttl {
    width: calc((393 / 700) * 100%);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item:nth-child(3) .wear-item-ttl {
    width: calc((383 / 700) * 100%);
    margin-left: auto;
  }
}

.wear-item-txt01 {
  margin-bottom: 64px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  color: #000;
}

@media only screen and (max-width: 481px) {
  .wear-item-txt01 {
    margin-bottom: 32px;
    font-size: 24px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item-txt01 {
    margin-bottom: calc((64 / 1280) * 100vw);
    font-size: calc((50 / 1280) * 100vw);
  }
}

.wear-item-txt01_emphasis-wear {
  color: #F437A4;
}

.wear-item-txt01_emphasis-ever {
  color: #C2F214;
}

.wear-item-txt01_emphasis-wiz {
  color: #6600FF;
}

.wear-item-txt02 {
  font-weight: 700;
  line-height: 2;
  color: #000;
}

@media only screen and (max-width: 481px) {
  .wear-item-txt02 {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item-txt02 {
    font-size: calc((20 / 1280) * 100vw);
  }
}

.wear-item_p01 .wear-item-txt02 {
  text-align: right;
}

@media only screen and (max-width: 481px) {
  .wear-item_p01 .wear-item-txt02 {
    text-align: left;
  }
}

.wear-item_p02 .wear-item-txt02 {
  text-align: left;
}

@media only screen and (max-width: 481px) {
  .wear-item:nth-child(1) .wear-item-inner,
  .wear-item:nth-child(3) .wear-item-inner {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 481px) {
  .wear-item:nth-child(2) .wear-item-inner {
    padding-right: 20px;
  }
}

.wear-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 1100px;
  left: 0;
  width: 100%;
  height: 80.859375vw;
  /* 1035 / 1280 * 100 */
  background-image: url(../images/wiz/bg_wear.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

@media only screen and (max-width: 481px) {
  .wear-item:nth-child(1)::after {
    top: 468px;
    width: 100%;
    height: 204.375vw;
    /* 654 / 320 * 100 */
    background-image: url(../images/wiz/bg_wear_sp.svg);
    background-position: center top;
    background-size: contain;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item:nth-child(1)::after {
    top: calc((1050 / 1280) * 100vw);
  }
}

.wear-item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 2460px;
  left: 0;
  width: 100%;
  height: 80.859375vw;
  /* 1035 / 1280 * 100 */
  background-image: url(../images/wiz/bg_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

@media only screen and (max-width: 481px) {
  .wear-item:nth-child(2)::after {
    top: 1457px;
    width: 100%;
    height: 185vw;
    /* 592 / 320 * 100 */
    background-image: url(../images/wiz/bg_white_sp.svg);
    background-position: center top;
    background-size: contain;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item:nth-child(2)::after {
    top: calc((2360 / 1280) * 100vw);
  }
}

.wear-item:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 4210px;
  left: 0;
  width: 100%;
  height: 80.859375vw;
  /* 1035 / 1280 * 100 */
  background-image: url(../images/wiz/bg_wiz.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

@media only screen and (max-width: 481px) {
  .wear-item:nth-child(3)::after {
    top: 2630px;
    width: 100%;
    height: 200vw;
    /* 640 / 320 * 100 */
    background-image: url(../images/wiz/bg_wiz_sp.svg);
    background-position: center top;
    background-size: contain;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .wear-item:nth-child(3)::after {
    top: calc((4080 / 1280) * 100vw);
  }
}

.items {
  padding-bottom: 150px;
  background-color: #F0F2F1;
}

@media only screen and (max-width: 481px) {
  .items {
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .items {
    padding-bottom: calc((150 / 1280) * 100vw);
  }
}

.items-inner {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  z-index: 1;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .items-inner {
    padding-right: calc((20 / 1280) * 100%);
    padding-left: calc((20 / 1280) * 100%);
  }
}

.items-img {
  filter: drop-shadow(8px 8px 0px #0c7cdb);
}

.items-ttl {
  margin-bottom: 56px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #000;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .items-ttl {
    font-size: 56px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .items-ttl {
    margin-bottom: calc((56 / 1280) * 100vw);
    font-size: calc((80 / 1280) * 100vw);
  }
}

.items-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 48px;
}

@media only screen and (max-width: 481px) {
  .items-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .items-list {
    grid-template-columns: repeat(3, 1fr);
    gap: calc((70 / 1280) * 100vw) calc((48 / 1280) * 100%);
  }
}

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

.items-link {
  display: block;
}

.items-img {
  display: block;
  margin-bottom: 16px;
}

@media only screen and (max-width: 481px) {
  .items-img {
    width: 200px;
    margin: 0 auto 24px;
  }
}

.items-txt {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #000;
  text-shadow: 3px 3px 0 white;
}

@media only screen and (max-width: 481px) {
  .items-txt {
    font-size: 36px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .items-txt {
    font-size: calc((48 / 1280) * 100vw);
  }
}

.items-txt .first-letter {
  color: #0C7CDB;
}

.items-btn {
  position: relative;
  display: block;
  width: 370px;
  height: 73px;
  margin: 80px auto 0;
  border-radius: 36.5px;
  background: #fff;
  border: 2px solid #000;
  box-shadow: 8px 8px 0px #007edd;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #000;
  line-height: 73px;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .items-btn {
    width: 280px;
    height: 60px;
    margin: 40px auto 0;
    font-size: 18px;
    line-height: 60px;
    box-shadow: 6px 6px 0px #007edd;
    border-radius: 30px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .items-btn {
    width: calc((370 / 1280) * 100%);
    height: calc((73 / 1280) * 100vw);
    margin: calc((80 / 1280) * 100vw) auto 0;
    font-size: calc((26 / 1280) * 100vw);
    line-height: calc((73 / 1280) * 100vw);
  }
}

.items-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 19.5px);
  right: 25px;
  display: block;
  width: 39px;
  height: 39px;
  background-image: url(/media/gen2/images/wiz/icon_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 481px) {
  .items-btn::after {
    top: calc(50% - 12.5px);
    right: 17px;
    width: 25px;
    height: 25px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .items-btn::after {
    top: calc(50% - calc((19.5 / 1280) * 100vw));
    right: calc((25 / 370) * 100%);
    width: calc((39 / 370) * 100%);
    height: calc((39 / 1280) * 100vw);
  }
}

.wiz .breadcrumbs + section {
  position: relative;
  z-index: 10;
}

/* ------------- */
/* statue*/
/* ------------- */
.main--statue {
  background-color: #1E1E20;
}

.p-statue_ttl {
  max-width: 517px;
  margin: 0 auto 94px;
  text-align: center;
  color: #fff;
}

@media print, screen and (max-width: 1090px) {
  .p-statue_ttl {
    padding: 0 10px;
    margin: 0 auto 40px;
  }
}

.p-statue_ttl-txt {
  display: block;
  margin-bottom: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media print, screen and (max-width: 1090px) {
  .p-statue_ttl-txt {
    margin-bottom: 8px;
    font-size: 10px;
  }
}

@media print, screen and (max-width: 1090px) {
  .p-statue_ttl-img {
    height: 34px;
  }
}

.p-statue-btn {
  display: block;
  position: relative;
  width: 261px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.02em;
}

.p-statue-btn::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  width: 261px;
  height: 60px;
  border: 1px solid #fff;
}

.p-statue01 {
  padding: 160px 0;
  background-image: url(../images/statue/bg_statue01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  color: #fff;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-statue01 .sp {
    display: block !important;
  }
}

@media only screen and (max-width: 481px) {
  .p-statue01 {
    padding: 40px 0 30px;
    background-image: url(../images/statue/bg_statue01_sp.jpg);
  }
}

.p-statue01_inner {
  max-width: 992px;
  margin: 0 auto;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-statue01_inner {
    padding-right: calc(20 / 1090 * 100%);
    padding-left: calc(20 / 1090 * 100%);
  }
}

.p-statue01_ttl {
  margin-bottom: 80px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 481px) {
  .p-statue01_ttl {
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 24px;
    text-align: left;
  }
}

.p-statue01_txt {
  margin-bottom: 120px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 3;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .p-statue01_txt {
    margin-bottom: 62px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-statue01_nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

@media print, screen and (max-width: 1090px) {
  .p-statue01_nav {
    display: block;
    padding: 0 23px;
  }
}

.p-statue01_item {
  position: relative;
  display: inline-block;
  width: calc(100% / 3);
  text-align: center;
}

@media print, screen and (max-width: 1090px) {
  .p-statue01_item {
    display: block;
    width: 100%;
  }
}

.p-statue01_item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #78777C;
}

@media print, screen and (max-width: 1090px) {
  .p-statue01_item:not(:first-child)::after {
    width: 100%;
    height: 1px;
  }
}

@media print, screen and (max-width: 1090px) {
  .p-statue01_item:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #78777C;
  }
}

@media print, screen and (max-width: 1090px) {
  .p-statue01_item:last-child::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #78777C;
  }
}

.p-statue01_link {
  display: block;
  color: inherit;
}

@media print, screen and (max-width: 1090px) {
  .p-statue01_link {
    padding: 14px 0;
    position: relative;
  }
}

@media print, screen and (max-width: 1090px) {
  .p-statue01_link::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -8px;
    transform: rotate(45deg);
  }
}

.p-statue01_ja {
  display: block;
  margin-bottom: 4px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1;
}

@media print, screen and (max-width: 1090px) {
  .p-statue01_ja {
    font-size: 14px;
  }
}

.p-statue01_en {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #c4ad81;
  line-height: 1;
}

.p-statue02 {
  margin-top: -108px;
  padding-top: 108px;
  padding-bottom: 160px;
  background-image: url(../images/statue/bg_statue02.jpg);
  background-repeat: no-repeat;
  background-position: center 96px;
  background-size: contain;
  color: #fff;
}

@media print, screen and (min-width: 482px) {
  .p-statue02 {
    margin-top: -108px;
    padding-top: 108px;
  }
}

@media print, screen and (max-width: 1090px) {
  .p-statue02 {
    padding-bottom: 65px;
    background-image: url(../images/statue/bg_statue02_sp.jpg);
  }
}

@media only screen and (max-width: 481px) {
  .p-statue02 {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.p-statue02_inner {
  max-width: 1170px;
  margin: 0 auto;
}

.p-statue02_about {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}

.p-statue02_about-img {
  max-width: 558px;
  flex-shrink: 0;
}

@media print, screen and (max-width: 1090px) {
  .p-statue02_about-img {
    max-width: 224px;
    margin: 61px auto 0;
  }
}

.p-statue02_about-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
}

@media print, screen and (max-width: 1090px) {
  .p-statue02_about-txt {
    position: static;
    transform: translateY(0);
    padding: 0 10px;
    text-align: left;
  }
}

.p-statue02_about-ttl {
  margin-bottom: 60px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 32px;
  text-shadow: 0px 0px 7px #000;
  color: #fff;
}

@media print, screen and (max-width: 1090px) {
  .p-statue02_about-ttl {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.45;
  }
}

.p-statue02_about-txt01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.5;
}

@media print, screen and (max-width: 1090px) {
  .p-statue02_about-txt01 {
    font-size: 14px;
    line-height: 2.4;
  }
}

.p-statue02_list {
  margin-bottom: 140px;
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_list {
    margin-bottom: 90px;
  }
}

.p-statue02_item {
  position: relative;
  padding-top: 160px;
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_item {
    margin-left: 10px;
    padding-top: 84px;
  }
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_item.reverse {
    margin-left: 0;
    margin-right: 10px;
  }
}

.p-statue02_ttl01 {
  position: relative;
  margin-bottom: 59px;
  padding: 0 0 20px 108px;
  border-bottom: 1px solid #78777C;
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_ttl01 {
    margin-bottom: 12px;
    padding: 0 0 12px 63px;
  }
}

.p-statue02_ttl01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 1px;
  height: 600px;
  background-color: #78777C;
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_ttl01::after {
    left: 38px;
  }
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_ttl01 img {
    width: auto;
    height: 35px;
  }
}

.reverse .p-statue02_ttl01 {
  padding: 0 116px 20px 0;
  text-align: right;
}

@media print, screen and (max-width: 1120px) {
  .reverse .p-statue02_ttl01 {
    padding: 0 63px 12px 0;
  }
}

.reverse .p-statue02_ttl01::after {
  right: 80px;
  left: inherit;
}

@media print, screen and (max-width: 1120px) {
  .reverse .p-statue02_ttl01::after {
    right: 38px;
  }
}

.p-statue02_jp {
  position: absolute;
  top: 262px;
  left: 36px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_jp {
    top: 162px;
    left: 0;
    font-size: 18px;
  }
}

.reverse .p-statue02_jp {
  left: inherit;
  right: 36px;
}

@media print, screen and (max-width: 1120px) {
  .reverse .p-statue02_jp {
    right: 8px;
  }
}

.p-statue02_content {
  position: relative;
  max-width: 924px;
  margin-bottom: 85px;
  margin-left: 146px;
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_content {
    margin-right: 10px;
    margin-bottom: 65px;
    margin-left: 48px;
  }
}

.reverse .p-statue02_content {
  margin-left: auto;
  margin-right: 146px;
}

@media print, screen and (max-width: 1120px) {
  .reverse .p-statue02_content {
    margin-right: 48px;
    margin-left: 10px;
  }
}

.p-statue02_content-txt {
  position: absolute;
  top: 55px;
  left: 0;
  max-width: 610px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.5;
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_content-txt {
    position: static;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2.85;
  }
}

.reverse .p-statue02_content-txt {
  left: inherit;
  right: 0;
}

.p-statue02_bg {
  position: absolute;
  bottom: -85px;
  left: -76px;
}

@media print, screen and (min-width: 482px) and (max-width: 1120px) {
  .p-statue02_bg {
    bottom: -38px;
    left: -5px;
  }
}

@media print, screen and (min-width: 1121px) and (max-width: 1380px) {
  .p-statue02_bg {
    bottom: -80px;
    left: 0;
  }
}

@media print, screen and (max-width: 481px) {
  .p-statue02_bg {
    bottom: -48px;
    left: 10px;
  }
}

.reverse .p-statue02_bg {
  left: inherit;
  right: -76px;
}

@media print, screen and (max-width: 1120px) {
  .reverse .p-statue02_bg {
    right: -5px;
  }
}

@media print, screen and (min-width: 1121px) and (max-width: 1380px) {
  .reverse .p-statue02_bg {
    right: 0;
  }
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_item:nth-child(1) .p-statue02_bg {
    width: auto;
    height: 48px;
  }
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_item:nth-child(2) .p-statue02_bg {
    width: auto;
    height: 58px;
  }
}

@media print, screen and (max-width: 1120px) {
  .p-statue02_item:nth-child(3) .p-statue02_bg {
    width: auto;
    height: 65px;
  }
}

.p-format-lineup {
  padding-bottom: 160px;
  color: #fff;
}

@media print, screen and (min-width: 482px) {
  .p-format-lineup {
    margin-top: -108px;
    padding-top: 108px;
  }
}

@media only screen and (max-width: 481px) {
  .p-format-lineup {
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.p-format-lineup_inner {
  max-width: 1090px;
  margin: 0 auto;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-format-lineup_inner {
    padding-right: calc((20 / 1090) * 100%);
    padding-left: calc((20 / 1090) * 100%);
  }
}

.p-format-lineup_card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 48px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 481px) {
  .p-format-lineup_card {
    grid-template-columns: 1fr;
    gap: 24px 0;
    padding: 0 10px;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-format-lineup_card {
    grid-template-columns: 1fr;
    gap: 24px 0;
    padding: 0 10px;
    margin-bottom: 40px;
  }
}

.p-format-lineup_card-ttl {
  margin-bottom: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #78777C;
}

.p-format-lineup_card-ttl-jp {
  display: block;
  margin-bottom: 1px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
}

@media only screen and (max-width: 481px) {
  .p-format-lineup_card-ttl-jp {
    font-size: 14px;
  }
}

.p-format-lineup_card-ttl-en {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #c4ad81;
}

@media only screen and (max-width: 481px) {
  .p-format-lineup_card-ttl-en {
    font-size: 24px;
  }
}

.p-format-lineup_card-wrap {
  display: grid;
  grid-template-columns: 186px auto;
  align-items: start;
  column-gap: 22px;
}

@media only screen and (max-width: 481px) {
  .p-format-lineup_card-wrap {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}

.p-format-lineup_card-txt {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 481px) {
  .p-format-lineup_card-txt {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 481px) {
  .p-format-lineup_card-img {
    width: 186px;
    height: auto;
    margin: 0 auto;
  }
}

.c-table {
  width: 100%;
  border-top: 1px dotted #ACAFB5;
}

.c-table__th, .c-table__td {
  padding: 24px 36px;
  border-collapse: collapse;
  border-bottom: 1px dotted #ACAFB5;
}

@media only screen and (max-width: 481px) {
  .c-table__th, .c-table__td {
    padding: 16px 0;
    width: 100%;
    display: block;
  }
}

.c-table__th {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 481px) {
  .c-table__th {
    padding-bottom: 8px;
    font-size: 16px;
    border-bottom: none;
  }
}

.c-table__td {
  font-size: 16px;
}

@media only screen and (max-width: 481px) {
  .c-table__td {
    padding-top: 0;
  }
}

.c-table__hd {
  font-weight: bold;
}

.c-table__box:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}

@media only screen and (max-width: 481px) {
  .c-table__box:not(:nth-last-of-type(1)) {
    margin-bottom: 16px;
  }
}

.c-table .u-small {
  font-size: 14px;
}

@font-face {
  font-family: 'icomoon';
  src: url("/media/gen2/fonts/icomoon.eot?zbdra4");
  src: url("/media/gen2/fonts/icomoon.eot?zbdra4#iefix") format("embedded-opentype"), url("/media/gen2/fonts/icomoon.ttf?zbdra4") format("truetype"), url("/media/gen2/fonts/icomoon.woff?zbdra4") format("woff"), url("/media/gen2/fonts/icomoon.svg?zbdra4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.p-news {
  padding-bottom: 150px;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}

@media only screen and (max-width: 481px) {
  .p-news {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news {
    padding-bottom: calc((150 / 1280) * 100vw);
  }
}

.p-news--default {
  font-family: "Noto Sans JP", sans-serif;
}

.p-news--default .p-news--head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--default .p-news--head {
    margin-bottom: calc((40 / 1280) * 100vw);
  }
}

.p-news--default .p-news--hd__main {
  font-size: 40px;
  background: none;
  color: initial;
  text-shadow: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media only screen and (max-width: 481px) {
  .p-news--default .p-news--hd__main {
    font-size: initial;
  }
}

.p-news--default .p-news--hd__main::before {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: -20px;
  letter-spacing: 0.2em;
}

.p-news--default .p-news--hd__main::after {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-news--default .p-news-post--list {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.p-news--default .p-news-post--item {
  padding: 24px 0;
  border-bottom: 1px dashed #BEBEBE;
}

@media only screen and (max-width: 481px) {
  .p-news--default .p-news-post--item {
    padding: 12px 0;
  }
}

.p-news--default .p-news-post--item:first-child {
  padding-top: 0;
}

.p-news--default .p-news-post--link {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
}

.p-news--default .p-news-post--thumbnail {
  width: 120px;
  font-size: 0;
}

@media only screen and (max-width: 481px) {
  .p-news--default .p-news-post--thumbnail {
    width: 75px;
  }
}

.p-news--default .p-news-post--thumbnail img {
  border-radius: 0;
  box-shadow: none;
}

.p-news--default .p-news-post--content {
  padding: 8px 0 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.p-news--default .p-news-post--date {
  font-size: 12px;
  color: #AAA;
  font-family: initial, sans-serif;
}

.p-news--default .p-news-post--title {
  font-weight: initial;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-family: initial, sans-serif;
}

@media only screen and (max-width: 481px) {
  .p-news--default .p-news-post--title {
    font-size: 15px;
  }
}

.p-news--cutie1 {
  font-family: RocknRoll One, sans-serif;
  margin-top: 150px;
}

.p-news--cutie1 .p-news--head {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--cutie1 .p-news--head {
    margin-bottom: calc((40 / 1280) * 100vw);
  }
}

.p-news--cutie1 .p-news--hd__main {
  font-size: 72px;
  background: none;
  color: #FFF;
  text-shadow: 0px 0px 16px #00FFE2C7;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media only screen and (max-width: 481px) {
  .p-news--cutie1 .p-news--hd__main {
    font-size: 40px;
  }
}

.p-news--cutie1 .p-news--hd__main::before {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: 0px 0px 6px #00FFE2C7;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: -20px;
  letter-spacing: 0.2em;
}

.p-news--cutie1 .p-news--hd__main::after {
  content: "-NEWS-";
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: 0px 0px 6px #00FFE2C7;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-news--cutie1 .p-news-post--list {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.p-news--cutie1 .p-news-post--item {
  padding: 24px 0;
  border-bottom: 1px dashed #ffffff7b;
}

@media only screen and (max-width: 481px) {
  .p-news--cutie1 .p-news-post--item {
    padding: 12px 0;
  }
}

.p-news--cutie1 .p-news-post--item:first-child {
  padding-top: 0;
}

.p-news--cutie1 .p-news-post--link {
  display: flex;
  background: none;
}

.p-news--cutie1 .p-news-post--thumbnail {
  width: 120px;
  font-size: 0;
}

@media only screen and (max-width: 481px) {
  .p-news--cutie1 .p-news-post--thumbnail {
    width: 75px;
  }
}

.p-news--cutie1 .p-news-post--thumbnail img {
  border-radius: 80px;
  box-shadow: none;
}

.p-news--cutie1 .p-news-post--content {
  padding: 8px 0 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.p-news--cutie1 .p-news-post--date {
  font-size: 14px;
  color: #FFF;
  font-family: initial, sans-serif;
}

.p-news--cutie1 .p-news-post--title {
  font-weight: initial;
  font-size: 16px;
  color: #FFF;
  line-height: 1.5;
  font-family: initial, sans-serif;
}

@media only screen and (max-width: 481px) {
  .p-news--cutie1 .p-news-post--title {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--cutie1 {
    margin-top: calc((150 /1280) * 100vw);
    padding-right: calc((20 /1090) * 100%);
    padding-left: calc((20 /1090) * 100%);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--cutie1 .p-news--hd__main {
    font-size: calc((72 /1280) * 100vw);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--cutie1 .p-news--hd__main::after {
    font-size: calc((24 /1280) * 100vw);
  }
}

@media only screen and (max-width: 481px) {
  .p-news--cutie1 .p-news-post--content {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 481px) {
  .p-news--cutie1 .p-news-post--date {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 481px) {
  .p-news--cutie1 .p-news-post--title {
    transform: translateX(-75px);
    width: calc(100% + 75px);
  }
}

.p-news--prime {
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", sans-serif;
}

.p-news--prime .p-news--head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prime .p-news--head {
    margin-bottom: calc((40 / 1280) * 100vw);
  }
}

.p-news--prime .p-news--hd__main {
  font-size: 40px;
  background: none;
  color: initial;
  text-shadow: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media only screen and (max-width: 481px) {
  .p-news--prime .p-news--hd__main {
    font-size: initial;
  }
}

.p-news--prime .p-news--hd__main::before {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: -20px;
  letter-spacing: 0.2em;
}

.p-news--prime .p-news--hd__main::after {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-news--prime .p-news-post--list {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.p-news--prime .p-news-post--item {
  padding: 24px 0;
  border-bottom: 1px dashed #FFF;
}

@media only screen and (max-width: 481px) {
  .p-news--prime .p-news-post--item {
    padding: 12px 0;
  }
}

.p-news--prime .p-news-post--item:first-child {
  padding-top: 0;
}

.p-news--prime .p-news-post--link {
  display: flex;
  background: none;
}

.p-news--prime .p-news-post--thumbnail {
  width: 120px;
  font-size: 0;
}

@media only screen and (max-width: 481px) {
  .p-news--prime .p-news-post--thumbnail {
    width: 75px;
  }
}

.p-news--prime .p-news-post--thumbnail img {
  border-radius: 80px;
  box-shadow: none;
}

.p-news--prime .p-news-post--content {
  padding: 8px 0 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.p-news--prime .p-news-post--date {
  font-size: 14px;
  color: #333;
  font-family: initial, sans-serif;
}

.p-news--prime .p-news-post--title {
  font-weight: initial;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-family: initial, sans-serif;
}

@media only screen and (max-width: 481px) {
  .p-news--prime .p-news-post--title {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prime {
    padding-right: calc((20 / 1280) * 100%);
    padding-left: calc((20 / 1280) * 100%);
  }
}

.p-news--prime .p-news--head {
  height: 225px;
  background-image: url(../images/prime/img_news02.png), url(../images/prime/img_news01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: auto 224px, auto 183px;
}

@media only screen and (max-width: 481px) {
  .p-news--prime .p-news--head {
    height: auto;
    background: none;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prime .p-news--head {
    height: calc((225 / 1280) * 100vw);
    background-size: auto calc((224 / 1280) * 100vw), auto calc((183 / 1280) * 100vw);
  }
}

.p-news--prime .p-news--hd {
  padding-top: 141px;
}

@media only screen and (max-width: 481px) {
  .p-news--prime .p-news--hd {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prime .p-news--hd {
    padding-top: calc((141 / 1280) * 100vw);
  }
}

.p-news--prime .p-news--hd__main {
  position: relative;
  font-size: 40px;
  font-family: "Rampart One", cursive;
  font-weight: 400;
  line-height: 1;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prime .p-news--hd__main {
    font-size: calc((40 / 1280) * 100vw);
  }
}

.p-news--prime .p-news--hd__main::before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 19px;
  height: 48px;
  content: "";
  display: block;
  background-image: url(../images/prime/icon_mark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.p-news--prime .p-news--hd__main::after {
  position: absolute;
  top: 0;
  right: -40px;
  width: 19px;
  height: 48px;
  content: "";
  display: block;
  background-image: url(../images/prime/icon_mark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  transform: rotateY(180deg);
}

.p-news--prime .p-news-post--content {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 481px) {
  .p-news--prime .p-news-post--content {
    padding: 0 24px 8px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prime .p-news-post--content {
    padding: calc(8 / 1280 * 100vw) 0 calc(8 / 1280 * 100vw) calc(24 / 1050 * 100%);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prime .p-news-post--date {
    font-size: calc(14 / 1280 * 100vw);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prime .p-news-post--title {
    font-size: calc(18 / 1280 * 100vw);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prime .p-news-post--thumbnail {
    width: calc(120 / 1050 * 100%);
  }
}

.p-news--statue {
  font-family: "Playfair Display", sans-serif;
}

.p-news--statue .p-news--head {
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--statue .p-news--head {
    margin-bottom: calc((40 / 1280) * 100vw);
  }
}

.p-news--statue .p-news--hd__main {
  font-size: 72px;
  background: -webkit-linear-gradient(270deg, #C4AD81 0%, #685121 100%);
  color: initial;
  text-shadow: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 481px) {
  .p-news--statue .p-news--hd__main {
    font-size: initial;
  }
}

.p-news--statue .p-news--hd__main::before {
  content: "最新情報";
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: -20px;
  letter-spacing: 0.2em;
}

.p-news--statue .p-news--hd__main::after {
  content: none;
  display: block;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-news--statue .p-news-post--list {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.p-news--statue .p-news-post--item {
  padding: 24px 0;
  border-bottom: 1px solid #78777C;
}

@media only screen and (max-width: 481px) {
  .p-news--statue .p-news-post--item {
    padding: 12px 0;
  }
}

.p-news--statue .p-news-post--item:first-child {
  padding-top: 0;
}

.p-news--statue .p-news-post--link {
  display: flex;
  background: none;
}

.p-news--statue .p-news-post--thumbnail {
  width: 120px;
  font-size: 0;
}

@media only screen and (max-width: 481px) {
  .p-news--statue .p-news-post--thumbnail {
    width: 75px;
  }
}

.p-news--statue .p-news-post--thumbnail img {
  border-radius: 0;
  box-shadow: none;
}

.p-news--statue .p-news-post--content {
  padding: 8px 0 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.p-news--statue .p-news-post--date {
  font-size: 16px;
  color: #AAA;
  font-family: "Noto Serif JP", sans-serif;
}

.p-news--statue .p-news-post--title {
  font-weight: initial;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
}

@media only screen and (max-width: 481px) {
  .p-news--statue .p-news-post--title {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 482px) {
  .p-news--statue {
    margin-top: -108px;
    padding-top: 108px;
  }
}

@media only screen and (max-width: 481px) {
  .p-news--statue {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.p-news--statue .p-news-post--item {
  border-bottom: none;
}

.p-news--statue .p-news-post--content {
  justify-content: flex-start;
  padding: 0 24px 8px 0;
  margin-left: 24px;
  border-bottom: 1px solid #78777C;
}

@media only screen and (max-width: 481px) {
  .p-news--statue .p-news-post--content {
    padding: 0 8px 8px 0;
    margin-left: 8px;
  }
}

.p-news--statue .p-news-post--date {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.p-news--statue .p-news-post--title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--statue .p-news--hd__main {
    font-size: calc((72 / 1280) * 100vw);
  }
}

.p-news--statue .p-news--hd__main::before {
  margin-bottom: -16px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--statue .p-news--hd__main::before {
    font-size: calc((16 / 1280) * 100vw);
    margin-bottom: calc((-16 / 1280) * 100vw);
  }
}

@media only screen and (max-width: 481px) {
  .p-news--statue .p-news--hd__main {
    font-size: 40px;
  }
}

.p-news--prisma {
  font-family: "Noto Sans JP", sans-serif;
}

.p-news--prisma .p-news--head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prisma .p-news--head {
    margin-bottom: calc((40 / 1280) * 100vw);
  }
}

.p-news--prisma .p-news--hd__main {
  font-size: 40px;
  background: none;
  color: initial;
  text-shadow: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media only screen and (max-width: 481px) {
  .p-news--prisma .p-news--hd__main {
    font-size: 40px;
  }
}

.p-news--prisma .p-news--hd__main::before {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: -20px;
  letter-spacing: 0.2em;
}

.p-news--prisma .p-news--hd__main::after {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-news--prisma .p-news-post--list {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.p-news--prisma .p-news-post--item {
  padding: 24px 0;
  border-bottom: 1px dashed #BEBEBE;
}

@media only screen and (max-width: 481px) {
  .p-news--prisma .p-news-post--item {
    padding: 12px 0;
  }
}

.p-news--prisma .p-news-post--item:first-child {
  padding-top: 0;
}

.p-news--prisma .p-news-post--link {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
}

.p-news--prisma .p-news-post--thumbnail {
  width: 120px;
  font-size: 0;
}

@media only screen and (max-width: 481px) {
  .p-news--prisma .p-news-post--thumbnail {
    width: 75px;
  }
}

.p-news--prisma .p-news-post--thumbnail img {
  border-radius: 0;
  box-shadow: none;
}

.p-news--prisma .p-news-post--content {
  padding: 8px 0 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.p-news--prisma .p-news-post--date {
  font-size: 12px;
  color: #AAA;
  font-family: initial, sans-serif;
}

.p-news--prisma .p-news-post--title {
  font-weight: initial;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-family: initial, sans-serif;
}

@media only screen and (max-width: 481px) {
  .p-news--prisma .p-news-post--title {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--prisma .p-news--hd__main {
    font-size: calc((40 / 1280) * 100vw);
  }
}

.p-news--prisma .p-news-post--item {
  padding: 8px 0;
  border-bottom: none;
}

@media only screen and (max-width: 481px) {
  .p-news--prisma .p-news-post--item {
    padding: 6px 0;
  }
}

.p-news--prisma .p-news-post--content {
  padding: 8px 24px 8px 24px;
}

.p-news--next {
  font-family: "Noto Sans JP", sans-serif;
}

.p-news--next .p-news--head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--next .p-news--head {
    margin-bottom: calc((40 / 1280) * 100vw);
  }
}

.p-news--next .p-news--hd__main {
  font-size: 40px;
  background: none;
  color: #FFF;
  text-shadow: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media only screen and (max-width: 481px) {
  .p-news--next .p-news--hd__main {
    font-size: initial;
  }
}

.p-news--next .p-news--hd__main::before {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: -20px;
  letter-spacing: 0.2em;
}

.p-news--next .p-news--hd__main::after {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-news--next .p-news-post--list {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.p-news--next .p-news-post--item {
  padding: 24px 0;
  border-bottom: 1px dashed #BEBEBE;
}

@media only screen and (max-width: 481px) {
  .p-news--next .p-news-post--item {
    padding: 12px 0;
  }
}

.p-news--next .p-news-post--item:first-child {
  padding-top: 0;
}

.p-news--next .p-news-post--link {
  display: flex;
  background: none;
}

.p-news--next .p-news-post--thumbnail {
  width: 120px;
  font-size: 0;
}

@media only screen and (max-width: 481px) {
  .p-news--next .p-news-post--thumbnail {
    width: 75px;
  }
}

.p-news--next .p-news-post--thumbnail img {
  border-radius: 0;
  box-shadow: none;
}

.p-news--next .p-news-post--content {
  padding: 8px 0 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.p-news--next .p-news-post--date {
  font-size: 12px;
  color: #AAA;
  font-family: initial, sans-serif;
}

.p-news--next .p-news-post--title {
  font-weight: initial;
  font-size: 18px;
  color: #FFF;
  line-height: 1.5;
  font-family: initial, sans-serif;
}

@media only screen and (max-width: 481px) {
  .p-news--next .p-news-post--title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 481px) {
  .p-news--next .p-news-post--item {
    padding: 6px 0;
    border-bottom: none;
  }
  .p-news--next .p-news--hd__main {
    font-size: 40px;
  }
}

.p-news--goods {
  font-family: "Noto Sans JP", sans-serif;
}

.p-news--goods .p-news--head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--goods .p-news--head {
    margin-bottom: calc((40 / 1280) * 100vw);
  }
}

.p-news--goods .p-news--hd__main {
  font-size: 40px;
  background: none;
  color: initial;
  text-shadow: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media only screen and (max-width: 481px) {
  .p-news--goods .p-news--hd__main {
    font-size: 40px;
  }
}

.p-news--goods .p-news--hd__main::before {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: -20px;
  letter-spacing: 0.2em;
}

.p-news--goods .p-news--hd__main::after {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-news--goods .p-news-post--list {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.p-news--goods .p-news-post--item {
  padding: 24px 0;
  border-bottom: 1px dashed #BEBEBE;
}

@media only screen and (max-width: 481px) {
  .p-news--goods .p-news-post--item {
    padding: 12px 0;
  }
}

.p-news--goods .p-news-post--item:first-child {
  padding-top: 0;
}

.p-news--goods .p-news-post--link {
  display: flex;
  background: none;
}

.p-news--goods .p-news-post--thumbnail {
  width: 120px;
  font-size: 0;
}

@media only screen and (max-width: 481px) {
  .p-news--goods .p-news-post--thumbnail {
    width: 75px;
  }
}

.p-news--goods .p-news-post--thumbnail img {
  border-radius: 0;
  box-shadow: none;
}

.p-news--goods .p-news-post--content {
  padding: 8px 0 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.p-news--goods .p-news-post--date {
  font-size: 12px;
  color: #AAA;
  font-family: "Noto Sans JP", sans-serif;
}

.p-news--goods .p-news-post--title {
  font-weight: initial;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 481px) {
  .p-news--goods .p-news-post--title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 481px) {
  .p-news--goods .p-news-post--item {
    border-bottom: none;
    padding: 6px 0;
  }
}

@media only screen and (max-width: 481px) {
  .p-news--goods .p-news-post--link {
    background-color: #fff;
  }
}

.p-news--wiz {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  max-width: inherit;
  background-color: #F0F2F1;
}

.p-news--wiz .p-news--head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--wiz .p-news--head {
    margin-bottom: calc((40 / 1280) * 100vw);
  }
}

.p-news--wiz .p-news--hd__main {
  font-size: 40px;
  background: none;
  color: initial;
  text-shadow: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media only screen and (max-width: 481px) {
  .p-news--wiz .p-news--hd__main {
    font-size: initial;
  }
}

.p-news--wiz .p-news--hd__main::before {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: -20px;
  letter-spacing: 0.2em;
}

.p-news--wiz .p-news--hd__main::after {
  content: none;
  display: block;
  font-family: initial, sans-serif;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

@media print, screen and (min-width: 482px) and (max-width: 1100px) {
  .p-news--wiz .p-news-post--list {
    width: calc(100% - 80px / 2);
    margin: auto;
  }
}

.p-news--wiz .p-news-post--item {
  padding: 24px 0;
  border-bottom: 1px dashed #BEBEBE;
}

@media only screen and (max-width: 481px) {
  .p-news--wiz .p-news-post--item {
    padding: 12px 0;
  }
}

.p-news--wiz .p-news-post--item:first-child {
  padding-top: 0;
}

.p-news--wiz .p-news-post--link {
  display: flex;
  background: none;
}

.p-news--wiz .p-news-post--thumbnail {
  width: 120px;
  font-size: 0;
}

@media only screen and (max-width: 481px) {
  .p-news--wiz .p-news-post--thumbnail {
    width: 75px;
  }
}

.p-news--wiz .p-news-post--thumbnail img {
  border-radius: 0;
  box-shadow: 8px 8px 0px #C2F214;
}

.p-news--wiz .p-news-post--content {
  padding: 8px 0 8px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.p-news--wiz .p-news-post--date {
  font-size: 16px;
  color: #AAA;
  font-family: "Noto Sans JP", sans-serif;
}

.p-news--wiz .p-news-post--title {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 481px) {
  .p-news--wiz .p-news-post--title {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--wiz {
    padding-right: calc((20 / 1280) * 100%);
    padding-left: calc((20 / 1280) * 100%);
  }
}

.p-news--wiz:before {
  content: "";
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 80.859375vw;
  /* 1035 / 1280 * 100 */
  background-image: url(../images/wiz/bg_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

@media only screen and (max-width: 481px) {
  .p-news--wiz:before {
    top: 100px;
    left: 0;
    width: 100%;
    height: 118%;
    background-image: url(../images/wiz/bg_white_sp.svg);
    background-position: center top;
    background-size: cover;
  }
}

@media only screen and (max-width: 481px) and (min-width: 482px) and (max-width: 1090px) {
  .p-news--wiz:before {
    top: calc((110 / 1280) * 100vw);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--wiz .p-news-post--date {
    font-size: calc((16 / 1280) * 100vw);
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--wiz .p-news-post--title {
    font-size: calc((24 / 1280) * 100vw);
  }
}

.p-news--wiz .p-news--hd__main {
  margin-bottom: 48px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #000;
  text-align: center;
}

@media only screen and (max-width: 481px) {
  .p-news--wiz .p-news--hd__main {
    margin-bottom: 40px;
    font-size: 56px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--wiz .p-news--hd__main {
    margin-bottom: calc((48 / 1280) * 100vw);
    font-size: calc((80 / 1280) * 100vw);
  }
}

.p-news--wiz .p-news-post--list {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  z-index: 1;
}

.p-news--wiz .p-news-post--item {
  border-bottom: none;
  padding: 20px 0;
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--wiz .p-news-post--item {
    padding: calc((20 / 1280) * 100vw) 0;
  }
}

@media only screen and (max-width: 481px) {
  .p-news--wiz .p-news-post--content {
    padding: 12px 0 0 20px;
  }
}

.p-news--wiz .p-news-post--date {
  font-weight: 700;
}

@media only screen and (max-width: 481px) {
  .p-news--wiz .p-news-post--title {
    padding-top: 8px;
  }
}

@media print, screen and (min-width: 482px) and (max-width: 1090px) {
  .p-news--wiz .p-news-post--title {
    padding-top: calc((8 / 1280) * 100vw);
  }
}

/*#########################################################

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font1: caption;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html, body {
  overflow-x: auto !important;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  margin: 0 auto;
  color: #333;
  font-size: 20px;
  line-height: 1.45;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 481px) {
  body {
    width: auto;
    box-sizing: border-box;
  }
}

body a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  color: inherit;
  cursor: pointer;
}

body a img {
  transition: all 0.3s;
}

body a:hover {
  cursor: pointer;
  opacity: 0.7;
}

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

@media only screen and (max-width: 481px) {
  body img {
    width: 100vw;
    box-sizing: border-box;
  }
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
</pre></body></html>