@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Round");
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  overflow: auto;
}

#contents_area {
  width: auto;
  min-width: inherit;
  max-width: none;
  padding: 0;
  text-align: left;
}

#page_jr_collabo5 {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: hidden;
  background: none;
  min-width: 1280px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 {
    font-size: 1.4rem;
    line-height: 1.71429;
    min-width: 320px;
  }
}

#page_jr_collabo5 .innerWrap {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1110px) {
  #page_jr_collabo5 .innerWrap {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .innerWrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 370px) {
  #page_jr_collabo5 .innerWrap {
    padding: 0 15px;
  }
}

#page_jr_collabo5 a {
  outline: none;
}

#page_jr_collabo5 a.txt_link {
  color: #412d8f;
  text-decoration: underline;
}

#page_jr_collabo5 .ro {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

#page_jr_collabo5 .ro:hover {
  opacity: .8;
}

#page_jr_collabo5 .ro:hover img {
  opacity: 1;
}

#page_jr_collabo5 .ro a:hover, .ro a:hover img {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .ro:hover, #page_jr_collabo5 .ro a:hover, #page_jr_collabo5 .ro a:hover img {
    opacity: 1;
  }
}

#page_jr_collabo5 .spCont {
  display: none;
}

#page_jr_collabo5 .pcCont {
  display: block;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .pcCont {
    display: none;
  }
  #page_jr_collabo5 .spCont {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 img.pcCont {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 img.spCont {
    display: inline-block;
  }
}

#page_jr_collabo5 .bold, #page_jr_collabo5 strong, #page_jr_collabo5 h1, #page_jr_collabo5 h2, #page_jr_collabo5 h3, #page_jr_collabo5 h4, #page_jr_collabo5 h5 {
  font-weight: 700;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}

#page_jr_collabo5 .bold:before, #page_jr_collabo5 .bold:after, #page_jr_collabo5 strong:before, #page_jr_collabo5 strong:after, #page_jr_collabo5 h1:before, #page_jr_collabo5 h1:after, #page_jr_collabo5 h2:before, #page_jr_collabo5 h2:after, #page_jr_collabo5 h3:before, #page_jr_collabo5 h3:after, #page_jr_collabo5 h4:before, #page_jr_collabo5 h4:after, #page_jr_collabo5 h5:before, #page_jr_collabo5 h5:after {
  content: none;
}

#page_jr_collabo5 h1, #page_jr_collabo5 h2, #page_jr_collabo5 h3, #page_jr_collabo5 h4, #page_jr_collabo5 h5 {
  display: block;
}

#page_jr_collabo5 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page_jr_collabo5 {
  overflow: hidden;
}

#page_jr_collabo5 img {
  max-width: 100%;
  height: auto;
}

#page_jr_collabo5 ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

#page_jr_collabo5 .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

#page_jr_collabo5 section {
  background: none;
}

#page_jr_collabo5 section .innerWrap {
  z-index: 5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*------------------------------
hd
------------------------------*/
.hd01 {
  text-align: center;
  margin-bottom: 5px;
}

.hd01 .in {
  padding: 5px 25px 8px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  background: url(../images/hd01_l.png) no-repeat left center, url(../images/hd01_r.png) no-repeat right center;
  background-size: 17px auto;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .hd01 .in {
    font-size: 1.8rem;
    background-size: 14px auto;
    padding: 3px 16px 6px;
    margin-bottom: 0;
  }
}

.hd02 {
  text-align: center;
  line-height: 1.4;
  color: #e7016e;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .hd02 {
    font-size: 1.8rem;
  }
}

.hd02 .in {
  display: inline-block;
  padding: 0 31px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hd02 .in {
    padding: 0 20px;
  }
}

.hd02 .in:before, .hd02 .in:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #e7016e;
  position: absolute;
  top: 50%;
}

.hd02 .in:before {
  left: 0;
  -webkit-transform: translateY(-40%) rotate(-25deg);
  transform: translateY(-40%) rotate(-25deg);
}

.hd02 .in:after {
  right: 0;
  -webkit-transform: translateY(-40%) rotate(25deg);
  transform: translateY(-40%) rotate(25deg);
}

.hd02.color_w {
  color: #fff;
}

.hd02.color_w .in:before, .hd02.color_w .in:after {
  background: #fff;
}

.hd03 {
  text-align: center;
}

.hd03 .in {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #42b035;
  color: #fff;
  font-size: 2rem;
  line-height: 1.42857;
  border-radius: 20px 0 20px 0;
  padding: 17px 80px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hd03 .in {
    font-size: 1.4rem;
    padding: 7px 65px;
  }
}

.hd03 .in:before, .hd03 .in:after {
  content: "";
  display: block;
  width: 33px;
  height: 100%;
  background: url(../images/ttl02_l.png) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .hd03 .in:before, .hd03 .in:after {
    width: 25px;
    left: 22px;
  }
}

.hd03 .in:after {
  background-image: url(../images/ttl02_r.png);
  left: auto;
  right: 28px;
}

@media only screen and (max-width: 767px) {
  .hd03 .in:after {
    right: 22px;
  }
}

/*------------------------------
ボタン
------------------------------*/
.tabiwa_btn01 a {
  display: inline-block;
  font-size: 2rem;
  color: #2a26bb;
  font-weight: 700;
  line-height: 1.53333;
  background: url(../images/ico_arrow01.png) no-repeat right 23px center #fff;
  background-size: 30px auto;
  border: 2px solid #2a26bb;
  padding: 15px 75px;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  .tabiwa_btn01 a {
    display: block;
    font-size: 1.5rem;
    background-size: 22px auto;
    background-position: right 15px center;
    padding: 13px 41px;
  }
}

.tabiwa_btn01 a:hover {
  background-color: #e0f0ff;
  opacity: 1;
}

.tabiwa_btn01 a.none {
  pointer-events: none;
  background: #b1b1b1;
  color: #fff;
  border-color: #b1b1b1;
}

.tabiwa_btn01 .spbr {
  display: block;
}

@media only screen and (min-width: 391px) {
  .tabiwa_btn01 .spbr {
    display: none;
  }
}

#page_jr_collabo5 .info_btn_area {
  position: relative;
  bottom: -180px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .info_btn_area {
    bottom: -30px;
  }
}

#page_jr_collabo5 .info_btn_area .ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 32px;
  color: #42b035;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .info_btn_area .ttl {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
}

#page_jr_collabo5 .info_btn_area .ttl.color_w {
  color: #fff;
}

#page_jr_collabo5 .info_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .info_btn {
    display: block;
  }
}

#page_jr_collabo5 .info_btn li {
  width: 100%;
  max-width: 680px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .info_btn li {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 10px;
  }
}

#page_jr_collabo5 .info_btn .inner {
  font-size: 2.4rem;
  line-height: 1.45455;
  font-weight: 700;
  color: #2a26bb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  border: 4px solid #192a83;
  border-radius: 11px;
  text-align: center;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-box-shadow: 12px 0 20px rgba(42, 38, 187, 0.18);
  box-shadow: 12px 0 20px rgba(42, 38, 187, 0.18);
  text-decoration: none !important;
  padding: 0;
  min-height: 98px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .info_btn .inner {
    font-size: 1.8rem;
    line-height: 1.33333;
    height: auto;
    border-width: 2px;
    border-radius: 6px;
    -webkit-box-shadow: 7px 0 10px rgba(42, 38, 187, 0.18);
    box-shadow: 7px 0 10px rgba(42, 38, 187, 0.18);
    min-height: 60px;
  }
}

#page_jr_collabo5 .info_btn .inner:hover {
  background: #e0f0ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

