@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap');

/* 共通 */
body {
  margin: 0;
  padding: 0;
  font-size:10px;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", Arial, sans-serif;
}
body img {
  image-rendering: -webkit-optimize-contrast;
}
body a {
  text-decoration: none;
	transition: all 0.5s;
}
a:hover{
  opacity: 0.5 ;
}
html { 
  scroll-behavior: smooth;
}
.breadcrumb-cell{
  padding: 9px 15px !important;
}
/* 上書き部分 */
.content-grid.frame3>.content-cell>.main{
  max-width:none;
}
.content-grid{
  padding: 0;
}
.content-grid.frame3>.content-cell{
  padding-top: 0;
  padding-bottom: 0;
}
#footer-grid .footer-cell #pagetop.stop{
  z-index: 99;
}

/* 共通 */
section {
}
section.gallery {
  margin: 0 -500%;
  padding: 50px 0;
}

.link_arrow{
  display:block;
}
.link_arrow::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-next.png);
  background-size: contain;
  vertical-align: middle;
}

.title_label_box{
  text-align: center;
  display: flex;
  justify-content: center;
}
.title_label{
  font-family: 'Kaisei Opti', serif;
  font-size: 3.2em;
  padding : 5px 16px 5px 16px; 
  height: 52px;
  min-width:300px;
  background-color: #6C2C2F;
  color:#ffffff;
  position: relative;
}
.title_label::before{
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 52px;
  left:-15px;
  top: 0px;
  background-image: url(../img/frame_1.png);
  background-size: cover;
  vertical-align: middle;
}
.title_label::after{
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 52px;
  right:-15px;
  top: 0px;
  background-image: url(../img/frame_2.png);
  background-size: cover;
  vertical-align: middle;
}
.title_label_long{
  font-family: 'Kaisei Opti', serif;
  font-size: 3.2em;
  padding : 5px 16px 5px 16px; 
  height: 52px;
  min-width:300px;
  background-color: #6C2C2F;
  color:#ffffff;
  position: relative;
}
.title_label_long::before{
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 52px;
  left:-15px;
  top: 0px;
  background-image: url(../img/frame_1.png);
  background-size: cover;
  vertical-align: middle;
}
.title_label_long::after{
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 52px;
  right:-15px;
  top: 0px;
  background-image: url(../img/frame_2.png);
  background-size: cover;
  vertical-align: middle;
}
.btn{
  display: inline-block;
  margin:30px;
  padding :10px 60px;
  font-size: 1.6em;
  background-color: #ffffff;
  border:1px;
  border-color: #1F2C5C;
  border-style: solid;
  border-radius: 30vh;
}
.btn::after{
  content: '';
  display: inline-block;
  margin-left:30px;
  width: 24px;
  height: 34px;
  background-image: url(../img/icon_pdf.png);
  background-size: contain;
  vertical-align: middle;
}
.btn_link{
  display: inline-block;
  margin:30px;
  padding :10px 60px;
  font-size: 1.6em;
  background-color: #ffffff;
  border:1px;
  border-color: #1F2C5C;
  border-style: solid;
  border-radius: 30vh;
}
.pcbr {
  display:inline;
}
.spbr {
  display:none;
}
@media screen and (max-width: 767px) {
  .title_label{
    font-size: 2em;
    padding : 12px 16px 12px 16px; 
    min-width:250px;
  }
  .title_label_long{
    height: 72px;
    font-size: 2em;
    padding : 12px 16px 12px 16px; 
    min-width:250px;
  }
  .title_label_long::before{
    height: 72px;
    width: 24px;
    background-image: url(../img/frame_long_1.png);
  }
  .title_label_long::after{
    height: 72px;
    width: 24px;
    background-image: url(../img/frame_long_2.png);
  }
  .btn{
    margin:30px 10px;
    padding :10px 20px;
  }
  .btn::after{
    margin-left:10px;

  }
  .btn_link{
    margin:30px 10px;
    padding :10px 30px;
  }
  .pcbr {
    display:none;
  }
  .spbr {
    display:inline;
  }
  
}
/* ファーストビュー */
.top_title{
  display:flex;
  flex-direction: column;
  flex:wrap;
}
.top_area{
  background-color: #0F2E5D;
  padding: 15px 0;
}
.top_area_box{
  max-width: 960px;
  margin :auto;
}
.title_date{
  display: block;
  color: #ffffff;
  font-size:1.6em
}
.title_text{
  display: block;
  color: #ffffff;
  font-size:3em
}
.main_view{
  width: 100%;
  margin :auto;
  text-align: center;
  background-color: #28a9ea;
}
@media screen and (max-width: 767px) {
  .top_title{
    flex-direction: column-reverse;
  }
  .top_area{
    padding: 15px 15px;
  }
  .title_text{
    font-size:2em;
  }
}

