@charset "UTF-8";
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
@media (min-width:768px) and (max-width:1100px) {
  .btn-menu-open__in {
    width: 5.5em !important;
    height: 5.5em !important;
  }
}
@media (max-width:768px) {
  .btn-menu-open__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }
}
.main {
  background: #dce5f8;
  border-bottom: 3px solid #4d93ce;
}

.kv {
  position: relative;
  background: #fff;
  border-top: 1px solid #4d93ce;
}
.kv_main {
  position: absolute;
  top: 3.65%;
  left: 35.8%;
  width: 33.5416667%;
}

@media (max-width:768px) {
  .kv {
    position: relative;
    background: #fff;
    border-top: none;
  }
  .kv_main {
    position: absolute;
    top: 14.5%;
    left: 2.4%;
    width: 95.467%;
  }
}
.about {
  padding: 141px 0 0;
  background: url(../img/kv_border.png);
  background-repeat: repeat-x;
  background-size: 1882.5px;
  background-position: top left;
}
.about_heading {
  width: 866px;
  max-width: 86.6%;
  margin: 0 auto;
}
.about_txtBox {
  margin: 96px auto 0;
}
.about_txt {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(22px, 2.2vw);
  font-weight: 700;
  font-feature-settings: "palt";
  color: #07399e;
}
.about_txt:after {
  position: absolute;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  margin: 0 auto;
  content: "";
}
.about_txt-01 {
  padding-bottom: 20px;
}
.about_txt-01:after {
  width: 723px;
  max-width: 95vw;
  height: 5px;
  background: url(../img/about_border1.png);
  background-repeat: no-repeat;
  background-size: 723px;
}
.about_txt-02 {
  margin: 18px auto 0;
  padding-bottom: 26px;
}
.about_txt-02:after {
  width: 944px;
  max-width: 95vw;
  height: 5px;
  background: url(../img/about_border2.png);
  background-repeat: no-repeat;
  background-size: 944px;
}
.about_txt-03 {
  margin: 18px auto 0;
  padding-bottom: 23px;
}
.about_txt-03:after {
  width: 529px;
  max-width: 95vw;
  height: 5px;
  background: url(../img/about_border3.png);
  background-repeat: no-repeat;
  background-size: 529px;
}
.about_illust {
  display: block;
  width: 870px;
  max-width: 87%;
  margin: 79px auto 0;
}