#page_jr_collabo5 .info_btn .inner .txt_area {
  width: 100%;
  padding: 19px 27px 19px 10px;
  position: relative;
  background: url(../images/ico_arrow01.png) no-repeat right 15px center;
  background-size: 30px auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .info_btn .inner .txt_area {
    background-size: 23px auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

#page_jr_collabo5 .info_btn .inner .hd {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .info_btn .inner .hd {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

#page_jr_collabo5 .info_btn .inner .num {
  font-size: 3.2rem;
  color: #202f80;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .info_btn .inner .num {
    font-size: 2.7rem;
  }
}

#page_jr_collabo5 .info_btn .inner .time {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4d4d4d;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .info_btn .inner .time {
    font-size: 1.1rem;
  }
}

#page_jr_collabo5 .info_btn .contact_anchor .inner .txt_area {
  background-image: url(../images/ico_arrow01_b.png);
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 .info_btn .contact_anchor .inner .txt_area {
    background-position: right 30px center;
  }
}

/*------------------------------
アコーディオン
------------------------------*/
/*.ac_wrap {
	.ac_btn {
		display: flex;
		flex-wrap: wrap;
		border: 2px solid #4d4d4d;
		border-radius: 4px;
		padding: 12px 50px 12px 25px;
		position: relative;
		@media only screen and (max-width: 767px) {
			border-radius: 2px;
			padding: 10px 35px 10px 13px;
			font-size: 1.3rem;
		}
		&:hover{
			cursor: pointer;
		}
		&:before{
			content: "";
			display: block;
			width: 28px;
			height: 28px;
			background: url(../images/ico_ac_btn01.png) no-repeat center center;
			background-size: cover;
			position: absolute;
			right: 23px;
			top: 50%;
			margin-top: -14px;
			transition-duration: .5s;
			@media only screen and (max-width: 767px) {
				width: 18px;
				height: 18px;
				right: 13px;
				margin-top: -9px;
			}
		}
		&.open{
			&:before{
				transform: rotate(-180deg);
			}
		}
		.txt{
			font-weight: 700;
		}
		.kome{
			color: #e7016e;
			padding-left: 20px;
			@media only screen and (max-width: 767px) {
				padding-left: 5px;
			}
		}
	}
	.ac_box {
		display: none;
		padding-top: 15px;
		@media only screen and (max-width: 767px) {
			padding-top: 10px;
		}
	}
}*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_jr_collabo5.contents {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#page_jr_collabo5.contents:before, #page_jr_collabo5.contents:after {
  content: "";
  display: block;
  background: repeat-y center top;
  background-image: url(../images/bg.png);
  position: absolute;
  width: 143px;
  top: 0;
  bottom: 0;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5.contents:before, #page_jr_collabo5.contents:after {
    display: none;
  }
}

#page_jr_collabo5.contents:before {
  left: 0;
}

#page_jr_collabo5.contents:after {
  right: 0;
}

@media only screen and (max-width: 1920px) {
  #page_jr_collabo5.contents:before, #page_jr_collabo5.contents:after {
    left: 50%;
  }
  #page_jr_collabo5.contents:before {
    margin-left: -915px;
  }
  #page_jr_collabo5.contents:after {
    margin-left: 774px;
  }
}

/*------------------------------
section_block
------------------------------*/
#page_jr_collabo5 .section_block {
  position: relative;
  z-index: 2;
  padding-bottom: 160px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .section_block {
    padding-bottom: 40px;
  }
}

#page_jr_collabo5 .section_block:before {
  content: "";
  display: block;
  /*background: linear-gradient(-90deg, #76b0e1 0%, #39aaeb 100%);*/
  background: #fabe00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 230px), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 230px), 0 100%);
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .section_block:before {
    /*background: linear-gradient(275deg, #39aaeb 0%, #9cb013 50%, #76b0e1 100%);*/
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
  }
}

#page_jr_collabo5 #point_sec,
#page_jr_collabo5 #second_contents {
  margin-top: -335px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec,
  #page_jr_collabo5 #second_contents {
    margin-top: -70px;
  }
}

#page_jr_collabo5 #second_contents {
  position: relative;
  z-index: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■anchor_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.anchor_area.active {
  position: fixed;
  min-width: 1280px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
}

@media only screen and (max-width: 767px) {
  .anchor_area.active {
    min-width: inherit;
    left: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .anchor_area.active {
    left: 15px;
    right: 15px;
  }
}

.anchor_area ul.anchor {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(234, 84, 4, 0.15);
  box-shadow: 0 0 20px rgba(234, 84, 4, 0.15);
}

@media only screen and (max-width: 767px) {
  .anchor_area ul.anchor {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(234, 84, 4, 0.15);
    box-shadow: 0 0 10px rgba(234, 84, 4, 0.15);
  }
}

.anchor_area ul.anchor li {
  width: 33.33%;
  border-right: 1px solid #ec6f00;
  text-align: center;
}

.anchor_area ul.anchor li:last-of-type {
  border-right: none;
}

.anchor_area ul.anchor li a {
  display: block;
  font-size: 1.8rem;
  color: #ec6f00 !important;
  line-height: 1.4;
  background: url(../images/ico_anchor.png) no-repeat center right 30px #fff;
  background-size: 13px auto;
  font-weight: 700;
  padding: 20px 45px;
  height: 100%;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .anchor_area ul.anchor li a {
    font-size: 1.3rem;
    background: url(../images/ico_anchor_sp.png) no-repeat center bottom 7px #fff;
    background-size: 9px auto;
    padding: 9px 5px 18px;
  }
}

@media only screen and (max-width: 380px) {
  .anchor_area ul.anchor li a {
    font-size: 1.2rem;
  }
}

.anchor_area ul.anchor li a:hover {
  opacity: .9;
}

p.anchor_btn a {
  display: block;
  font-size: 2rem;
  color: #42b035 !important;
  line-height: 1.4;
  background: url(../images/ico_anchor.png) no-repeat center right 25px #fff;
  background-size: 12px auto;
  font-weight: 700;
  padding: 18px 45px 18px 30px;
  border-radius: 11px;
  text-align: center;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  p.anchor_btn a {
    font-size: 1.1rem;
    background-position: center right 12px;
    background-size: 8px auto;
    padding: 9px 20px 9px 5px;
    border-radius: 5px;
  }
}

p.anchor_btn a:hover {
  opacity: .9;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■top_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_jr_collabo5 #top_sec {
  padding-top: 45px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec {
    padding-top: 24px;
  }
}

#page_jr_collabo5 #top_sec:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top_bg.png) repeat-x center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec:after {
    background-size: 960px auto;
  }
}

#page_jr_collabo5 #top_sec .info_btn_area {
  margin-top: -140px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec .info_btn_area {
    margin-top: -10px;
  }
}

/*------------------------------
collaboration_area
------------------------------*/
#page_jr_collabo5 #top_sec .collaboration_area {
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec .collaboration_area {
    margin-bottom: 19px;
  }
}

#page_jr_collabo5 #top_sec .collaboration_area .hd_catch {
  margin: -7px 0 18px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec .collaboration_area .hd_catch {
    margin: -12px 76px 8px 5px;
  }
}

#page_jr_collabo5 #top_sec .collaboration_area .hd_catch .in {
  font-size: 3.8rem;
  background-size: 20px auto;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec .collaboration_area .hd_catch .in {
    font-size: 1.8rem;
    background-size: 12px auto;
    padding: 0px 20px 3px;
  }
}

#page_jr_collabo5 #top_sec .collaboration_area .hd_area {
  background: #fff;
  border-radius: 10px;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec .collaboration_area .hd_area {
    border-radius: 0;
    padding: 7px 30px 7px 10px;
    width: calc(100% - 25px);
    margin: 0 0 10px -20px;
  }
}