/* 情報 */
.info_wrapper{
  position: relative;
  z-index: 1;
  background-image: url(../img/background.png);
  background-size: cover;
}
.info{
  max-width: 960px;
  margin : auto;
  padding: 60px 0 60px 0;
}
@media screen and (max-width: 767px) {
  .info{
    padding: 60px 15px 60px 15px;
  }
}

/* twitter */
.twitter_area{
  width: 100%;
  max-width: 700px;
  margin: 0px auto 60px;
  padding: 0 10px;
  box-sizing: border-box;
}
.twitter_area > h3{
  background-color: #1da1f2;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: center;
}
@media all and (max-width: 750px) {
  .twitter_area > h3 {
    display: block;
  }
}
.twitter_area > h3 > span {
  width: auto;
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 750px) {
  .twitter_area > h3 > span {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
}
.twitter_area > h3 > img {
  width: 45%;
  display: block;
}
@media all and (max-width: 750px) {
  .twitter_area > h3 > img {
    width: 100%;
    max-width: 216px;
    margin: 0 auto;
  }
}
.twitter_area .box_twitter {
  width: 100%;
  box-sizing: border-box;
  border-left: 5px solid #1da1f2;
  border-right: 5px solid #1da1f2;
  border-bottom: 5px solid #1da1f2;
}
@media all and (-ms-high-contrast: none) {
  .twitter_area .box_twitter {
    display: none;
  }
}

/* タイトル */
.title_area .title{
  font-family: 'Kaisei Opti', serif;
  font-size: 3.8em;
  font-weight: bold;
  color:#1F2C5C;
  margin: 0 0 30px 0;
  max-width: 750px;
}
.title_area .subtitle{
  font-family: 'Kaisei Opti', serif;
  font-size: 2.4em;
  color:#EC6D45
}
.title_area p{
  font-size: 1.8em;
  line-height: 1.8em;
  color:#6C2C2F
}
@media screen and (max-width: 767px) {
  .title_area .title{
    font-size: 2.5em;
  }
}

/* スタンプサンプル */
.stamp_area{
  display: flex;
  flex-wrap: wrap;
}
.stamp_card{
  width: 25%;
}
.stamp_img-wrap{
  position: relative;
  padding-top: 200px;
  padding-left: 20px;
  width: 80%;
  overflow: hidden;
}
.stamp_img{
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
.stamp_text_area{
  width: 85%;
  font-size: 1.6em;
  line-height: 1.4em;
  padding: 16px;
}
.stamp_text_area li{
  margin: 10px 0 ;
}
.stamp_text_01{
  color:#000000;
}
.stamp_text_01::before{
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #000000;
}
.stamp_text_02{
  color:#D70C18;
}
.stamp_text_02::before{
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #D70C18;
}
.stamp_text_03{
  color:#B74C96;
}
.stamp_text_03::before{
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #B74C96;
}
.stamp_detail{
  font-size: 1.8em;
  color:#1F2C5C;
  margin: 0 0 60px 0;
}
.stamp_detail a{
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .stamp_card{
    width: 50%;
  }
  .stamp_img-wrap{
    position: relative;
    padding-top: 200px;
    width: 100%;
    padding-left: 5px;
    overflow: hidden;
  }
  .stamp_text_area{
    width: 95%;
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 16px;
  }
  
}

/* 目次 */
.index_area{
}
.index_box{
  max-width: 660px;
  margin: 30px auto 60px;
  display: flex;
  flex-wrap:wrap;
}
.index_item{
  display: flex;
  column-count: 2;
  flex-grow: 2;
}
.index_style{
  width:300px;
  padding: 15px;
  margin: 0 15px;
  border-bottom: dotted #142564;
  font-size: 2em;
  color:#1F2C5C;
}
.index_style::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-under.png);
  background-size: contain;
  vertical-align: middle;
}
.index_box :nth-child(1){
  order:1;
}
.index_box :nth-child(2){
  order:3;
}
.index_box :nth-child(3){
  order:2;
}
.index_box :nth-child(4){
  order:4;
}

@media screen and (max-width: 767px) {
  .index_list{
    column-count: 1;
    gap: 0;
  }
}

