@charset "utf-8";

/* -----------------------------------------
  ベース
----------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: #07244e;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 1.8;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul > li {
  list-style: none;
}

ol {
  padding-left: 1.2em;
}

dd {
  margin-left: 15px;
}

a {
  text-decoration: none;
  color: #fff;
}

a.underline {
  text-decoration: underline;
}

.link-blue {
  color: #008cd6;
}

a:hover {
  opacity: 0.8;
}

a.hover-cl:hover {
  color: #008cd6;
  opacity: 1;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

dl {
  margin: 0;
}

p {
  margin: 0 0 15px;
}

p:last-child {
  margin: 0;
}

.pc-pnly {
  display: block;
}

.sp-only {
  display: none;
}


/* -----------------------------------------
  table
----------------------------------------- */
table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-right: 5px solid #a00e01;
  border-bottom: 5px solid #a00e01;
}

th {
  min-width: 200px;
  padding: 10px;
  background-color: #a00e01;
  border: 1px solid #a00e01;
  border-right: 1px solid #1a2a4e;
  border-bottom: 1px solid #1a2a4e;
  line-height: 1.6;
}

thead th:last-child {
  border-right: 1px solid #a00e01;
}

td {
  min-width: 190px;
  height: 125px;
  padding: 15px;
  border: 1px solid #fff;
  line-height: 1.6;
}

tbody tr:last-child td {
  border-bottom: none;
}

.table-img {
  margin-bottom: 40px;
  text-align: center;
}


/* -----------------------------------------
  メイン
----------------------------------------- */
.inner-wrap {
  width: 1170px;
  margin: 0 auto;
}

.inner {
  width: 770px;
  margin: 0 auto;
}

.content-area {
  margin-bottom: 200px;
}

.content-title {
  margin-bottom: 60px;
  text-align: center;
}

.cap-title {
  width: 600px;
  margin: 0 auto 40px;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  font-size: 2.3rem;
  text-align: center;
}

.main-visual {
  margin: 0 0 150px;
}

.btn-menu {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto 200px;
}

.btn-menu li {
  max-width: 370px;
  margin-right: 30px;
}

.btn-menu li:last-child {
  margin-right: 0;
}

.btn-menu a {
  display: block;
}

.btn-menu a:hover {
  opacity: 0.8;
}


/* -----------------------------------------
  開催期間
----------------------------------------- */
.event-period .period {
  text-align: center;
}

.period-sub {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}


/* -----------------------------------------
  トピックス
----------------------------------------- */
.topic-list {
  width: 580px;
  margin: 0 auto 80px;
  padding: 0 20px 80px;
  border-bottom: 1px solid #fff;
}

.topic-list li {
  display: flex;
  margin-bottom: 10px;
}

.topic-list li:last-child {
  margin-bottom: 0;
}

.topic-list .new {
  margin-right: 3px;
  color: #ff0208;
}

.topic-list .topic-date {
  min-width: 135px;
  width: 135px;
  margin-right: 15px;
}

.topic-list a:hover {
  color: #008cd6;
  opacity: 1;
}


/* -----------------------------------------
  路線図
----------------------------------------- */
.route-map {
  margin-bottom: 200px;
}

.route-map-img {
  text-align: center;
}


/* -----------------------------------------
  参加方法
----------------------------------------- */
.flow-area {
  color: #000;
}

.flow-area > li {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #d0e8ac;
  border: 5px solid #878787;
  border-radius: 15px;
  position: relative;
}

.flow-area > li::after {
  content: '';
  position: absolute;
  bottom: -104px;
  left: 50%;
  border: 70px solid transparent;
  border-top: 30px solid #ff9a00;
  z-index: -1;
  transform: translate(-50%, 0);
}

.flow-area > li:last-child {
  margin-bottom: 15px;
}

.flow-area > li:last-child::after {
  content: none;
}

.flow-wrap {
  display: flex;
  justify-content: space-between;
}

.flow-area .step {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 150px;
  width: 20%;
  margin-right: 30px;
}

.flow-area .explanation {
  width: 80%;
}

.flow-area .explanation-inner {
  width: 500px;
  padding: 0 60px;
}

.flow-area .bk-red {
  width: 340px;
  padding: 10px;
  background-color: #a00e01;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.flow-list {
  width: 500px;
}

.flow-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}

