@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

/*----------------------------------------------------------------------
基本レイアウト
----------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}

a {
  color: #1f7fcf;
  transition: 0.3s all;
}

.wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.container {
  position: relative;
}

.section_content {
  padding: 120px 0;
}
@media screen and (max-width: 960px) {
  .section_content {
    padding: 80px 0;
  }
}

.sp {
  display: none;
}

.inner {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}

.sm-inner {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
}

.ttl {
  font-size: clamp(2rem, 1.908rem + 0.41vw, 2.4rem);
  position: relative;
  z-index: 0;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .ttl {
    margin-bottom: 60px;
  }
}
.ttl::before {
  position: absolute;
  content: "";
  background: url(../images/ttl.svg) no-repeat center/contain;
  width: 300px;
  aspect-ratio: 124/34;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* ボタン */
/*----------------------------------------------------------------------
mv
----------------------------------------------------------------------*/
.mv {
  height: 100vh;
  min-height: 800px;
  max-height: 1080px;
  background: url(../images/flag_l.svg) no-repeat top left/20vw, url(../images/flag_r.svg) no-repeat top right/20vw, url("../images/mv_bg_foot.svg") no-repeat center bottom -2px/100%, url("../images/mv_bg.svg") no-repeat center/cover, #fde375;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .mv {
    background: url(../images/flag_l.svg) no-repeat top left/40vw, url(../images/flag_r.svg) no-repeat top right/40vw, url("../images/mv_bg_foot.svg") no-repeat center bottom -2px/105%, url("../images/mv_bg.svg") no-repeat center/cover, #fde375;
    height: auto;
    min-height: auto;
    max-height: auto;
    padding: 80px 0 60px;
  }
}

.mv_inner {
  position: relative;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .mv_inner {
    width: 100%;
  }
}

.catch {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, 80vw);
}
@media screen and (max-width: 960px) {
  .catch {
    position: static;
    transform: none;
    width: 100%;
  }
}

/*----------------------------------------------------------------------
about
----------------------------------------------------------------------*/
.about {
  padding: 80px 0;
  background: #fef3c5;
}
@media screen and (max-width: 960px) {
  .about {
    padding: 60px 0;
  }
}

.ab_ttl {
  max-width: 650px;
  margin: 0 auto;
}

.ab_img {
  width: 300px;
  max-width: 90%;
  margin: 30px auto 0;
}

/*----------------------------------------------------------------------
gift
----------------------------------------------------------------------*/
.gift {
  background: #ef845c;
}
.gift .subat {
  margin-top: 0;
  color: #fff;
}

.gift_ttl {
  font-size: clamp(1.8rem, 1.615rem + 0.82vw, 2.6rem);
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .gift_ttl {
    margin-bottom: 2rem;
  }
}
.gift_ttl::before, .gift_ttl::after {
  position: absolute;
  content: "";
  width: 1.5em;
  aspect-ratio: 33/49;
  top: 0;
  bottom: -5px;
  margin: auto;
}
.gift_ttl::before {
  background: url("../images/ttl_deco_l.svg") no-repeat center/contain;
  left: -1.55em;
}
@media screen and (max-width: 960px) {
  .gift_ttl::before {
    left: -2em;
  }
}
.gift_ttl::after {
  background: url("../images/ttl_deco_r.svg") no-repeat center/contain;
  right: -1.5em;
}
@media screen and (max-width: 960px) {
  .gift_ttl::after {
    right: -1.75em;
  }
}
.gift_ttl span {
  color: #fff100;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.gift_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .gift_list {
    flex-direction: column;
  }
}
.gift_list li {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  background: #fff;
  border: 6px solid #ea5532;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  border-radius: 15px;
}
@media screen and (max-width: 960px) {
  .gift_list li {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.gift_list li .img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .gift_list li .img {
    margin-bottom: 1rem;
  }
}
.gift_list li .img .stamp_txt {
  width: 180px;
  position: absolute;
  left: -2%;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .gift_list li .img .stamp_txt {
    width: 120px;
  }
}
.gift_list li .img .ticket_img {
  width: 250px;
  position: absolute;
  right: -2%;
  bottom: -4%;
}
@media screen and (max-width: 960px) {
  .gift_list li .img .ticket_img {
    width: 100px;
  }
}
.gift_list li::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 150px;
  aspect-ratio: 109/72;
  left: -15px;
  top: -15px;
}
@media screen and (max-width: 960px) {
  .gift_list li::before {
    width: 100px;
  }
}
.gift_list li._01::before {
  background: url(../images/goldPrize.svg) no-repeat center/contain;
  width: 200px;
  left: -25px;
  top: -25px;
}
@media screen and (max-width: 960px) {
  .gift_list li._01::before {
    width: 120px;
    left: -15px;
    top: -15px;
  }
}
.gift_list li._02::before {
  background: url(../images/silverPrize.svg) no-repeat center/contain;
}
.gift_list li._03::before {
  background: url(../images/bronzePrize.svg) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .gift_list li .flex {
    align-items: flex-start;
    flex-direction: column;
  }
}
.gift_list li .sub_ttl {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  line-height: 1.3;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .gift_list li .sub_ttl {
    margin: 0 0 1rem;
  }
}
.gift_list li .sub_ttl span {
  font-size: clamp(2.6rem, 2.554rem + 0.21vw, 2.8rem);
}
@media screen and (max-width: 960px) {
  .gift_list li .sub_ttl span {
    display: block;
  }
}
.gift_list li .group_txt {
  text-align: right;
}
.gift_list li .group_txt p {
  background: #00b9ef;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px 8px;
  border-radius: 8px;
  line-height: 1;
}
.gift_list li .group_txt p span {
  padding-right: 2px;
  font-size: clamp(3rem, 2.769rem + 1.03vw, 4rem);
}
.gift_list li .subat {
  color: #333;
}
.gift_list li._02, .gift_list li._03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gift_list li._02 {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .gift_list li._02 {
    width: 100%;
  }
}
.gift_list li._03 {
  width: calc(50% - 40px);
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .gift_list li._03 {
    width: 100%;
    margin-left: 0;
  }
}
.gift_list li._03 .img {
  margin: auto;
}
@media screen and (max-width: 960px) {
  .gift_list li._03 .img {
    margin-bottom: 1rem;
  }
}
.gift_list li._01 {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .gift_list li._01 {
    flex-direction: column;
  }
}
.gift_list li._01 .img {
  width: 55%;
  margin-right: 30px;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .gift_list li._01 .img {
    width: 100%;
    margin-right: 0;
  }
}
.gift_list li._01 .sub_ttl {
  font-size: clamp(2rem, 1.862rem + 0.62vw, 2.6rem);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .gift_list li._01 .sub_ttl {
    margin-bottom: 1rem;
  }
}
.gift_list li._01 .sub_ttl span {
  font-size: clamp(3rem, 2.769rem + 1.03vw, 4rem);
}
.gift_list li._01 .stamp_txt {
  width: 220px;
  bottom: -2%;
}
@media screen and (max-width: 960px) {
  .gift_list li._01 .stamp_txt {
    width: 130px;
    bottom: -4%;
  }
}
.gift_list li._01 .flex {
  flex-direction: column;
  align-items: flex-start;
}
.gift_list li._01 .r_box {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .gift_list li._01 .r_box {
    width: 100%;
  }
}
.gift_list li._01 .subat {
  margin-top: auto;
}
@media screen and (max-width: 960px) {
  .gift_list li._01 .subat {
    margin-top: 2rem;
  }
}