/* 参加方法 */
.join_area{
  margin:0 0 100px 0;
}
.join_detail{
  background-color:#EC6D45;
  padding: 20px;
  margin: 20px;
  display:flex;
  position: relative;
  font-size: 2em;
  line-height: 1.6em;
  color:#ffffff;
  font-style: bold;
}
.join_number{
  float: left;
  margin:0 20px 0 0;
  width:72px;
  max-width: 72px;
  min-width: 72px;
}
.join_text_area_01{
  max-width:630px;
}
.join_img_01{
  position:absolute;
  top:20px;
  right:-30px;
}
.join_text_area_02{
  max-width:780px;
}
.join_text_area_03{
  max-width:540px;
}
.join_img_03{
  position:absolute;
  top:-20px;
  right:-30px;
}
.join_text_area_05{
  max-width:480px;
}
.join_img_05{
  position:absolute;
  top:-10px;
  right:-30px;
}
.join_text_area_06{
  max-width:520px;
}
.join_img_06{
  position:absolute;
  top:20px;
  right:-30px;
}
.next_arrow{
  margin: 30px auto;
  text-align: center;
}
.point_01{
  color: #FFF697;
  background:linear-gradient(transparent 60%, #D70C18 60%);
}
.point_02{
  padding: 0px 3px 0px 3px;
  margin: 5px;
  background-color: #ffffff;
  color: #EC6D45;
  font-weight: bold;
}
.caption_as{
  font-size: 0.7em;
  line-height: 1.2em;
  padding-left:1em;
	text-indent:-1em;
}
.caption_as::before{
  display: inline;
  content: "※";
}
.join_link{
  display:block;
}
.join_link::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-next.png);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .join_detail{
    padding: 10px;
    margin: 30px 15px;
  }
  .join_number{
    width:45px;
    max-width: 45px;
    min-width: 45px;
    margin:0 10px 0 0;
  }
  .join_img_01{
    width:90px;
    height: 90px;
    top:80px;
  }
  .join_img_03{
    width:120px;
    height: 120px;
    top:70px;
  }
  .join_img_05{
    width:120px;
    height: 120px;
    top:100px;
  }
  .join_img_06{
    width:120px;
    height: 120px;
    top:100px;
  }
}
@media screen and (max-width: 470px) {
  .join_detail{
    padding: 10px;
    margin: 30px 15px;
  }
  .join_number{
    width:45px;
    max-width: 45px;
    min-width: 45px;
    margin:0 10px 0 0;
  }
  .join_img_01{
    width:90px;
    height: 90px;
    top:105px;
  }
  .join_img_03{
    width:120px;
    height: 120px;
    top:70px;
  }
  .join_img_05{
    width:120px;
    height: 120px;
    top:145px;
  }
  .join_img_06{
    width:120px;
    height: 120px;
    top:150px;
  }
}
@media screen and (max-width: 400px) {
  .join_img_05{
    top:150px;
  }
}
/* 路線図 */
.map_area{
  text-align: center;
  margin: 0 0 60px 0;
}

/* 設置時間 */
.time_area{
}
.time_text{
  text-align: center;
  padding: 0 ;
}
.time_title{
  font-size: 4em;
  color: #6C2C2F;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 20px 0 ;
}
.time_text p{
  font-size: 1.6em;
}
.press_text{
  text-align: center;
  margin: 0 0 30px 0 ;
}
.press_text p{
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .time_title{
    font-size: 2em;
  }
  .time_text p{
    font-size: 1.6em;
  }
}
.ticket_banner{
  margin: 30px auto;
  display: flex;
  justify-content: center;
  gap:20px;
}

