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

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

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

.main .sec_title {
  position: relative;
  padding-top: 90px;
  border-top: solid 8px #b91e22;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  color: #a40002;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: .08em;
}

.main .sec_title::before, .main .sec_title::after {
  position: absolute;
  content: "";
  background: url(../img/event/202309_online_event/back_momiji.webp) no-repeat center/cover;
  width: 40%;
  height: 300px;
  top: 0;
  z-index: -10;
}

.main .sec_title::before {
  left: 0;
}

.main .sec_title::after {
  right: 0;
  transform: scale(-1, 1);
}

.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 {
  margin: 0 auto 60px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  color: #771A17;
}

.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 .pkyk_list:not(:last-child) {
  margin-bottom: 120px;
}

.main .pkyk_list .sec_title {
  position: relative;
  margin-bottom: 45px;
}

.main .pkyk_list .sec_title img {
  margin: 0 auto;
}

.main .pkyk_list .sec_title img.new {
  width: 40%;
}

.main .pkyk_list .sec_title img.collabo {
  width: 35%;
}

.main .pkyk_list .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.main .pkyk_list .item .movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border: solid 1px #004a84;
  margin-bottom: 15px;
}

.main .pkyk_list .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 .pkyk_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 .pkyk_list .item .movie a:hover {
  background: #fff;
  opacity: .5;
}

.main .pkyk_list .item .text {
  display: flex;
  flex-direction: column;
  height: calc(100% - 270px);
  width: 100%;
}

.main .pkyk_list .item .text h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
  color: #77191a;
}

.main .pkyk_list .item .text h4.h_3em {
  height: 3.8em;
}

.main .pkyk_list .item .text h4.new_product {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.3;
}

.main .pkyk_list .item .text h4.new_product span {
  display: block;
  font-size: 1.3rem;
}

.main .pkyk_list .item .text h4.new_product span.red {
  color: #77191a;
}

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

.main .pkyk_list .item .text p.h_3 {
  height: 3em;
}

.main .pkyk_list .item .text dl {
  position: relative;
  background: #f9d4d0;
  border-radius: 10px;
  padding: 15px;
  flex: 1;
}

.main .pkyk_list .item .text dl::before {
  position: absolute;
  content: "";
  background: url(../img/event/202309_online_event/icon_momiji.webp) no-repeat center/contain;
  width: 65px;
  height: 65px;
  top: 10px;
  right: 20px;
}

.main .pkyk_list .item .text dl dt {
  color: #77191a;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 9px;
}

.main .pkyk_list .item .text dl li {
  position: relative;
  padding-left: 1em;
  font-size: .9rem;
}

.main .pkyk_list .item .text dl li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #77191a;
  border-radius: 50%;
  left: 0;
  top: .5em;
}

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

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

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

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

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

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

.main .tools .past_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}

.main .tools .item .movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  border: solid 1px #004a84;
}

.main .tools .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: 3rem;
  z-index: 10;
}

.main .tools .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 .item .movie a:hover {
  background: #fff;
  opacity: .5;
}

.main .tools .item .text {
  display: flex;
  flex-direction: column;
  height: calc(100% - 185px);
}

.main .tools .item .text h4 {
  color: #77191a;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

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

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

.main .tools .item .text dl {
  background: white;
  padding: 18px;
  border-radius: 10px;
  flex: 1;
  background: #ffd99f;
}

.main .tools .item .text dl dt {
  color: #77191a;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1rem;
}

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

.main .tools .item .text dl li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #77191a;
  border-radius: 50%;
  top: .55em;
  left: 0;
}

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

.c-title__tree {
  width: 1100px;
  margin: 0 auto 30px;
  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: #a40002;
  font-size: 2.3rem;
  line-height: 1.3;
  letter-spacing: .08em;
  border-bottom: solid 5px #a40002;
}

.c-title__tree::before, .c-title__tree::after {
  content: "";
  background: url(../img/event/202309_online_event/tree.webp) no-repeat center/cover;
  width: 200px;
  height: 100px;
}

.c-title__tree::before {
  margin-left: 60px;
}

.c-title__tree::after {
  justify-self: end;
  margin-right: 60px;
  transform: scale(-1, 1);
}

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

.catalog {
  padding: 60px 0;
  margin-bottom: 45px;
}

.catalog .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  grid-row-gap: 30px;
}

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

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

.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:last-of-type {
  border: 0;
}

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