#page_jr_collabo5 #top_sec .collaboration_area .hd_area .logo img {
  width: 366px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec .collaboration_area .hd_area .logo img {
    width: auto;
    height: 40px;
  }
}

#page_jr_collabo5 #top_sec .collaboration_area .hd_area .balloon {
  width: 185px;
  position: absolute;
  top: 50%;
  right: 69px;
  margin-top: -100px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec .collaboration_area .hd_area .balloon {
    width: 91px;
    margin-top: -52px;
    right: -55px;
  }
}

#page_jr_collabo5 #top_sec .collaboration_area .hd_area .balloon img {
  width: 100%;
  height: auto;
}

#page_jr_collabo5 #top_sec .collaboration_area h1 {
  padding-right: 33px;
  margin-top: -15px;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #top_sec .collaboration_area h1 img.pcCont {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec .collaboration_area h1 {
    padding: 0 10px;
    margin-top: -2px;
    margin-bottom: -5px;
  }
}

#page_jr_collabo5 #top_sec .collaboration_area h1:before {
  content: "";
  display: block;
  background: url(../images/mv_bg.png) no-repeat center center;
  width: 1084px;
  height: 243px;
  position: absolute;
  left: 50%;
  bottom: -19px;
  margin-left: -548px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec .collaboration_area h1:before {
    display: none;
  }
}

/*------------------------------
period_wrap
------------------------------*/
#page_jr_collabo5 .period_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page_jr_collabo5 .period_wrap .period_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#page_jr_collabo5 .period_wrap .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page_jr_collabo5 .period_wrap .period dt {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  background: #7f1084;
  border-radius: 4px;
  padding: 9px 23px 12px;
  margin-right: 23px;
  /*@media only screen and (max-width: 380px) {
				font-size: 1.1rem;
				padding-left: 6px;
				padding-right: 6px;
				margin-right: 5px;
			}*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .period_wrap .period dt {
    font-size: 1.3rem;
    border-radius: 2px;
    padding: 5px 8px;
    margin-right: 8px;
  }
}

#page_jr_collabo5 .period_wrap .period dd {
  font-size: 5.4rem;
  /*@media only screen and (max-width: 380px) {
				font-size: 2.2rem;
			}*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .period_wrap .period dd {
    font-size: 2.4rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

#page_jr_collabo5 .period_wrap .period dd .middle {
  font-size: 60%;
}

#page_jr_collabo5 .period_wrap .period dd .small {
  font-size: 50%;
}

#page_jr_collabo5 .period_wrap .sub {
  margin-top: 2px;
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .period_wrap .sub {
    margin-top: 3px;
    font-size: 1rem;
  }
}

#page_jr_collabo5 .period_wrap .sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .period_wrap .sub ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#page_jr_collabo5 .period_wrap .sub ul li {
  margin: 0 0 0 7px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 .period_wrap .sub ul li {
    margin: 0 3px;
  }
}

/*------------------------------
event_area
------------------------------*/
#page_jr_collabo5 #top_sec #event_area {
  position: relative;
  z-index: 2;
}

#page_jr_collabo5 #top_sec #event_area h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area h2 {
    margin-bottom: 15px;
  }
}

#page_jr_collabo5 #top_sec #event_area .mv_area {
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .mv_area {
    margin-bottom: 15px;
  }
}

#page_jr_collabo5 #top_sec #event_area .mv_area .img img {
  -webkit-box-shadow: 0 0 30px #fff;
  box-shadow: 0 0 30px #fff;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .mv_area .img img {
    -webkit-box-shadow: 0 0 15px #fff;
    box-shadow: 0 0 15px #fff;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*event01*/
  /*event02*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list {
    display: block;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list > li {
  padding: 30px 25px 26px;
  width: calc(50% - 21px);
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list > li {
    padding: 10px 10px 15px;
    width: 100%;
  }
  #page_jr_collabo5 #top_sec #event_area .event_list > li + li {
    margin-top: 15px;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .img img {
  width: 100%;
  height: auto;
}

#page_jr_collabo5 #top_sec #event_area .event_list .event01 {
  background: url(../images/event01_bg_l.png) no-repeat left top, url(../images/event01_bg_r.png) no-repeat right top #fadce9;
  border-radius: 12px;
  color: #1d2088;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event01 {
    background-size: 172px auto,85px auto;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event01 .img {
  max-width: 415px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event01 .img {
    width: 150px;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event01 .txt_area {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event01 .txt_area {
    width: calc(100% - 150px);
    margin-top: 0;
    padding-left: 15px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event01 .txt_area .ttl {
  font-size: 2.2rem;
  margin-bottom: 12px;
  font-weight: 900;
  color: #1d2088;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event01 .txt_area .ttl {
    font-size: 1.6rem;
    line-height: 1.3125;
    margin-bottom: 5px;
    text-align: left;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event01 .candy {
  position: absolute;
  width: 47px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event01 .candy {
    width: 23px;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event01 .candy img {
  width: 100%;
  height: auto;
}

#page_jr_collabo5 #top_sec #event_area .event_list .event01 .candy.candy01 {
  right: -22px;
  bottom: 96px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event01 .candy.candy01 {
    bottom: 7px;
    right: auto;
    left: 13px;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event01 .candy.candy02 {
  left: -30px;
  bottom: 92px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event01 .candy.candy02 {
    left: auto;
    bottom: -5px;
    right: 24px;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event01 .candy.candy03 {
  width: 42px;
  left: -50px;
  bottom: 138px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event01 .candy.candy03 {
    width: 21px;
    left: auto;
    bottom: 15px;
    right: -6px;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#7c489c), to(#ef59a1));
  background: linear-gradient(180deg, #7c489c 0%, #ef59a1 100%);
  color: #fff;
  padding: 12px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event02 {
    padding: 5px 0;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/event02_bg.png) no-repeat center top 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event02:after {
    background: url(../images/event02_bg_sp.png) no-repeat center top 0;
    background-size: 100% auto;
    width: calc(100% - 12px);
    top: -5px;
    left: 6px;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event02 .ttl {
  max-width: 489px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event02 .ttl {
    max-width: inherit;
    margin-bottom: 7px;
  }
}

#page_jr_collabo5 #top_sec #event_area .event_list .event02 .ttl img {
  max-width: 100%;
  height: auto;
}

#page_jr_collabo5 #top_sec #event_area .event_list .event02 .date {
  text-align: center;
  width: 100%;
  max-width: 447px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 26px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 5px 8px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

#page_jr_collabo5 #top_sec #event_area .event_list .event02 .date .big {
  font-size: 140%;
}

#page_jr_collabo5 #top_sec #event_area .event_list .event02 .kome {
  text-align: left;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec #event_area .event_list .event02 .kome {
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0 7px;
  }
}

/*------------------------------
point_pickup_area
------------------------------*/
#page_jr_collabo5 #point_pickup_area {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area {
    margin-top: 20px;
  }
}

#page_jr_collabo5 #point_pickup_area .ttl_area {
  text-align: center;
  font-weight: 700;
  margin-bottom: -16px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .ttl_area {
    margin-bottom: -12px;
  }
}

