@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*レスポンシブ*/
/*レイアウト*/
/*テキストボックス*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*スケールズーム*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
/*表組み*/
/*背景スクリーン*/
/*コラム全体をリンク化*/
.main .w_1240 {
  max-width: 960px;
  min-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main .pokayoke_main {
  width: 960px;
}

.main img {
  display: block;
  width: 100%;
}

.main .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.main .sec_title {
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  color: #072a5c;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: .08em;
  margin-bottom: 70px;
  padding-left: 20px;
}

.main .sec_title::before {
  position: absolute;
  content: "";
  background: url(../img/event/202409_online_event/fireworks_l.webp) no-repeat center/cover;
  width: 224px;
  height: 126px;
  top: -15px;
  z-index: -10;
  left: 0;
}

.main .sec_title::after {
  position: absolute;
  content: "";
  background: url(../img/event/202409_online_event/fireworks_r.webp) no-repeat center/cover;
  width: 213px;
  height: 121px;
  top: -15px;
  z-index: -10;
  right: 0;
}

.main .content {
  padding: 0;
}

.main .ptitle h1 {
  font-size: 30px;
}

.main .ptitle h1 + span {
  font-size: 20px;
}

.main .main_img {
  margin-bottom: 60px;
}

.main .main_img img {
  height: auto;
}

.main .exhibition__container .exhibition__intro__title {
  font-size: 1.875rem;
  margin: 0 auto 60px;
  font-weight: 700;
  color: #072a5c;
  letter-spacing: normal;
}

.main .exhibition__container .exhibition__intro__title span {
  font-size: 1.125rem;
  position: relative;
  top: -3px;
}

.main .exhibition__container .item_list h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #a40002;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.main .exhibition__container .item_list h3 img {
  width: 60px;
  margin-right: .8em;
}

.main .item_list {
  margin-bottom: 90px;
}

.main .item_needs:not(:last-child) {
  margin-bottom: 120px;
}

.main .item:not(:last-child) {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: solid 1px #d7dadd;
}

.main .item .movie {
  position: relative;
  width: 35%;
  max-height: 189px;
  aspect-ratio: 16/9;
  background: #000;
}

.main .item .movie i {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: red;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  z-index: 10;
}

.main .item .movie a {
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

.main .item .movie a:hover {
  background: #fff;
  opacity: .5;
}

.main .item .movie img {
  opacity: 0.8;
}

.main .item .text {
  width: 60%;
  text-align: left;
}

.main .item .text .new_icon{
  display: block;
  width: fit-content;
  padding: .5rem 1rem;
  line-height: 1em;
  color: #fff;
  background: #d65d06;
  border-radius: 100vmax;
  margin: 0 0 .5rem;
}

.main .item .text h4 {
  color: #072a5c;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}

.main .item .text p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.main .item .text .sub_text {
  font-size: 1.2rem;
  color: #072a5c;
  margin-bottom: 15px;
}

.main .item .text .sub_text_list {
  width: 100%;
}

.main .item .text .sub_text_list li {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 15px;
  padding-bottom: 13px;
  padding-left: 20px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #e6e7ed;
}

.main .item .text .sub_text_list li:last-child {
  border-bottom: none;
}

.main .item .text .sub_text_list li::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background: #072a5c;
  position: absolute;
  top: 5px;
  left: 0;
}

.main .movie_wrapper {
  width: 100%;
  margin: 0 auto 120px auto;
  aspect-ratio: 16 / 9;
}

.main .movie_wrapper iframe {
  width: 100%;
  height: 100%;
}

.main .tools {
  position: relative;
  padding-bottom: 60px;
}

.main .tools .back {
  position: absolute;
  top: 0;
}

.main .tools .tools_title {
  position: relative;
  margin-bottom: 60px;
}

.main .tools .tools_title .sec_title {
  margin-bottom: 45px;
}

.main .tools .tools_title .sec_title img {
  width: 40%;
  margin: 0 auto;
}

.main .tools .tools_title p {
  color: #072a5c;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .12em;
}

.main .tools .past_list {
  width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px 65px;
}

@media screen and (max-width: 480px) {
  .main .tools .past_list {
    width: 90%;
  }
}

.main .tools .past_list .item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  box-sizing: border-box;
  background: #dfecfe;
}

.main .tools .past_list .item .movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  max-height: none;
}