.flow-list .img-flex {
  min-width: 175px;
  width: 175px;
  display: flex;
  align-items: center;
}

.flow-list .img-flex .left-box {
  min-width: 80px;
  width: 80px;
  margin-right: 15px;
  text-align: center;
}

.flow-list .img-flex .right-box {
  min-width: 80px;
  width: 80px;
  text-align: center;
}

.badge-area {
  display: flex;
}

.badge-wrap {
  margin-right: 20px;
}

.badge-list {
  display: flex;
}

.badge-list .app-store {
  margin-right: 15px;
}

.flow-list .text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.flow-list .text-box > P {
  text-align: center;
}

.flow-list .img-box {
  display: flex;
  min-width: 175px;
  width: 175px;
}

.flow-list .img-box > picture {
  margin: auto;
}


/* -----------------------------------------
  エキタグ設置箇所
----------------------------------------- */
.stamp-spot {
  margin-bottom: 40px;
}

.spot-table {
  margin-bottom: 80px;
  text-align: center;
}

.classify-area {
  border-left: 5px solid #a00e01;
  border-right: 5px solid #a00e01;
}

.stamp-spot .classify-area:last-child {
  border-bottom: 5px solid #a00e01;
}

.classify-title {
  margin: 0;
  padding: 10px;
  background-color: #a00e01;
  line-height: 1;
  font-size: 2.2rem;
  text-align: center;
}

.classify-area .wrap {
  padding: 25px 20px;
}

.inner-flex {
  display: flex;
  align-items: flex-end;
}

.classify-area .notes {
  margin-left: 1em;
}

.poster-area {
  margin-bottom: 80px;
  text-align: center;
}

.poster-title {
  margin-bottom: 10px;
}

.poster {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}

.inner-flex .spot-list {
  min-width: 230px;
  width: 32%;
}

.spot-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.spot-list li {
  min-width: 230px;
  width: 32%;
  margin: 0 2% 2% 0;
}

.spot-list li:nth-of-type(3n) {
  margin-right: 0;
}

.spot-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

.spot-list a:hover {
  opacity: 0.8;
}

.spot-list a::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.panel-img {
  text-align: center;
}

.border-box {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: 2px solid #fff;
}

.more-btn {
  display: block;
  width: 350px;
  margin: 0 auto 40px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.more-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
}


/* -----------------------------------------
  特典
----------------------------------------- */
.terms {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  line-height: 1.2;
}

.terms dt {
  padding: 10px;
  border: 2px solid #fff;
}

.terms dd {
  margin-left: 15px;
}


.benefits-area {
  margin-bottom: 200px;
}

.benefits-box {
  width: 800px;
  margin: 0 auto 80px;
  padding-top: 60px;
  border: 4px solid #ffd101;
  position: relative;
}

.benefits-title {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1;
}

.benefits-title > img {
  vertical-align: baseline;
}

.benefits {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.2;
}

.benefits dt {
  min-width: 84px;
}

.benefits dd {
  margin-left: 5px;
  text-align: center;
  white-space: nowrap;
}

.benefits-box .bkg-inner {
  padding: 25px;
  background-color: #405373;
}

.green-box {
  width: 800px;
  margin: 0 auto 40px;
  color: #000;
}

.green-title {
  margin-bottom: 0;
  padding: 5px;
  background-color: #d0e8ac;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  color: #000;
  text-align: center;
}