#page_jr_collabo5 #point_pickup_area .ttl_area .ttl {
  font-size: 3.2rem;
  background: url(../images/point_ttl_ribbon.png) no-repeat center center;
  padding: 6px 10px;
  color: #1d2088;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .ttl_area .ttl {
    font-size: 1.6rem;
    background-image: url(../images/point_ttl_ribbon_sp.png);
    background-size: 305px auto;
    padding: 4px 10px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .point_inner {
  background: #6b1685;
  padding: 24px 25px 25px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .point_inner {
    border-radius: 5px;
    padding: 25px 15px 20px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .kome {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin: -6px 0 6px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .kome {
    font-size: 1rem;
    margin-top: -10px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
  /*point01*/
  /*point02*/
  /*point03*/
  /*point04*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list {
    display: block;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list li {
  background: #fff6bb;
  padding: 13px 13px 13px 15px;
  width: 49.5%;
  max-width: 510px;
  border-radius: 10px;
  color: #1d2088;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.38095;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list li {
    padding: 8px;
    max-width: inherit;
    border-radius: 5px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.30769;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .num {
  width: 56px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .num {
    width: 36px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .num img {
  width: 100%;
  height: auto;
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap {
  width: calc(100% - 56px);
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap {
    width: calc(100% - 36px);
    padding-left: 7px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap {
    padding-left: 4px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap .txt_area {
    padding-right: 5px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap .txt {
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap .txt small {
  font-size: 75%;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap .txt small {
    padding-top: 2px;
    font-size: 1rem;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap .txt .plus {
  margin-right: 7px;
  display: inline-block;
  vertical-align: center;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap .txt .plus {
    margin-right: 2px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap .txt .plus img {
  width: 23px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .txt_wrap .txt .plus img {
    width: 15px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .img img {
  width: 100%;
  height: auto;
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .info_box {
  background: #ef8200;
  font-size: 1.5rem;
  line-height: 1.26667;
  text-align: center;
  padding: 5px 10px;
  margin: 10px 0 0 -60px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .info_box {
    font-size: 1rem;
    line-height: 1.26316;
    margin-left: -28px;
    padding: 5px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .info_box p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .info_box .sub {
  font-size: 1.3rem;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .info_box .sub {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .add.txt_wrap {
  padding-left: 82px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .add.txt_wrap {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 370px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .add.txt_wrap {
    padding-left: 43px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .add.txt_wrap .addition {
  position: absolute;
  top: 0;
  left: 13px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .add.txt_wrap .addition {
    left: 7px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .add.txt_wrap .addition {
    left: 5px;
  }
}

@media only screen and (max-width: 370px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .add.txt_wrap .addition {
    left: 2px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .add.txt_wrap .addition img {
  width: 58px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .add.txt_wrap .addition img {
    width: 38px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point01 .txt_area .txt br {
    display: none;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .point01 .img {
  width: 172px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point01 .img {
    width: 120px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point01 .img {
    width: 100px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .point01 .info_box {
  color: #fff;
  max-width: 270px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point01 .info_box {
    max-width: inherit;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .point02 .info_box {
  color: #1d2088;
  background: #fff100;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1.3125;
  margin-top: 17px;
  width: 262px;
  padding: 10px;
  font-weight: 900;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point02 .info_box {
    border-radius: 4px;
    width: auto;
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 8px;
    padding: 7px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .point02 .img {
  width: 190px;
  position: absolute;
  top: -34px;
  right: 8px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point02 .img {
    width: 107px;
    top: -16px;
    right: 6px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point02 .img {
    width: 90px;
    top: -3px;
  }
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point03 {
    padding-right: 4px;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point03 .txt_wrap .txt_area {
    padding-right: 0;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .point03 .txt + .txt {
  margin-top: 2px;
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point03 .txt + .txt {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point03 .txt + .txt {
    margin-right: -5px;
  }
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point03 .txt + .txt br {
    display: none;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .point03 .img {
  width: 82px;
  position: absolute;
  right: 15px;
  bottom: -5px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point03 .img {
    width: 50px;
    right: 7px;
    bottom: -5px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .point04 .pumpkin {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 155px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point04 .pumpkin {
    right: 97px;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .point04 .pumpkin img {
  width: 66px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point04 .pumpkin img {
    width: 33px;
  }
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point04 .txt {
    font-size: 2.2rem;
  }
}

#page_jr_collabo5 #point_pickup_area .point_wrap .list .point04 .img {
  width: 129px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_pickup_area .point_wrap .list .point04 .img {
    width: 84px;
  }
}

/*------------------------------
special_info_area
------------------------------*/
#page_jr_collabo5 #special_info_area {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 50px;
  margin-top: 41px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #special_info_area {
    border-top-width: 1px;
    padding-top: 17px;
    margin-top: 20px;
  }
}

#page_jr_collabo5 #special_info_area .ttl_area {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #special_info_area .ttl_area {
    margin-bottom: 6px;
  }
}

#page_jr_collabo5 #special_info_area .ttl_area:before {
  content: "";
  display: block;
  background: url(../images/special_ttl_bg.png) no-repeat center top;
  background-size: 100% auto;
  width: 1127px;
  height: 179px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -570px;
  pointer-events: none;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #special_info_area .ttl_area:before {
    background-image: url(../images/special_ttl_bg_sp.png);
    width: calc(100% + 30px);
    background-size: 372px auto;
    top: 10px;
    left: -15px;
    margin-left: 0;
  }
}

#page_jr_collabo5 #special_info_area .ttl_area .hd01 .in {
  color: #fff;
}

#page_jr_collabo5 #special_info_area .ttl_area .txt, #page_jr_collabo5 #special_info_area .ttl_area .ttl {
  color: #1d2088;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: top;
  /*text-shadow: 10px 0 16px #fffff2;
			text-shadow:
			0 0 2px  rgba(#fffff2, 1),
			0 0 4px  rgba(#fffff2, 1),
			0 0 6px  rgba(#fffff2, 1),
			0 0 8px  rgba(#fffff2, 1),
			0 0 16px rgba(#fffff2, 1),
			0 0 24px rgba(#fffff2, 1);*/
  /*@media only screen and (max-width: 767px) {
			text-shadow:
			0 0 2px  rgba(#fffff2, 1),
			0 0 4px  rgba(#fffff2, 1),
			0 0 6px  rgba(#fffff2, 1),
			0 0 14px rgba(#fffff2, 1),
			0 0 26px rgba(#fffff2, 1),
			0 0 36px rgba(#fffff2, 1);
		}*/
}

#page_jr_collabo5 #special_info_area .ttl_area .txt {
  font-size: 2.2rem;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #special_info_area .ttl_area .txt {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 1.5625;
  }
}

#page_jr_collabo5 #special_info_area .ttl_area .ttl {
  font-size: 3.8rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #special_info_area .ttl_area .ttl {
    font-size: 2.5rem;
  }
}

#page_jr_collabo5 #special_info_area .ttl_area .ttl .jr {
  display: inline-block;
}

#page_jr_collabo5 #special_info_area .ttl_area .ttl .jr small {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #special_info_area .ttl_area .ttl .jr small {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #special_info_area .ttl_area .ttl .sp_bk {
    width: 100%;
  }
}

#page_jr_collabo5 #special_info_area .read_txt {
  line-height: 2;
  margin-top: -5px;
  margin-bottom: 45px;
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
  /*text-shadow: 10px 0 16px #fffff2;
		text-shadow:
		0 0 2px  rgba(#fffff2, 1),
		0 0 4px  rgba(#fffff2, 1),
		0 0 6px  rgba(#fffff2, 1),
		0 0 8px  rgba(#fffff2, 1),
		0 0 16px rgba(#fffff2, 1),
		0 0 24px rgba(#fffff2, 1);*/
  /*@media only screen and (max-width: 767px) {
		text-align: left;
		line-height: (48 / 28);
		margin-bottom: 20px;
	}*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #special_info_area .read_txt {
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

/*------------------------------
plan_area
------------------------------*/
@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area {
    margin-top: 35px;
  }
}