.subat {
  margin-top: 20px;
  text-align: left;
  font-size: 1.4rem;
}

/*----------------------------------------------------------------------
shop
----------------------------------------------------------------------*/
.shop {
  background: url(../images/shop_bg.png) repeat center/150px, #fffaec;
}

.shop_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.shop_list ul li {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 20px);
  margin: 0 0 30px 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
@media screen and (max-width: 960px) {
  .shop_list ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .shop_list ul li {
    width: calc(100% - 20px);
  }
}

.shop_ttl {
  background: #e5005a;
  color: #fff;
  height: 80px;
  font-size: 1.8rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

li:nth-child(even) .shop_ttl {
  background: #ea5504;
}

.txt_area {
  padding: 25px;
  font-size: 1.4rem;
  text-align: left;
}

.menu_img {
  position: relative;
  margin-top: 15px;
}

.menu_img::before {
  position: absolute;
  content: "";
  background: url("../images/menuex.svg") no-repeat center/contain;
  width: 150px;
  height: 29px;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}

.menu_ttl,
.shop_subttl {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0.5em 0 0.4em;
  letter-spacing: 0.1rem;
}

.menu_txt span {
  font-weight: 600;
}

.menu_price {
  text-align: right;
  font-size: 1.2rem;
}
.menu_price span {
  font-weight: bold;
  font-size: 2rem;
  color: #dd000a;
  padding: 0 2px;
}
.menu_price span::after {
  content: "円";
  font-size: 1.2rem;
}
.menu_price strong {
  font-weight: 500;
  color: #dd000a;
}

.comingsoon {
  position: relative;
}
.comingsoon::before {
  position: absolute;
  content: "";
  background: #929292;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.comingsoon::after {
  position: absolute;
  display: inline-block;
  content: "Coming Soon";
  font-size: min(3rem, 10vw);
  font-weight: bold;
  font-style: italic;
  color: #fff;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.shop_img {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px dashed #ccc;
}

.shop_txt {
  letter-spacing: 0.15rem;
  font-feature-settings: "palt" 1;
}
.shop_txt span {
  font-weight: 600;
}

.btn_wrap {
  margin-top: auto;
  display: flex;
  margin-left: -15px;
  padding: 0 25px 25px;
}

.btn_wrap p {
  width: calc(50% - 15px);
  margin-left: 15px;
}

.btn_wrap a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 2px solid #00a2e9;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.btn_wrap a:hover {
  opacity: 1;
}

.site_link a {
  background: #00a2e9;
  color: #fff;
}

.site_link a:hover {
  background: #fff;
  color: #00a2e9;
}

.site_link span {
  position: relative;
  display: inline-block;
  padding: 0 13px 0 0;
}