.green-box .content-box {
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.green-box p {
  font-size: 1.5rem;
  font-weight: bold;
}


/* -----------------------------------------
  連動企画
----------------------------------------- */
.cond {
  margin-bottom: 30px;
}

.cond dd {
  margin-left: 0;
}

.center-inner {
  width: 630px;
  margin: 0 auto;
}

.card-img{
  margin-bottom: 80px;
  text-align: center;
}

.card-img-flex {
  display: flex;
  justify-content: center;
  width: 350px;
  margin: 0 auto 80px;
}

.card-img-flex .left-box {
  margin-right: 40px;
}

.card-img-flex .img-box {
  margin-bottom: 5px;
  text-align: center;
}

.card-img-flex .caption {
  text-align: center;
}


/* -----------------------------------------
  インフォメーション
----------------------------------------- */
.notes-img {
  width: 800px;
  margin: 0 auto 200px;
  text-align: center;
}

.notes-img > picture {
  display: block;
  margin-bottom: 40px;
}


/* -----------------------------------------
  注意事項
----------------------------------------- */
.blue-box {
  width: 650px;
  margin: 0 auto 40px;
  background-color: #fff;
  border: 5px solid #008eda;
  border-top: none;
  color: #000;
}

.blue-title {
  margin-bottom: 0;
  background-color: #008eda;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}

.blue-box .content-box {
  min-height: 200px;
  height: 300px;
  padding: 15px 20px;
  overflow-y: auto;
}

.s-title {
  margin-bottom: 5px;
  line-height: 1.2;
}

.blue-box a {
  color: #008cd6;
}


/* -----------------------------------------
  Share!
----------------------------------------- */
.share-area {
  margin-bottom: 130px;
  padding: 70px 0;
}

.share-box {
  width: 390px;
  margin: 0 auto;
  padding: 40px 60px;
  border: 3px solid #fff;
}

.share-title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
}

.sns-list {
  display: flex;
  justify-content: center;
}

.sns-list li:not(:last-child) {
  margin-right: 30px;
}


/* -----------------------------------------
  footer
----------------------------------------- */
footer {
  padding: 80px 0 40px;
  background-color: #008eda;
  position: relative;
}

footer .inner {
  width: 1170px;
  margin: 0 auto;
}

.foot-title {
  margin-bottom: 60px;
  font-size: 2.0rem;
  text-align: center;
}

.contact-info address {
  margin-bottom: 60px;
  font-style: normal;
  text-align: center;
}

.contact-info {
  width: 650px;
  margin: 0 auto 150px;
}

.contact-info > p{
  margin-bottom: 0;
}

.copyright {
  font-size: 1.3rem;
  text-align: center;
}

.page-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 999;
  cursor: pointer;
  transition: 0.3s;
}

.page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #a00e01;
  border-radius: 50%;
  border: 3px solid #a00e01;
}

.page-top a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-left: solid 3px #fff;
  border-top: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* -----------------------------------------
  共通パーツ系
----------------------------------------- */
/* リスト */
.disc-list > li {
  list-style: inside;
  text-indent: -1em;
  padding-left: 1em;
}

.disc-list .disc-list {
  margin-left: 1em;
}

.disc-list ol {
  margin-left: 1em;
}


/* box */
.half-area {
  display:flex;
}

.half-box {
  width: 48%;
  margin-right: 4%;
}

.half-box:last-child {
  margin-right: 0;
}

.half-box .img-box {
  margin-bottom: 10px;
  text-align: center;
}

.single-box {
  width: 100%;
  margin: 0 auto;
}

.single-box .benefits {
  margin-bottom: 0;
  justify-content: center;
}

.img-center {
  text-align: center;
}


/* 注釈 */
.notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}

.notes-normal {
  text-indent: -1em;
  padding-left: 1em;
}