#page_jr_collabo5 #plan_area .ttl_area {
  background: url(../images/plan_ttl_bg.png) no-repeat center top 20PX;
  padding: 50px 0;
  min-height: 141px;
  background-size: 453px auto;
  margin-bottom: -75px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area .ttl_area {
    padding: 14px 0;
    min-height: 101px;
    background-position: center top;
    background-size: 340px auto;
    margin-bottom: -50px;
  }
}

#page_jr_collabo5 #plan_area .ttl_area:before {
  content: none;
}

#page_jr_collabo5 #plan_area .ttl_area .ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  padding: 13px 45px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/ttl02_l.png) no-repeat left top 28px, url(../images/ttl02_r.png) no-repeat right top 28px;
  background-size: 30px auto;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area .ttl_area .ttl {
    font-size: 2.2rem;
    padding: 18px 35px 0;
    background-position: left top 28px,right top 28px;
    background-size: 25px auto;
  }
}

#page_jr_collabo5 #plan_area .plan_wrap {
  position: relative;
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_inner {
  background: #e6ddf2;
  border-radius: 40px 0;
  padding: 60px 55px 40px;
  -webkit-box-shadow: 0 0 30px rgba(234, 84, 4, 0.25);
  box-shadow: 0 0 30px rgba(234, 84, 4, 0.25);
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area .plan_wrap .plan_inner {
    border-radius: 20px 0;
    padding: 40px 20px 20px;
    -webkit-box-shadow: 0 0 18px rgba(234, 84, 4, 0.25);
    box-shadow: 0 0 18px rgba(234, 84, 4, 0.25);
  }
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area .plan_wrap .plan_list {
    display: block;
  }
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list li {
  background: #fff;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1d2088;
  text-align: center;
  width: calc(33.33% - (40px / 3));
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area .plan_wrap .plan_list li {
    border-radius: 5px;
    font-size: 1.7rem;
    line-height: 1.41176;
    width: 100%;
    margin-bottom: 10px;
  }
  #page_jr_collabo5 #plan_area .plan_wrap .plan_list li:last-of-type {
    margin-bottom: 0;
  }
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list li:after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/ico_plus.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area .plan_wrap .plan_list li:after {
    width: 100%;
    height: 22px;
    background-size: auto 100%;
    top: auto;
    right: auto;
    bottom: -16px;
    margin-top: 0;
  }
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list li small {
  font-size: 75%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: block;
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #plan_area .plan_wrap .plan_list li small {
    margin-top: 3px;
  }
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list li .txt_area {
  padding: 67px 15px 16px;
  background: no-repeat center top 20px;
  background-size: 42px auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area .plan_wrap .plan_list li .txt_area {
    padding: 16px 55px;
    background: no-repeat left 16px center;
    background-size: 38px auto;
  }
}

@media only screen and (max-width: 370px) {
  #page_jr_collabo5 #plan_area .plan_wrap .plan_list li .txt_area {
    padding-right: 45px;
  }
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list li.point .txt_area {
  background-image: url(../images/ico_tokuten.png);
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list li.hotel .txt_area {
  background-image: url(../images/ico_hotel.png);
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list li.jr:after {
  content: none;
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list li.jr .txt_area {
  background-image: url(../images/ico_jr.png);
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area .plan_wrap .plan_list li.jr .txt_area {
    padding-right: 5px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■point_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_jr_collabo5 #point_sec {
  padding-top: 145px;
  padding-bottom: 150px;
  /*------------------------------
	info_btn_area
	------------------------------*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec {
    padding-top: 27px;
    padding-bottom: 55px;
  }
}

#page_jr_collabo5 #point_sec:before {
  /*background: linear-gradient(90deg, #a8ddfc 0%, #d2ecfa 50%, #a8ddfc 100%);*/
  background: #f6a600;
}

#page_jr_collabo5 #point_sec #point_ttl {
  text-align: center;
  line-height: 1;
  position: relative;
  padding-top: 117px;
  margin-bottom: 10px;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec #point_ttl {
    padding-top: 36px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec #point_ttl:before {
    content: "";
    display: block;
    background: url(../images/point_ttl_bg_sp.png) no-repeat top center;
    background-size: 358px auto;
    width: 100%;
    height: 300%;
    position: absolute;
    top: 17px;
    left: 0;
    margin-left: 0;
  }
}

#page_jr_collabo5 #point_sec #point_ttl h2 {
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec #point_ttl h2 img {
    width: 326px;
    height: auto;
  }
}

#page_jr_collabo5 #point_sec #point_ttl .read_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: -10px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec #point_ttl .read_txt {
    font-size: 1.2rem;
    margin-top: 3px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 580px) {
  #page_jr_collabo5 #point_sec #point_ttl .read_txt {
    text-align: left;
  }
}

#page_jr_collabo5 #point_sec .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*left_area*/
  /*right_area*/
  /*point01*/
  /*point03*/
  /*point04*/
  /*point_note*/
}

#page_jr_collabo5 #point_sec .point_list > li {
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list > li {
    margin-bottom: 0;
  }
}

#page_jr_collabo5 #point_sec .point_list > li:last-of-type {
  margin-bottom: 0;
}

#page_jr_collabo5 #point_sec .point_list > li .cont_wrap {
  background: #fff;
  border-radius: 40px 0;
  padding: 58px 46px 50px;
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list > li .cont_wrap {
    display: block;
    border-radius: 20px 0;
    padding: 46px 26px 28px;
  }
}

@media only screen and (max-width: 360px) {
  #page_jr_collabo5 #point_sec .point_list > li .cont_wrap {
    padding-left: 21px;
    padding-right: 21px;
  }
}

#page_jr_collabo5 #point_sec .point_list > li .cont_wrap:before {
  content: "";
  display: block;
  border: 2px solid #1d2088;
  border-radius: 40px 0;
  position: absolute;
  inset: 8px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list > li .cont_wrap:before {
    border-radius: 18px 0;
    inset: 6px;
  }
}

#page_jr_collabo5 #point_sec .point_list .cont_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .cont_block {
    display: block;
  }
}

#page_jr_collabo5 #point_sec .point_list .cont_block .jtb_gentei {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  background: #004da0;
  margin-bottom: 10px;
}

#page_jr_collabo5 #point_sec .point_list .cont_block .jtb_gentei .hd {
  font-size: 1.8rem;
  background: #e50113;
  padding: 4px 10px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .cont_block .jtb_gentei .hd {
    font-size: 1.3rem;
  }
}

#page_jr_collabo5 #point_sec .point_list .cont_block .jtb_gentei .txt {
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 4px 5px;
  margin: 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .cont_block .jtb_gentei .txt {
    font-size: 1.3rem;
  }
}

