@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  margin-bottom: 50px;
}

.section--l {
  margin-bottom: 80px;
}

html {
  scroll-padding-top: 90px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  color: #000;
  background-image: url(../img/bg.png);
}

body:not(.home) {
  padding-top: 70px;
}

.header,
#main,
.hero,
.footer {
  position: relative;
  z-index: 50;
}

.header {
  z-index: 100;
}

img {
  max-width: 100%;
}

.hide-sp {
  display: none;
}

.show-sp {
  display: inline;
}

.hero {
  display: block;
  height: 320px;
  margin-top: 2vw;
  padding: 50px 15px 0;
  margin-top: 30px;
  position: relative;
}

.hero--img {
  width: 100%;
  height: 100%;
}

.hero--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero--cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero--cover .logo {
  width: 180px;
}

.hero--cover .texts {
  width: 280px;
  margin-top: -30px;
}

.page-title {
  text-align: center;
  padding: 30px 15px 0;
}

.page-title img {
  width: 100%;
}

.footer {
  background-image: url(../img/bg_footer_sp.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 100px;
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

.footer .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

.footer .head::after {
  display: block;
  content: '';
  width: 6em;
  height: 8px;
  background-image: url(../img/border_footer.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto 8px;
  margin: 1em 0 1.5em;
}

.footer .head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: transparent;
  background: linear-gradient(to right, #51127f 0%, #d70a84 100%);
  background-clip: text;
  margin-bottom: 0.75em;
}

.footer .head .ja {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}

.footer .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 30px;
}

.footer .info p {
  font-size: 16px;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.footer .copy {
  font-size: 12px;
  text-align: center;
  padding-bottom: 3em;
}

.section--head {
  text-align: center;
  font-size: 28px;
  margin-bottom: 1em;
}

.section--head .ja {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.section--head img {
  margin-top: 1em;
}

.section--sub {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.section--sub small {
  display: block;
  max-width: 880px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.section--list {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.section--list li {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.contents--head {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #577cb2;
  padding: 0.5em 1em;
  clip-path: polygon(0 50%, 6px 0, calc(100% - 6px) 0, 100% 50%, calc(100% - 6px) 100%, 6px 100%);
}

.contents--head .title .ja {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.page__sake .sake__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  margin-bottom: 1.5em;
}

.page__sake .sake__head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.5em;
  color: transparent;
  background: linear-gradient(to right, #51127f 0%, #d70a84 100%);
  background-clip: text;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
  margin-bottom: 1em;
}

.page__sake .sake__head .ja {
  letter-spacing: 0.75em;
  padding-left: 0.75em;
}

.page__sake .sake__head img {
  width: 48px;
  margin-top: 0.75em;
}

.page__sake .sake__info .image {
  padding: 0 20px;
  margin: 20px 0;
}

.page__sake .sake__info .texts {
  padding: 0 10px;
}

.page__sake .sake__info .texts .info--row {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  border-bottom: 1px solid #ced7eb;
  padding: 1em 0;
}

.page__sake .sake__info .texts .info--row .head {
  display: flex;
  align-items: center;
  font-weight: 700;
  width: 8em;
}

.page__sake .sake__info .texts .info--row .head img {
  width: 1em;
  margin-right: 0.5em;
}

.page__sake .sake__info .texts .info--row .detail {
  font-weight: 500;
}

.page__sake .sake__introduce {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}

.page__sake .sake__mainbrands .brand--info {
  margin-bottom: 40px;
}

.page__sake .sake__mainbrands .brand--info .image {
  width: 280px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px auto 30px;
}

.page__sake .sake__mainbrands .brand--info .texts {
  padding: 0 20px;
}

.page__sake .sake__mainbrands .brand--info .texts .head {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #4266ad;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}

.page__sake .sake__mainbrands .brand--info .texts .detail {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.page__sake .sake__mainbrands .brand--info .brand--desc__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0.75em;
}

.page__sake .sake__mainbrands .brand--info .brand--desc .label {
  font-weight: 700;
  color: #fff;
  background-color: #4266ad;
  width: 9.5em;
  text-align: center;
  border-radius: 9999px;
  padding: 0.75em;
  margin-right: 1em;
}

.page__sake .sake__mainbrands .brand--info .brand--desc .desc {
  width: calc(100% - 10.5em);
}

.page__sake .image--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.page__sake .image--list__item {
  width: 50%;
  padding: 0 6px;
  margin-bottom: 12px;
  position: relative;
}

.page__sake .image--list__item::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.page__sake .image--list__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page__sake .image--list__img img {
  max-width: 100%;
  max-height: 100%;
}

.pagination__wrapper {
  width: 100%;
  margin-top: 20px;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 2px 5px;
}

.pagination .page-numbers.current {
  background-color: #ffd564;
}

.pagination .next,
.pagination .prev {
  width: auto;
  background-color: transparent;
  margin: 0 6px 5px;
}

.intro {
  position: relative;
  overflow-x: hidden;
}

.intro .head {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.intro .head img {
  width: 10em;
  margin-bottom: 0.5em;
}

.intro .desc {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 3em;
}

.intro .business-time {
  display: flex;
  justify-content: center;
}

.intro .business-time__box {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  background-color: #f3f3f3;
  padding: 1em 1.5em;
}

.intro .business-time__box span {
  display: inline-block;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.intro--img {
  position: absolute;
  z-index: -1;
}

.intro--img.img01 {
  top: 140px;
  left: -60px;
  right: 85%;
}

.intro--img.img02 {
  top: 260px;
  left: 75%;
  right: -100px;
}

.introduce {
  margin-left: 15px;
  margin-right: 15px;
}

.introduce--contents {
  background-color: #f3f3f3;
  padding: 24px 0 16px;
}

.introduce__head {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.75em;
}

.introduce__head img {
  width: 1em;
  margin-right: 0.5em;
}

.introduce--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.introduce--item {
  width: 50%;
  padding: 0 8px 16px;
  margin-bottom: 16px;
}

.introduce--item a {
  display: block;
  text-align: center;
  background-color: #977d3c;
  padding: 24px 15px 15px;
}

.introduce--item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
}

.introduce--item .name {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background-color: #d7ad43;
  border-radius: 9999px;
  margin-top: 1em;
  padding: 0.75em;
}

.introduce--item .name span {
  margin-left: auto;
}

.introduce--item .name img {
  margin-left: auto;
  margin-right: 0.75em;
}

.map .head {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #4266ad;
  text-align: center;
  margin-bottom: 20px;
}

.map .head .en {
  font-size: 24px;
}

.map .head img {
  width: 50px;
  margin: 16px 0;
}

.map .head .ja {
  font-size: 20px;
}

.map .image {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.map .image a {
  display: block;
}

.type {
  margin: 0 15px;
}

.type--list {
  background-color: #231815;
  padding: 36px 0 24px;
}

.type .title {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}

.type .title .ja {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.type .title .en {
  font-size: 12px;
  font-weight: 200;
  color: #fffc8d;
  letter-spacing: 0.1em;
  margin-top: 1em;
}

.type .chart--img {
  text-align: center;
}

.page__content {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .hero {
    padding: 60px 40px 0;
    margin-top: 36px;
    height: 400px;
  }
  .hero--cover .logo {
    width: 280px;
  }
  .hero--cover .texts {
    width: 460px;
    margin-top: -40px;
  }
  .page-title {
    padding-top: 60px;
  }
  .page-title img {
    max-width: 600px;
  }
  .footer {
    background-image: url(../img/bg_footer.png);
  }
  .page__sake .sake__info {
    display: flex;
    align-items: flex-start;
  }
  .page__sake .sake__info .image {
    width: 40%;
  }
  .page__sake .sake__info .texts {
    width: 60%;
    padding: 0 20px;
    margin: 10px 0;
  }
  .page__sake .sake__mainbrands .brand--info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .page__sake .sake__mainbrands .brand--info .image {
    width: 40%;
    margin-top: 0;
  }
  .page__sake .sake__mainbrands .brand--info .texts {
    width: 60%;
    padding-left: 40px;
  }
  .page__sake .image--list__item {
    width: calc(100% / 4);
  }
  .intro--img.img01 {
    width: 180px;
    top: 60px;
    left: unset;
    right: calc(50% + 220px);
  }
  .intro--img.img02 {
    width: 210px;
    top: 180px;
    left: calc(50% + 230px);
    right: unset;
  }
  .introduce {
    margin-left: 40px;
    margin-right: 40px;
  }
  .map__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .map .head {
    width: 300px;
    margin-bottom: 80px;
  }
  .map .image {
    width: calc(100% - 300px);
  }
  .type {
    margin: 0 40px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section--l {
    margin-bottom: 160px;
  }
  html {
    scroll-padding-top: 120px;
  }
  body:not(.home) {
    padding-top: 90px;
  }
  .hero {
    height: 720px;
    padding-top: 120px;
    margin-top: 72px;
  }
  .hero--cover .logo {
    width: auto;
  }
  .hero--cover .texts {
    width: auto;
    margin-top: -50px;
  }
  .page-title {
    padding-top: 120px;
  }
  .page-title img {
    max-width: 800px;
  }
  .footer {
    padding-top: 240px;
    margin-top: -80px;
  }
  .footer .head {
    font-size: 30px;
  }
  .footer .head .en {
    font-size: 20px;
  }
  .footer .info {
    margin-bottom: 40px;
  }
  .footer .info p {
    font-size: 20px;
  }
  .footer .copy {
    font-size: 14px;
  }
  .section--head {
    font-size: 48px;
  }
  .section--sub {
    font-size: 20px;
  }
  .section--sub.small--sub {
    font-size: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .section--list {
    font-size: 20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .contents--head {
    font-size: 36px;
    clip-path: polygon(0 50%, 10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%);
  }
  .page__sake .sake__head {
    font-size: 24px;
  }
  .page__sake .sake__head img {
    width: auto;
  }
  .page__sake .sake__info .texts .info--row {
    font-size: 18px;
  }
  .page__sake .sake__introduce {
    font-size: 18px;
  }
  .page__sake .sake__mainbrands .brand--info .texts .head {
    font-size: 30px;
  }
  .page__sake .sake__mainbrands .brand--info .texts .detail {
    font-size: 18px;
  }
  .page__sake .image--list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .page__sake .image--list__item {
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .intro .head {
    font-size: 36px;
  }
  .intro .desc {
    font-size: 20px;
  }
  .intro .business-time__box {
    font-size: 24px;
  }
  .intro--img.img01 {
    width: auto;
    top: 60px;
    right: calc(50% + 340px);
  }
  .intro--img.img02 {
    width: auto;
    top: 210px;
    left: calc(50% + 370px);
  }
  .introduce--contents {
    padding: 40px 0 20px;
  }
  .introduce__head {
    font-size: 24px;
  }
  .introduce--item {
    width: 25%;
  }
  .introduce--item .name {
    font-size: 16px;
  }
  .map .head {
    width: 524px;
    margin-bottom: 150px;
  }
  .map .head .en {
    font-size: 36px;
  }
  .map .head img {
    width: auto;
    margin: 30px 0;
  }
  .map .head .ja {
    font-size: 28px;
  }
  .map .image {
    width: calc(100% - 524px);
  }
  .type--list {
    padding: 60px 0 40px;
  }
  .type .title {
    font-size: 40px;
  }
  .type .title .en {
    font-size: 14px;
  }
  .page__content {
    margin-bottom: 160px;
  }
}

/*# sourceMappingURL=theme.css.map */
