@charset "UTF-8";
/*ユーティリティ*/
/*関数・Mixin*/
/*リセット*/
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  height: auto;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*スタイルの下地*/
/* Typography
--------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

b,
strong,
.bold {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.title-fukidashi {
  text-align: center;
}
.title-fukidashi p {
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  padding: 1em 1.2em 0.5em;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .title-fukidashi p {
    font-size: 3rem;
  }
}
.title-fukidashi p::before, .title-fukidashi p::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 40px;
  top: 60%;
}
@media screen and (min-width: 769px) {
  .title-fukidashi p::before, .title-fukidashi p::after {
    width: 3px;
  }
}
.title-fukidashi p::before {
  left: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.title-fukidashi p::after {
  right: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
}
.title-fukidashi.title-fukidashi__yellow p {
  color: #f5cb1f;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .title-fukidashi.title-fukidashi__yellow p {
    font-size: 4rem;
  }
}
.title-fukidashi.title-fukidashi__yellow p::before, .title-fukidashi.title-fukidashi__yellow p::after {
  background-color: #f5cb1f;
}

p {
  margin-bottom: 1.5em;
  letter-spacing: 0.08em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.yellow {
  color: #f5cb1f;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

figure {
  margin: 1em 0;
}

picture {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #5bc2d9;
}
a:visited {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #fff;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.link_btn {
  text-align: center;
  margin-top: 1.5em;
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .link_btn {
    margin-top: 30px;
    width: 400px;
  }
}
.link_btn a {
  display: block;
  color: #5bc2d9;
  background-color: #f5cb1f;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  padding: 0.8em;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.link_btn a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5em;
  width: 9px;
  height: 9px;
  border-top: 2px solid #5bc2d9;
  border-right: 2px solid #5bc2d9;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.link_btn.link_btn-news {
  width: 300px;
  max-width: 100%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .link_btn.link_btn-news {
    width: 140px;
    margin: auto;
    margin-top: 0.8em;
  }
}
.link_btn.link_btn-news a {
  font-size: 1.3rem;
}
.link_btn.link_btn-news a::after {
  border: none;
  background: url("images/top/news_btn.png") no-repeat;
  background-size: contain;
  width: 11px;
  height: 10px;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*ヘッダー*/
body {
  margin: 0;
}

nav.gm {
  display: none;
}

@media print, screen and (min-width: 768px) {
  nav.gm {
    display: block;
  }
}
footer {
  padding: 15px 0;
  background: #333;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  text-align: center;
}

.hbc-back {
  width: 130px;
  margin: 1% auto 2%;
  padding: 10px;
  background: #fff;
}

address {
  padding: 10px 0 0;
  font: inherit;
  line-height: 20px;
}

@media print, screen and (min-width: 768px) {
  .hbc-back {
    display: none;
  }
  address {
    padding: 10px 0;
  }
}
/*メインカラム*/
img {
  display: block;
  width: 100%;
}

.shochu_container {
  max-width: 1500px;
  margin: auto;
}

.pc_none {
  display: block;
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

.sp_none {
  display: none;
}
@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}

.main-visual {
  width: 100%;
}

.selector {
  letter-spacing: -0.09em !important;
}

