@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* overflow-x: hidden; */
  width: 100%;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 1;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
body.author {
  background: #fff;
}

input, textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #333;
  transform: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  cursor: default;
}

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

ul {
  list-style: none;
}

/* p, h1,h2,h3,h4,h5,dt{
  letter-spacing: 0.1em;
} */
h1, h2, h3, h4, h5, dt {
  font-weight: 600;
}

p {
  line-height: 1;
}

li {
  list-style: none;
}

.text_underline {
  text-decoration: underline;
}

.en {
  font-family: "Libre Baskerville", sans-serif;
}

.min {
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "HGS明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.num {
  font-family: "Roboto", sans-serif;
}

.min.ls0 {
  letter-spacing: 0;
}

table {
  border-collapse: collapse;
}

/* a img{
  @include transition(all 0.5s);
}

a:hover img{
  opacity: 0.7;
} */
.reverse {
  flex-direction: row-reverse;
}

/* フォントサイズをpxとremを同時記述 https://www.radia.jp/archives/20　
@include font-size(18);　と適用するとこに書けばよい。 */
/*背景retina対応 (参考url:https://qiita.com/soheikitada/items/bc71997c6f1be6ba9b4d)*/
.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
}

/* h1,h2,h3,h4,h5{
  @extend %bold_font;
} */
/* -------------------------------

hidden

------------------------------- */
.pc_v {
  display: block;
}

.sp_v {
  display: none;
}

.pc_v_sp_small {
  display: block;
}

.sp_v_sp_small, .pc_under {
  display: none;
}