#page_jr_collabo5 #point_sec .point_list .point_num {
  width: 100%;
  text-align: center;
  position: relative;
  bottom: -32px;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point_num {
    bottom: -28px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point_num .ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /*font-size: 2rem;
				padding: 13px 76px;*/
  line-height: 1.5;
  background: #1d2088;
  color: #fff;
  font-weight: 700;
  border-radius: 20px 0;
  padding: 13px 85px;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(242, 233, 120, 0.3);
  box-shadow: 0 0 15px rgba(242, 233, 120, 0.3);
  font-size: 2.4rem;
  /*@media only screen and (max-width: 360px) {
					font-size: 1.6rem;
					padding-left: 43px;
					padding-right: 43px;
				}*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point_num .ttl {
    font-size: 1.7rem;
    border-radius: 10px 0;
    padding: 10px 55px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point_num .ttl:before, #page_jr_collabo5 #point_sec .point_list .point_num .ttl:after {
  content: "";
  display: block;
  width: 34px;
  height: 100%;
  background: no-repeat center center;
  background-size: 34px auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point_num .ttl:before, #page_jr_collabo5 #point_sec .point_list .point_num .ttl:after {
    width: 25px;
    background-size: 25px auto;
  }
}

#page_jr_collabo5 #point_sec .point_list .point_num .ttl:before {
  background-image: url(../images/ttl02_l.png);
  /*left: 30px;*/
  left: 20px;
  /*@media only screen and (max-width: 360px) {
						left: 12px;
					}*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point_num .ttl:before {
    /*left: 25px;*/
    left: 17px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point_num .ttl:after {
  background-image: url(../images/ttl02_r.png);
  right: 20px;
  /*@media only screen and (max-width: 360px) {
						right: 9px;
					}*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point_num .ttl:after {
    right: 17px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point_num .ttl .big {
  font-size: 2.5rem;
  vertical-align: baseline;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point_num .ttl .big {
    font-size: 125%;
  }
}

#page_jr_collabo5 #point_sec .point_list .ttl_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area {
    margin-bottom: 12px;
  }
}

#page_jr_collabo5 #point_sec .point_list .ttl_area .ttl {
  color: #e4007f;
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .ttl {
    font-size: 2rem;
    line-height: 1.35;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

#page_jr_collabo5 #point_sec .point_list .ttl_area .ttl small {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .ttl small {
    font-size: 1.5rem;
  }
}

#page_jr_collabo5 #point_sec .point_list .ttl_area .addition {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: -10px 5px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .addition {
    margin: -6px 7px 0 -3px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .addition {
    margin-left: -8px;
  }
}

#page_jr_collabo5 #point_sec .point_list .ttl_area .addition img {
  width: 87px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .addition img {
    width: 66px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .addition img {
    width: 55px;
  }
}

#page_jr_collabo5 #point_sec .point_list .ttl_area .plus {
  margin: 0 20px 0 6px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .plus.pcCont {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .plus {
    margin: 4px 0;
  }
}

#page_jr_collabo5 #point_sec .point_list .ttl_area .plus img {
  width: 44px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .plus img {
    width: 33px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_sec .point_list .ttl_area .plus img {
    width: 26px;
  }
}

#page_jr_collabo5 #point_sec .point_list .option_info {
  margin: -13px auto 30px;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  max-width: 670px;
  background: #ffe643;
  border-radius: 4px;
  padding: 8px 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .option_info {
    margin: -2px auto 17px;
    font-size: 1.4rem;
    line-height: 1.35714;
    border-radius: 2px;
    padding: 8px 10px;
  }
}

#page_jr_collabo5 #point_sec .point_list .color_txt {
  color: #e4007f;
  font-weight: 700;
}

#page_jr_collabo5 #point_sec .point_list .left_area {
  position: relative;
  width: 47%;
  max-width: 455px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .left_area {
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
  }
}

#page_jr_collabo5 #point_sec .point_list .left_area + .right_area {
  width: 53%;
  max-width: 513px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .left_area + .right_area {
    width: 100%;
    max-width: inherit;
    padding-left: 0;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57143;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area {
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area .catch {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.61111;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area .catch {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area .catch.big {
  font-size: 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area .catch.big {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area .txt {
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: 400;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area .txt {
    font-size: 1.3rem;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area .kome {
  margin-top: 6px;
  font-size: 1.3rem;
  line-height: 1.61538;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area .kome {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 5px;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area .kome li {
  text-indent: 0;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area .kome.big li:not(.inherit) {
    font-size: 1.2rem;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area table {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  border-spacing: 0;
}

#page_jr_collabo5 #point_sec .point_list .right_area table th, #page_jr_collabo5 #point_sec .point_list .right_area table td {
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.57143;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fffce8;
  border: 1px solid #000;
  padding: 5px 10px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area table th, #page_jr_collabo5 #point_sec .point_list .right_area table td {
    font-size: 1.1rem;
    line-height: 1.54545;
    padding: 3px 5px;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area table th {
  padding-left: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area table th {
    padding-left: 10px;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area table .num {
  background: #f0f0f0;
  width: 28px;
  padding: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area table .num {
    width: 15px;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area table td {
  white-space: nowrap;
}

#page_jr_collabo5 #point_sec .point_list .right_area .ticket_arae {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area .ticket_arae {
    margin-top: 15px;
  }
}

#page_jr_collabo5 #point_sec .point_list .right_area .ticket_arae .ttl {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.35714;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 7px 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .right_area .ticket_arae .ttl {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}

#page_jr_collabo5 #point_sec .point_list .info_area {
  padding-top: 13px;
  margin-top: 13px;
  border-top: 2px dotted #d7d7d7;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .info_area {
    padding-top: 10px;
    margin-top: 10px;
  }
}

#page_jr_collabo5 #point_sec .point_list .info_area .red_txt {
  color: #de096e;
}

#page_jr_collabo5 #point_sec .point_list .info_area dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .info_area dl dt {
    font-size: 1.3rem;
  }
}

#page_jr_collabo5 #point_sec .point_list .info_area dl dd ul.kome {
  margin-top: 0;
}

#page_jr_collabo5 #point_sec .point_list .info_area dl dd p + ul.kome,
#page_jr_collabo5 #point_sec .point_list .info_area dl dd ul + ul.kome {
  margin-top: 4px;
}

#page_jr_collabo5 #point_sec .point_list .info_area dl dd + dt {
  margin-top: 10px;
}

#page_jr_collabo5 #point_sec .point_list .info_area dl dd + dd {
  margin-top: 7px;
}

#page_jr_collabo5 #point_sec .point_list .info_area dl .attraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .info_area dl .attraction {
    display: block;
    margin-bottom: 5px;
  }
}

#page_jr_collabo5 #point_sec .point_list .info_area dl .attraction .txt_area {
  width: calc(100% - 212px);
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .info_area dl .attraction .txt_area {
    width: 100%;
    margin-right: 0;
  }
}

#page_jr_collabo5 #point_sec .point_list .info_area dl .attraction .img_area {
  text-align: center;
  width: 212px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .info_area dl .attraction .img_area {
    width: 65%;
    margin: 7px auto 0;
  }
}

#page_jr_collabo5 #point_sec .point_list .info_area dl .attraction .img_area img {
  width: 100%;
  height: auto;
}

#page_jr_collabo5 #point_sec .point_list .info_area dl .attraction .img_area .name {
  background: #004da0;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.3;
  color: #fff;
  padding: 3px 5px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .info_area dl .attraction .img_area .name {
    font-size: 1.2rem;
  }
}

#page_jr_collabo5 #point_sec .point_list .info_area.last {
  width: 100%;
  padding-top: 0;
  border: none;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .info_area.last {
    margin-top: 10px;
  }
}

#page_jr_collabo5 #point_sec .point_list .info_area.last dd, #page_jr_collabo5 #point_sec .point_list .info_area.last .txt {
  font-size: 1.3rem;
  line-height: 1.53846;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .info_area.last dd, #page_jr_collabo5 #point_sec .point_list .info_area.last .txt {
    font-size: 1.2rem;
    line-height: 1.58333;
  }
}

#page_jr_collabo5 #point_sec .point_list .color_box {
  background: #e95098;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px 15px;
  margin-top: 13px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .color_box {
    border-radius: 4px;
    padding: 12px 15px 15px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
}

#page_jr_collabo5 #point_sec .point_list .color_box .ttl {
  color: #f7eb2e;
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .color_box .ttl {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
}

#page_jr_collabo5 #point_sec .point_list .color_box .list {
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .color_box .list {
    font-size: 1.1rem;
    line-height: 1.54545;
  }
}

#page_jr_collabo5 #point_sec .point_list .color_box .list .big {
  color: #f7eb2e;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .color_box .list .big {
    font-size: 1.3rem;
  }
}

#page_jr_collabo5 #point_sec .point_list .color_box .img {
  display: inline-block;
  position: absolute;
  top: 70px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .color_box .img {
    position: static;
    margin-bottom: 6px;
  }
  #page_jr_collabo5 #point_sec .point_list .color_box .img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .color_box .kome {
    font-size: 1rem;
  }
}

#page_jr_collabo5 #point_sec .point_list .or {
  position: relative;
  text-align: center;
  margin: 6px 0;
}

#page_jr_collabo5 #point_sec .point_list .or:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}

#page_jr_collabo5 #point_sec .point_list .or span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  background: #e4007f;
  line-height: 1.2;
  padding: 6px 10px;
  border-radius: 50%;
}

#page_jr_collabo5 #point_sec .point_list .point01 .cont_block {
  display: block;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .ttl_area {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 515px) and (max-width: 640px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .ttl_area {
    padding: 0 55px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point01 .left_area,
#page_jr_collabo5 #point_sec .point_list .point01 .right_area {
  width: 100%;
  max-width: inherit;
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .left_area,
  #page_jr_collabo5 #point_sec .point_list .point01 .right_area {
    margin: 0;
    padding: 0;
  }
}

#page_jr_collabo5 #point_sec .point_list .point01 .left_area {
  position: relative;
}

#page_jr_collabo5 #point_sec .point_list .point01 .left_area .bubble {
  width: 123px;
  position: absolute;
  right: 0;
  top: -97px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .left_area .bubble {
    width: 75px;
    right: -15px;
    top: -42px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point01 .left_area .bubble img {
  width: 100%;
  height: auto;
}

#page_jr_collabo5 #point_sec .point_list .point01 .right_area {
  margin: 28px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .right_area {
    display: block;
    margin-top: 0;
  }
}

#page_jr_collabo5 #point_sec .point_list .point01 .right_area .info_box {
  width: 456px;
  border: 1px solid #1d2088;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  margin-left: 43px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .right_area .info_box {
    width: 100%;
    margin: 11px 0 0;
  }
}

#page_jr_collabo5 #point_sec .point_list .point01 .right_area .info_box .ttl {
  background: #1d2088;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 3px 10px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .right_area .info_box .ttl {
    font-size: 1.3rem;
    padding: 5px 3px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .right_area .info_box .ttl {
    padding-left: 13px;
    padding-right: 13px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point01 .right_area .info_box .txt_area {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.52941;
  padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .right_area .info_box .txt_area {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 9px 18px;
  }
}

@media only screen and (max-width: 380px) {
  #page_jr_collabo5 #point_sec .point_list .point01 .right_area .info_box .txt_area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point03 .ttl_area {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#page_jr_collabo5 #point_sec .point_list .point03 .ttl_area .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point03 .ttl_area .ttl_wrap {
    display: block;
    text-align: left;
  }
  #page_jr_collabo5 #point_sec .point_list .point03 .ttl_area .ttl_wrap .ttl {
    text-align: left;
  }
  #page_jr_collabo5 #point_sec .point_list .point03 .ttl_area .ttl_wrap .plus.spCont {
    display: inline-block;
    margin: -6px 5px 0 0;
  }
  #page_jr_collabo5 #point_sec .point_list .point03 .ttl_area .ttl_wrap p.ttl {
    padding-top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point03 .right_area .txt {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #point_sec .point_list .point04 .ttl_area {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point04 .ttl_area {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 #point_sec .point_list .point04 .ttl_area .addition {
    margin: -15px 13px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point04 .ttl_area .ttl {
    padding-top: 15px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point_note {
  margin-top: 30px;
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point_note {
    margin-top: 20px;
    padding: 14px 22px 20px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point_note .ttl {
  text-align: center;
  color: #1d2088;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point_note .ttl {
    font-size: 1.6rem;
    line-height: 1.3125;
    margin-bottom: 8px;
  }
}

#page_jr_collabo5 #point_sec .point_list .point_note .txt_area {
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .point_list .point_note .txt_area {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

#page_jr_collabo5 #point_sec .info_btn_area {
  margin-top: 35px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #point_sec .info_btn_area {
    margin-top: 25px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■hotel_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_jr_collabo5 #hotel_sec {
  background: #fff;
  margin-top: -42px;
  /*オフィシャル*/
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec {
    padding-top: 15px;
    margin-bottom: 30px;
  }
}

#page_jr_collabo5 #hotel_sec .ttl_area {
  text-align: center;
  padding: 10px 0 80px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .ttl_area {
    padding: 25px 0 5px;
    margin: 0 -20px 0;
  }
}