.shochu__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 769px) {
  .shochu__wrap {
    margin-bottom: 0;
    margin-top: -12.2vw;
  }
}
@media screen and (min-width: 1500px) {
  .shochu__wrap {
    margin-top: -183px;
    max-width: 1500px;
  }
}
.shochu__sub-title {
  padding-top: 1.5625vw;
  width: 76.6927083333vw;
  display: block;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .shochu__sub-title {
    display: none;
  }
}
.shochu__title {
  padding-top: 8.0729166667vw;
  width: 87.6302083333vw;
  display: block;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .shochu__title {
    width: 20.0666666667vw;
    padding-top: 0;
  }
}
@media screen and (min-width: 1500px) {
  .shochu__title {
    width: 301px;
    padding-top: 10px;
  }
}
.shochu__image {
  display: block;
  margin: 0 auto 1.5625vw;
}
@media screen and (min-width: 769px) {
  .shochu__image {
    width: 76.2vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 1500px) {
  .shochu__image {
    width: 1143px;
  }
}
.shochu__point_image {
  margin: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .shochu__point_image {
    width: 83.0666666667vw;
  }
}
@media screen and (min-width: 1500px) {
  .shochu__point_image {
    width: 1246px;
  }
}
.shochu__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85.15625vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.24;
  margin: 0 auto 2.6041666667vw;
}
@media screen and (min-width: 769px) {
  .shochu__brand {
    width: 49.3333333333vw;
    margin: 0 auto 3.8vw;
  }
}
.shochu__brand li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.shochu__brand li:nth-child(-n+3) {
  margin-bottom: 3.2552083333vw;
}
@media screen and (min-width: 769px) {
  .shochu__brand li:nth-child(-n+3) {
    margin-bottom: 0;
  }
}
.shochu__brand li:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}
.shochu__brand li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25.5208333333vw;
}
@media screen and (min-width: 769px) {
  .shochu__brand li a {
    width: 7.2vw;
  }
}
.shochu__brand li p {
  margin-bottom: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shochu__brand li p {
    text-align: center;
  }
}
.shochu__brand-name {
  font-size: 3.125vw;
  font-weight: 600;
  color: #454846;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shochu__brand-name {
    font-size: 0.9333333333vw;
    text-align: center;
    margin: auto;
  }
}
@media screen and (min-width: 1500px) {
  .shochu__brand-name {
    font-size: 14px;
  }
}
.shochu__brand-info {
  width: 100%;
  font-size: 2.9947916667vw;
  font-weight: 600;
  color: #454846;
  padding-bottom: 1.0416666667vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shochu__brand-info {
    font-size: 0.6666666667vw;
    margin: auto;
    padding-bottom: 0.2vw;
  }
}
@media screen and (min-width: 1500px) {
  .shochu__brand-info {
    font-size: 10px;
    padding-bottom: 3px;
  }
}
.shochu__brand-company {
  width: 20.703125vw;
}
@media screen and (min-width: 769px) {
  .shochu__brand-company {
    width: 7.8666666667vw;
    margin: auto;
  }
}
.shochu__brand-company.brand01 {
  display: block;
  background: url("../images/brand-name01_sp.png") no-repeat;
  width: 25.5208333333vw;
  height: 5.7291666667vw;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .shochu__brand-company.brand01 {
    width: 7.8666666667vw;
    height: 1.6vw;
  }
}
.shochu__brand-company.brand02 {
  display: block;
  background: url("../images/brand-name02_sp.png") no-repeat;
  width: 25.5208333333vw;
  height: 5.7291666667vw;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .shochu__brand-company.brand02 {
    width: 7.8666666667vw;
    height: 1.6vw;
  }
}
.shochu__brand-company.brand03 {
  display: block;
  background: url("../images/brand-name03_sp.png") no-repeat;
  width: 25.5208333333vw;
  height: 5.7291666667vw;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .shochu__brand-company.brand03 {
    width: 7.8666666667vw;
    height: 1.6vw;
  }
}
.shochu__brand-company.brand04 {
  display: block;
  background: url("../images/brand-name04_sp.png") no-repeat;
  width: 25.5208333333vw;
  height: 5.7291666667vw;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .shochu__brand-company.brand04 {
    width: 7.8666666667vw;
    height: 1.6vw;
  }
}
.shochu__brand-company.brand05 {
  display: block;
  background: url("../images/brand-name05_sp.png") no-repeat;
  width: 25.5208333333vw;
  height: 5.7291666667vw;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .shochu__brand-company.brand05 {
    width: 7.8666666667vw;
    height: 1.6vw;
  }
}
.shochu__brand-company.brand06 {
  display: block;
  background: url("../images/brand-name06_sp.png") no-repeat;
  width: 25.5208333333vw;
  height: 5.7291666667vw;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .shochu__brand-company.brand06 {
    width: 7.8666666667vw;
    height: 1.6vw;
  }
}
.shochu .ft19 {
  font-size: 2.4739583333vw;
}
@media screen and (min-width: 769px) {
  .shochu .ft19 {
    font-size: 0.9333333333vw;
  }
}
.shochu .scale82 {
  display: block;
  -webkit-transform: scaleX(0.82);
          transform: scaleX(0.82);
}
@media screen and (min-width: 769px) {
  .shochu .scale82 {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.shochu .scale90 {
  display: block;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
}
@media screen and (min-width: 769px) {
  .shochu .scale90 {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.shochu__link {
  margin: 4.296875vw auto 0;
  padding-bottom: 17.3177083333vw;
}
@media screen and (min-width: 769px) {
  .shochu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 49.5333333333vw;
    margin: 2.8666666667vw auto 0;
    padding-bottom: 17.3333333333vw;
  }
}
@media screen and (min-width: 1500px) {
  .shochu__link {
    width: 743px;
    margin: 43px auto 0;
    padding-bottom: 260px;
  }
}
.shochu__link-btn {
  display: block;
  width: 59.8958333333vw;
  line-height: 23.1770833333vw;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #454846;
  -webkit-box-shadow: 8px 8px 0px #bcb9b9;
          box-shadow: 8px 8px 0px #bcb9b9;
  letter-spacing: 0.02em;
  font-size: 4.1666666667vw;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 11.4583333333vw;
}
.shochu__link-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
}
@media screen and (min-width: 769px) {
  .shochu__link-btn {
    display: inline-block;
    width: 24vw;
    max-width: 360px;
    line-height: 6.9333333333vw;
    font-size: 1.4666666667vw;
    border-radius: 3.8666666667vw;
  }
}
@media screen and (min-width: 1500px) {
  .shochu__link-btn {
    line-height: 117px;
    font-size: 22px;
    border-radius: 58px;
  }
}
.shochu__link-btn:first-child {
  margin: 0 auto 6.5104166667vw;
}
@media screen and (min-width: 769px) {
  .shochu__link-btn:first-child {
    margin: 0;
  }
}

.event-info {
  position: relative;
  color: #fff;
  background: #5bc2d9;
  margin: -1px 0;
  background: url("../images/event-bg_sp.png");
  background-repeat: repeat-y;
  background-size: contain;
}
.event-info::before {
  display: block;
  content: "";
  background: url("../images/event-info_bg_before_sp.png") no-repeat;
  width: 100vw;
  height: 9.1145833333vw;
  background-size: contain;
  position: absolute;
  top: -7.8125vw;
}
@media screen and (min-width: 769px) {
  .event-info {
    background: url("../images/event-bg.png");
    background-repeat: repeat-y;
    background-size: contain;
  }
  .event-info::before {
    display: block;
    content: "";
    background: url("../images/event-info_bg_before.png") no-repeat;
    width: 100vw;
    max-width: 1500px;
    height: 6.9333333333vw;
    background-size: contain;
    position: absolute;
    top: -6vw;
  }
}
@media screen and (min-width: 1500px) {
  .event-info:before {
    display: block;
    content: "";
    background: url("../images/event-info_bg_before.png") no-repeat;
    width: 100vw;
    max-width: 1500px;
    height: 6.9333333333vw;
    background-size: contain;
    position: absolute;
    top: -104px;
  }
}
.event-info__title {
  display: block;
  width: 86.8489583333vw;
  margin: 0 auto 6.5104166667vw;
}
@media screen and (min-width: 769px) {
  .event-info__title {
    width: 68.9333333333vw;
    margin: 0 auto 2.3333333333vw;
  }
}
@media screen and (min-width: 1500px) {
  .event-info__title {
    width: 1034px;
    margin: 0 auto 35px;
  }
}
.event-info__mc-guest {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 7.5520833333vw;
}
@media screen and (min-width: 769px) {
  .event-info__mc-guest {
    margin: 0 auto 3.2vw;
  }
}
@media screen and (min-width: 1500px) {
  .event-info__mc-guest {
    margin: 0 auto 48px;
  }
}
.event-info__catch {
  font-size: 6.5104166667vw;
  text-align: center;
  font-weight: 600;
  margin: 7.8125vw auto 0;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .event-info__catch {
    font-size: 2.5333333333vw;
    letter-spacing: 0.05em;
    margin: 2.6666666667vw auto 1.6666666667vw;
  }
}
@media screen and (min-width: 1500px) {
  .event-info__catch {
    font-size: 38px;
    margin: 40px auto 25px;
  }
}
.event-info__text {
  font-size: 3.90625vw;
  text-align: justify;
  line-height: 1.63;
  letter-spacing: 0.1em;
  margin: 2.34375vw auto 0;
  padding: 0 5.5989583333vw;
}
@media screen and (min-width: 769px) {
  .event-info__text {
    font-size: 1.7333333333vw;
    line-height: 1.7;
    text-align: center;
    margin: 1.6666666667vw auto 0;
  }
}
@media screen and (min-width: 1500px) {
  .event-info__text {
    font-size: 26px;
    margin: 25px auto 0;
  }
}

.oubo {
  padding: 18.2291666667vw 5.5989583333vw 13.671875vw;
  max-width: 100%;
  background: #5bc2d9;
  color: #fff;
  background: url("../images/event-bg_sp.png");
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .oubo {
    padding: 4.2vw 0 0 0;
    background: url("../images/event-bg.png");
    background-repeat: repeat-y;
    background-size: contain;
  }
}
@media screen and (min-width: 1500px) {
  .oubo {
    padding: 63px 0 0 0;
  }
}

.oubo-info__title {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 5.078125vw;
  width: 88.8020833333vw;
  height: 9.5052083333vw;
  line-height: 9.5052083333vw;
  margin: auto;
  font-weight: 500;
  color: #5bc2d9;
  background: #fff;
  border-radius: 3.7760416667vw;
  text-align: center;
  margin-bottom: 2.34375vw;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .oubo-info__title {
    width: 54.6666666667vw;
    font-size: 2.3333333333vw;
    height: 3.8666666667vw;
    line-height: 3.8666666667vw;
    border-radius: 1.5333333333vw;
    margin-bottom: 1.7333333333vw;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info__title {
    width: 820px;
    font-size: 35px;
    height: 58px;
    line-height: 58px;
    border-radius: 23px;
    margin-bottom: 26px;
  }
}
.oubo-info__title::before {
  content: "●";
  position: absolute;
  font-size: 1.953125vw;
  left: 2.34375vw;
}
@media screen and (min-width: 769px) {
  .oubo-info__title::before {
    font-size: 0.7333333333vw;
    left: 1vw;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info__title::before {
    font-size: 11px;
    left: 15px;
  }
}
.oubo-info__title::after {
  content: "●";
  position: absolute;
  font-size: 1.953125vw;
  right: 2.34375vw;
}
@media screen and (min-width: 769px) {
  .oubo-info__title::after {
    font-size: 0.7333333333vw;
    right: 0.6666666667vw;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info__title::after {
    font-size: 11px;
    right: 15px;
  }
}

.oubo-info__caption {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 3.7760416667vw;
  margin-bottom: 3.7760416667vw;
  position: relative;
  letter-spacing: 0.03em;
  z-index: 2;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .oubo-info__caption {
    font-size: 1.8vw;
    margin-bottom: 1.3333333333vw;
    text-align: left;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info__caption {
    font-size: 27px;
    margin-bottom: 20px;
  }
}

.oubo-info ul {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 5.859375vw;
  margin-left: 3px;
}
@media screen and (min-width: 769px) {
  .oubo-info ul {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info ul {
    margin-bottom: 40px;
  }
}
.oubo-info ul li {
  display: block;
  list-style: none;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: justify;
  font-size: 3.2552083333vw;
  padding-left: 0.9em;
  text-indent: -0.9em;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .oubo-info ul li {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info ul li {
    font-size: 18px;
  }
}
.oubo-info ul li::before {
  position: relative;
  top: 1px;
  left: -1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.86458vw;
  height: 2.86458vw;
  content: "";
  border-radius: 100%;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .oubo-info ul li::before {
    width: 1.2vw;
    height: 1.2vw;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info ul li::before {
    width: 18px;
    height: 18px;
  }
}
.oubo-info hr {
  background-color: #231815;
  height: 2px;
}
@media screen and (min-width: 769px) {
  .oubo-info__container {
    padding-bottom: 6.5333333333vw;
    margin: auto;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info__container {
    padding-bottom: 98px;
  }
}
.oubo-info__personal {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3.2552083333vw;
  text-align: center;
  margin-bottom: 2.0833333333vw;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) {
  .oubo-info__personal {
    width: 23vw;
    height: 4.8vw;
    font-size: 1.2vw;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 4.8vw;
    margin: 0;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info__personal {
    width: 345px;
    height: 72px;
    font-size: 18px;
    line-height: 72px;
  }
}
.oubo-info__text {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: justify;
  font-size: 3.2552083333vw;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.48;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .oubo-info__text {
    width: 58.3333333333vw;
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info__text {
    width: 875px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .oubo-info__inner {
    padding: 0 1vw;
    width: 50.3333333333vw;
    margin: auto;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info__inner {
    padding: 0 15px;
    width: 755px;
  }
}
.oubo-info__inner-wide {
  display: none;
}
@media screen and (min-width: 769px) {
  .oubo-info__inner-wide {
    width: 83.0666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2vw;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-info__inner-wide {
    width: 1246px;
    font-size: 18px;
  }
}

.oubo-formlink {
  display: block;
  margin: 0 auto 5.5989583333vw;
}
@media screen and (min-width: 769px) {
  .oubo-formlink {
    width: 57.3333333333vw;
    margin: 0 auto 1.6666666667vw;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-formlink {
    width: 860px;
  }
}

.oubo-formlink img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.oubo-formlink img:hover {
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.oubo-period {
  width: 86.71875vw;
  margin: 0 auto 6.25vw;
}
@media screen and (min-width: 769px) {
  .oubo-period {
    width: 50.6vw;
    margin: 0 auto 2.2vw;
  }
}
@media screen and (min-width: 1500px) {
  .oubo-period {
    width: 759px;
    margin: 0 auto 33px;
  }
}

.footer {
  position: relative;
  padding: 19.140625vw 0 0;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 11.3333333333vw 0 0;
  }
}
@media screen and (min-width: 1500px) {
  .footer {
    padding: 170px 0 0;
  }
}
.footer .top_scroll__btn {
  position: fixed;
  width: 6.3802083333vw;
  right: 4.5572916667vw;
  bottom: 3.2552083333vw;
  right: 10px;
  z-index: 10;
  display: none;
}
@media screen and (min-width: 769px) {
  .footer .top_scroll__btn {
    width: 49px;
    right: 36px;
    bottom: 68px;
  }
}
.footer .top_scroll__btn:hover {
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
.footer .top_scroll__btn img {
  display: block;
}
.footer .no-drinking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4.9479166667vw 13.671875vw;
}
@media screen and (min-width: 769px) {
  .footer .no-drinking {
    padding: 0 0 64px 71px;
  }
}
.footer .no-drinking img {
  display: block;
  width: 11.58854vw;
  height: 17.05729vw;
  margin-right: 3.125vw;
}
@media screen and (min-width: 769px) {
  .footer .no-drinking img {
    width: 46px;
    height: 68px;
    margin-right: 10px;
  }
}
.footer .no-drinking p {
  width: 74.4791666667vw;
  font-size: 2.9947916667vw;
  letter-spacing: 0.04em;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #454846;
  font-weight: 400;
  margin-bottom: 0;
  text-align: justify;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer .no-drinking p {
    width: 70.3333333333vw;
    font-size: 1.4666666667vw;
  }
}
@media screen and (min-width: 1500px) {
  .footer .no-drinking p {
    font-size: 22px;
    width: 1055px;
  }
}
.footer .no-drinking p span {
  border: 1px solid #454846;
  padding: 0 0.33333vw;
  display: inline-block;
  text-align: right;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 769px) {
  .footer .no-drinking p span {
    padding: 0 5px;
  }
}