@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 70%;
}
body {
  font-family: "sans-serif", "Helvetica Neue", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, arial, sans-serif;
  color: #333;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.08em;
  background-image: url(../img/bg7.jpg);
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  -ms-interpolation-mode: bicubic;
}

@media (max-width: 960px) {
  html {
    font-size: 0.9vw;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 50%;
  }
}

/* common
--------------------------------------------------*/
.inner {
  margin: 0 auto;
  width: 90%;
  max-width: 120rem;
}
.flex.small {
  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;
  gap: 10px;
}
.img-6 .item {
  width: 30% !important;
}
.flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.inner-img {
  width: 60%;
}
.img-center {
  display: flex;
  text-align: center;
  gap: 2rem;
}
.box-img {
  width: 67%;
}
.box-img2 {
  width: 91.5%;
}
.item.container {
  width: 76% !important;
  text-align: center;
}
.box-img3 {
  width: 100%;
}
.item {
  margin: 0 auto;
}
.bg1 {
  background-image: url(../img/bg1.jpg);
  background-size: 100% 100%;
  background-color: rgba(255, 255, 255, 0.91);
  background-blend-mode: lighten;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.bg2 {
  background-image: url(../img/bg2.jpg);
  background-size: 120% 100%;
  background-color: rgba(255, 255, 255, 0.92);
  background-blend-mode: lighten;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.bg3 {
  background-image: url(../img/bg3.jpg);
  background-size: 140% 100%;
  background-color: rgba(255, 255, 255, 0.91);
  background-blend-mode: lighten;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.bg4 {
  background-image: url(../img/bg4.jpg);
  background-size: 140% 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.bg5 {
  background-image: url(../img/bg5.jpg);
  background-size: 100% 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.bg6 {
  background-image: url(../img/bg6.jpg);
  background-size: 100% 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.bg1 .box {
  padding-top: 20px;
}
.bg2 .box,
.bg3 .box,
.bg4 .box,
.bg5 .box,
.bg6 .box {
  padding-top: 26px;
}
.text-big {
  padding-top: 10px;
  font-size: 2.3rem;
  font-weight: 400;
}
.text-mid {
  font-size: 2rem;
}
.bg3-text {
  font-size: 2.3rem;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: start;
}
.c_hdl_01 {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.c_hdl_02 {
  margin-top: -13rem;
  margin-bottom: 5rem;
  padding: 2rem 8rem;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  border-radius: 0rem;
  background-color: #00508e;
}
.c_hdl_03 {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
.c_hdl_04 {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}
.c_border {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.c_sec {
  padding: 0 0 3rem;
  border-radius: 0rem;
}
.c_sec .box {
  margin: 0 auto;
  width: 90%;
}
.winner {
  padding: 0 20px;
}
.top-winner,
.under-winner {
  display: flex;
  gap: 20px;
}
.winner-head {
  font-size: 3rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding-bottom: 16px;
}
.winner-p {
  padding: 8px 0 20px;
  font-size: 2rem;
}
p {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.8;
}
p:last-of-type {
  margin-bottom: 0;
}
.sp {
  display: none !important;
}
@media (max-width: 960px) {
  p {
    font-size: 2.4rem;
  }
  .box-img2 {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .text-mid {
    font-size: 2.2rem !important;
  }
  .inner-img {
    width: 90%;
  }
  .img-center {
    flex-direction: column;
  }
  .event .box:not(:last-of-type) {
    margin-bottom: 0rem !important;
  }
  .img-6 {
    flex-direction: column;
  }
  .img-6 .item {
    width: 80% !important;
    margin: 0 auto;
  }
  .img-6 img {
    width: 100%;
  }
  .box-img {
    width: 90%;
  }
  .bg3-text {
    width: 100%;
  }
  .top-winner,
  .under-winner {
    flex-direction: column;
    text-align: center;
  }
  .top-winner img,
  .under-winner img {
    width: 90%;
  }
  .h4-1 {
    font-size: 2.4rem !important;
    padding: 20px 0;
  }
  .h4-2 {
    font-size: 2.4rem !important;
    padding: 30px 0 10px;
  }
  .item.container {
    width: 120%;
  }
  .box-img3 {
  }

  .c_hdl_01 {
    font-size: 2.6rem;
  }
  .c_hdl_02 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    padding: 1.6rem 1rem;
  }
  .c_sec {
    padding: 3rem 0;
  }
  p {
    font-size: 1.5rem;
  }
  .sp {
    display: block !important;
  }
}

.flex.desc {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.desc:not(:last-of-type) {
  margin-bottom: 4rem;
}
.flex.desc h3 {
  padding: 0.5rem 0;
  width: 16%;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  border-radius: 0rem;
  background-color: #38a1db;
}
.flex.desc p {
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 750px) {
  .flex.desc {
    display: block;
  }
  .flex.desc h3 {
    padding: 0.8rem 0;
    width: 100%;
    font-size: 1.4rem;
  }
  .flex.desc p {
    width: 100%;
  }
}

.img.flex {
  margin: 5rem auto;
}
.img.flex .item {
  width: 48%;
}
.img.flex .item p,
.img.flex .text p {
  margin-top: 1rem;
  font-size: 2.1rem;
}
.img.flex .text {
  width: 100%;
}
.img.flex .text p {
  text-align: center;
}
@media (max-width: 750px) {
  .img.flex {
    margin: 2.5rem auto;
  }
  .img.flex {
    width: 90%;
  }
  .img.flex .item {
    width: 100%;
  }
  .img.flex .item:not(:first-child) {
    margin-top: 2rem;
  }
  .img.flex .item p,
  .img.flex .text p {
    font-size: 1.5rem;
  }
}

.img.flex.small {
  width: 80%;
}
@media (max-width: 750px) {
  .img.flex.small {
    width: inherit;
  }
  .item.container {
    width: 100% !important;
    margin: 0;
  }
  .bg5 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* mv
--------------------------------------------------*/
.mv {
  margin: 0 auto;
  width: 90%;
  max-width: 120rem;
}
.mv img {
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .mv {
    width: 100%;
  }
}

/* lead
--------------------------------------------------*/
.lead {
  margin: 6rem auto;
  width: 90%;
  max-width: 120rem;
}
.lead p {
  color: #d60050;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.lead p:first-of-type {
  color: #d60050;
  font-size: 4rem;
}
.lead p:last-of-type {
  color: #f29600;
  font-size: 8rem;
}
@media (max-width: 750px) {
  .lead {
    margin: 4rem auto;
  }
  .lead p:first-of-type {
    font-size: 2.4rem;
  }
  .lead p:last-of-type {
    font-size: 3.6rem;
  }
}

/* event
--------------------------------------------------*/
.event {
  margin-bottom: 5rem;
  /* background-color: #e7efc8; */
}
.event .c_hdl_01 {
  color: #005a93;
}
.event .box:not(:last-of-type) {
  margin-bottom: 6rem;
}
.event a {
  color: inherit;
}
.event .box:nth-child(2) .img.flex .item:nth-of-type(-n + 2) {
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .event .box:nth-child(2) .img.flex .item:nth-of-type(-n + 2) {
    margin-bottom: 0;
  }
}
.event .box:nth-child(3) .img.flex:first-of-type .item {
  width: 32%;
}
@media (max-width: 750px) {
  .event .box:nth-child(3) .img.flex:first-of-type .item {
    width: 100%;
  }
}
.event .box:last-of-type .img.flex:last-of-type {
  margin-bottom: 0;
}

/* shiome
--------------------------------------------------*/
.shiome {
  margin-bottom: 5rem;
  background-color: #efe5c8;
}
.shiome .c_hdl_01 {
  color: #933c00;
}

/* winner
--------------------------------------------------*/
.winner {
  margin-bottom: 5rem;
}
.winner .c_hdl_01 {
  color: #f15a29;
}
.winner .list-dep {
  margin-top: 6rem;
}
.winner .list-dep .item {
  padding: 4rem;
  border-radius: 2rem;
  background-color: #fff;
}
.winner .list-dep .item:not(:last-of-type) {
  margin-bottom: 6rem;
}
.winner .list-dep .item h3 {
  margin-bottom: 2rem;
  color: #f15a29;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.8;
}
.winner .list-dep .flex .txt {
  width: 62%;
}
.winner .list-dep .flex .img {
  width: 32%;
}
.winner .list-dep ul {
  margin-left: 2rem;
}
.winner .list-dep dl {
  margin-bottom: 1.5rem;
}
.winner .list-dep dt {
  width: 12rem;
  font-size: 2rem;
  line-height: 1.8;
}
.winner .list-dep dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .winner .list-dep {
    margin-top: 4rem;
  }
  .winner .list-dep .item:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .winner .list-dep .item.flex {
    display: block;
    padding: 2rem 2rem 3rem 2rem;
  }
  .winner .list-dep .flex .txt {
    margin-bottom: 3rem;
  }
  .winner .list-dep .item.flex .txt,
  .winner .list-dep .item.flex .img {
    width: 100%;
  }
  .winner .list-dep .item h3 {
    font-size: 2rem;
  }
  .winner .list-dep ul {
    margin-left: 0;
  }
  .winner .list-dep dl {
    display: block;
  }
  .winner .list-dep dt,
  .winner .list-dep dd {
    font-size: 1.5rem;
  }
}

/* eat
--------------------------------------------------*/
.eat {
  /* background-color: #CDE7CA; */
}
.eat .box:not(:last-of-type) {
  margin-bottom: 6rem;
}
.eat .c_hdl_01 {
  color: #009344;
}
.eat h3 {
  margin-bottom: 4rem;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.eat h4 {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
}
.eat .img.flex .item:nth-of-type(-n + 2) {
  margin-bottom: 2rem;
}
.eat .box:last-of-type .img.flex {
  margin-bottom: 0;
}

.eat .opening_img .youtube_wrap {
  position: relative;
  margin: 3rem auto;
  width: 80%;
}
.eat .opening_img .youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eat .opening_img .youtube_wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (max-width: 750px) {
  .eat h3 {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
  .eat h4 {
    font-size: 2rem;
  }
  .eat .img.flex .item:nth-of-type(-n + 2) {
    margin-bottom: 0;
  }
  .eat .opening_img .youtube_wrap {
    width: 100%;
  }
}
.youtube-container {
  padding-top: 40px;
}

/* bottom
--------------------------------------------------*/
.bottom {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(127, 75, 209, 1) 100%
  );
}
@media (max-width: 750px) {
  .opening {
    margin-top: 7rem;
  }
}

/* overview
--------------------------------------------------*/
.overview {
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding-top: 10rem;
  background-color: #fcf7ff;
}
@media (max-width: 750px) {
  .overview .c_hdl_02 {
    margin-bottom: 6rem;
  }
}

/* shinchi
--------------------------------------------------*/
.shinchi {
  margin-top: 9rem;
  margin-bottom: 5rem;
  padding-top: 10rem;
  background-color: #fff;
}
.shinchi .img {
  margin-bottom: 3rem;
  text-align: center;
}
.sinchi_txt {
  margin-top: 3rem;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}
.sinchi_txt a {
  color: inherit;
}
@media (max-width: 750px) {
  .shinchi .img img {
    width: 80%;
  }
  .sinchi_txt {
    font-size: 1.5rem;
  }
}