.info_line{
  position: relative;
  z-index: 2;
  top: 60px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

/* 賞品 */
.prize_wrapper{
  max-width: none;
  background-color: #142564;
}
.prize{
  max-width: 960px;
  margin: auto;
  padding: 60px 0 60px 0;
}

.prize_title{
  font-family: 'Kaisei Opti', serif;
  font-size: 6.3em;
  color:#ffffff;
  text-align: center;
  margin: 0 0 30px 0;
}
.prize_1_area{
  margin: auto;
  text-align: center;
}
.prize_1_area p{
  color:#ffffff;
}
.prize_read{
  max-width: 620px;
  margin: 20px auto 50px;
  font-size: 1.6em;
  line-height: 1.6em;
}
.prize_subtitle{
  font-size: 2.8em;
  font-weight: bold;
  text-align: center;
  margin:0 0 32px 0;
}
.prize_subtitle .prize_subtitle_color{
  color:#FFF697;
}
.prize_img_01{
  display: flex;
  justify-content: center;
  margin: 32px auto;
}
.prize_img_02{
  display: flex;
  justify-content: center;
  margin: 32px auto 80px;
}

h4.white_line{
  position:relative;
  display:inline-block;
  font-family: 'Kaisei Opti', serif;
  font-size:2.6em;
  color: #ffffff;
  margin: 0 0 30px 0;
}
h4.white_line::after{
  content:"";
  display:block;
  width:200px;
  height:3px;
  background-color:#ffffff;
  position:absolute;
  bottom:-10px;
  left:calc(50% - 100px);
}
.prize_time{
  font-size:4em;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 80px 0;
}
.prize_2_area{
  margin: auto;
  text-align: center;
}
.prize_2_area p{
  color:#ffffff;
}
.prize_img_03{
  display:block;
  margin:0 auto 30px;
  max-width:560px;
}
.prize_attention{
  position: relative;
  font-size: 1.6em;
  top:-40px;
  left:-120px;
}
@media screen and (max-width: 767px) {
  .prize{
    padding: 60px 15px 60px 15px;
  }
  .prize_title{
    font-size: 3.2em;
  }
  .prize_read p{
    text-align: left;
    font-size: 0.9em;
  }
  .prize_subtitle p{
    text-align: left;
    font-size: 0.8em;
  }
  .prize_time{
    font-size:2.6em;
  }
  .prize_img_03{
    width: 100%;
  }
  .prize_attention{
    left:-80px;
  }
}

/* ゴール店舗 */
.goal_store{
  max-width:800px;
  background-color: #F5F3F2;
  border-radius:20px;
  margin: 0 auto 60px;
  text-align: center;
  padding: 30px 0 0 0 ;
}
.goal_title{
  text-align: center;
  margin: 0 0 45px 0 ;
}
h4.blue_line{
  position:relative;
  display:block;
  font-family: 'Kaisei Opti', serif;
  font-size:1.6rem;
  font-weight: bold;
  color: #1F2C5C;
}
h4.blue_line::after{
  content:"";
  display:block;
  width:140px;
  height:3px;
  background-color:#1F2C5C;
  position:absolute;
  bottom:-10px;
  left:calc(50% - 70px);
}
h4.blue_line_long{
  position:relative;
  display:block;
  font-family: 'Kaisei Opti', serif;
  font-size:1.6rem;
  font-weight: bold;
  color: #1F2C5C;
}
h4.blue_line_long::after{
  content:"";
  display:block;
  width:200px;
  height:3px;
  background-color:#1F2C5C;
  position:absolute;
  bottom:-10px;
  left:calc(50% - 100px);
}
.goal_title img{
  position: relative;
  display:block;
  margin:20px auto -20px;
}
.goal_list{
  font-size: 1.8em;
  color: #1F2C5C;
  max-width: 620px;
  margin:auto;
  text-align: left;
}
.goal_list li{
  margin:10px;
}
.goal_list li::before{
  position: relative;
  top: -5px;
  left: -18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #6C2C2F;
}
.goal_store .time_text{
  margin: 60px 0 20px 0 ;
}
.time_title_text{
  font-size: 2.25em;
  color: #6C2C2F;
  padding: 30px 0 0 0;
}
.station{
  display: inline;
  font-size: 1.25em;
  color:#6C2C2F;
}
.station_detail{
  font-size: 1.25em;
  display: inline;
  color:#6C2C2F;
}
@media screen and (max-width: 767px) {
  .goal_list li{
    margin:10px 10px 10px 30px;
    display: block;
    }
  .goal_list li::before{
    left: -10px;
  }
  .time_title_text{
    font-size: 2.52em;
  }
  .station{
    font-size: 1.4em;
  }
  .station_detail{
    font-size: 1.4em;
    display: block;
  }
}

/* 賞品詳細 */
.present{
  margin:auto;
  text-align: center;
}
.bubble{
  position: relative;
  display: inline-block;
  margin: 20px auto 40px ;
  padding: 0px 30px 20px 30px;
  min-width: 120px;
  max-width: 100%;
  line-height: 2em;
  color: #ffffff;
  font-size: 16px;
  background: #EC6D45;
}
.bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EC6D45;
}