@media screen and (max-width: 1023px) {
  .pc_under {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_v {
    display: none !important;
  }
  .sp_v {
    display: block !important;
  }
}
@media only screen and (max-width: 414px) {
  .pc_v_sp_small {
    display: none !important;
  }
  .sp_v_sp_small {
    display: block !important;
  }
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* ---------------------

iOSでのデフォルトスタイルをリセット

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

.page-numbers {
  margin-top: 80px;
  margin-top: 8rem;
}

.screen-reader-text {
  display: none !important;
}

.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 4rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.nav-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 4rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.nav-links a.page-big-button {
  width: 4em;
}
.nav-links span {
  background-color: #222;
  border: 1px solid #222;
}
.nav-links a {
  background: transparent;
  border: 1px solid #222;
  color: #222;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.nav-links a:hover {
  background: #222;
  color: #fff;
}

/* ---------------------

component

--------------------- */
.c-inner-small {
  max-width: 90rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 414px) {
  .c-inner-small {
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
.c-inner-medium {
  max-width: 135rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 1250px) {
  .c-inner-medium {
    max-width: 100%;
    padding: 0 6rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .c-inner-medium {
    padding: 0 2rem;
  }
}
.c-inner-large {
  max-width: 180rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.c-inner-liquid {
  box-sizing: border-box;
  padding: 0 6rem;
}

@media only screen and (max-width: 767px) {
  .c-inner-liquid {
    padding: 0 2rem;
  }
}
.c-col {
  display: flex;
  flex-wrap: wrap;
}

.c-liquid-half__img {
  width: 50%;
  position: relative;
}

.c-liquid-half__contents {
  width: 50%;
  padding: 6rem;
  box-sizing: border-box;
}

.c-section__padding {
  padding: 12rem 0;
}

@media only screen and (max-width: 414px) {
  .c-section__padding {
    padding: 6rem 0;
  }
}
.c-section__padding_medium {
  padding: 6rem 0 12rem;
}

@media only screen and (max-width: 414px) {
  .c-section__padding_medium {
    padding: 6rem 0;
  }
}
.c-section__padding_top {
  padding-top: 12rem;
}

@media only screen and (max-width: 414px) {
  .c-section__padding_top {
    padding-top: 6rem;
  }
}
.c-section__padding_bottom {
  padding-bottom: 12rem;
}

@media only screen and (max-width: 414px) {
  .c-section__padding_bottom {
    padding-bottom: 6rem;
  }
}
.c-section__padding__small {
  padding: 5.5rem 0;
}

@media only screen and (max-width: 414px) {
  .c-section__padding__small {
    padding: 4rem 0;
  }
}
.c-section__padding_top__small {
  padding-top: 5.5rem;
}

@media only screen and (max-width: 414px) {
  .c-section__padding_top__small {
    padding-top: 4rem;
  }
}
.c-section__padding_bottom__small {
  padding-bottom: 5.5rem;
}

@media only screen and (max-width: 414px) {
  .c-section__padding_bottom__small {
    padding-bottom: 4rem;
  }
}
.c-table {
  width: 100%;
}
.c-table th {
  width: 40%;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  vertical-align: top;
  border-bottom: 0.1rem solid #ddd;
  line-height: 1.5;
}
.c-table td {
  width: 60%;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  vertical-align: top;
  border-bottom: 0.1rem solid #ddd;
  line-height: 1.5;
}
.c-table td * {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .c-table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-table td {
    width: 100%;
    display: block;
    padding-top: 0rem;
  }
}
.c-title_wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.c-title_wrap .c-title_left {
  font-size: 32px;
  font-size: 3.2rem;
}

.c-title {
  color: #707070;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 5rem;
  line-height: 1.4;
  text-align: center;
}
.c-title.black {
  color: #222;
  font-size: 28px;
  font-size: 2.8rem;
}
.c-title.aleft {
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .c-title {
    font-size: clamp(1.8rem, 6vw, 3.4rem);
  }
}
.c-title__bg_gray {
  color: #707070;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #e6e6e6;
  width: fit-content;
  line-height: 1.4;
  padding: 1.3rem 6rem;
  margin: 0 auto 7rem;
}

.c-title-icon {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5.6rem;
}
.c-title-icon .icon {
  width: 4rem;
  margin: 0 auto 2.4rem;
}

.u-none {
  display: none;
}

.c-text-align__left {
  text-align: left;
}

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

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

.c-title-underline {
  border-bottom: 0.2rem solid #fff;
  padding-bottom: 2rem;
}

.c-title-underline__jp {
  font-size: 3.6rem;
  line-height: 1.6666;
}

@media only screen and (max-width: 414px) {
  .c-title-underline__jp {
    font-size: 2.4rem;
  }
}
.c-frame__white {
  background: #fff;
  padding: 8rem 8.5rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .c-frame__white {
    padding: 8rem 4rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-frame__white {
    padding: 4rem 1.5rem;
  }
}
.pg-top-c-col__row__bnr__button a, .c-btn a {
  display: block;
  background-color: #1571DA;
  border-radius: 5rem;
  width: 17.5rem;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #1571DA;
}

.pg-top-c-col__row__bnr__button a:hover, .c-btn a:hover {
  color: #1571DA;
  background-color: #fff;
}

.pg-top-c-col__row__bnr__button.fit a, .c-btn.fit a {
  width: fit-content;
  padding: 1.2rem 4rem;
}

.pg-top-c-col__row__bnr__button.posi_right, .c-btn.posi_right {
  text-align: right;
}

.pg-top-c-col__row__bnr__button.posi_right a, .c-btn.posi_right a {
  display: inline-block;
}

.pg-top-c-col__row__bnr__button_blueframe a, .c-btn_blueframe a {
  display: block;
  width: 20rem;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #1571DA;
  color: #1571DA;
  text-align: center;
  box-sizing: border-box;
  padding: 1.3rem 1rem;
  line-height: 1.4;
  border-radius: 0.5rem;
}

.pg-top-c-col__row__bnr__button_blueframe a:hover, .c-btn_blueframe a:hover {
  background-color: #1571DA;
  color: #fff;
}

.l-aside-contact .c-btn {
  width: 24rem;
}

.pg-top-c-col__row__bnr__button p span, .c-btn span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.7rem;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -0.35rem;
  right: 1rem;
}

.c-btn__area {
  text-align: center;
  margin-top: 8rem;
}

@media only screen and (max-width: 414px) {
  .c-btn__area {
    margin-top: 3rem;
  }
}
.l-aside-contact .c-btn__area {
  margin-top: 3rem;
}

.c-hover__scale {
  position: block;
}
.c-hover__scale figure {
  overflow: hidden;
}
.c-hover__scale figure > img {
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-hover__scale:hover figure > img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-btn__hasen {
  text-align: right;
}
.c-btn__hasen a {
  display: inline-block;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 700;
  padding: 0 1.3rem 1.8rem;
  background: url("../img/common/hasen.png") 0 bottom repeat-x;
}
.c-btn__hasen a .arrow {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.8rem;
  font-size: 28px;
  margin-left: 10px;
}
.c-btn__hasen.green a {
  background: url("../img/common/hasen_green.png") 0 bottom repeat-x;
  color: #0fa0a9;
}

/* ---------------------

css start

--------------------- */
html {
  font-size: 62.5%;
}

@media only screen and (max-width: 1450px) {
  html {
    font-size: 52.5%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  /* @include media(sp_small){
    @include font-size(20);
  } */
  overflow: hidden;
}
body.active_ {
  position: relative;
}

img.svg {
  width: 100%;
}

.wrapper {
  overflow: hidden;
}

.pg-top-visual {
  width: 100%;
  position: relative;
}

.pg-top-visual__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* @media screen and (min-width:769px){
    background-image: url(../img/top/fv_bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
  }
  @include media(tablet){
    height:100vh;
    position:fixed;
    background-image: url(../img/top/fv_bg_sp.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:top;
  } */
}

#o_wrapper {
  width: 100%;
  /* height: -webkit-calc(100vh - 153px)!important;
  height: calc(100vh - 15.3rem)!important; */
  height: 100%;
  /* @media screen and (max-width:768px){
    height: -webkit-calc(100vh - 120px);
    height: calc(100vh - 120px);
  } */
}

/* .swiper-slide{
  height: -webkit-calc(96vh - 101px)!important;
  height: calc(96vh - 101px)!important;
} */
.o_slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: visibility 2s, opacity 2s;
  -o-transition: visibility 2s, opacity 2s;
  -webkit-transition: visibility 2s, opacity 2s;
  transition: visibility 2s, opacity 2s;
}
.o_slide.show {
  visibility: visible;
  opacity: 1;
}

/* #fv .swiper-container{
  @media screen and (max-width:768px){
    padding: 0 28px 0;
    box-sizing: border-box;
  }
} */
.o_slide_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* -webkit-transition: all 5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all 5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-transform: scale(1);
  transform: scale(1); */
}

@media screen and (max-width: 768px) {
  .o_slide_inner {
    top: 0;
  }
}
.c-list_slash li {
  line-height: 2;
}
.c-list_slash li::after {
  content: "／";
  margin: 0 1rem;
}
.c-list_slash li:last-of-type::after {
  content: none;
}

.c-list_dl {
  margin-bottom: 3rem;
}
.c-list_dl dt, .c-list_dl dd {
  border-bottom: solid 1px #d5d5d5;
  padding: 1rem 0;
}
.c-list_dl dt {
  width: 14rem;
}
.c-list_dl dd {
  width: calc(100% - 14rem);
  font-weight: lighter;
}

.c-width1 {
  width: min(90%, 1200px);
  margin: 0 auto;
}

.c-width2 {
  width: min(90%, 1081px);
  margin: 0 auto;
}

.c-width3 {
  width: min(90%, 1600px);
  margin: 0 auto;
}

.c-width4 {
  width: min(90%, 960px);
  margin: 0 auto;
}

.c-width5 {
  width: min(100%, 1000px);
  margin: 0 auto;
}

.c-margin_top {
  margin-top: 12rem;
}

/********************************/
.l-header {
  margin-bottom: 3rem;
  position: relative;
  z-index: 10;
  background: url("../img/common/bg_top.png") 0 0 repeat-x;
}

@media only screen and (max-width: 767px) {
  .l-header {
    background-size: auto 6rem;
    margin-bottom: 0;
  }
}
.l-header__inner {
  padding: 2rem;
}

.l-header__logo {
  text-align: center;
}
.l-header__logo figure {
  margin-bottom: 2rem;
  margin: 0 auto;
  width: 20rem;
}
.l-header__logo p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .l-header__logo figure {
    width: 20vw;
    display: block;
    margin: 0 auto 2rem;
  }
}
.l-header__btn {
  position: fixed;
  top: 8rem;
  right: 2rem;
  /*
  background-color: $blue;
  width: 19rem;
  height: 7.2rem;
  position: absolute;
  top: calc(50% - 3.6rem);
  right: 2rem;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
  border-radius: 2rem;
  p{
  	color: #fff;
  	font-size: 20px;
  	font-size: 2rem;
  }
  .line_wrap{
  	width: 2rem;
  	height: 1.8rem;
  	justify-content: space-between;
  	flex-direction: column;
  	span{
  		display: block;
  		width: 100%;
  		height: 2px;
  		background-color: #fff;
  	}
  }*/
}
.l-header__btn #btn_menu {
  display: block;
  background: url("../img/common/menu_open.png") center center no-repeat;
  width: 10rem;
  height: 10rem;
  background-size: contain;
  z-index: 9999;
}
.l-header__btn #btn_menu.close {
  background-image: url("../img/common/menu_close.png");
}

@media only screen and (max-width: 414px) {
  .l-header__btn {
    top: 8.3rem;
  }
}
.l-header__navi {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(180deg, white 0%, #f0feff 100%);
  background: -webkit-linear-gradient(180deg, white 0%, #f0feff 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f0feff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f0feff",GradientType=1);
  z-index: 9999;
}

.l-header__navi_inner {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2rem 0;
  grid-gap: 4rem 10%;
  gap: 4rem 10%;
  justify-content: space-evenly;
}

.l-header__navi .navi_ti {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.l-header__navi .navi_list1 li {
  margin-bottom: 1.8rem;
  box-sizing: border-box;
  padding-left: 1em;
}
.l-header__navi .navi_list1 li a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
.l-header__navi .navi_list2 > li {
  margin-bottom: 1.8rem;
}
.l-header__navi .navi_list2 > li > a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.l-header__navi .navi_list2 > li > p {
  margin-top: 2rem;
  box-sizing: border-box;
  padding-left: 1em;
}
.l-header__navi .navi_list2 > li > p a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
.l-header__navi .navi_sns {
  grid-gap: 1rem;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

/*********************************
	footer
*********************************/
.l-footer {
  margin-top: 5rem;
}

@media only screen and (max-width: 414px) {
  .l-footer {
    margin-top: 10rem;
  }
}
.l-footer__inner {
  background-color: #272727;
  position: relative;
  padding-bottom: 6rem;
}
.l-footer__inner::after {
  content: "";
  background: url("../img/common/bg_nami_black.jpg") center 0 repeat-x;
  width: 100%;
  height: 7rem;
  background-size: auto 7rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__inner::after {
    height: 4rem;
    background-size: auto 4rem;
  }
}
.l-footer__cooperation_contact {
  background: url("../img/footer/bg_footer_mail.jpg") center 0 no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  top: -15rem;
  margin-bottom: -10rem;
}
.l-footer__cooperation_contact dl {
  justify-content: space-evenly;
  align-items: center;
  height: 30rem;
}
.l-footer__cooperation_contact dl dd {
  width: min(90%, 50rem);
}
.l-footer__cooperation_contact dl dd a {
  width: 100%;
  height: 11.5rem;
  border: 1px solid #fff;
  justify-content: center;
  grid-gap: 2rem 6%;
  gap: 2rem 6%;
  align-items: center;
}
.l-footer__cooperation_contact dl dd a figure {
  width: 20%;
  border-right: 1px solid #fff;
}
.l-footer__cooperation_contact dl dd a p {
  width: 38%;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.l-footer__cooperation_contact dl dd a p span {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .l-footer__cooperation_contact dl dt figure {
    width: 17vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-footer__cooperation_contact dl dd a figure {
    width: 18%;
  }
  .l-footer__cooperation_contact dl dd a figure img {
    width: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  .l-footer__cooperation_contact dl dd a p {
    width: 45%;
  }
}
.l-footer__cooperation_box dl {
  grid-gap: 1.8rem;
  gap: 1.8rem;
  align-items: center;
  margin-bottom: 1.8rem;
}
.l-footer__cooperation_box dl dt {
  width: 21rem;
  padding: 1.5rem;
  box-sizing: border-box;
  line-height: 1.4;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-footer__cooperation_box dl dd {
  width: calc(100% - 22.8rem);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.l-footer__cooperation_right dl dt {
  width: 20rem;
  color: #fff;
  background-color: #e6e6e6;
}
.l-footer__cooperation_right dl dd {
  width: calc(100% - 22rem);
}

.l-footer__bottom__copyright {
  text-align: center;
  margin-top: 5rem;
  line-height: 1.4;
}
.l-footer__bottom__copyright small {
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer__bottom__copyright small a {
  color: #fff;
}

/********************************
	top
********************************/
.slider_fv .slick-active .slide {
  opacity: 1;
}
.slider_fv .slide {
  opacity: 0.5;
  box-sizing: border-box;
  padding: 0 6%;
  width: 76vw !important;
  margin-bottom: 8rem;
}
.slider_fv .slide_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 3%;
  gap: 3%;
  box-sizing: border-box;
  padding: 2rem 2.6rem;
  border: 1px solid #707070;
  background-color: #fff;
}
.slider_fv .slide figure {
  width: 52%;
  height: 40rem;
}
.slider_fv .slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.slider_fv .slide_content {
  width: 45%;
  padding: 2rem 0;
}
.slider_fv .slide_content .slide_title {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.slider_fv .slide_content .slide_date {
  margin-bottom: 1rem;
}
.slider_fv .slide_content .slide_text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #707070;
  margin-bottom: 3rem;
  line-height: 1.7;
}

@media only screen and (max-width: 1023px) {
  .slider_fv .slide {
    width: 100vw !important;
    padding: 0 5vw;
  }
  .slider_fv .slide_inner {
    flex-wrap: wrap;
  }
  .slider_fv .slide figure {
    width: 100%;
    height: 50vw;
  }
  .slider_fv .slide_content {
    width: 100%;
  }
}
.p-top__category {
  counter-reset: number 0;
}

.p-top__category_list li {
  counter-increment: number 1;
  box-sizing: border-box;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 50/28;
  width: 33.3333333333%;
}
.p-top__category_list li:nth-child(1), .p-top__category_list li:nth-child(2) {
  width: 50%;
}
.p-top__category_list li.living {
  background-image: url("../img/top/top_living@2x.png");
}
.p-top__category_list li.camp {
  background-image: url("../img/top/top_camp@2x.png");
}
.p-top__category_list li.clean {
  background-image: url("../img/top/top_clean@2x.png");
}
.p-top__category_list li.cinema {
  background-image: url("../img/top/top_cinema@2x.png");
}
.p-top__category_list li.activity {
  background-image: url("../img/top/top_activity@2x.png");
}
.p-top__category_list li.table {
  background-image: url("../img/top/top_table@2x.png");
}
.p-top__category_list li.wedding {
  background-image: url("../img/top/top_wedding.png");
}
.p-top__category_list li.art {
  background-image: url("../img/top/top_art.png");
}
.p-top__category_list li .num {
  text-align: center;
  margin-bottom: 2rem;
}
.p-top__category_list li .num::after {
  content: counter(number);
  color: #999;
  font-size: 50px;
  font-size: 5rem;
}
.p-top__category_list li a {
  display: block;
  padding-top: 44%;
  box-sizing: border-box;
}
.p-top__category_list li .text {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: 400;
}
.p-top__category_list li dl dt, .p-top__category_list li dl dd {
  line-height: 1.4;
  text-align: center;
}
.p-top__category_list li dl dt {
  font-size: 20px;
  font-size: 2rem;
  color: #707070;
  font-weight: 300;
  margin-bottom: 2rem;
}
.p-top__category_list li dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1023px) {
  .p-top__category_list li {
    width: 50%;
    height: 30vw;
  }
  .p-top__category_list li a {
    padding-top: 24vw;
  }
  .p-top__category_list li.living {
    order: 1;
  }
  .p-top__category_list li.cinema {
    order: 2;
  }
  .p-top__category_list li.camp {
    order: 3;
  }
  .p-top__category_list li.clean {
    order: 4;
  }
  .p-top__category_list li.activity {
    order: 5;
  }
  .p-top__category_list li.table {
    order: 6;
  }
  .p-top__category_list li.wedding {
    order: 7;
  }
  .p-top__category_list li.art {
    order: 8;
  }
}
@media only screen and (max-width: 414px) {
  .p-top__category_list li {
    width: 100%;
    height: 60vw;
  }
  .p-top__category_list li:nth-child(1), .p-top__category_list li:nth-child(2) {
    width: 100%;
  }
  .p-top__category_list li a {
    padding-top: 48vw;
  }
}
.gill {
  font-family: "GillSansMTPro-UltraBold";
}

.p-top__about {
  background: url("../img/top/bg_about.jpg") center 0 no-repeat;
  background-size: cover;
}
.p-top__about .about_ti {
  font-family: "GillSansMTPro-UltraBold";
  text-align: center;
  color: #6FC8CE;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 3.4rem;
}
.p-top__about .about_ti2 {
  color: #fff;
  line-height: 1.4;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 7rem;
}
.p-top__about .about_ti2 span {
  background-color: #6FC8CE;
  display: inline-block;
  padding: 0 4rem;
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 414px) {
  .p-top__about .about_ti2 {
    font-size: 5.6vw;
  }
}
.p-top__about_text {
  width: min(100%, 900px);
  margin: 0 auto;
}
.p-top__about_text p {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 3rem;
  color: #707070;
}
.p-top__about_text p span {
  display: inline-block;
  background-color: #fff;
  padding: 0 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-top__about_text p span {
    display: inline;
    line-height: 2;
    padding: 0;
  }
}
.p-top__news_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.p-top__news .c-title_wrap.flex_box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 4.2rem;
  gap: 4.2rem;
}
.p-top__news .c-btn_blueframe a {
  background-color: #6FC8CE;
  border-radius: 0;
  color: #fff;
  border: 1px solid #6FC8CE;
}
.p-top__news .c-btn_blueframe a:hover {
  background-color: #fff;
  color: #6FC8CE;
}

@media only screen and (max-width: 767px) {
  .p-top__news_inner {
    display: block;
  }
  .p-top__news .c-title_wrap.flex_box {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}
.p-top__news_list {
  width: 100%;
  padding: 0;
  flex-direction: column;
  grid-gap: 1.6rem;
  gap: 1.6rem;
}
.p-top__news_list li {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.6rem;
}
.p-top__news_list li a {
  grid-gap: 3rem;
  gap: 3rem;
  /*align-items: center;*/
  align-items: flex-start;
}
.p-top__news_list li a span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #707070;
}
.p-top__news_list li a .cat {
  background-color: #222;
  display: inline-block;
  width: 15rem;
  box-sizing: border-box;
  padding: 0.3rem 1rem;
  text-align: center;
  color: #fff;
}
.p-top__news_list li a .title {
  width: calc(100% - 37rem);
}

@media only screen and (max-width: 767px) {
  .p-top__news_list li {
    width: 100%;
  }
  .p-top__news_list li a {
    grid-gap: 1rem 3rem;
    gap: 1rem 3rem;
  }
  .p-top__news_list li a .title {
    width: 100%;
  }
}
.p-top__archive_list {
  grid-gap: 3rem 2%;
  gap: 3rem 2%;
}
.p-top__archive_list li {
  width: 32%;
}
.p-top__archive_list li figure {
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
}
.p-top__archive_list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.p-top__archive_list li p {
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
  color: #1571DA;
}
.p-top__archive_list li p.date {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .p-top__archive_list li {
    width: 49%;
  }
  .p-top__archive_list li figure {
    height: 30vw;
  }
}
.p-top__sponsoring {
  width: 100%;
}

.p-top__sponsoring_offer {
  position: relative;
  padding: 3.4rem 0;
  box-sizing: border-box;
  align-items: center;
  grid-gap: 9rem;
  gap: 9rem;
}
.p-top__sponsoring_offer::after {
  content: "";
  width: 96%;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.p-top__sponsoring_offer .c-title__bg_gray {
  margin: 0;
}
.p-top__sponsoring_offer p {
  width: calc(100% - 51rem);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #707070;
  font-weight: 300;
}
.p-top__sponsoring_offer p a {
  color: #1571DA;
}

@media only screen and (max-width: 767px) {
  .p-top__sponsoring_offer {
    background-color: #f8f8f8;
    grid-gap: 3rem;
    gap: 3rem;
    padding: 3rem;
  }
  .p-top__sponsoring_offer .c-title__bg_gray, .p-top__sponsoring_offer p {
    width: fit-content;
    margin: 0 auto;
  }
}
.breadcrumbs {
  grid-gap: 1.3rem;
  gap: 1.3rem;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.breadcrumbs a {
  color: #6FC8CE;
}
.breadcrumbs span {
  color: #fff;
}

.c-pagetitle {
  background-color: rgba(204, 204, 204, 0.25);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 340px;
}
.c-pagetitle .breadcrumbs {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.c-pagetitle .c-title {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.c-pagetitle.blur {
  overflow: hidden;
}
.c-pagetitle.blur .c-title {
  z-index: 3;
}
.c-pagetitle.blur:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle {
    height: 40vw;
  }
}
.p-heading_inner {
  grid-gap: 4rem 4%;
  gap: 4rem 4%;
}

.p-heading_left, .p-heading_right {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .p-heading_left, .p-heading_right {
    width: 100%;
  }
}
.p-heading_title {
  align-items: center;
  grid-gap: 4rem;
  gap: 4rem;
  margin-bottom: 4rem;
}
.p-heading_title h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .p-heading_title figure {
    max-width: 40vw;
    margin: 0 auto;
  }
  .p-heading_title h2 {
    width: 100%;
  }
}
.p-heading_text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.7;
}

.p-heading .c-btn {
  margin-top: 4rem;
}

.p-latest_list {
  grid-gap: 4rem 5%;
  gap: 4rem 5%;
  align-items: center;
  justify-content: center;
}

.p-latest_list_left {
  width: 45%;
}

.p-latest_list_right {
  width: 50%;
}
.p-latest_list_right h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 3.4rem;
}
.p-latest_list_right dl dt, .p-latest_list_right dl dd {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
}
.p-latest_list_right dl dt {
  width: 11rem;
}
.p-latest_list_right dl dd {
  width: calc(100% - 11rem);
}
.p-latest_list_right p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
}
.p-latest_list_right .c-btn {
  margin-top: 3.4rem;
}

@media only screen and (max-width: 767px) {
  .p-latest_list_left {
    width: 100%;
  }
  .p-latest_list_right {
    width: fit-content;
  }
}
.p-archive_list {
  grid-gap: 3rem 2%;
  gap: 3rem 2%;
}
.p-archive_list li {
  width: 32%;
}
.p-archive_list li a {
  display: block;
}
.p-archive_list li a figure {
  width: 100%;
  height: 200px;
  margin-bottom: 0.8rem;
}
.p-archive_list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.p-archive_list li a p {
  font-size: 20px;
  font-size: 2rem;
  color: #1571DA;
  line-height: 1.4;
}
.p-archive_list li a p.date {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .p-archive_list li {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .p-archive_list li a figure {
    height: 30vw;
  }
}
.p-lateat_noevent {
  width: 100%;
}

.p-lateat_noevent_text {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2rem;
}

.p-lateat_noevent_sns {
  justify-content: center;
  grid-gap: 1rem;
  gap: 1rem;
}

.p-news_list {
  box-sizing: border-box;
  border: 1px solid #707070;
  padding: 4rem 3rem;
}
.p-news_list li {
  margin-bottom: 1.8rem;
}
.p-news_list li a {
  grid-gap: 0.5rem 2rem;
  gap: 0.5rem 2rem;
  line-height: 1.4;
}
.p-news_list li a .date {
  font-size: 20px;
  font-size: 2rem;
}
.p-news_list li a .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  width: calc(100% - 13rem);
}

.c-gallery .mainImg {
  width: 100%;
  height: 50rem;
  background-color: #f2f2f2;
  margin-bottom: 3rem;
}
.c-gallery .mainImg img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.c-gallery .subImg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 2%;
  gap: 2%;
}
.c-gallery .subImg li {
  width: 10%;
  height: 10rem;
  margin-bottom: 6px;
}
.c-gallery .subImg li:nth-of-type(3n) {
  margin-right: 0;
}
.c-gallery .subImg li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .c-gallery .mainImg {
    height: 60vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-gallery .subImg li {
    width: 14%;
    height: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-gallery .subImg li {
    width: 30%;
    height: 18vw;
  }
}
.c-gallery_activity .mainImg {
  width: 100%;
  height: 32rem;
  background-color: #f2f2f2;
  margin-bottom: 1.6rem;
}
.c-gallery_activity .mainImg img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.c-gallery_activity .subImg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 2%;
  gap: 2%;
}
.c-gallery_activity .subImg li {
  width: 32%;
  height: 11.4rem;
  margin-bottom: 6px;
}
.c-gallery_activity .subImg li:nth-of-type(3n) {
  margin-right: 0;
}
.c-gallery_activity .subImg li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .c-gallery_activity .mainImg {
    height: 60vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-gallery_activity .subImg li {
    height: 16vw;
  }
}
.p-pickup_text1 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 4.5rem;
}

.p-pickup_text2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 3.4rem;
}

.p-artist_list li {
  grid-gap: 3rem 4%;
  gap: 3rem 4%;
  margin-bottom: 6rem;
}
.p-artist_list li .left, .p-artist_list li .right {
  width: 48%;
}
.p-artist_list li .left {
  padding-top: 4rem;
}
.p-artist_list li .left .time {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.p-artist_list li .left .name-sns {
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.p-artist_list li .left .name {
  font-size: 34px;
  font-size: 3.4rem;
}
.p-artist_list li .left .text {
  padding-left: 7rem;
  height: 15rem;
  box-sizing: border-box;
  position: relative;
}
.p-artist_list li .left .text p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 7rem);
  background-color: #fff;
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
}
.p-artist_list li .left .text .btn_plus_wrap {
  position: absolute;
  top: 4rem;
  right: 0;
}
.p-artist_list li .left .text .btn_plus_wrap .btn_plus {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #707070;
  font-size: 3px;
  font-size: 3rem;
}
.p-artist_list li .left .text .btn_plus_wrap .btn_plus::after {
  content: "＋";
}
.p-artist_list li .left .text.open {
  overflow: visible;
}
.p-artist_list li .left .text.open p {
  height: auto;
}
.p-artist_list li .left .text.open .btn_plus_wrap .btn_plus::after {
  content: "―";
}
.p-artist_list li .right figure {
  width: 100%;
  height: 300px;
  background-color: rgba(204, 204, 204, 0.25);
}
.p-artist_list li .right figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-artist_list li:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .p-artist_list li .left, .p-artist_list li .right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-artist_list li .right figure {
    height: 60vw;
  }
}
.p-activity_list_box {
  grid-gap: 3rem 4%;
  gap: 3rem 4%;
  margin-bottom: 5.6rem;
}
.p-activity_list_box .c-gallery_activity {
  width: 48%;
}

.p-activity_list_box_table {
  width: 48%;
}
.p-activity_list_box_table dl dt, .p-activity_list_box_table dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  box-sizing: border-box;
  padding: 1.8rem 2rem;
  border-bottom: 1px solid #ccc;
}
.p-activity_list_box_table dl dt {
  background-color: #F2F2F2;
  width: 13rem;
}
.p-activity_list_box_table dl dd {
  width: calc(100% - 13rem);
  font-weight: 300;
}
.p-activity_list_box_table dl dd .sns {
  margin-top: 1.4rem;
  grid-gap: 0.8rem;
  gap: 0.8rem;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .p-activity_list_box .c-gallery_activity, .p-activity_list_box_table {
    width: 100%;
  }
}
.c-end_msg {
  background-color: #6fc8ce;
  padding: 3rem 5%;
  margin-bottom: 10rem;
}
.c-end_msg p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}

.c-end_text p {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 4.6rem;
}

.c-end_sns {
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
  justify-content: center;
}

.p-shop_list {
  grid-gap: 2rem 2%;
  gap: 2rem 2%;
}

.p-shop_list_box {
  width: 32%;
  padding: 2.8rem;
  box-sizing: border-box;
  grid-gap: 2rem 5%;
  gap: 2rem 5%;
  background-color: rgba(204, 204, 204, 0.13);
}
.p-shop_list_box .left {
  width: 40%;
}
.p-shop_list_box .left figure img {
  width: 100%;
  height: min(9.84vw, 135px);
  object-fit: cover;
}
.p-shop_list_box .right {
  width: 55%;
}
.p-shop_list_box .right .shop_name {
  color: #1571DA;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.p-shop_list_box .right .shop_description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.p-shop_list_box .right .sns {
  grid-gap: 1rem;
  gap: 1rem;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .p-shop_list_box {
    width: 49%;
  }
}
@media only screen and (max-width: 414px) {
  .p-shop_list_box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .p-shop_list_box .left {
    width: 12vw;
  }
  .p-shop_list_box .left figure img {
    width: 100%;
    height: 12vw;
  }
}
@media only screen and (max-width: 414px) {
  .p-shop_list_box .left {
    width: 100%;
  }
  .p-shop_list_box .left figure img {
    width: 100%;
    height: 28vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-shop_list_box .right {
    width: calc(100% - 14vw);
  }
}
@media only screen and (max-width: 414px) {
  .p-shop_list_box .right {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-shop_list_box .right .sns a {
    display: block;
    width: 5vw;
  }
}
.p-schedule_list_box {
  grid-gap: 3rem 4rem;
  gap: 3rem 4rem;
  box-sizing: border-box;
  padding: 2rem 4rem;
  background-color: #F2F2F2;
  position: relative;
  margin-bottom: 5rem;
}
.p-schedule_list_box .time, .p-schedule_list_box .text {
  display: block;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-schedule_list_box .time {
  width: 12rem;
}
.p-schedule_list_box .text {
  width: calc(100% - 16rem);
}
.p-schedule_list_box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 1.2rem 0 1.2rem;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1.8rem);
  left: calc(50% - 1.2rem);
}
.p-schedule_list_box:last-of-type {
  margin-bottom: 0;
}
.p-schedule_list_box:last-of-type::after {
  display: none;
}

.p-ticket_title {
  width: 26.3rem;
  box-sizing: border-box;
  padding: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #1571DA;
  border-radius: 10vw;
  margin: 0 auto -2rem;
}
.p-ticket_title .icon {
  margin-left: 1.6rem;
}

.p-ticket_box {
  border: 1px solid #1571DA;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 6.4rem 3rem 3.2rem;
  justify-content: space-around;
}
.p-ticket_box h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
}
.p-ticket_box a {
  color: #1571DA;
  text-decoration: underline;
}
.p-ticket_box li {
  line-height: 1.7;
  color: #707070;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 414px) {
  .p-ticket_box {
    grid-gap: 3rem;
    gap: 3rem;
  }
}
.p-ticket_box_online, .p-ticket_box_shop {
  max-width: 48%;
}

@media only screen and (max-width: 414px) {
  .p-ticket_box_online, .p-ticket_box_shop {
    max-width: 100%;
    width: 100%;
  }
}
.p-ticket_box_online dl dd {
  margin-bottom: 1rem;
}

.p-movie_title {
  text-align: center;
  margin-bottom: 6rem;
  font-size: 28px;
  font-size: 2.8rem;
}

.p-movie_wrap iframe {
  width: 100%;
  height: 54rem;
}

@media only screen and (max-width: 767px) {
  .p-movie_wrap iframe {
    height: 60vw;
  }
}
.p-movie_box {
  grid-gap: 3rem 5%;
  gap: 3rem 5%;
}
.p-movie_box .left {
  width: 35%;
}
.p-movie_box .right {
  width: 60%;
}
.p-movie_box .right dt {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.p-movie_box .right dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .p-movie_box .left, .p-movie_box .right {
    width: 100%;
  }
  .p-movie_box .left {
    text-align: center;
  }
}
.p-map_box_text {
  width: fit-content;
  margin: 0 auto 3rem;
}
.p-map_box_text p {
  line-height: 1.4;
}

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

.p-eventarchive_text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.p-eventarchive_list {
  grid-gap: 2rem 1.25%;
  gap: 2rem 1.25%;
  justify-content: center;
  margin: 0 auto;
}
.p-eventarchive_list li {
  width: 19%;
  height: 22rem;
}
.p-eventarchive_list li figure {
  width: 100%;
  height: 100%;
}
.p-eventarchive_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1023px) {
  .p-eventarchive_list {
    grid-gap: 2rem 2%;
    gap: 2rem 2%;
  }
  .p-eventarchive_list li {
    width: 32%;
    height: 19vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-eventarchive_list li {
    width: 49%;
    height: 28vw;
  }
}
.p-conference_title {
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-size: 2.2rem;
  height: 200px;
  background-color: rgba(204, 204, 204, 0.25);
  margin-bottom: 3.6rem;
  position: relative;
  background-color: #000;
}
.p-conference_title span {
  position: relative;
  color: #fff;
}
.p-conference_title::before {
  content: "";
  background: url("../img/conference/bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

.p-conference_text p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.4;
}

.p-conference__about_table dt, .p-conference__about_table dd {
  border-bottom: solid 1px #d5d5d5;
  box-sizing: border-box;
  padding: 1.9rem 0;
  line-height: 1.7;
}
.p-conference__about_table dt {
  width: 14rem;
}
.p-conference__about_table dd {
  width: calc(100% - 14rem);
  font-weight: 300;
}

.p-conference__member_list {
  grid-gap: 4rem 4%;
  gap: 4rem 4%;
}
.p-conference__member_list li {
  width: 22%;
}
.p-conference__member_list li figure {
  margin-bottom: 2rem;
}
.p-conference__member_list li figure img {
  width: 100%;
}
.p-conference__member_list li .name {
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-conference__member_list li .rep, .p-conference__member_list li .position, .p-conference__member_list li .text {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-conference__member_list li .rep {
  margin-bottom: 2rem;
}
.p-conference__member_list li .position {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.p-conference__member_list li .text {
  line-height: 1.4;
}

@media only screen and (max-width: 1023px) {
  .p-conference__member_list {
    grid-gap: 4rem 2%;
    gap: 4rem 2%;
  }
  .p-conference__member_list li {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .p-conference__member_list {
    grid-gap: 4rem 4%;
    gap: 4rem 4%;
  }
  .p-conference__member_list li {
    width: 48%;
  }
}
.p-sponsor_fv_img {
  justify-content: space-between;
}
.p-sponsor_fv_img li {
  width: 24%;
  margin-bottom: 2rem;
}
.p-sponsor_fv_img li figure, .p-sponsor_fv_img li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-sponsor_fv_img {
    grid-gap: 2rem 2%;
    gap: 2rem 2%;
    justify-content: flex-start;
  }
  .p-sponsor_fv_img li {
    width: 32%;
    margin-bottom: 0;
  }
}
.p-sponsor_about_box {
  border: 1px solid #4E4E4E;
  border-radius: 2rem;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
.p-sponsor_about_box h2 {
  width: 26.3rem;
  margin: -2rem auto 4rem;
  background-color: #4e4e4e;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 1.5rem;
  text-align: center;
}
.p-sponsor_about_box dl {
  width: 80%;
  margin: 0 auto 3rem;
}
.p-sponsor_about_box dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.p-sponsor_about_box dl dd {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 300;
}
.p-sponsor_about_box dl dd ul {
  padding-left: 1.5em;
}
.p-sponsor_about_box dl dd ul li {
  list-style: disc outside;
}
.p-sponsor_about_box .c-btn a {
  width: 29.3rem;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.p-sponsor_history_inner {
  border: 1px solid #ccc;
  padding: 5rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .p-sponsor_history_inner {
    padding: 3rem;
  }
}
.p-sponsor_history_list {
  grid-gap: 2rem 1.25%;
  gap: 2rem 1.25%;
  margin-bottom: 4.6rem;
}
.p-sponsor_history_list li {
  width: 19%;
}

@media only screen and (max-width: 767px) {
  .p-sponsor_history_list {
    grid-gap: 2rem 2%;
    gap: 2rem 2%;
  }
  .p-sponsor_history_list li {
    width: 32%;
  }
}
@media only screen and (max-width: 414px) {
  .p-sponsor_history_list li {
    width: 49%;
  }
}
.p-sponsor_history_text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
}

@media only screen and (max-width: 1023px) {
  .p-contact .sns a {
    width: auto;
  }
}
.frm_contact {
  width: min(100%, 680px);
  margin: 0 auto;
}
.frm_contact dl dt, .frm_contact dl dd {
  line-height: 1.4;
}
.frm_contact dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.frm_contact dl dt .req {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #FF7F00;
  display: inline-block;
  color: #fff;
  padding: 0.3rem 1rem;
  margin-left: 1rem;
  font-weight: 400;
}
.frm_contact dl dd {
  margin-bottom: 2.4rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
.frm_contact dl dd .vertical-item {
  display: block;
}
.frm_contact dl dd p {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.frm_contact dl input, .frm_contact dl textarea, .frm_contact dl span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
.frm_contact dl input[type=text], .frm_contact dl input[type=email] {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 1rem 1.4rem;
  width: 100%;
}
.frm_contact dl textarea {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 1rem 1.4rem;
  width: 100%;
}
.frm_contact .agree_wrap {
  font-weight: 300;
  margin-bottom: 3.5rem;
}
.frm_contact .agree_wrap a {
  color: #1571DA;
}
.frm_contact .c-btn_contact_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  grid-gap: 1rem 4%;
  gap: 1rem 4%;
}
.frm_contact .c-btn_contact_wrap button {
  width: 48%;
  text-align: center;
  box-sizing: border-box;
  padding: 3rem;
  font-size: 22px;
  font-size: 2.2rem;
}
.frm_contact .error {
  color: #f00;
  font-weight: 700;
}

.p-news-art__sub {
  margin-bottom: 2rem;
  align-items: center;
  grid-gap: 1rem 2rem;
  gap: 1rem 2rem;
}

.p-news-art__cat {
  background-color: rgba(204, 204, 204, 0.25);
  padding: 0.5rem 1rem;
}

.p-news-art .is-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 4rem;
}

.p-news-single__art__content {
  font-weight: 400;
}
.p-news-single__art__content p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.p-news-single__art__content a {
  color: #1571DA;
}
.p-news-single__art__content h1, .p-news-single__art__content h2, .p-news-single__art__content h3, .p-news-single__art__content h4, .p-news-single__art__content h5, .p-news-single__art__content h6 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  line-height: 1.4;
}
.p-news-single__art__content h2 {
  border-bottom: 2px solid #707070;
  padding-bottom: 10px;
}
.p-news-single__art__content h3 {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 0 10px 14px;
  border-left: 8px solid #222;
}
.p-news-single__art__content h4 {
  background-color: #ccc;
  padding: 1rem;
}
.p-news-single__art__content img {
  margin-bottom: 1rem;
}

.p-news-single__pager {
  justify-content: center;
  grid-gap: 1rem 2%;
  gap: 1rem 2%;
}

.p-news-single__prev, .p-news-single__next {
  width: 32%;
}

.p-news-single__prev a, .p-news-single__next a {
  display: block;
  background-color: rgba(204, 204, 204, 0.25);
  text-align: center;
  box-sizing: border-box;
  padding: 2rem;
}

.p-news-single__list {
  width: 32%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.p-news-single__list a {
  display: block;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
}

.sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
}

@media only screen and (max-width: 1023px) {
  .sns a {
    display: block;
    width: 5vw;
  }
}
.p-event_sponsor_text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}

.p-privacypolicy_inner p, .p-privacypolicy_inner ul, .p-privacypolicy_inner ol {
  margin-bottom: 4rem;
  line-height: 1.7;
}
.p-privacypolicy_inner h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 6rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.p-privacypolicy_inner ol li {
  list-style: decimal inside;
}
.p-privacypolicy_inner ol ol {
  padding-left: 2em;
  margin-top: 2rem;
}
.p-privacypolicy_inner .tR {
  text-align: right;
}

.send_message {
  text-align: center;
  line-height: 1.7;
}

.cat_logo {
  max-width: 28rem;
  height: auto;
}/*# sourceMappingURL=style.css.map */