#page_jr_collabo5 #hotel_sec .ttl_area:before {
  content: "";
  display: block;
  background: url(../images/hotel_ttl_bg.png) no-repeat center top;
  background-size: 100% auto;
  width: 736px;
  height: 127px;
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -368px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .ttl_area:before {
    background-image: url(../images/hotel_ttl_bg_sp.png);
    width: 309px;
    height: 122px;
    top: 33px;
    margin-left: -154px;
  }
}

#page_jr_collabo5 #hotel_sec .ttl_area h2 {
  font-size: 3.2rem;
  color: #1d2088;
  font-weight: 700;
  line-height: 1.375;
  background: url(../images/ico_hotel.png) no-repeat center top 10px;
  background-size: 74px auto;
  padding-top: 100px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .ttl_area h2 {
    background-position: center top;
    font-size: 2.5rem;
    line-height: 1.44;
    background-size: 50px auto;
    padding: 61px 0 23px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block {
  padding: 0 50px 45px;
  margin-bottom: 60px;
  background: linear-gradient(145deg, #e6f2dc 0%, #d1f1c5 100%);
  border-radius: 40px 0;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block {
    padding: 0 25px 25px;
    border-radius: 20px 0;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 360px) {
  #page_jr_collabo5 #hotel_sec .hotel_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block:last-of-type {
  margin-bottom: 0;
}

#page_jr_collabo5 #hotel_sec .hotel_block .hotel_hd {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  top: -20px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .hotel_hd {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.3rem;
    top: -14px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .hotel_hd .sp_small {
  margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .hotel_hd .sp_small {
    font-size: 1.1rem;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .hotel_hd .in {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/ttl03.png) no-repeat left 22px center, url(../images/ttl03.png) no-repeat right 22px center #42b035;
  background-size: 14px auto;
  padding: 7px 50px;
  min-width: 564px;
  border-radius: 20px 0;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .hotel_hd .in {
    background-position: left 8px center,right 8px center;
    background-size: 10px auto;
    padding: 5px 23px;
    min-width: 190px;
    margin: 0 -20px;
    border-radius: 10px 0;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .hotel_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .hotel_inner {
    display: block;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .name {
  color: #42b035;
  font-size: 3rem;
  line-height: 1.46667;
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .name {
    font-size: 1.7rem;
    line-height: 1.47059;
    padding-top: 3px;
    margin-bottom: 15px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .name .small {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .name .small {
    font-size: 1.5rem;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .name small {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .name small {
    font-size: 1.3rem;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .img_area {
  width: 47%;
  max-width: 455px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .img_area {
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .img_area:not(.swiper_area) {
  text-align: center;
}

#page_jr_collabo5 #hotel_sec .hotel_block .img_area:not(.swiper_area) .img {
  aspect-ratio: 3/2;
}

#page_jr_collabo5 #hotel_sec .hotel_block .img_area:not(.swiper_area) .img img {
  max-height: 100%;
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area {
  width: 53%;
  padding-left: 20px;
  max-width: 510px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area {
    width: 100%;
    max-width: inherit;
    padding-left: 0;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box {
  background: #fff;
  position: relative;
  padding: 15px 20px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box {
    padding: 11px 15px 17px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box:before, #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box:before, #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box:after {
    width: 30px;
    height: 30px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box:before {
  background-image: url(../images/pointbox02_l.png);
  top: 0;
  left: 0;
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box:after {
  background-image: url(../images/pointbox02_r.png);
  right: 0;
  bottom: 0;
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box .point_ttl {
  text-align: center;
  font-size: 2rem;
  color: #42b035;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box .point_ttl {
    font-size: 1.6rem;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box .point_ttl .in {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/ico_point01.png) no-repeat left center;
  background-size: 35px auto;
  padding: 6px 0 6px 45px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box .point_ttl .in {
    background-size: 27px auto;
    padding: 6px 0 3px 35px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box ol li {
  border-top: 2px dotted #d7d7d7;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.52941;
  margin-top: 10px;
  padding: 10px 0 0 35px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box ol li {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 7px;
    padding: 7px 0 0 33px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box ol .num {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background: #42b035;
  border-radius: 50%;
  padding-top: 1px;
  width: 26px;
  height: 26px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 12px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .point_box ol .num {
    width: 23px;
    height: 23px;
    top: 6px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .access {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .access {
    margin-top: 10px;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .access dt {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .access dt {
    font-size: 1.3rem;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_block .txt_area .access dd {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .hotel_block .txt_area .access dd {
    font-size: 1.2rem;
    line-height: 1.58333;
  }
}

#page_jr_collabo5 #hotel_sec .hotel_official {
  background: linear-gradient(145deg, #fcf3c1 0%, #fae3c7 100%);
}

#page_jr_collabo5 #hotel_sec .hotel_official .hotel_hd .in {
  background-color: #ec8001;
}

#page_jr_collabo5 #hotel_sec .hotel_official .name {
  color: #ec8001;
}

#page_jr_collabo5 #hotel_sec .hotel_official .txt_area .point_box:before {
  background-image: url(../images/pointbox02_l_off.png);
}

#page_jr_collabo5 #hotel_sec .hotel_official .txt_area .point_box:after {
  background-image: url(../images/pointbox02_r_off.png);
}

#page_jr_collabo5 #hotel_sec .hotel_official .txt_area .point_box .point_ttl {
  color: #ec8001;
}

#page_jr_collabo5 #hotel_sec .hotel_official .txt_area .point_box .point_ttl .in {
  background-image: url(../images/ico_point01_off.png);
}

#page_jr_collabo5 #hotel_sec .hotel_official .txt_area .point_box ol .num {
  background: #f39800;
}

/*------------------------------
JRホテル
------------------------------*/
#page_jr_collabo5 #hotel_sec .jr_hotel_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block {
  width: 520px;
  position: relative;
  background: linear-gradient(145deg, #defbfb 0%, #82cffb 100%);
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block {
    width: calc(50% - 5px);
    padding: 20px 10px 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .hotel_hd {
    font-size: 1rem;
    top: -30px;
    margin-bottom: -25px;
  }
}

#page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .hotel_hd .in {
  min-width: 354px;
  background-color: #1b85fb;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .hotel_hd .in {
    min-width: 145px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: left 5px center,right 5px center;
  }
}

#page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .name {
  color: #0368d9;
  padding-top: 0;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .name {
    font-size: 1.3rem;
    margin-bottom: 7px;
  }
}

#page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .img_area {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .img_area {
    margin-bottom: 13px;
  }
}

#page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .img_area img {
  max-height: 290px !important;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .img_area img {
    max-height: 105px !important;
  }
}

#page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .txt_area {
  width: 100%;
  padding-left: 0;
}

#page_jr_collabo5 #hotel_sec .jr_hotel_area .hotel_block .txt_area .access {
  margin-top: 0;
}

/*------------------------------
ボタン
------------------------------*/
#page_jr_collabo5 #hotel_sec .info_btn_area {
  bottom: 0;
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #hotel_sec .info_btn_area {
    margin-top: 5px;
  }
}

/*------------------------------
スライド
------------------------------*/
.swiper_area img {
  width: 100%;
  height: auto;
}

.swiper_area .swiper-wrapper {
  height: auto;
}

.swiper_area .slider-main {
  width: 100%;
}

.swiper_area .swiper-slide .caption {
  text-align: right;
  line-height: 1.3;
  margin-top: 5px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .swiper_area .swiper-slide .caption {
    margin-top: 4px;
    font-size: 1rem;
  }
}

.swiper_area .slider-thumbnail {
  margin-top: 10px;
}

.swiper_area .slider-thumbnail .swiper-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swiper_area .slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 24.2% !important;
  background: #000;
}

.swiper_area .slider-thumbnail .swiper-wrapper .swiper-slide img {
  opacity: 0.7;
  -webkit-transition: opacity .7s;
  transition: opacity .7s;
}

.swiper_area .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

.swiper_area .slider-thumbnail .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}

.swiper_area .slider-thumbnail .swiper-wrapper .swiper-slide:hover img {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■tabiwa用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_jr_collabo5 #top_sec {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #top_sec {
    padding-top: 28px;
  }
}

#page_jr_collabo5 .info_btn .contact_anchor .inner .txt_area {
  background-image: url(../images/ico_arrow01_b.png);
}

@media only screen and (min-width: 768px) {
  #page_jr_collabo5 .info_btn .contact_anchor .inner .txt_area {
    background-position: right 30px center;
  }
}

#page_jr_collabo5 #plan_area .plan_wrap .plan_list li {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #page_jr_collabo5 #plan_area {
    margin-top: 10px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■footer_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer_sec {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.57143;
  padding: 50px 0;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #footer_sec {
    font-size: 1.2rem;
    line-height: 1.66667;
    padding: 25px 0;
    font-weight: 400;
  }
}

#footer_sec .innerWrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  #footer_sec .innerWrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 370px) {
  #footer_sec .innerWrap {
    padding: 0 15px;
  }
}

#footer_sec .regal_txt {
  margin-top: 25px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #footer_sec .regal_txt {
    margin-top: 20px;
  }
}

#footer_sec .regal_txt .r_r {
  font-family: "Arial", "メイリオ";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (min-width: 768px) {
  .pointBox {
    height: 195px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■contact_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_sec .contact_btn .special_plan {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  margin: 19px 0 -10px;
}

@media only screen and (max-width: 767px) {
  #contact_sec .contact_btn .special_plan {
    font-size: 1.5rem;
    line-height: 1.66667;
    margin: 16px 0 -6px;
    text-align: left;
  }
}

#contact_sec .contact_btn .special_plan strong {
  color: #fb3f93;
}

#contact_sec .contact_btn .special_plan a {
  color: #3762de;
  text-decoration: underline;
}

#contact_sec .contact_btn ul.kome {
  font-weight: normal;
}

#contact_sec .contact_btn.alertBox {
  margin-top: 60px;
  margin-bottom: 0;
  text-align: center;
  padding: 1em !important;
}

@media only screen and (max-width: 767px) {
  #contact_sec .contact_btn.alertBox {
    margin-top: 40px;
  }
}

#contact_sec .contact_btn.alertBox ul.kome {
  margin-top: 0;
}

#contact_sec .area_ttl {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #2a26bb;
  border-radius: 10px;
  padding: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #contact_sec .area_ttl {
    font-size: 16px;
    border-radius: 5px;
  }
}

#contact_sec .itemList3.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contact_sec .contact_box + .contact_box {
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  #contact_sec .contact_box + .contact_box {
    margin-top: 45px;
  }
}