/* プレゼント */
.cards{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}
.card-col3{
  margin: 0 0 -30px 0;
}
.card-col3 > .cards_item{
}
.cards_item{
  width: 27%;
  margin: 0 3% 30px 3%;
}
.card_img-wrap{
  position:relative;
  padding-top:100%;
  overflow:hidden;
  background-color: #ffffff;
  border-radius:20px;
}
.card_body{
  text-align: left;
  width: 98%;
  font-size: 1.6em;
  color:#ffffff;
  padding-left:1.2em;
	text-indent:-1.2em;
}
.card_img{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.card_badge{
  position:relative;
}
.card_badge::after{
  content:"";
  position:absolute;
  z-index:10;
  width: 100px;
  height: 100px;
  top:-80px;
  right:-170px;
  line-height: 200px;
  background-color: #EC6D45;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.card_badge span{
  position:absolute;
  z-index:15;
  color: #ffffff;
}
.pre_num{
  font-size:4.6em;
  top:-68px;
  right:-148px;
}
.pre_text{
  font-size:1.6em;
  top:-20px;
  right:-138px;
}
@media screen and (max-width: 767px) {
  .cards_item{
    width: 40%;
    margin: 0 4% 30px 4%;
  }
  .card_badge::after{
    width: 60px;
    height: 60px;
    right:-100px;
    top:-50px;
  }
  .pre_num{
    font-size:2.4em;
    top:-40px;
    right:-85px;
  }
  .pre_text{
    font-size:1.2em;
    top:-12px;
    right:-82px;
  }
  
}

/* 応募締切 */
.present_time{
  font-size:4em;
  font-weight: bold;
  color: #FFF697;
  margin: 0 0 45px 0;
}
.pre_attention_list{
  font-size:1.4em;
  color: #ffffff;
  max-width:80%;
  margin:auto;
  text-align: left;
}
.pre_attention_list li{
  margin: 10px 0;
  padding-left:1em;
	text-indent:-1em;
}
.pre_attention_list li::before{
  display: inline;
  content: "※";
}
@media screen and (max-width: 767px) {
  .present_time{
    font-size:2.4em;
  }
  .pre_attention_list{
    max-width:100%;
  }
}

.attention_wrapper{
  background-color: #F5F3F2;
  margin: auto;
  text-align: center;
}
.attention{
  max-width: 960px;
  margin:auto;
  padding: 60px 0 60px 0;
}
.covid_title{
  font-size: 2.4em;
  color: #6C2C2F;
  font-weight: bold;
  margin: 0 0 45px 0;
}
.covid_list_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 45px 0;
}
.covid_list_box{
  width:30%;
  margin:0 0 15px 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.covid_list_box img{
  width: 30%;
}
.covid_list_text{
  width: 70%;
}
.covid_list_title{
  display:block;
  padding: 0 0 15px 15px;
  font-size:1.6em;
  color: #6C2C2F;
}
.covid_list_read{
  display:block;
  padding: 0 0 15px 15px;
  font-size:1.2em;
}
@media screen and (max-width: 767px) {
  .attention{
    padding: 60px 15px 60px 15px;
  }
  .covid_title{
    font-size: 1.6em;
  }  
  .covid_list_box{
    width: 100%;
  }
  .covid_list_title{
    padding: 15px;
  }
}

.attention_list_text{
  max-width:780px;
  margin: 0 auto 15px;
  padding: 30px;
  border:solid 1px;
  border-color: #6C2C2F;
  text-align: left;
}
.attention_list_text li{
  font-size: 1.4em;
  color: #6C2C2F;
  padding-left:1em;
	text-indent:-1em;
  margin:10px;
}
.attention_list_text li::before{
  display: inline;
  content: "※";
}
.attention_caption{
  max-width:780px;
  margin: 0 auto 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attention_list_text{
    padding: 15px;
  }
}
section.jr {
  padding: 50px 0;
  text-align: center;
}
section.jr img {
  max-width: 100px;
}

/*

/* TODO */
/*
main.content-grid.frame3 {
  margin: 0 auto;
  overflow: hidden;
}
.content-grid.frame3 > .content-cell > .main {
  max-width: 100% !important;
}
.content-grid {
  padding: 0px !important;
}
.content-grid.frame3 > .content-cell {
  padding: 0px;
}


.content-cell section.desc .title {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}

.content-cell section.desc .title img {
  position: absolute;
  right: -3%;
  max-width: 120px;
  bottom: 0%;
}
.content-cell .gallery {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.content-cell.blue .gallery_wrapper {
  background: #deeffe;
}
.content-cell.red .gallery_wrapper {
  background: #feecf2;
}
.content-cell.green .gallery_wrapper {
  background: #edf6dc;
}

.main {
  overflow: hidden;
}
section.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
section.gallery a,
section.gallery > img {
  width: calc((100% - 150px) / 3);
  height: calc(100% - 122px);
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 35px;
}
section.gallery img.lt {
  max-width: 200px;
  height: auto;
  position: absolute;
  top: 180px;
  left: -200px;
}
.blue section.gallery img.lt {
  top: 500px;
  transform: rotate(30deg);
}
.green section.gallery img.lt {
  max-width: 200px;
  left: -200px;
}

section.gallery img.rt {
  max-width: 130px;
  height: auto;
  position: absolute;
  right: -200px;
  top: 160px;
}
.red section.gallery img.rt {
  max-width: 180px;
  height: auto;
  position: absolute;
  right: -220px;
  top: 160px;
}

section.gallery img.lb {
  position: absolute;
  max-width: 180px;
  height: auto;
  left: -200px;
  bottom: 160px;
}
.green section.gallery img.lb {
  max-width: 150px;
  left: -200px;
}
.red section.gallery img.lb {
  max-width: 130px;
  bottom: 40%;
  left: -185px;
  transform: rotate(-30deg);
}
section.gallery img.rb {
  max-width: 140px;
  height: auto;
  position: absolute;
  right: -50px;
  bottom: 190px;
}
.red section.gallery img.rb {
  right: -200px;
}
.green section.gallery img.rb {
  max-width: 133px;
  right: -180px;
  bottom: 130px;
}
.content-cell.blue section.gallery a {
  color: #2778be;
}
.content-cell.red section.gallery a {
  color: #ea5541;
}
.content-cell.green section.gallery a {
  color: #84a228;
}
section.gallery a img {
  transition: all 0.1s linear;
}
section.gallery a img:hover {
  transform: scale(1.03);
}
section.gallery .title {
  width: 100%;
  padding-bottom: 50px;
}
section.gallery h4 {
  font-size: 24px;
  width: 460px;
  font-weight: bold;
  background: #ffffff;
  border-radius: 100px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}
.content-cell.blue section.gallery h4 {
  color: #2778be;
}
.content-cell.red section.gallery h4 {
  color: #ea5541;
}
.content-cell.green section.gallery h4 {
  color: #84a228;
}
section.gallery h5 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", Arial, sans-serif !important;
  font-weight: 700;
  font-size: 23px;
  margin: 0 0 15px 0;
  line-height: 28px;
}
section.gallery a img {
  width: 95%;
  height: auto;
  display: block;
  margin: 0 auto;
}
section.gallery a .hasu {
  width: 19px;
  height: auto;
  display: inline-block;
  padding: 7px 0px;
  margin: 0 auto;
}
section.gallery p {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", Arial, sans-serif !important;
  font-weight: 600;
  font-size: 19px;
  color: #666;
}
.sp_text{
  display: none;
}
.pc_text{
  font-size: 24px;
  font-weight: bold;
}
*/

/* Lightbox2カスタマイズ */
.lb-data .lb-caption {
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 1001px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 15px;
  }
  main {
    /* padding: 0 15px; */
  }

  .content-cell section.desc .title img {
    position: static;
    padding-top: 10px;
  }
  .content-cell section.desc p{
    text-align: left;
  }
  .content-cell .gallery {
    padding: 60px 10px 0;
  }
  section.gallery h4 {
    font-size: 18px;
    padding: 16px;
  }
  section.gallery a,
  section.gallery > img {
    width: calc((100% - 15px) / 2);
    margin-bottom: 25px;
  }
  section.gallery > img {
    margin: 0 auto 25px;
  }
  section.gallery img.rt,
  section.gallery img.lb,
  section.gallery img.lt,
  section.gallery img.rb {
    display: none;
  }
  .content-cell .gallery_wrapper {
    margin: 0 -500%;
    padding: 50px 500%;
  }
  .sp_text{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
  }
  .pc_text{
    display: none;
  }
}
@media (max-width: 543px) {
  section.gallery h4 {
    max-width: 100%;
  }
  section.gallery > img {
    width: 80%;
    image-rendering: pixelated;
  }
  section.gallery h5 {
    font-size: 20px;
  }
  section.gallery p {
    font-size: 16px;
  }
  section.gallery a .hasu {
    width: 16px;
    height: auto;
    display: inline-block;
    padding: 7px 0px;
    margin: 0 auto;
    /* box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3); */
  }
}
@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 100vw !important; /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important; /* 上下に適度に余白 */
  }
}