@media (max-width:768px) {
  .about {
    padding: 16vw 0 0;
    background: url(../img/sp/kv_border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
  }
  .about_heading {
    width: 92.267vw;
    max-width: 100%;
  }
  .about_txtBox {
    margin: 8.5vw auto 0;
    padding-bottom: 0.6vw;
    width: 91.333vw;
    background: url(../img/sp/about_txt_bg.png);
    background-size: 100%;
    background-position: 0vw 2.5vw;
    background-repeat: no-repeat;
  }
  .about_txt {
    display: inline;
    width: 91.333vw;
    padding-bottom: 0;
    line-height: 2.66666667;
    font-size: 4vw;
  }
  .about_txt + .about_txt {
    margin: 0;
  }
  .about_txt:after {
    display: none;
  }
  .about_illust {
    width: 100%;
    max-width: 100%;
    margin: 13.2vw auto 0;
  }
}
.present {
  max-width: 1000px;
  margin: 68px auto 0;
  padding: 86px 0 80px;
  background: url(../img/present_bg.jpg);
  background-size: 100%;
  border-radius: 21px;
}
@media (max-width: 1000px) {
  .present {
    border-radius: 0;
  }
}
.present_heading {
  max-width: 589px;
  margin: 0 auto;
}
.present_txt {
  margin: 45px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.present_caution {
  margin: 34px auto 0;
  color: #f00;
  font-size: 17px;
  text-align: center;
  line-height: 1;
}
.present_group {
  display: flex;
  justify-content: center;
  margin: 53px auto 0;
}
.present_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  width: 218px;
  max-width: 21.8%;
  padding: 6px;
  box-sizing: border-box;
}
.present_item + .present_item {
  border-left: 1px solid #fff;
}
.present_date {
  width: 96px;
}
.present_sake {
  height: 199px;
  margin-top: 28px;
}
.present_maker {
  margin-top: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.present_name {
  margin-top: 8px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.present_notion {
  margin: 40px auto 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.present_btnBox {
  width: 792px;
  max-width: 79.2%;
  position: relative;
  margin: 59px auto 0;
  padding: 23px 0 56px;
  border-image-slice: 70 70 70 70;
  border-image-width: 35px 35px 35px 35px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url(../img/present_border.png);
  border-style: solid;
}
.present_btnBox:after {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: #fff;
  content: "";
  z-index: 2;
}
.present_catch {
  position: relative;
  display: block;
  width: 690px;
  margin: 30px auto 0;
  z-index: 3;
}
.present_btn {
  position: relative;
  display: block;
  width: 608px;
  margin: 18px auto 0;
  z-index: 3;
}

@media (min-width: 769px) and (max-width: 1000px) {
  .present {
    margin: 68px auto 0;
    padding: 8.6vw 0 9.6vw;
    background: url(../img/present_bg.jpg);
    background-size: cover;
    border-radius: 0;
  }
  .present_heading {
    max-width: 58.9vw;
    margin: 0 auto;
  }
  .present_txt {
    margin: 4.5vw auto 0;
    color: #fff;
    font-size: 1.6vw;
    line-height: 1.75;
    text-align: center;
  }
  .present_caution {
    margin: 3vw auto 0;
    font-size: 1.7vw;
  }
  .present_group {
    margin: 5.9vw auto 0;
  }
  .present_item {
    max-width: 21.8%;
  }
  .present_item + .present_item {
    border-left: 1px solid #fff;
  }
  .present_date {
    width: 9.1vw;
  }
  .present_sake {
    width: 9.1vw;
    margin-top: 1.6vw;
  }
  .present_maker {
    margin-top: 1.5vw;
    font-size: 1.6vw;
  }
  .present_name {
    margin-top: 0.8vw;
    font-size: 1.6vw;
  }
  .present_notion {
    margin: 3.5vw auto 0;
    font-size: 1.4vw;
  }
  .present_btnBox {
    position: relative;
    margin: 5.9vw auto 0;
    padding: 2.3vw 0 5.6vw;
    border-image-slice: 70 70 70 70;
    border-image-width: 3.5vw 3.5vw 3.5vw 3.5vw;
    border-image-outset: 0vw 0vw 0vw 0vw;
    border-image-repeat: stretch stretch;
    border-image-source: url(../img/present_border.png);
    border-style: solid;
  }
  .present_btnBox:after {
    position: absolute;
    top: 3vw;
    left: 3vw;
    display: block;
    width: calc(100% - 6vw);
    height: calc(100% - 6vw);
    background: #fff;
    content: "";
    z-index: 2;
  }
  .present_catch {
    width: 69vw;
    margin: 3vw auto 0;
  }
  .present_btn {
    width: 60.8vw;
    margin: 1.8vw auto 0;
  }
}
@media (max-width:768px) {
  .present {
    margin: 7.85vw auto 0;
    padding: 18.4vw 0 7.15vw;
    background: url(../img/sp/present_bg.jpg);
    background-size: cover;
    border-radius: 0;
  }
  .present_heading {
    max-width: 92vw;
    margin: 0 auto;
  }
  .present_txt {
    max-width: 92vw;
    margin: 6vw auto 0;
    font-size: 4vw;
    line-height: 1.75;
    text-align: left;
  }
  .present_caution {
    max-width: 92vw;
    margin: 4vw auto 0;
    color: #f00;
    font-size: 3.351vw;
    text-align: left;
    line-height: 1;
  }
  .present_group {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    row-gap: 6.8vw;
    margin: 17.067vw auto 0;
  }
  .present_item {
    width: 50%;
    max-width: 50%;
    padding: 3.2vw 0 6.9vw;
  }
  .present_item + .present_item {
    border-left: 1px solid #fff;
  }
  .present_date {
    width: 25.467vw;
  }
  .present_sake {
    height: 54.667vw;
    margin-top: 4.133vw;
  }
  .present_maker {
    margin-top: 4.8vw;
    font-size: 4.769vw;
  }
  .present_name {
    margin-top: 1.2vw;
    font-size: 3.2vw;
  }
  .present_notion {
    margin: 2.9vw auto 0;
    font-size: 2.933vw;
  }
  .present_btnBox {
    width: 88.533vw;
    max-width: 100%;
    margin: 5.7vw auto 0;
    padding: 9.2vw 0 8.8vw;
    border-image-slice: 56 56 56 56;
    border-image-width: 5.733vw 5.733vw 5.733vw 5.733vw;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url(../img/present_border.png);
    border-style: solid;
  }
  .present_btnBox:after {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: #fff;
    content: "";
  }
  .present_catch {
    display: block;
    width: 72.4vw;
    margin: 0 auto;
  }
  .present_btn {
    display: block;
    width: 71.6vw;
    margin: 4.7vw auto 0;
  }
}
.info {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 59px 20px 0;
  box-sizing: border-box;
}
.info .xtimeline {
  width: 48.5%;
  height: 457px;
}
.info .xtimeline .twitter-timeline,
.info .xtimeline iframe {
  height: 457px;
}
.info .info_side {
  width: 80%;
  max-width: 614px;
}
.info .youtube iframe {
  width: 100%;
  aspect-ratio: 488/275;
}
.info .bnr {
  display: block;
  margin-top: 19px;
}

@media (max-width:768px) {
  .info {
    flex-flow: column;
    width: 83.6vw;
    max-width: 100%;
    margin: 8.4vw auto 0;
    padding: 0;
  }
  .info .xtimeline {
    width: 100%;
  }
  .info .xtimeline .twitter-timeline,
  .info .xtimeline iframe {
    width: 100% !important;
  }
  .info .info_side {
    width: 100%;
    margin-left: 0;
  }
  .info .youtube {
    aspect-ratio: 612/345;
  }
  .info .youtube iframe {
    aspect-ratio: 612/345;
  }
  .info .bnr {
    display: block;
    margin-top: 5.067vw;
  }
}
.movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width:768px) {
  .movie {
    flex-direction: column;
  }
}
.movie p {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width:768px) {
  .movie p {
    font-size: 3.6vw;
  }
}
.movie .youtube {
  width: 46%;
  margin: 2%;
}
@media (max-width:768px) {
  .movie .youtube {
    width: 100%;
    margin: 2% 0;
  }
}

.logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 0 78px;
}
.logo_saitama {
  display: block;
  width: 343px;
  margin: 0 auto;
}
.logo_flagLeft {
  position: absolute;
  bottom: 0;
  left: 7.15%;
  width: min(14vw, 182px);
}
.logo_flagRight {
  position: absolute;
  bottom: 0;
  right: 3.15%;
  width: min(20vw, 251px);
}

@media (max-width:768px) {
  .logo {
    height: auto;
    margin: 0 auto;
    padding: 8.2vw 0 27.7vw;
  }
  .logo_saitama {
    display: block;
    width: 45.333vw;
    margin: 0 auto;
  }
  .logo_flagLeft {
    position: absolute;
    bottom: 0;
    left: 6.667vw;
    width: 18.933vw;
  }
  .logo_flagRight {
    position: absolute;
    bottom: 0;
    right: 3.733vw;
    width: 25.2vw;
  }
}
.pagetop {
  position: fixed;
  right: 60px;
  bottom: 30px;
  cursor: pointer;
  z-index: 11;
}

.pagetop img {
  width: 93px;
  height: 93px;
}

@media (max-width: 768px) {
  .pagetop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 4vw;
    width: min(60px, 14vw);
  }
  .pagetop img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .footer_listen.sp {
    display: block !important;
  }
}
/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcbr {
  display: inline;
}

.spbr {
  display: none;
}

@media (max-width:980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}
@media (max-width:768px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .pcbr {
    display: none;
  }
  .spbr {
    display: inline !important;
  }
}/*# sourceMappingURL=style.css.map */