.main .tools .past_list .item .movie i {
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: red;
  top: 55%;
  left: 50%;
  font-size: 5rem;
  z-index: 10;
}

.main .tools .past_list .item .movie a {
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

.main .tools .past_list .item .movie a:hover {
  background: #fff;
  opacity: .5;
}

.main .tools .past_list .item .text {
  width: 100%;
  padding: 0 30px 25px 30px;
  height: calc(100% - 260px);
}

.main .tools .past_list .item .text h4 {
  color: #072a5c;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.main .tools .past_list .item .text h4.h_70 {
  height: 70px;
}

.main .tools .past_list .item .text h4.h_2 {
  height: 2.8em;
}

.main .tools .past_list .item .text p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
}

.main .tools .past_list .item .text dl {
  background: #fff;
  padding: 18px;
  flex: 1;
  border-top: 2px solid #072a5c;
}

.main .tools .past_list .item .text dl dt {
  color: #072a5c;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1.125rem;
}

.main .tools .past_list .item .text dl li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: .05em;
}

.main .tools .past_list .item .text dl li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #072a5c;
  border-radius: 50%;
  top: .45em;
  left: 0;
}

.main .tools .past_list .item .text dl li:not(:last-of-type) {
  margin-bottom: 6px;
}

.c-title__tree {
  width: 100%;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 20px;
  align-items: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  color: #072a5c;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: .08em;
  border-bottom: solid 5px #072a5c;
}

.c-title__tree p {
  position: relative;
  top: -10px;
}

.c-title__tree::before {
  content: "";
  background: url(../img/event/202409_online_event/summer_l.webp) no-repeat center/cover;
  width: 285px;
  height: 75px;
  margin-left: 150px;
}

.c-title__tree::after {
  content: "";
  background: url(../img/event/202409_online_event/summer_r.webp) no-repeat center/cover;
  width: 315px;
  height: 75px;
  justify-self: end;
  margin-right: 120px;
}

.w_1414 {
  width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .w_1414 {
    width: 90%;
  }
}

.catalog {
  padding: 60px 0;
  background: #f2f4f7;
}

.catalog .flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.33333333%;
  grid-row-gap: 30px;
}

.catalog .catalog_item {
  width: 24%;
  border: solid 1px #ccc;
  background: #fff;
}

.catalog .catalog_item img {
  width: 100%;
}

.product_info {
  padding-top: 80px;
}

.product_info .c-title__tree {
  max-width: 1100px;
}

.product_info .c-title__tree::before {
  margin-left: 0;
  margin-bottom: -3px;
}

.product_info .c-title__tree::after {
  margin-right: 0;
  margin-bottom: -3px;
}

.product_info .sec_title h3 {
  position: relative;
  margin: 0 auto 30px;
}

.contact_div {
  padding-bottom: 60px;
}

.content * {
  font-family: "游ゴシック  Medium", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.exhibition__container {
  margin: 0 auto 5em;
}

.exhibition__container__product-info {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.exhibition__container__product-info li {
  position: relative;
  width: 48%;
  padding: 12px 18px;
  background: #f2f4f7;
  margin-bottom: 15px;
}

.exhibition__container__product-info a {
  display: block;
  color: #373737;
  background: url(../img/icon_arrow_right.webp) no-repeat 96%;
  text-align: left;
}

.exhibition__container__product-info a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.exhibition__intro__title {
  margin: 0 0 2em;
  font-size: 2.25em;
  line-height: 1.65em;
  letter-spacing: .1em;
  font-weight: 600;
  text-align: center;
}

.exhibition__intro__lineup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

.exhibition__intro__lineup__item {
  padding: .5em 0;
  width: 326.666px;
  border-right: 1px solid #ccc;
}

.exhibition__intro__lineup__item img {
  display: block;
  margin: 0 auto 1.75em;
}

.exhibition__intro__lineup__item img.item01 {
  padding: 9px 0;
  width: 290px;
}

.exhibition__intro__lineup__item img.item02 {
  width: 260px;
}

.exhibition__intro__lineup__item img.item03 {
  padding: 15.5px 0;
  width: 250px;
}

.exhibition__intro__lineup__item p {
  font-size: 1.25em;
  line-height: 1.5em;
  letter-spacing: .1em;
  text-align: center;
}

.exhibition__intro__lineup__item:last-of-type {
  border: 0;
}