.site_link span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/blank_ico.svg") no-repeat center/contain;
  transition: 0.3s all;
}

.site_link a:hover span::before {
  background: url("../images/blank_ico2.svg") no-repeat center/contain;
}

.gmap_link a {
  color: #00a2e9;
  background: #fff;
}

.gmap_link a:hover {
  color: #fff;
  background: #00a2e9;
}

.gmap_link a:hover span::before {
  background: url("../images/map_ico2.svg") no-repeat center/contain;
}

.gmap_link span {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 18px;
}

.gmap_link span::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/map_ico.svg") no-repeat center/contain;
  transition: 0.3s all;
}

/*----------------------------------------------------------------------
outline
----------------------------------------------------------------------*/
.outline {
  padding-bottom: 180px;
  background: url(../images/outline_bg_foot.png) no-repeat center bottom/100%, #cbebfb;
}
@media screen and (max-width: 960px) {
  .outline {
    padding-bottom: 120px;
    background: url(../images/outline_bg_foot.png) no-repeat center bottom/200%, #cbebfb;
  }
}

.outline_list {
  text-align: left;
}

.outline_list {
  position: relative;
  z-index: 1;
}
.outline_list dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #3e210e;
}
@media screen and (max-width: 960px) {
  .outline_list dl {
    font-size: 1.6rem;
    flex-direction: column;
  }
}
.outline_list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  width: 30%;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background: #3e210e;
  border-bottom: 1px solid #fff;
}
.outline_list dt:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .outline_list dt {
    width: 100%;
    padding: 15px;
  }
}
.outline_list dd {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 70%;
  background: #fff;
  border-bottom: 1px solid #3e210e;
}
.outline_list dd:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .outline_list dd {
    width: 100%;
    padding: 25px;
    justify-content: center;
  }
}

.outline_list dd span {
  color: #e60012;
}

/*----------------------------------------------------------------------
sponsor
----------------------------------------------------------------------*/
.sponsor {
  background: url("../images/line_bg.svg") repeat-x top/1000px, url("../images/line_bg2.svg") repeat-x bottom/1000px, url("../images/dot_bg.png"), #fff;
  padding: 100px 0 120px;
}

.spo_list {
  display: flex;
  margin-left: -60px;
}

.spo_list li {
  width: calc(50% - 60px);
  margin-left: 60px;
  padding: 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  border-radius: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.spo_img {
  text-align: center;
  line-height: 0;
  border: 1px solid #e8e8e8;
}

.spo_ttl {
  margin-top: 0.5em;
  font-size: clamp(1.8rem, 1.662rem + 0.62vw, 2.4rem);
  line-height: 1.4;
  letter-spacing: 0.15rem;
  font-feature-settings: "palt" 1;
}

.spo_name {
  border-bottom: 1px solid #ccc;
  padding: 5px 0 1em;
  margin-bottom: 1em;
}

.spo_place {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.spo_place span {
  font-size: 1.4rem;
  font-weight: 500;
  background: #afd144;
  color: #fff;
  padding: 2px 10px 3px;
  display: inline-block;
  margin-right: 0.75em;
  border-radius: 3px;
}

.spo_txt {
  margin-bottom: 1em;
}

.more_btn {
  margin-top: auto;
  text-align: right;
}

.more_btn a::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/arrows.svg") no-repeat center/contain;
}

.more_btn a {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  color: #333;
  font-weight: bold;
  padding: 0 1.25em 0 0;
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
footer {
  background: #f08300;
}

.backtotop a {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #00b9ef;
  width: 60px;
  height: 60px;
  z-index: 100;
  border-radius: 50px;
  transition: 0.3s all;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 6px;
}
@media screen and (max-width: 960px) {
  .backtotop a {
    width: 50px;
    height: 50px;
  }
}

.backtotop a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

.backtotop a:hover {
  opacity: 0.5;
}

.copy {
  padding: 25px 0;
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .shop_list li {
    width: calc(50% - 20px);
  }
  .shop_ttl {
    height: 70px;
  }
  .menu_img {
    margin-top: 25px;
  }
  .menu_img::before {
    width: 150px;
    height: 29px;
    top: -22px;
  }
  .menu_ttl,
  .shop_subttl {
    font-size: 1.8rem;
  }
  .menu_price {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .menu_price span {
    font-size: 2.4rem;
  }
  .menu_price span::after {
    font-size: 1.6rem;
  }
  .subat {
    font-size: 1.3rem;
  }
  .sponsor {
    padding: 80px 0 60px;
  }
  .spo_list {
    flex-direction: column;
  }
  .spo_list li {
    width: calc(100% - 60px);
    padding: 20px;
    margin-bottom: 20px;
  }
  .spo_place span {
    padding: 0 10px 1px;
    margin-right: 0.5em;
  }
  .copy {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .mv--illust.item05 {
    width: 50vw;
  }
  .shop_list li {
    width: calc(100% - 20px);
  }
  .txt_area {
    padding: 20px;
  }
  .ab_img {
    width: 200px;
    margin: 20px auto 0;
  }
}/*# sourceMappingURL=common.css.map */