.notes-block {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

.notes-center {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
}

.notes-list {
  margin-left: 30px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.sub-notes {
  display: block;
  font-size: 1.2rem;
}

.publish-notes {
  margin-bottom: 25px !important;
  text-align: center;
}

.inline-center {
  text-align: center;
}

.inline-center p {
  display: inline-block;
  line-height: 1;
}

/* block */
.block {
  display: block;
}

/* テキスト */
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-yellow {
  color: #f39800;
}

.text-blue {
  color: #008eda;
}

.text-red {
  color: #ff000a;
}

.text-s {
  font-size: 1.2rem !important;
}

.text-m {
  font-size: 1.6rem !important;
}

.text-l {
  font-size: 2.4rem !important;
}


/* キャッチコピー or メッセージ関連 */
.guide-msg {
  margin-bottom: 200px !important;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
}

.mid-msg {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}


/* 余白 */
.mt-100 { margin-top: 100px !important; }
.mt-95 { margin-top: 95px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-85 { margin-top: 85px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-75 { margin-top: 75px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-65 { margin-top: 65px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-55 { margin-top: 55px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-0 { margin-top: 0 !important; }

.mr-100 { margin-right: 100px !important; }
.mr-95 { margin-right: 95px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-85 { margin-right: 85px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-75 { margin-right: 75px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-65 { margin-right: 65px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-55 { margin-right: 55px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-0 { margin-right: 0 !important; }
.mr-a { margin-right: auto !important; }

.mb-100 { margin-bottom: 100px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-85 { margin-bottom: 85px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-0 { margin-bottom: 0 !important; }

.ml-100 { margin-left: 100px !important; }
.ml-95 { margin-left: 95px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-85 { margin-left: 85px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-75 { margin-left: 75px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-65 { margin-left: 65px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-55 { margin-left: 55px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-0 { margin-left: 0 !important; }
.ml-a { margin-left: auto !important; }

.pt-100 { padding-top: 100px !important; }
.pt-95 { padding-top: 95px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-85 { padding-top: 85px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-65 { padding-top: 65px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-55 { padding-top: 55px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-0 { padding-top: 0 !important; }

.pr-100 { padding-right: 100px !important; }
.pr-95 { padding-right: 95px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-85 { padding-right: 85px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-75 { padding-right: 75px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-65 { padding-right: 65px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-55 { padding-right: 55px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-45 { padding-right: 45px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-35 { padding-right: 35px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-0 { padding-right: 0 !important; }

.pb-100 { padding-bottom: 100px !important; }
.pb-95 { padding-bottom: 95px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-85 { padding-bottom: 85px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-75 { padding-bottom: 75px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-65 { padding-bottom: 65px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-55 { padding-bottom: 55px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-0 { padding-bottom: 0 !important; }

.pl-100 { padding-left: 100px !important; }
.pl-95 { padding-left: 95px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-85 { padding-left: 85px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-75 { padding-left: 75px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-65 { padding-left: 65px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-55 { padding-left: 55px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-45 { padding-left: 45px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-35 { padding-left: 35px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-0 { padding-left: 0 !important; }


.pc-ml-15 {
  margin-left: 15px;
}



@media screen and (max-width: 768px) {
  /* -----------------------------------------
    ベース
  ----------------------------------------- */
  body {
    font-size: 1.2rem;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-block {
    display: block;
  }


  /* -----------------------------------------
    table
  ----------------------------------------- */
  table {
    margin-bottom: 20px;
  }

  th {
    min-width: inherit;
    width: auto;
    padding: 5px 2px;
    font-size: 1.3rem;
    white-space: nowrap;
  }

  td {
    min-width: inherit;
    width: 30%;
    height: 75px;
    padding: 10px 4px;
    font-size: 1.3rem;
    white-space: nowrap;
    line-height: 1.2;
  }

  th.col-1 {
    min-width: 35px;
    width: 10%;
    font-size: 1rem;
  }

  .sp-length {
    writing-mode: vertical-rl;
    white-space: pre;
    display:inline-block;
  }


  /* -----------------------------------------
    メイン
  ----------------------------------------- */
  .main-visual {
    margin: 0;
  }

  .inner-wrap {
    width: 100%;
    padding: 0 10px 30px;
  }

  .inner {
    width: 100%;
  }

  .content-area {
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .content-title {
    margin-bottom: 20px;
  }

  .content-title > picture {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }

  .cap-title {
    max-width: 330px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 60px;
    font-size: 1.6rem;
  }

  .btn-menu {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px;
  }

  .btn-menu li {
    max-width: inherit;
    width: 30%;
    margin-right: 5%;
  }


  /* -----------------------------------------
    開催期間
  ----------------------------------------- */
  .period-sub {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }


  /* -----------------------------------------
    トピック
  ----------------------------------------- */
  .topic-list {
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px 25px;
  }

  .topic-list li {
    flex-direction: column;
  }


  /* -----------------------------------------
    路線図
  ----------------------------------------- */
  .route-map {
    margin-bottom: 40px;
  }


  /* -----------------------------------------
    参加方法
  ----------------------------------------- */
  .flow-area > li {
    padding: 30px 10px 25px;
    border: 3px solid #878787;
  }

  .flow-area > li::after {
    bottom: -85px;
    border: 60px solid transparent;
    border-top: 25px solid #f39801;
  }

  .flow-area .step {
    min-width: inherit;
    width: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .flow-area .explanation {
    width: 100%;
  }

  .badge-area {
    flex-direction: column-reverse;
  }

  .ekitagu-icon {
    margin-bottom: 10px;
  }

  .ekitagu-icon > picture {
    display: block;
    max-width: 74px;
    margin: 0 auto;
  }

  .badge-wrap {
    margin-right: 0;
    text-align: center;
  }

  .badge-list {
    justify-content: center;
  }

  .badge-list .app-store {
    min-width: 125px;
    width: 125px;
    margin-right: 15px;
  }

  .badge-list .google-play {
    min-width: 150px;
    width: 150px;
  }

  .flow-wrap {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .flow-list {
    width: 100%;
  }

  .flow-list li {
    padding: 10px;
  }

  .flow-list .text-box {
    margin-right: 10px;
  }

  .flow-list .text-box > P {
    font-size: 1.3rem;
  }

  .flow-list .img-box {
    min-width: 110px;
    width: 110px;
    margin-left: 0;
  }

  .flow-list .img-box > picture {
    display: block;
    max-width: 85px;
  }

  .flow-list .img-flex {
    min-width: 110px;
    width: 110px;
  }

  .flow-list .img-flex .left-box {
    min-width: 50px;
    width: 50px;
    margin-right: 10px;
  }

  .flow-list .img-flex .right-box {
    min-width: 50px;
    width: 50px;
  }

  .flow-area .explanation-inner {
    width: 100%;
    padding: 0;
  }

  .flow-area .bk-red {
    width: 100%;
  }


  /* -----------------------------------------
    エキタグ設置箇所
  ----------------------------------------- */
  .spot-table {
    margin-bottom: 30px;
  }

  .more-btn {
    width: 250px;
    margin: 0 auto 40px;
    padding: 8px 10px;
    font-size: 1.4rem;
    line-height: 1;
  }

  .more-btn::before {
    width: 8px;
    height: 8px;
    right: 10px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
  }

  .spot-list li {
    min-width: inherit;
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .spot-list li.large {
    width: 100%;
    margin-right: 0;
  }

  .spot-list li:nth-of-type(3n) {
    margin-right: 4%;
  }

  .spot-list li:nth-of-type(2n) {
    margin-right: 0;
  }

  .spot-list a {
    padding: 10px 5px;
    font-size: 1.3rem;
  }

  .spot-list a::before {
    width: 8px;
    height: 8px;
    right: 5px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
  }

  .spot-list li.ginza a {
    padding: 5px;
  }

  .poster-area {
    margin-bottom: 40px;
  }

  .poster {
    max-width: 160px;
  }

  .panel-img .left-box,
  .panel-img .right-box {
    max-width: 150px;
  }


  /* -----------------------------------------
    特典
  ----------------------------------------- */
  .terms-wrap {
    margin-bottom: 25px;
  } 

  .terms-wrap .terms {
    margin-bottom: 0;
  }

  .terms-wrap p {
    text-align: center;
  }
  
  .terms dt {
    min-width: 40px;
    padding: 5px;
    border: 1px solid #fff;
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }

  .terms dd {
    font-size: 1.4rem;
    text-align: center;
  }
 
  .terms .plus {
    display: block;
  }

  .benefits-area {
    margin-bottom: 40px;
   padding: 0 15px;
  }

  .benefits-title {
    min-width: 230px;
  }

  .benefits-wrap + .img-box {
    max-width: 160px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .benefits-wrap + .img-box.sp-small {
    max-width: 110px;
  }

  .benefits-wrap .benefits {
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .benefits-box {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 50px;
    border: 2px solid #ffd101;
  }

  .benefits-box .bkg-inner {
    padding: 25px 10px;
  }

  .benefits dt {
    min-width: 40px;
    width: 40px;
  }

  .sp-caption {
    display: block;
    margin-top: 5px;
  }
 
  .green-box {
    width: 100%;
  }

  .green-title {
    font-size: 1.4rem;
  }

  .green-box .content-box {
    padding: 15px 10px;
  }

  .green-box p {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .green-box picture {
    display: block;
    max-width: 170px;
    margin: 0 auto;
  }

  .stamp-spot .classify-area:last-child .wrap {
    padding: 10px;
  }

  .classify-area .wrap {
    padding: 10px 10px 0;
  }

  .classify-title {
    font-size: 1.4rem;
  }

  .inner-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-flex .spot-list {
    min-width: inherit;
    width: 100%;
  }

  .classify-area .notes {
    margin-left: 0;
  }


  /* -----------------------------------------
    連動企画
  ----------------------------------------- */
  .cond {
    margin: 0 0 20px;
  }

  .border-box {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #fff;
  }

  .center-inner {
    width: 100%;
    padding: 0;
  }

  .card-img {
    max-width: 330px;
    margin: 0 auto 40px;
  }

  .card-img-flex {
    width: 100%;
    margin: 0 auto 40px;
  }

  .card-img-flex .left-box {
    margin-right: 20px;
  }

  .card-img-flex .left-box,
  .card-img-flex .right-box {
    text-align: center;
  }

  .card-img-flex .img-box {
    max-width: 80px;
    margin: 0 auto 5px;
  }

  .card-img-flex .caption {
    line-height: 1.4;
  }


  /* -----------------------------------------
    インフォメーション
  ----------------------------------------- */
  .notes-img {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .notes-img > picture {
    margin-bottom: 30px;
  }


  /* -----------------------------------------
    注意事項
  ----------------------------------------- */
  .blue-box {
    width: 100%;
    margin-bottom: 30px;
    border: none;
  }

  .attention-area .blue-title {
    display: none;
  }

  .blue-box .content-box {
    min-height: 650px;
    height: 650px;
    padding: 10px 10px 15px;
    font-size: 1.2rem;
  }


  /* -----------------------------------------
    Share!
  ----------------------------------------- */
  .share-area {
    margin-bottom: 40px;
    padding: 0;
  }

  .share-box {
    max-width: 210px;
    width: 210px;
    padding: 25px;
  }

  .share-title {
    font-size: 1.5rem;
  }

  .sns-list li {
    max-width: 30px;
  }

  .sns-list li:not(:last-child) {
    margin-right: 10px;
  }


  /* -----------------------------------------
    footer
  ----------------------------------------- */
  footer {
    padding: 80px 25px 25px;
  }

  footer .inner {
    width: 100%;
  }

  .foot-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .contact-info {
    width: 100%;
    margin-bottom: 80px;
    font-size: 1.2rem;
  }

  .contact-info address {
    margin-bottom: 30px;
  }

  .contact-info P {
    text-align: center;
  }
 
  .copyright {
    font-size: 1rem;
  }

  .page-top {
    right: 10px;
    bottom: 50px;
  }

   .page-top a {
    width: 50px;
    height: 50px;
  }


  /* -----------------------------------------
    共通パーツ系
  ----------------------------------------- */
  /* box */
  .half-area {
    flex-direction: column;
  }

  .half-box {
    width: 100%;
    margin: 0 auto 20px;
  }

  .half-box:last-child {
    margin-bottom: 0;
  } 

  .box-area {
    flex-direction: column;
  }

  .box-area .left-box {
    min-width: inherit;
    width: 100%;
  }

  .box-area .right-box {
    width: 100%;
  }


  /* 注釈 */
  .notes,
  .notes-block,
  .notes-center,
  .notes-list {
    font-size: 1rem;
  }

  .notes-center.sp-left {
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
  }

  .notes-list {
    margin-left: -10px;
  }

  .publish-notes {
    margin-bottom: 10px !important;
  }

  .inline-center p {
    line-height: 1.2;
  }

  .guide-msg {
    margin-bottom: 25px !important;
    font-size: 1.4rem;
  }

  .mid-msg {
    margin-bottom: 50px;
    font-size: 1.4rem;
  }


  /* テキスト */
  .sp-text-center {
    text-align: center;
  }

  .sp-small {
    font-size: 1.2rem !important;  
  }


  /* 余白・フォント スマホ設定 */
  .font-25 { font-size: 1.8rem !important; }
  .font-20 { font-size: 1.6rem !important; }
  .font-19 { font-size: 1.5rem !important; }
  .font-18 { font-size: 1.4rem !important; }
  .font-17 { font-size: 1.4rem !important; }
  .font-15 { font-size: 1.2rem !important; }
  .font-14 { font-size: 1.4rem !important; }

  .mb-80 { margin-bottom: 40px !important; }
  .mb-60 { margin-bottom: 30px !important; }
  .mb-45 { margin-bottom: 30px !important; }
  .mb-40 { margin-bottom: 30px !important; }
  .mb-30 { margin-bottom: 15px !important; }
  .mb-25 { margin-bottom: 15px !important; }
  .mb-20 { margin-bottom: 15px !important; }
  .mb-10 { margin-bottom: 5px !important; }

  .sp-pb-10 {
    padding-bottom: 10px !important;
  }

  .ml-15 {
    margin-left: 10px;
  }

  .pc-ml-15 {
    margin-left: 0;
  }
}