@charset "UTF-8";
/* 非表示（言語） */
#language > ul > li[data-value="ko"] {
  display: none !important;
}

.nl #language > ul > li[data-value="nl"],
.nl #language > ul > li[data-value="fr"],
.nl #language > ul > li[data-value="zh-cn"],
.nl #language > ul > li[data-value="zh-tw"],
.fr #language > ul > li[data-value="nl"],
.fr #language > ul > li[data-value="fr"],
.fr #language > ul > li[data-value="zh-cn"],
.fr #language > ul > li[data-value="zh-tw"],
.zh-cn #language > ul > li[data-value="nl"],
.zh-cn #language > ul > li[data-value="fr"],
.zh-cn #language > ul > li[data-value="zh-cn"],
.zh-cn #language > ul > li[data-value="zh-tw"],
.zh-tw #language > ul > li[data-value="nl"],
.zh-tw #language > ul > li[data-value="fr"],
.zh-tw #language > ul > li[data-value="zh-cn"],
.zh-tw #language > ul > li[data-value="zh-tw"] {
  display: block !important;
}

/* 非表示 */
.sp {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  font-size: 1.6rem;
}

body.zh-cn {
  font-family: 'Noto Serif SC', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

body.zh-tw {
  font-family: 'Noto Serif TC', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #6f7579;
}

a:hover {
  text-decoration: none;
  color: #10094d;
}

a:hover img {
  opacity: .5;
  transition: all .3s ease;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

p {
  line-height: 1.9;
}

#wrapper {
  background-color: #10094d;
}

#main_container {
  background-color: #fff;
  width: calc(100% - 38px);
  margin-left: 19px;
  border-left: 1px solid #cba54f;
  border-right: 1px solid #cba54f;
}

section > div {
  padding: 60px 0;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

h2 {
  font-size: 2.4rem;
  color: #10094d;
  letter-spacing: .125em;
  text-indent: .125em;
  font-weight: 400;
}

h3 {
  font-size: 2rem;
  color: #10094d;
  letter-spacing: .25em;
  text-indent: .25em;
  font-weight: 400;
}

/* 共通クラス */
.border {
  border-bottom: solid 3px #10094d;
}

.border2 {
  border-bottom: solid 1px #10094d;
}

.back-color-grey {
  background-color: #f0f0f0;
}

/* ヘッダー 部分 */
#hamburger {
  display: none;
}

header {
  background-color: #fff;
  height: 120px;
}

header.fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

header nav {
  height: 50px;
}

header > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: content-box;
}

header > div .logo {
  margin-left: 25px;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

header > div ul:nth-of-type(1) {
  margin-right: 25px;
}

header > div ul:nth-of-type(1) li {
  display: inline-block;
  vertical-align: bottom;
}

header > div ul:nth-of-type(1) li.instagram {
  margin-right: 1px;
  position: relative;
}

header > div ul:nth-of-type(1) li.instagram > div {
  position: absolute;
  background-color: #fff;
  border: solid 1px #cdd6dd;
  left: -101px;
  z-index: 1;
  width: 240px;
  justify-content: center;
}

header > div ul:nth-of-type(1) li.instagram > div > a {
  padding: 20px;
  white-space: nowrap;
}

header > div ul:nth-of-type(1) li.instagram:hover > div {
  display: flex !important;
  position: absolute;
}

header > div ul:nth-of-type(1) li.shop img {
  margin-top: -5px;
  margin-right: 8px;
}

header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  opacity: 1 !important;
}

header nav > ul {
  margin: 13px 10px 0 0;
}

header nav > ul > li {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 1.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

header nav > ul > li > a {
  color: #040026;
  font-weight: 500;
  display: block;
  padding: 0px 25px;
}

header nav > ul > li:hover {
  opacity: 1;
  background-color: #10094d;
  transition-duration: 1s;
  transition-property: background opacity;
  transition-timing-function: ease-out;
}

header nav > ul > li:hover > a {
  color: #fff;
}

header nav > ul > li:hover > ul {
  display: block;
}

header nav > ul > li > ul {
  position: absolute;
  display: none;
  z-index: 100;
  background: #fff;
  padding: 20px;
  margin: 0;
  left: 0;
  width: 100%;
  border-top: solid 1px #cdd6dd;
  border-bottom: solid 1px #cdd6dd;
  text-align: right;
  min-height: 150px;
}

header nav > ul > li > ul > li {
  white-space: nowrap;
  margin: 0 20px;
  display: inline-block;
  text-align: center;
}

header nav > ul > li > ul > li > ul {
  font-size: 1.2rem;
}

header nav > ul > li > ul > li > ul > li {
  display: inline-block;
  margin: 0 10px;
}

@media all and (-ms-high-contrast: none) {
  header nav li a {
    padding: 5px 25px;
  }
}

/* 言語選択 */
#language > div {
  background-image: url("../image/common/language_button_open.png");
  background-repeat: no-repeat;
  width: 198px;
  height: 40px;
}

#language > ul {
  background-color: #fff;
  text-align: center;
  border: solid 1px #cdd6dd;
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.3rem;
  border-radius: 3px;
  position: absolute;
  width: 198px;
  line-height: 1.75;
  margin-top: -1px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  z-index: 100;
  pointer-events: none;
}

#language > ul {
  opacity: 0;
  transition-duration: 1s;
}

#language > ul a {
  display: block;
  padding: .5rem 0;
  pointer-events: none;
}

/* スライダー 部分 */
.slider > div > div {
  display: none;
}

.slider > div > div:first-of-type {
  display: block;
}

.slider > div.slick-initialized > div {
  display: block;
}

.slider {
  position: relative;
  background-color: #10094d;
  padding-bottom: 20px;
}

.slider figure {
  margin-bototm: 0;
}

.slider .slick-slide > div > div {
  width: 100%;
  opacity: 0;
  transition-duration: 2s;
}

.slider .slick-slide > div img {
  width: 100%;
  max-height: auto;
}

.slider.fit {
  height: calc(100vh - 120px);
}

.slider.fit .slick-slide > div {
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  box-sizing: border-box;
}

.slider.fit .slick-slide > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.slider > div:first-of-type + p {
  position: absolute;
  z-index: 1;
  bottom: 116px;
  left: calc(109px - 10px);
  margin: 0;
  display: none;
}

.slider > div:first-of-type + p + div {
  display: none;
}

/* 一瞬縦並びになるのを解決 */
.slider > div {
  display: none;
}

.slider.slick-initialized > div {
  display: block;
}

#top .slider > div {
  display: block;
  visibility: hidden;
}

#top .slider > .slick-initialized {
  display: block;
  visibility: visible;
}

.page-container ul.slick-dots {
  text-align: center;
}

.slick-dots li {
  width: 30px !important;
  height: 5px !important;
  background-color: #fff !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.slick-dots li.slick-active {
  background-color: #007feb !important;
}

.slick-dots li button {
  height: auto !important;
  padding: 0 !important;
}

.slick-dots li button:before {
  content: none !important;
}

#top .slider {
  width: calc(100% + 40px);
  margin-left: -20px;
}

/* ニュース 部分 */
#index_news {
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
  text-align: center;
}

#index_news .strong {
  font-weight: 700;
  font-size: large;
}

#index_news > h2 {
  margin: 20px 40px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

#index_news > h2::before, #index_news > h2::after {
  content: "";
  height: 2rem;
  width: 1px;
  background-color: #10094d;
  display: inline-block;
}

#index_news > h2::before {
  margin-right: 1em;
}

#index_news > h2::after {
  margin-left: calc(1em - .25em);
}

#index_news > div a:hover span:nth-of-type(1) {
  color: #fff;
  background-color: #10094d;
  transition-duration: .5s;
}

#index_news > div a > p {
  background-image: url("../image/common/index_next_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 3em;
  text-align: left;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#index_news > div span:nth-of-type(1) {
  border: 1px solid #6f7579;
  border-radius: 3px;
  padding: 2px 30px;
  font-size: 1.3rem;
  height: 30px;
  display: inline-block;
  margin-left: 1em;
  margin-right: 1.5em;
  min-width: 140px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  line-height: 26px;
}

#index_news > div a[target="_blank"] span:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  background-image: url("../image/common/blank.svg");
  background-size: 100%;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
}

#index_news > div time {
  letter-spacing: 1px;
  min-width: 170px;
  display: inline-block;
}

#index_news > p:nth-of-type(1) {
  margin-top: 2rem;
}

#index_news > p:nth-of-type(2) {
  margin-top: 30px;
  text-indent: 2em;
  margin-bottom: 30px;
}

#index_news > p:nth-of-type(2)::after {
  content: url("../image/common/index_next_icon.png");
  margin-left: 1em;
}

.zh-cn #index_news > div span:nth-of-type(1) {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #index_news > div span:nth-of-type(1) {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  #index_news > div span:nth-of-type(1) {
    padding: 2px 30px;
  }
}

.index-container {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 80px 1fr;
  -ms-grid-rows: 80px 1fr;
}

.index-container.right-image {
  grid-template-columns: calc(100% - 662px) 1fr;
  -ms-grid-columns: calc(100% - 662px) 1fr;
  grid-template-areas: "title image"
 "body image";
  justify-content: right;
}

.index-container.left-image {
  grid-template-columns: 1fr calc(100% - 662px);
  -ms-grid-columns: 1fr calc(100% - 662px);
  grid-template-areas: "image title"
 "image body";
}

.index-container.left-text {
  padding-left: 5%;
}

.index-container.left-text > p {
  margin-right: 40px;
}

.index-container.right-text {
  padding-right: 5%;
}

.index-container.right-text > p {
  margin-left: 40px;
}

.index-container.right-text > h2 {
  margin-left: 40px;
}

.index-container.left-image > h2 {
  grid-area: title;
  margin-right: 50px;
  text-indent: 0;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.index-container.left-image > figure {
  grid-area: image;
  margin-bottom: 0;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;
}

.index-container.left-image > p {
  grid-area: body;
  margin-bottom: 0;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.index-container.right-image > h2 {
  grid-area: title;
  margin-right: 50px;
  text-indent: 0;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.index-container.right-image > figure {
  grid-area: image;
  margin-bottom: 0;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row-span: 2;
}

.index-container.right-image > p {
  grid-area: body;
  margin-bottom: 0;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.index-container figcaption {
  color: #707070;
  font-size: medium;
  margin-top: 5px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 1px;
}

.en .index-container,
.nl .index-container,
.fr .index-container,
.ko .index-container,
.zh_cn .index-container,
.zh_tw .index-container {
  grid-template-rows: 100px 1fr;
  -ms-grid-rows: 100px 1fr;
}

.index-container-under a:hover {
  transition-duration: .3s;
  color: #cba54f;
}

.index-container-under > div {
  padding: 20px;
  border: 1px solid #cba54f;
  margin: 60px 5% 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.index-container-under > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
  justify-content: center;
}

.index-container-under > div > ul > li {
  line-height: 2.5;
  white-space: nowrap;
  font-weight: 400;
}

.index-container-under > div > ul > li::before {
  content: "▪";
  font-size: 1.8rem;
  margin-left: 2em;
}

.index-container-under > div > ul > li > ul {
  display: flex;
}

.index-container-under > div > ul > li > ul > li::before {
  content: "・";
  font-size: 1.8rem;
  margin-left: 2em;
}

.index-container-under > p {
  margin-top: 1rem;
}

#sake .index-container-under > div > ul {
  display: inline-block;
  margin-left: 4em;
  width: auto;
}

#sake .index-container-under > div > ul li {
  width: auto;
}

#sake .index-container-under > div > ul > li::before {
  margin-left: 0;
}

/* リンクボタン 部分 */
.button {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border: solid 1px #10094d;
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 200px;
  min-height: 40px;
  line-height: 40px;
  color: #10094d;
  display: inline-block;
  text-align: center;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button:hover {
  opacity: .5;
}

.button img {
  border: none;
}

.button figure {
  border: none;
}

.button figcaption {
  color: #10094d;
  margin-top: 8px;
}

.zh-cn .button {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw .button {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.fr .button {
  font-family: "Noto Serif JP", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.button2,
.button3 {
  color: #fff;
  background-color: #10094d;
  min-width: 160px;
  min-height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 20px;
  text-align: center;
  font-weight: 400;
  font-size: small;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button2:hover,
.button3:hover {
  color: #fff;
  opacity: .5;
}

.zh-cn .button2,
.zh-cn .button3 {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw .button2,
.zh-tw .button3 {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.fr .button2,
.fr .button3 {
  font-family: "Noto Serif JP", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.button3 {
  border: solid 1px #cba54f;
  line-height: 38px;
  min-height: 38px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #10094d;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}

.triangle2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #10094d transparent transparent;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}

.button4 {
  min-width: 130px;
  height: 40px;
  border: solid 2px #ccc;
  border-radius: 4px;
  display: inline-block;
  color: #716C6C;
  background-image: url("../image/common/triangle.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.button4:hover {
  opacity: .5;
}

.button5 {
  min-width: 260px;
  height: 48px;
  border: solid 1px #95989A;
  border-radius: 4px;
  display: inline-block;
  color: #10094d;
  background-color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.button5 i {
  margin-right: 15px;
}

.button5:hover {
  opacity: .5;
}

#index_link {
  display: flex;
  justify-content: center;
}

#index_link a {
  margin-left: 13px;
  margin-right: 13px;
}

#index_link a.button {
  line-height: 1.2;
}

#index_link figure {
  margin-bottom: .5rem;
}

#index_obi_image .sliding {
  background-image: url("../image/top/index_obi.png");
  background-repeat: no-repeat;
  height: 0;
  width: 100%;
  background-size: contain;
  padding-top: calc(100% * 110 / 1243);
}

/* 販売店・料飲店 部分 */
#index_link02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#index_link02 > h2 {
  margin: 0 40px 30px;
  border-bottom: 1px solid #10094d;
  padding-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: 0;
  padding: 0 .25em 15px;
  font-weight: 500;
}

#index_link02 > h3 {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-weight: 400;
}

#index_link02 > h3 span {
  display: block;
  font-size: small;
  letter-spacing: 0;
  text-indent: 0;
}

#index_link02 > div a {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* インフォメーション 部分 */
#index_info {
  display: grid;
  display: -ms-grid;
  grid-template-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-areas: "logo info";
  margin-right: 15%;
  padding: 40px 0 0 0;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr calc(521px + 30px);
}

#index_info > div:nth-of-type(1) {
  grid-area: info;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#index_info h2 {
  color: #000;
  margin: 100px 0 50px -.25em;
  letter-spacing: 2px;
  font-weight: 500;
}

#index_info > div:nth-of-type(1) > ul > li {
  width: auto;
  border-bottom: solid 1px #10094d;
  letter-spacing: 1px;
  background-image: url("../image/common/index_next_icon.png");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 30px;
}

#index_info > div:nth-of-type(1) > ul > li a {
  display: block;
}

#index_info > div:nth-of-type(1) > ul > li a > span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 15px 0;
  padding-right: 30px;
}

#index_info > div:nth-of-type(1) > ul > li a[target="_blank"] > span::before {
  content: "";
  display: inline-block;
  background-image: url("../image/common/blank.svg");
  background-size: 100%;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

#index_info > div:nth-of-type(2) {
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#index_info div:nth-of-type(2) figure {
  background-image: url("../image/top/index_info_left_on.png");
  transition-duration: 1s;
}

#index_info div:nth-of-type(2) figure img {
  opacity: 1;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}

#index_info div:nth-of-type(2) figure:hover img {
  opacity: 0;
  transition-duration: .5s;
  transition-timing-function: ease-in;
}

#top #index_info > div:nth-of-type(1) > ul > li {
  border-color: #cdd6dd;
}

#index_movie {
  padding-bottom: 140px;
}

#index_movie > div {
  display: flex;
  margin: 10px;
}

#index_movie > div a {
  display: block;
  margin: 10px;
}

#index_movie figcaption {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 8px;
}

#page.news main .pager,
#page.information main .pager {
  text-align: center;
  padding: 30px 0 70px;
}

#page.news main .pager .index, #page.news main .pager .prev, #page.news main .pager .next,
#page.information main .pager .index,
#page.information main .pager .prev,
#page.information main .pager .next {
  color: #040026;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

#page.news main .pager .prev, #page.news main .pager .next,
#page.information main .pager .prev,
#page.information main .pager .next {
  width: 120px;
  font-size: 1.4rem;
}

#page.news main .pager .index,
#page.information main .pager .index {
  background-image: none;
}

#page.news main .pager .prev,
#page.information main .pager .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 8% center;
}

#page.news main .pager .next,
#page.information main .pager .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8% center;
}

#page.news main .pager .index a, #page.news main .pager .prev a, #page.news main .pager .next a,
#page.information main .pager .index a,
#page.information main .pager .prev a,
#page.information main .pager .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.news main .pager .index a,
#page.information main .pager .index a {
  color: #040026;
}

#page.news main .pager .prev a, #page.news main .pager .next a,
#page.information main .pager .prev a,
#page.information main .pager .next a {
  color: #10094d;
}

#page.news main .pager .index.current,
#page.information main .pager .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.news main .pager .ellipsis,
#page.information main .pager .ellipsis {
  border: none;
  width: auto;
}

#page.news main .pager .ellipsis > span,
#page.information main .pager .ellipsis > span {
  display: block;
  margin-top: -5px;
}

/* 採用情報 */
#page.information.recruit main {
  padding-bottom: 40px;
}

#page.information.recruit main h1 {
  width: 100%;
  max-width: 510px;
}

#page.information.recruit .page-container h3 {
  font-weight: 500;
  padding-left: 0;
}

.news-paging,
.information-paging {
  text-align: center;
  padding: 30px 0 70px;
}

.news-detail-navi,
.information-detail-navi {
  text-align: center;
  padding: 30px 0 70px;
}

.news-detail-navi a,
.information-detail-navi a {
  margin-left: 2px;
  margin-right: 2px;
}

.page-number {
  color: #040026;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.page-number.current {
  color: #fff;
  background-color: #10094d;
}

.page-number:hover {
  opacity: .5;
  transition-duration: .3s;
}

/* フッター サイトマップ 部分 */
footer {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #10094d;
}

footer #pagetop {
  opacity: 0;
  transition-duration: 1s;
  position: absolute;
  right: 30px;
  top: -51px;
  z-index: 100;
}

footer #pagetop a {
  display: block;
}

footer #pagetop.fixed {
  position: fixed;
  bottom: 30px;
  top: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

footer > div:nth-of-type(2) {
  font-size: 1.3rem;
  color: #10094d;
  padding-bottom: 30px;
  padding-top: 30px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  height: 510px;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-top: 50px;
}

footer > div:nth-of-type(2) li {
  margin: 7px 0;
}

footer > div:nth-of-type(2) > div {
  margin-bottom: 40px;
  margin-right: 1em;
}

footer > div:nth-of-type(2) > div > span:first-of-type {
  font-size: 2.1rem;
  margin-bottom: 45px;
  letter-spacing: 0;
  display: inline-block;
  color: #10094d;
}

footer > div:nth-of-type(2) dl {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template-areas: "japan japan-drink"
 "japan japan-buy"
 "overseas overseas-drink"
 "overseas overseas-buy";
}

footer > div:nth-of-type(2) dl dt {
  color: #10094d;
  font-weight: 400;
  margin-right: 1.5em;
}

footer > div:nth-of-type(2) dl dt:nth-of-type(1) {
  grid-area: japan;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}

footer > div:nth-of-type(2) dl dt:nth-of-type(2) {
  grid-area: overseas;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
}

footer > div:nth-of-type(2) dl dt,
footer > div:nth-of-type(2) dl dd {
  margin-bottom: 8px;
}

footer > div:nth-of-type(2) dl dd:nth-of-type(1) {
  gird-area: japan-drink;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

footer > div:nth-of-type(2) dl dd:nth-of-type(2) {
  gird-area: japan-buy;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

footer > div:nth-of-type(2) dl dd:nth-of-type(3) {
  gird-area: overseas-drink;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}

footer > div:nth-of-type(2) dl dd:nth-of-type(4) {
  gird-area: overseas-buy;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}

footer > div:nth-of-type(2) a {
  color: #10094d;
}

footer > div:nth-of-type(2) a:hover {
  opacity: .5;
}

footer > div:nth-of-type(3) {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -150px;
  padding: 0 10px 50px;
}

footer > div:nth-of-type(3) a {
  margin-left: 10px;
  margin-right: 10px;
}

footer > div:nth-of-type(3) a.shop img {
  margin-top: -5px;
  margin-right: 8px;
}

footer > div:last-of-type {
  color: #fff;
  background-color: #10094d;
  padding: 30px 0 20px;
  text-align: center;
  position: relative;
  min-height: 185px;
}

footer > div:last-of-type a {
  color: #fff;
  margin-bottom: 10px;
}

footer > div:last-of-type a > small {
  font-size: x-small;
  white-space: nowrap;
  display: block;
  letter-spacing: 1px;
}

footer > div:last-of-type p:nth-of-type(1) a {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.2rem;
}

footer > div:last-of-type p:nth-of-type(1) a:hover {
  opacity: .5;
}

footer > div:last-of-type p:nth-of-type(2) {
  color: #cdd6dd;
  margin: 2rem 0;
  font-size: 1.2rem;
}

footer > div:last-of-type address {
  font-size: .9rem;
  margin-top: 20px;
}

footer > div:last-of-type > div:last-of-type {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 40px;
  top: 10px;
}

footer > div:last-of-type > div:last-of-type a {
  display: block;
}

footer > div:last-of-type > div:last-of-type a:first-of-type {
  margin-bottom: 10px;
}

/* 下層ページ */
main {
  position: relative;
}

article {
  padding-bottom: 100px;
}

article h2,
article h3 {
  color: #000;
  font-weight: 500;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 1px;
}

article .index-container-under {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

#breadcrumbs {
  color: #040026;
  background-color: #f0f3f5;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  width: calc(100% + 40px);
  margin-left: -20px;
  position: relative;
  z-index: 3;
}

#breadcrumbs.toka {
  background-color: rgba(240, 243, 245, 0.7);
}

#breadcrumbs a {
  color: #040026;
}

#breadcrumbs ol {
  display: flex;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  list-style-type: none;
}

#breadcrumbs ol li span,
#breadcrumbs ol li a {
  line-height: 1;
}

#breadcrumbs ol li:not(:last-of-type)::after {
  content: " / ";
  margin-left: 1em;
  margin-right: 1em;
}

#hero {
  position: relative;
  margin-left: -20px;
  margin-top: -60px;
  width: calc(100% + 40px);
  overflow: hidden;
  background-color: #10094d;
  z-index: 2;
}

#hero figure {
  margin-bottom: 0;
  opacity: 0;
  transition-duration: 2s;
}

#hero figure img {
  width: 100%;
}

#hero.fit figure {
  margin-bottom: 0;
  width: 100%;
  min-height: calc(100vh - 120px);
  position: relative;
  overflow: hidden;
}

#hero.fit figure img {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -100%);
  width: 100%;
  height: auto;
}

#hero h1 {
  margin: 0;
  z-index: 1;
}

#hero h1:not(.image) {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: 2px;
  font-weight: 500;
}

#hero h1 img {
  margin-bottom: 15px;
  padding-right: 10px;
}

#hero h1 > span {
  background-color: #fff;
  display: inline-block;
  padding: .5em 2em;
}

#hero h1.image {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  left: 0;
  right: 0;
}

#hero h1.image > span {
  margin: auto;
  font-size: medium;
  color: #707070;
  letter-spacing: 1px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 40px 40px;
}

#hero h1.left {
  left: calc((100vw - 80vw) / 2);
  right: auto;
}

#hero h1.right {
  right: calc((100vw - 80vw) / 2);
  left: auto;
}

#hero h1.top {
  top: 25%;
  bottom: auto;
}

/*
#breadcrumbs {
    transition-duration: .5s;
}
#breadcrumbs {
    position: absolute;
    opacity: 0;
}

#breadcrumbs:hover {
        transition-duration: .5s;
        opacity: 1;
}
*/
#kobokun_head {
  margin-bottom: 50px;
}

#kobokun_head h1 {
  margin: 50px 0;
  text-align: center;
}

#kobokun_head ul {
  max-width: 890px;
  align-items: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(36px * 3);
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#kobokun_head ul li {
  width: 360px;
  height: 36px;
  line-height: 36px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: -1px;
}

#kobokun_head ul span {
  display: block;
  color: #10094d;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

#kobokun_head ul span::after {
  content: url("../image/common/v.svg");
  position: absolute;
  right: 10px;
  top: 5px;
  width: 23px;
  height: 26px;
}

#kobokun_head ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

.zh-cn #kobokun_head ul h2 {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #kobokun_head ul h2 {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#kobokun_detail_head h1 {
  text-align: center;
  margin: 30px 0;
}

#ideals_head ul {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

#ideals_head ul li {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
}

#ideals_head ul span {
  display: block;
  color: #10094d;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
}

#ideals_head ul span::before {
  content: "▪";
  font-size: 1.8rem;
}

#ideals_head ul span::after {
  font-size: 1.5rem;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 2px;
}

#ideals_head ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

#award_head ul,
#episode_head ul,
#henpei_head ul {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

#award_head ul li,
#episode_head ul li,
#henpei_head ul li {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
}

#award_head ul span,
#episode_head ul span,
#henpei_head ul span {
  display: block;
  color: #10094d;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
  white-space: nowrap;
}

#award_head ul span::before,
#episode_head ul span::before,
#henpei_head ul span::before {
  content: "▪";
  font-size: 1.8rem;
}

#award_head ul span::after,
#episode_head ul span::after,
#henpei_head ul span::after {
  font-size: 1.5rem;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 2px;
}

#award_head ul a:hover span,
#episode_head ul a:hover span,
#henpei_head ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

.read {
  max-width: 890px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 30px auto;
  font-size: 2.1rem;
  font-weight: 400;
}

.back {
  margin-top: -70px;
  margin-bottom: 70px;
  text-align: center;
}

.page-columns {
  display: flex;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.page-columns > div {
  width: 50%;
}

.page-columns > div:nth-of-type(1) {
  padding-right: 2.5%;
}

.page-columns > div:nth-of-type(2) {
  padding-left: 2.5%;
}

.xx-large-text {
  font-size: 3.6rem;
}

.x-large-text {
  font-size: 2.6rem;
}

.large-text {
  font-size: 2.1rem;
}

.medium-text {
  font-size: 1.8rem;
}

.small-text {
  font-size: 1.5rem;
}

em {
  margin: 0 2px;
}

.page-container {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  position: relative;
  z-index: 3;
}

.page-container a[id] {
  display: block;
  height: 1px;
}

.page-container .slick-slider {
  margin: 30px 0;
  padding: 0 60px;
}

.page-container .slick-slider figure {
  padding: 0;
  margin: 0;
}

.page-container .slider {
  background-color: #fff;
}

.page-container .slider > div {
  visibility: visible !important;
}

.page-container .slider .slick-list {
  opacity: 1;
}

.page-container .slick-dots {
  margin-top: -45px !important;
}

.page-container .slick-dots li.slick-active {
  background-color: #babcbe !important;
}

.page-container .page-columns {
  justify-content: center;
  padding: 0 80px;
  margin: 30px 0;
}

.page-container .page-columns figure {
  padding: 0 10px;
  margin: 0;
}

.page-container .page-columns figure + figure {
  margin-top: 0 !important;
}

.page-container .page-columns p {
  padding: 0;
  margin: 0;
}

.page-container .back-color-grey {
  background-color: #f0f0f0;
  margin: 0;
}

.page-container > div:nth-of-type(2).back-color-grey {
  background-color: #f0f0f0;
}

.page-container h1 {
  width: 360px;
  padding: 30px 0;
  background-color: #f0f0f0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: -1px;
  font-size: 2.1rem;
  border: 1px solid #000;
}

.page-container h2,
.page-container h3 {
  margin: 30px 0;
  padding: 0 30px;
}

.page-container section {
  margin-bottom: 60px;
}

.page-container > div:first-of-type > h2,
.page-container > div:first-of-type > h3 {
  text-align: center;
  margin: 0 0 -1px;
  text-indent: 0;
}

.page-container > div:first-of-type > h2 > span,
.page-container > div:first-of-type > h3 > span {
  padding: .75em 1.5em;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #000;
  display: inline-block;
  white-space: nowrap;
  min-width: 185px;
}

.page-container > div:nth-of-type(2) {
  padding: 30px 0;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.page-container > div:nth-of-type(2) ~ div {
  border: 1px solid #000;
  margin-top: -1px;
}

.page-container strong {
  font-size: 2.2rem;
  font-weight: 500;
}

.page-container p {
  margin: 30px 0;
  padding: 0 80px;
  text-align: left;
}

.page-container ul,
.page-container ol {
  text-align: left;
}

.page-container dl {
  padding: 0 80px;
  margin: 30px 0;
  display: grid;
  grid-template-columns: auto 1fr;
}

.page-container dt {
  padding-right: 1em;
  line-height: 2;
  font-weight: 400;
}

.page-container dd:first-line {
  line-height: 2;
}

.page-container dd {
  margin-bottom: 2rem;
}

.page-container figure {
  text-align: center;
  padding: 0 80px;
  margin: 20px 0;
  display: inline-block;
}

.page-container figure + br + figure {
  margin-top: 0;
}

.page-container figure + p {
  margin-top: 0;
}

.page-container figcaption {
  color: #000;
  font-size: small;
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
}

.page-container figure + figure {
  margin-top: 4rem;
  margin-bottom: 20px;
}

.page-container .indent-box {
  text-align: center;
  background-color: #fff;
}

.page-container .indent-box h4 {
  text-align: center;
  font-weight: 400;
  margin: 30px 0;
  color: #000;
}

.page-container .indent-box > div {
  display: inline-block;
  text-align: left;
}

.page-container .indent-box p {
  font-size: 1.5rem;
  padding: 0;
  text-align: left;
}

.page-container.chain {
  position: relative;
}

.page-container.chain::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 80px;
  left: 0;
  right: 0;
  margin: auto;
}

.page-container .left-image {
  overflow: hidden;
}

.page-container .left-image figure {
  float: left;
  clear: both;
  margin: 30px 0;
}

.page-container h3 + div,
.page-container h3 + div ~ div {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  .page-container > div:first-of-type > h2 > span,
  .page-container > div:first-of-type > h3 > span {
    padding: .75em 1.5em .5em;
  }
  .page-container.sake-mariage h3 {
    padding: 3px;
  }
}

/* 大七酒造について / 会社概要 */
#page.about.company article .read {
  font-size: 1.8rem;
  margin-bottom: 100px;
}

#page.about.company article .google-map iframe {
  vertical-align: bottom;
}

#page.about.company article > div:nth-of-type(2) {
  margin-bottom: 100px;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(1) {
  width: 40%;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) {
  width: 60%;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: -20px;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 1.8rem;
  margin: 20px 0 30px;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(3),
#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(4) {
  font-size: 1.8rem;
  margin: 20px 0;
}

#page.about.company article > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(3) {
  font-weight: 400;
}

#page.about.company article > div:nth-of-type(3) > div:nth-of-type(2) {
  padding: 0;
}

#page.about.company article > div:nth-of-type(4) h3 {
  font-size: 1.8rem;
  color: #000;
  background-color: #f0f0f0;
  text-indent: 0;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 10px 0;
}

#page.about.company article > div:nth-of-type(4) p {
  text-align: left;
}

/* 大七酒造について / 大七の歴史 */
#page.about.history a.popup {
  cursor: pointer;
  color: #cba54f;
}

#page.about.history a.popup span {
  font-size: 1.1rem;
}

#page.about.history .popup-text {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 4;
}

#page.about.history .popup-text > div {
  border: 1px solid #cba54f;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 890px;
  bottom: 100px;
  left: 0;
  right: 0;
  padding: 30px 0;
  margin: auto;
}

#page.about.history .popup-text h4 {
  text-align: center;
  margin: 30px 0;
  font-size: 2.1rem;
  font-weight: 500;
}

#page.about.history .popup-text #close {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 12px;
}

#page.about.history article .page-container {
  z-index: auto;
}

#page.about.history article .page-container {
  text-align: center;
}

#page.about.history article .page-container > div:first-of-type {
  display: inline-block;
  border: solid 1px #000;
  border-bottom: none;
  margin: 0 30px;
  margin-bottom: -1px;
}

#page.about.history article .page-container > div:first-of-type h2 {
  background-color: #f0f0f0;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 2;
  padding: 0;
}

#page.about.history article .page-container > div:first-of-type h3 {
  background-color: #fff;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 1;
  padding: 0;
}

#page.about.history article .page-container > div:first-of-type h2 > span,
#page.about.history article .page-container > div:first-of-type h3 > span {
  border: none;
}

#page.about.history article > div:nth-of-type(3) .more .back-color-grey {
  padding: 30px 80px;
}

#page.about.history article > div:nth-of-type(4) > div:nth-of-type(n+2) figure + p:nth-of-type(1) {
  font-size: 1.8rem;
  margin: 25px 0 -10px;
}

#page.about.history article > div:nth-of-type(4) > div:nth-of-type(n+2) figure + p:nth-of-type(1) + p {
  font-size: 1.6rem;
}

#page.about.history article > div:nth-of-type(4) > div:nth-of-type(2) ~ .back-color-grey {
  padding: 0;
}

#page.about.history article > div:nth-of-type(5) > div:nth-of-type(n+2) figure + p:nth-of-type(1) {
  font-size: 1.8rem;
  margin: 25px 0 -10px;
}

#page.about.history article > div:nth-of-type(5) > div:nth-of-type(n+2) figure + p:nth-of-type(1) + p {
  font-size: 1.6rem;
}

#page.about.history article > div:nth-of-type(5) > div:nth-of-type(2) ~ .back-color-grey {
  padding: 0;
}

/* 大七酒造について / 安全と環境への取り組み */
#page.about.csr #head {
  margin-top: 50px;
  margin-bottom: 60px;
}

#page.about.csr #head h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  margin-bottom: 6px;
}

#page.about.csr #head ul {
  width: 360px;
  margin: auto;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#page.about.csr #head ul li {
  width: 360px;
  line-height: 36px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: -1px;
  text-indent: .5em;
}

#page.about.csr #head ul span {
  display: block;
  color: #10094d;
  position: relative;
  letter-spacing: 1px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 50px;
}

#page.about.csr #head ul span::after {
  content: "＞";
  font-size: 1.5rem;
  display: inline-block;
  transform: rotate(90deg);
  top: -4px;
  right: 10px;
  position: absolute;
  font-weight: 700;
}

#page.about.csr #head ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

.zh-cn #page.about.csr #head h2,
.zh-cn #page.about.csr #head ul {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #page.about.csr #head h2,
.zh-tw #page.about.csr #head ul {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

/* 大七の酒造りの思想 */
#page.ideals .page-container {
  text-align: center;
}

#page.ideals .page-container > div:first-of-type {
  display: inline-block;
  border: solid 1px #000;
  border-bottom: none;
  margin: 0 30px;
  margin-bottom: -1px;
}

#page.ideals .page-container > div:first-of-type h2 {
  background-color: #fff;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 2;
  padding: 0;
}

#page.ideals .page-container > div:first-of-type h3 {
  background-color: #f0f0f0;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 1;
  padding: 0;
}

#page.ideals .page-container > div:first-of-type h2 > span,
#page.ideals .page-container > div:first-of-type h3 > span {
  border: none;
}

#page.ideals .page-container h3 {
  font-size: 1.5rem;
}

#page.ideals .page-container a {
  color: #02369a;
  border-bottom: 1px solid #02369a;
}

#page.ideals .page-container a:hover {
  opacity: .5;
}

#page.ideals .page-container ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  padding: 0 80px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9;
}

#page.ideals .page-container ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

#page.ideals .page-container ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
}

#page.ideals .page-container img.border {
  border: 1px solid #707070;
}

/* 酒造りの技、超扁平精米 */
#page.waza.henpei article .page-container table {
  text-align: center;
}

#page.waza.henpei article .page-container table th,
#page.waza.henpei article .page-container table td {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  font-weight: 400;
  padding: 10px 5px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  min-width: 160px;
}

#page.waza.henpei article .page-container table tr:first-of-type th {
  background-color: #dcdcdc;
}

#page.waza.henpei article .page-container table th {
  font-weight: 500;
  font-size: large;
}

#page.waza.henpei article .page-container table td {
  font-size: large;
}

#page.waza.henpei article .page-container table tr *:not(:last-of-type) {
  border-right: solid 1px #000;
}

#page.waza.henpei article .page-container table th:first-of-type {
  border-right: solid 1px #000;
}

#page.waza.henpei article .page-container table + small {
  text-align: left;
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-cn #page.waza.henpei article .page-containar table th,
.zh-cn #page.waza.henpei article .page-containar table td {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #page.waza.henpei article .page-containar table th,
.zh-tw #page.waza.henpei article .page-containar table td {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

/* 酒造りの技、大七の酒造りをもっと知る */
#page.waza.episode #episode_head {
  max-width: 1440px;
  margin: 50px auto;
}

#page.waza.episode article .page-container {
  text-align: center;
}

#page.waza.episode article .page-container > div:first-of-type {
  display: inline-block;
  border: solid 1px #000;
  border-bottom: none;
  margin: 0 30px;
  margin-bottom: -1px;
}

#page.waza.episode article .page-container > div:first-of-type h2 {
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 2;
  padding: 0;
}

#page.waza.episode article .page-container > div:first-of-type h3 {
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 1;
  padding: 0;
}

#page.waza.episode article .page-container > div:first-of-type h2 > span,
#page.waza.episode article .page-container > div:first-of-type h3 > span {
  border: none;
}

#page.waza.episode article .page-container h2 {
  font-size: 1.5rem;
  padding: 0;
}

#page.waza.episode article .page-container h3 {
  padding: 0;
}

#page.waza.episode article .page-container h2 + h3 {
  margin-top: -1px;
}

#page.waza.episode article .page-container figure {
  padding: 0 60px;
}

#page.waza.episode article .page-container p {
  padding: 0 60px;
}

#page.waza.episode article #c + .page-container > div:nth-of-type(2) > div:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

#page.waza.episode article #c + .page-container > div:nth-of-type(2) > div:nth-of-type(1) figure {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 0 10px;
}

#page.waza.episode article #c + .page-container > div:nth-of-type(2) > div:nth-of-type(1) figcaption {
  background-color: #fff;
  border: solid 1px #000;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  margin-left: 20px;
  margin-top: 20px;
}

/* 大七の酒 */
#page.sake-index article .read {
  margin-top: 60px;
}

#page.sake-index article .page-container ul {
  display: grid;
  grid-template-rows: 33.3% 33.3%  33.3%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "logo info";
}

#page.sake-index article .page-container ul img {
  width: 150px;
}

#page.sake-index article .page-container ul a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #000;
}

#page.sake-index article .page-container figure {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

#page.sake-index article .page-container figcaption {
  font-size: 2.2rem;
  margin-top: 40px;
  position: relative;
  margin-left: -10px;
  height: 60px;
}

#page.sake-index article .page-container figcaption::after {
  content: "〉";
  position: absolute;
  margin-left: 5px;
}

#page.sake h1.image > span {
  padding: 20px 20px 40px;
}

#page.sake article .page-columns {
  max-width: 970px;
}

#page.sake article .page-columns > div:nth-of-type(1) {
  width: 460px;
}

#page.sake article .page-columns > div:nth-of-type(2) {
  width: 430px;
  margin-left: auto;
  margin-right: 0;
  z-index: auto;
}

#page.sake article .page-container.sake-thumbnail {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 360px 100px;
  -ms-grid-columns: 360px 100px;
  grid-template-areas: "stage thumbnail";
  margin-bottom: 30px;
  margin-top: 40px;
  padding: 0;
  z-index: auto;
}

#page.sake article .page-container.sake-thumbnail #stage {
  grid-area: stage;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#page.sake article .page-container.sake-thumbnail #stage figure {
  width: 340px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}

#page.sake article .page-container.sake-thumbnail #stage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#page.sake article .page-container.sake-thumbnail ul {
  grid-area: thumbnail;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  flex-direction: column;
  padding-right: 10px;
}

#page.sake article .page-container.sake-thumbnail li {
  margin-bottom: 15px;
  border: 1px solid #cdd6dd;
  padding: 2px;
}

#page.sake article .page-container.sake-thumbnail figure {
  margin: 0;
  padding: 0;
}

#page.sake article .page-container.sake-body {
  width: 460px;
  padding-top: 0;
}

#page.sake article .page-container.sake-body p {
  padding: 0;
}

#page.sake article .page-container.sake-body p + p {
  margin-top: 3rem;
}

#page.sake article .page-container.sake-body .copy {
  font-size: 2.7rem;
  text-align: center;
  font-weight: 500;
}

#page.sake article .page-container.sake-body .more {
  text-align: center;
  cursor: pointer;
}

#page.sake article .page-container.sake-body .more:hover {
  opacity: .5;
  transition-duration: .3s;
}

#page.sake article .page-container.sake-body .more:nth-of-type(2) {
  display: none;
  border: none;
}

#page.sake article .page-container.sake-detail {
  width: 430px;
  margin-top: 10px;
}

#page.sake article .page-container.sake-detail > div {
  border: solid 1px #10094d;
  padding: 0;
  background-color: #fff;
}

#page.sake article .page-container.sake-detail > div + div {
  margin-top: -1px;
}

#page.sake article .page-container.sake-detail > div > h2 {
  width: 165px;
  padding: .5em 0;
  background-color: #f0f0f0;
  color: #10094d;
  font-size: 1.8rem;
  border: solid 1px #10094d;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
}

#page.sake article .page-container.sake-detail p {
  color: #10094d;
  padding: 0 30px;
}

#page.sake article .page-container.sake-detail ul {
  text-align: center;
  margin-top: 50px;
}

#page.sake article .page-container.sake-detail li {
  margin-bottom: 20px;
}

#page.sake article .page-container.sake-detail li.kobokun {
  margin-bottom: 30px;
}

#page.sake article .page-container.sake-detail li.kobokun figure {
  padding: 0;
  margin: 0;
}

#page.sake article .page-container.sake-detail li.kobokun figcaption {
  margin-top: .5em;
  font-size: medium;
  line-height: 1.2;
  padding: 0 10px;
}

#page.sake article .page-container.sake-detail li.kobokun img {
  width: 100%;
}

#page.sake article .page-container.sake-detail li.shop img {
  margin-top: -5px;
  margin-right: 8px;
}

#page.sake article .page-container.sake-mariage {
  max-width: 970px;
  text-align: center;
}

#page.sake article .page-container.sake-mariage h2 {
  padding: .5em 0;
  background-color: #f0f0f0;
  color: #10094d;
  font-size: 1.8rem;
  border: solid 1px #10094d;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding: .5em 1em;
}

#page.sake article .page-container.sake-mariage p {
  color: #10094d;
  text-align: left;
}

#page.sake article .page-container.sake-mariage h3 {
  width: 143px;
  height: 27px;
  line-height: 25px;
  border: solid 1px #10094d;
  font-size: 1.4rem;
  padding: 0;
  color: #10094d;
}

#page.sake article .page-container.sake-mariage h3.active {
  background-color: #f0f0f0;
}

#page.sake article .page-container.sake-mariage > div {
  border-color: #10094d;
  padding: 0;
  z-index: 100;
  position: relative;
  margin-bottom: -1px;
  background-color: #fff;
}

#page.sake article .page-container.sake-mariage > div > div {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-areas: "zensai shusai dessert"
 "zensai-body shusai-body dessert-body";
  position: relative;
  padding-left: 27px;
}

#page.sake article .page-container.sake-mariage > div > div::before {
  content: "";
  height: 1px;
  width: calc(100% - 85px);
  top: 13px;
  margin-left: 30px;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #707070;
}

#page.sake article .page-container.sake-mariage h3 {
  position: relative;
  background-color: #fff;
  margin: 0;
}

#page.sake article .page-container.sake-mariage h3 + p {
  padding: 0;
  margin-right: 30px;
  margin-top: 20px;
  padding-right: 10px;
}

#page.sake article .page-container.sake-mariage h3 + p:not(:last-of-type) {
  border-right: 1px dashed #10094d;
}

#page.sake article .page-container.sake-mariage h3:nth-of-type(1) {
  grid-area: zensai;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#page.sake article .page-container.sake-mariage h3:nth-of-type(1) + p {
  grid-area: zensai-body;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#page.sake article .page-container.sake-mariage h3:nth-of-type(2) {
  grid-area: shusai;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#page.sake article .page-container.sake-mariage h3:nth-of-type(2) + p {
  grid-area: shusai-body;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#page.sake article .page-container.sake-mariage h3:nth-of-type(3) {
  grid-area: dessert;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#page.sake article .page-container.sake-mariage h3:nth-of-type(3) + p {
  grid-area: dessert-body;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

#page.sake article .page-container.sake-sonohoka {
  max-width: 970px;
  text-align: center;
}

#page.sake article .page-container.sake-sonohoka > div {
  border: none;
}

#page.sake article .page-container.sake-sonohoka a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
}

#page.sake article .page-container.sake-sonohoka h2 {
  background-color: #f0f0f0;
  color: #10094d;
  font-size: 1.8rem;
  border: solid 1px #10094d;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding: .5em 1em;
}

#page.sake article .page-container .sake-slider {
  margin-top: 40px;
  padding: 0;
}

#page.sake article .page-container .sake-slider figure {
  padding: 0;
  background-color: #f0f0f0;
  margin: 0;
  width: 240px;
  height: 367px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

#page.sake article .page-container .sake-slider figure img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#page.sake article .page-container .sake-slider figcaption {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

#page.sake article .page-container .sake-slider .prev, #page.sake article .page-container .sake-slider .next {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
}

#page.sake article .page-container .sake-slider .prev {
  background-image: url("../image/sake/prev.svg");
  width: 20px;
  height: 39px;
  left: -39px;
}

#page.sake article .page-container .sake-slider .next {
  background-image: url("../image/sake/next.svg");
  width: 21px;
  height: 39px;
  right: -39px;
}

#page.sake.zh-cn article .page-container.sake-detail > div > h2 {
  width: 185px;
}

/* NEWS、Information */
#page.news main a[target="_blank"] p > span:nth-of-type(2)::after,
#page.information main a[target="_blank"] p > span:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  background-image: url("../image/common/blank.svg");
  background-size: 100%;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  margin-left: 10px;
}

#page.news main p,
#page.information main p {
  padding: 0;
  text-align: left;
}

#page.news main h1,
#page.information main h1 {
  font-size: 2.9rem;
  background-color: #fff;
  border: none;
  margin-bottom: 50px;
}

#page.news main h2,
#page.information main h2 {
  border: none;
}

#page.news main h2 + div,
#page.information main h2 + div {
  border: none;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 30px 0;
}

#page.news main .news-archive select,
#page.news main .news-category select,
#page.information main .news-archive select,
#page.information main .news-category select {
  color: #10094d;
  background-color: #f0f0f0;
  border: 1px solid #10094d;
  width: 340px;
  height: 50px;
  padding-left: .5em;
}

#page.news main .news-archive select::-ms-expand,
#page.news main .news-category select::-ms-expand,
#page.information main .news-archive select::-ms-expand,
#page.information main .news-category select::-ms-expand {
  display: none;
}

#page.news main .news-archive select,
#page.news main .news-category select,
#page.information main .news-archive select,
#page.information main .news-category select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 7px 30px 7px 20px;
  font-size: 93%;
  background-image: url("../image/news/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}

#page.news main ul > li,
#page.information main ul > li {
  width: auto;
  border-bottom: solid 1px #10094d;
  letter-spacing: 1px;
  background-image: url("../image/common/index_next_icon_b.png");
  background-repeat: no-repeat;
  background-position: right center;
}

#page.news main ul > li a,
#page.information main ul > li a {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}

#page.news main ul > li a figure,
#page.information main ul > li a figure {
  flex: auto 0 0;
  margin: 0;
  padding: 0 20px 0 40px;
  width: 325px;
}

#page.news main ul > li:first-of-type,
#page.information main ul > li:first-of-type {
  border-top: solid 1px #10094d;
}

#page.news .page-container,
#page.information .page-container {
  max-width: 700px;
}

#page.news .page-container h2,
#page.information .page-container h2 {
  text-align: center;
}

#page.news .page-container h2::before, #page.news .page-container h2::after,
#page.information .page-container h2::before,
#page.information .page-container h2::after {
  content: "";
  height: 2rem;
  width: 1px;
  background-color: #10094d;
  display: inline-block;
}

#page.news .page-container h2::before,
#page.information .page-container h2::before {
  margin-right: 1em;
}

#page.news .page-container h2::after,
#page.information .page-container h2::after {
  margin-left: calc(1em - .25em);
}

#page.news .page-container p,
#page.information .page-container p {
  color: #000;
  margin: 0;
  width: 100%;
}

#page.news .page-container p time,
#page.information .page-container p time {
  min-width: 170px;
  display: inline-block;
}

#page.news .page-container p span:nth-of-type(1),
#page.information .page-container p span:nth-of-type(1) {
  color: #7f7f7f;
  border: 1px solid #bebebe;
  border-radius: 3px;
  padding: 2px 30px;
  font-size: 1.3rem;
  height: 30px;
  display: inline-block;
  text-transform: uppercase;
  min-width: 140px;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#page.news .page-container p span:nth-of-type(2),
#page.information .page-container p span:nth-of-type(2) {
  margin-top: 10px;
  display: block;
}

.zh-cn #page.news .page-container p span:nth-of-type(1),
.zh-cn #page.information .page-container p span:nth-of-type(1) {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #page.news .page-container p span:nth-of-type(1),
.zh-tw #page.information .page-container p span:nth-of-type(1) {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#page.information main ul > li a span {
  width: 100%;
  display: block;
}

#page.information main ul > li a span span:nth-of-type(1) {
  font-weight: 700;
  margin-top: 5px;
}

#page.news-detail .mt-enclosure-file {
  margin: 30px 0;
  padding: 0 80px;
}

#page.news-detail .mt-enclosure-file a {
  display: inline-block;
  color: #fff;
  background-color: #10094d;
  padding: 20px 40px;
  border-radius: 5px;
}

#page.news-detail .mt-enclosure-file a:hover {
  opacity: .5;
  transition: all .3s ease;
}

#page.news-detail article .page-container {
  max-width: 1220px;
}

#page.news-detail article .page-container hr {
  border: none;
  background-color: #ccc;
  height: 1px;
  width: calc(100% - 160px);
  margin-top: 50px;
}

#page.news-detail article .page-container .index, #page.news-detail article .page-container .prev, #page.news-detail article .page-container .next {
  color: #040026;
  width: 250px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

#page.news-detail article .page-container .prev, #page.news-detail article .page-container .next {
  width: 120px;
  font-size: 1.4rem;
}

#page.news-detail article .page-container .index {
  background-image: none;
}

#page.news-detail article .page-container .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 8% center;
}

#page.news-detail article .page-container .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8% center;
}

#page.news-detail article .page-container .index a, #page.news-detail article .page-container .prev a, #page.news-detail article .page-container .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.news-detail article .page-container .index a {
  color: #040026;
}

#page.news-detail article .page-container .prev a, #page.news-detail article .page-container .next a {
  color: #10094d;
}

#page.news-detail article .page-container .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.news-detail article .page-container > div {
  border: 1px solid #10094d;
  border-top: 12px solid #10094d;
  position: relative;
  margin: 0 60px;
}

#page.news-detail article .page-container > div > div {
  border: none;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

#page.news-detail article .page-container > div > div::after {
  content: "";
  background-image: url("../image/information/onepoint.png");
  position: absolute;
  width: 86px;
  height: 133px;
  top: 40px;
  right: 20px;
}

#page.news-detail article .page-container h1 {
  border: none;
  background-color: #fff;
  position: absolute;
  color: #babcbe;
  font-size: 2.9rem;
  font-weight: 400;
  top: 52px;
  left: 1px;
}

#page.news-detail article .page-container h2 {
  max-width: 750px;
  border: none;
  font-size: 2.2rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: left;
  text-indent: 0;
}

#page.news-detail article .page-container .mt-enclosure-image img {
  max-width: 510px;
  margin: 0 80px;
}

#page.news-detail article .page-container > div {
  border-color: #10094d;
}

#page.news-detail article .page-container > div > div > p:first-of-type {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: small;
}

#page.news-detail article .page-container > div > div > p:first-of-type > time {
  font-size: 1.6rem;
  color: #000;
  display: block;
}

#page.news-detail article .page-container > div > div > p:first-of-type > span {
  display: block;
}

#page.news-detail article .page-container > div > div > p:first-of-type > span > span {
  border: 1px solid #bebebe;
  color: #7f7f7f;
  font-size: 1.2rem;
  display: inline-block;
  height: 30px;
  padding: 2px 2.5em;
  border-radius: 5px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  margin-top: 5px;
  text-transform: uppercase;
  min-width: 140px;
}

#page.news-detail article .page-container > div > div:nth-of-type(1) {
  margin-bottom: 50px;
}

#page.news-detail article .page-container h2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

#page.news-detail article .sns {
  text-align: center;
  margin: 30px 0;
}

#page.news-detail article .sns ul {
  display: flex;
  justify-content: center;
}

#page.news-detail article .sns li {
  margin-left: 2px;
  margin-right: 2px;
}

.zh-cn #page.news-detail article .page-container > div > div > p:first-of-type > span > span {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #page.news-detail article .page-container > div > div > p:first-of-type > span > span {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#page.information-detail .external-link {
  margin-top: 30px;
  text-align: center;
}

#page.information-detail .page-container {
  max-width: 1220px;
}

#page.information-detail .page-container .index, #page.information-detail .page-container .prev, #page.information-detail .page-container .next {
  color: #040026;
  width: 250px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

#page.information-detail .page-container .prev, #page.information-detail .page-container .next {
  width: 120px;
  font-size: 1.4rem;
}

#page.information-detail .page-container .index {
  background-image: none;
}

#page.information-detail .page-container .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 8% center;
}

#page.information-detail .page-container .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8% center;
}

#page.information-detail .page-container .index a, #page.information-detail .page-container .prev a, #page.information-detail .page-container .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.information-detail .page-container .index a {
  color: #040026;
}

#page.information-detail .page-container .prev a, #page.information-detail .page-container .next a {
  color: #10094d;
}

#page.information-detail .page-container .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.information-detail .page-container > div {
  border: 1px solid #10094d;
  border-top: 12px solid #10094d;
  position: relative;
  margin: 0 60px;
}

#page.information-detail .page-container > div > div {
  border: none;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

#page.information-detail .page-container > div > h1 + div {
  min-height: 300px;
}

#page.information-detail .page-container > div > div::after {
  content: "";
  background-image: url("../image/information/onepoint.png");
  position: absolute;
  width: 86px;
  height: 133px;
  top: 40px;
  right: 20px;
}

#page.information-detail .page-container h1 {
  border: none;
  background-color: #fff;
  position: absolute;
  color: #babcbe;
  font-size: 2.9rem;
  font-weight: 400;
  top: 10px;
  left: 0;
  text-align: left;
  margin-left: 20px;
}

#page.information-detail .page-container h2 {
  max-width: 510px;
  border: none;
  font-size: 2.2rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  z-index: 1;
  position: relative;
}

#page.information-detail .page-container h2:first-of-type {
  margin-bottom: 50px;
}

#page.information-detail .page-container .mt-enclosure-image img {
  max-width: 670px;
  margin: 0 80px;
}

#page.information-detail .page-container > div {
  border-color: #10094d;
}

/* 採用情報（詳細） */
#page.information-detail.recruit-detail .page-container h1 {
  width: 380px;
}

#page.information-detail.recruit-detail .page-container h2 {
  padding: 30px 0;
}

#page.information-detail.recruit-detail table {
  margin-bottom: 3rem;
}

#page.information-detail.recruit-detail table th {
  white-space: nowrap;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 3rem;
  vertical-align: top;
}

#page.information-detail.recruit-detail table td {
  padding-bottom: 2rem;
}

/* 酒造りの技 / 生酛作り */
#page.waza.kimoto article .page-container {
  text-align: center;
}

#page.waza.kimoto article .page-container > div:first-of-type {
  display: inline-block;
  border: solid 1px #000;
  border-bottom: none;
  margin: 0 30px;
  margin-bottom: -1px;
}

#page.waza.kimoto article .page-container > div:first-of-type h2 {
  background-color: #f0f0f0;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 2;
  padding: 0;
}

#page.waza.kimoto article .page-container > div:first-of-type h3 {
  background-color: #fff;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 1;
  padding: 0;
}

#page.waza.kimoto article .page-container > div:first-of-type h2 > span,
#page.waza.kimoto article .page-container > div:first-of-type h3 > span {
  border: none;
}

#page.waza.kimoto article .page-container h2 + div,
#page.waza.kimoto article .page-container h3 + div {
  background-color: #fff;
}

#page.waza.kimoto article .page-container:first-of-type {
  margin-top: -50%;
}

#page.waza.kimoto article .page-container .read {
  text-align: center;
  padding: 30px 40px;
}

#page.waza.kimoto article .page-container a {
  color: #007feb;
  font-size: 1.6rem;
}

#page.waza.kimoto article .page-container p {
  padding: 0 60px;
  text-align: left;
}

#page.waza.kimoto article .page-container h3 {
  font-size: 1.8rem;
}

#page.waza.kimoto article .page-container > div:nth-of-type(2) {
  background-color: #fff;
  position: relative;
  z-index: 3;
}

#page.waza.kimoto article .page-container h4 {
  font-size: 2.1rem;
  background-color: #f0f0f0;
  height: 72px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}

#page.waza.kimoto article .page-container h4:first-of-type {
  margin-top: -30px;
}

#page.waza.kimoto article .page-container ol.process {
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
  list-style-type: none;
}

#page.waza.kimoto article .page-container ol.process li {
  border: 1px solid #10094d;
  width: 185px;
  padding: 30px;
  text-indent: 0;
  position: relative;
}

#page.waza.kimoto article .page-container ol.process li::before {
  content: none;
}

#page.waza.kimoto article .page-container ol.process li:not(:last-of-type)::after {
  content: "";
  background-image: url("../image/waza/next.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -38px;
  margin: auto;
}

/* 酒造りの技 / 無酸素充填システム */
#page.waza.bottle article h3 span {
  display: inline-block;
  border: solid 1px #000;
  padding: 5px 15px;
  text-indent: 0;
}

#page.waza.bottle article ol {
  list-style-type: none;
  padding-right: 40px;
  text-align: center;
  font-weight: 500;
}

#page.waza.bottle article ol li {
  background-color: #f0f0f0;
  padding: 1em 20px;
  margin: 40px 40px;
  position: relative;
}

#page.waza.bottle article ol li:not(:last-of-type)::before {
  content: url("../image/waza/v.svg");
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}

#page.waza.bottle article ol li:nth-of-type(3) img {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#page.waza.bottle article ol li:nth-of-type(3) span {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  background-color: #fff;
  text-align: left;
  padding-left: 46%;
}

#page.waza.bottle article ol li:nth-of-type(3) span::before {
  content: url("../image/waza/vv.svg");
  margin-right: 1em;
}

/* 販売店・料飲店 */
#shop_head a[href="#"] {
  pointer-events: none;
}

#shop_head h1 {
  background-image: url(../image/top/index_obi.png);
  background-repeat: no-repeat;
  height: 0;
  width: 100%;
  background-size: contain;
  padding-top: calc(100% * 110 / 1243);
  position: relative;
  font-size: 2.1rem;
  text-align: center;
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 0;
}

#shop_head h1 span {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #10094d;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
}

#shop_head h2 {
  text-align: center;
  padding-top: 50px;
  position: relative;
  margin-bottom: 60px;
  font-size: 2.8rem;
}

#shop_head h2::before, #shop_head h2::after {
  content: "";
  height: 2.8rem;
  width: 1px;
  background-color: #10094d;
  display: inline-block;
  margin-bottom: -.4rem;
}

#shop_head h2::before {
  margin-right: 1em;
}

#shop_head h2::after {
  margin-left: calc(1em - .25em);
}

#shop_head h2 span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  font-size: 2rem;
  display: block;
  padding-left: .25em;
  letter-spacing: 1px;
}

#shop_head.japan > ul, #shop_head.overseas > ul {
  margin-bottom: 30px;
}

#shop_head.japan ul, #shop_head.overseas ul {
  color: #040026;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

#shop_head.japan ul li, #shop_head.overseas ul li {
  padding-left: .5em;
}

#shop_head.japan h1 {
  background-color: #eaeaea;
}

#shop_head.japan h2 {
  background-color: #eaeaea;
}

#shop_head.japan > ul {
  border-bottom: 1px solid #707070;
}

#shop_head.japan > ul > li > ul > li > a > span {
  padding-left: 2em;
}

#shop_head.japan > ul > li > ul > li > ul > li > a > span {
  padding-left: 4em;
}

#shop_head.japan > ul > li > ul > li > ul {
  display: none;
}

#shop_head.japan ul {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

#shop_head.japan ul li {
  width: 240px;
  line-height: 38px;
  border-top: 1px solid #707070;
  margin-top: -1px;
}

#shop_head.japan ul span {
  display: block;
  color: #10094d;
  position: relative;
}

#shop_head.japan ul span::after {
  content: url("../image/common/v.svg");
  position: absolute;
  right: 10px;
  top: 5px;
  width: 23px;
  height: 26px;
}

#shop_head.japan ul a:hover span {
  opacity: .5;
  transition-duration: .2s;
}

#shop_head.overseas h2 {
  border-bottom: 1px solid #000;
}

#shop_head.overseas ul {
  display: flex;
  justify-content: center;
  margin-top: 150px;
  font-weight: 500;
}

#shop_head.overseas li {
  padding: 0 1em;
}

#shop_head.overseas li::after {
  content: "＞";
  font-size: 1.5rem;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 2px;
}

#shop_head.overseas li::after,
#shop_head.overseas li a {
  color: #bcbcbc;
}

#shop_head.overseas li.active::after,
#shop_head.overseas li.active a {
  color: #040026;
}

.zh-cn #shop_head.japan ul,
.zh-cn #shop_head.overseas ul {
  font-family: "Noto Sans SC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.zh-tw #shop_head.japan ul,
.zh-tw #shop_head.overseas ul {
  font-family: "Noto Sans TC", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#page.about.importer .normal,
#page.shop .normal {
  font-weight: normal;
}

#page.about.importer article .page-container,
#page.shop article .page-container {
  max-width: 800px;
}

#page.about.importer article .page-container > div:nth-of-type(2),
#page.about.importer article .page-container > div:nth-of-type(2) ~ div,
#page.shop article .page-container > div:nth-of-type(2),
#page.shop article .page-container > div:nth-of-type(2) ~ div {
  border: none;
}

#page.about.importer article .page-container h2,
#page.shop article .page-container h2 {
  border: 1px solid #707070;
  border-width: 1px 0 1px 0;
  text-align: left;
  text-indent: 0;
  padding: 10px 0;
  font-size: 2rem;
}

#page.about.importer article .page-container h4,
#page.shop article .page-container h4 {
  text-align: center;
  margin: 30px 0;
}

#page.about.importer article .page-container ul,
#page.shop article .page-container ul {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}

#page.about.importer article .page-container li,
#page.shop article .page-container li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  position: relative;
}

#page.about.importer article .page-container li > span:nth-of-type(1),
#page.shop article .page-container li > span:nth-of-type(1) {
  display: block;
  font-size: 1.6rem;
}

#page.about.importer article .page-container li > span:nth-of-type(2),
#page.shop article .page-container li > span:nth-of-type(2) {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 150px;
}

#page.about.importer article .page-container li > span:nth-of-type(2) > span:nth-of-type(2),
#page.shop article .page-container li > span:nth-of-type(2) > span:nth-of-type(2) {
  margin-left: 2em;
}

#page.about.importer article .page-container li a,
#page.shop article .page-container li a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

#page.about.importer article .page-container li a {
  position: relative;
  display: inline-block;
}

#page.about.importer article .page-container li > span:nth-of-type(2) {
  margin-right: 0;
}

#page.about.importer article .page-container li > span:nth-of-type(2) > span {
  display: block;
}

#page.about.importer article .page-container li > span:nth-of-type(2) > span:nth-of-type(2) {
  margin-left: 0;
}

#page.shop-detail article .page-container {
  max-width: 970px;
  /* infowindow */
  /* infowindow（閉じる） */
}

#page.shop-detail article .page-container > div:nth-of-type(2) {
  padding-bottom: 0;
}

#page.shop-detail article .page-container .google-map {
  width: 600px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#page.shop-detail article .page-container h1 {
  color: #10094d;
  font-weight: 500;
  border-color: #10094d;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -1px;
}

#page.shop-detail article .page-container h1 + div {
  border-color: #10094d;
}

#page.shop-detail article .page-container h2 {
  border: none;
  font-size: 2.4rem;
  letter-spacing: 0;
  margin: 0;
}

#page.shop-detail article .page-container h2 span {
  border: none;
  padding: 0;
  display: inline;
}

#page.shop-detail article .page-container > div:nth-of-type(2) {
  border-color: #10094d;
}

#page.shop-detail article .page-container > div > div:nth-of-type(1) {
  border: none;
  padding: 30px 0 0;
}

#page.shop-detail article .page-container > div > div:nth-of-type(2) {
  border: none;
  background-color: #f0f0f0;
  padding: 30px 0 10px;
}

#page.shop-detail article .page-container table {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#page.shop-detail article .page-container td, #page.shop-detail article .page-container th {
  padding-bottom: 1.5em;
  font-size: 1.6rem;
}

#page.shop-detail article .page-container th {
  width: 130px;
  vertical-align: top;
  font-weight: 400;
}

#page.shop-detail article .page-container td a {
  color: #000;
  text-decoration: underline;
}

#page.shop-detail article .page-container td a:hover {
  opacity: .5;
}

#page.shop-detail article .page-container .gm-style-iw {
  padding: 10px 20px !important;
  border-radius: 5px !important;
}

#page.shop-detail article .page-container .gm-style-iw button {
  margin-top: 8px !important;
  margin-right: 10px !important;
}

#page.shop-detail article .page-container .gm-style-iw h1 {
  font-size: 1.8rem;
  width: auto;
  border: none;
  background-color: transparent;
  text-align: left;
  color: #212529;
}

/* コーボくんの旅 */
#page.kobokun article .page-container {
  max-width: 800px;
}

#page.kobokun article .page-container h2 {
  border: 1px solid #707070;
  border-width: 1px 0 1px 0;
  text-align: left;
  text-indent: 0;
  padding: 15px 0;
}

#page.kobokun article .page-container ul {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
}

#page.kobokun article .page-container ul span {
  color: #10094d;
  font-size: 2.8rem;
  font-weight: 500;
}

#page.kobokun article .page-container ul span span {
  font-size: 1.4rem;
}

#page.kobokun article .page-container li {
  text-indent: .5em;
  border-bottom: 1px solid #ccc;
  padding: 15px 150px 15px 0;
  display: flex;
  align-items: center;
  position: relative;
}

#page.kobokun article .page-container li > span {
  margin-right: 2em;
}

#page.kobokun article .page-container li a {
  position: absolute;
  right: 0;
}

#page.kobokun-detail article .page-columns figure img {
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
}

#page.kobokun-detail article .page-container .index, #page.kobokun-detail article .page-container .prev, #page.kobokun-detail article .page-container .next {
  color: #040026;
  width: 250px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

#page.kobokun-detail article .page-container .prev, #page.kobokun-detail article .page-container .next {
  width: 120px;
  font-size: 1.4rem;
}

#page.kobokun-detail article .page-container .index {
  background-image: none;
}

#page.kobokun-detail article .page-container .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 8% center;
}

#page.kobokun-detail article .page-container .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8% center;
}

#page.kobokun-detail article .page-container .index a, #page.kobokun-detail article .page-container .prev a, #page.kobokun-detail article .page-container .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.kobokun-detail article .page-container .index a {
  color: #040026;
}

#page.kobokun-detail article .page-container .prev a, #page.kobokun-detail article .page-container .next a {
  color: #10094d;
}

#page.kobokun-detail article .page-container .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.kobokun-detail article .page-container > div:nth-of-type(1),
#page.kobokun-detail article .page-container > div:nth-of-type(2),
#page.kobokun-detail article .page-container > div:nth-of-type(2) ~ div {
  padding: 0 80px;
  border: none;
  margin-top: 0;
}

#page.kobokun-detail article .page-container figcaption {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
}

#page.kobokun-detail article .page-container h2 {
  border: none;
  color: #090059;
  font-size: 3.2rem;
  position: relative;
  padding-bottom: 10px;
}

#page.kobokun-detail article .page-container h2 span {
  color: #10094d;
  font-size: 2rem;
  font-weight: 500;
}

#page.kobokun-detail article .page-container h2::after {
  content: "";
  background-image: url(../image/kobokun/detail_h2_icon.png);
  width: 35px;
  height: 29px;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
}

#page.kobokun-detail article .page-container th {
  white-space: nowrap;
  padding-right: 30px;
  vertical-align: top;
}

#page.kobokun-detail article .page-container td {
  padding-bottom: 3em;
}

#page.kobokun-detail article .page-container td[colspan="2"] {
  color: #cba54f;
}

#page.kobokun-detail article .page-container td figure {
  text-align: left;
}

#page.kobokun-detail article .page-container > div:last-of-type {
  text-align: center;
  margin-top: 50px;
}

#page.kobokun-detail article .page-container > div:last-of-type a {
  margin-left: 5px;
  margin-right: 5px;
}

/* お問い合わせ */
#page.contact .error {
  color: #f00;
}

#page.contact p.error {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
}

#page.contact #agree p.error {
  text-align: center;
}

#page.contact .error select,
#page.contact .error input {
  margin-bottom: 0 !important;
}

#page.contact .error label::before,
#page.contact .error .textarea,
#page.contact .error select,
#page.contact .error input {
  border-color: #f00 !important;
}

#page.contact article .page-container {
  max-width: 970px;
}

#page.contact article .page-container .index, #page.contact article .page-container .prev, #page.contact article .page-container .next {
  color: #040026;
  width: 280px;
  height: 48px;
  text-align: center;
  border: 1px solid #10094d;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.4rem;
}

#page.contact article .page-container .prev.historyback {
  background-color: #f0f0f0;
}

#page.contact article .page-container .index {
  background-image: none;
}

#page.contact article .page-container .prev {
  background-image: url(/assets/image/common/index_prev_arrow.svg);
  background-repeat: no-repeat;
  background-position: left 8% center;
}

#page.contact article .page-container .next {
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8% center;
}

#page.contact article .page-container .index a, #page.contact article .page-container .prev a, #page.contact article .page-container .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
}

#page.contact article .page-container .index a {
  color: #040026;
}

#page.contact article .page-container .prev a, #page.contact article .page-container .next a {
  color: #10094d;
}

#page.contact article .page-container .index.current {
  color: #fff;
  background-color: #10094d;
}

#page.contact article .page-container h1 {
  color: #10094d;
  font-size: 2.6rem;
  font-weight: 500;
  border: none;
  background-color: #fff;
}

#page.contact article .page-container h1 + div {
  border: none;
  margin-top: 30px;
}

#page.contact article .page-container > div:nth-of-type(1) ol {
  display: flex;
  color: #10094d;
  font-size: 1.8rem;
  text-align: center;
  list-style-type: none;
  padding-left: 0;
}

#page.contact article .page-container > div:nth-of-type(1) ol li {
  width: 321px;
  border: 1px solid #10094d;
  margin-left: -1px;
  padding: 5px 0;
}

#page.contact article .page-container .step1 div:nth-of-type(1) ol li:nth-of-type(1) {
  background-color: #f0f0f0;
}

#page.contact article .page-container .step2 div:nth-of-type(1) ol li:nth-of-type(2) {
  background-color: #f0f0f0;
}

#page.contact article .page-container .step3 div:nth-of-type(1) ol li:nth-of-type(3) {
  background-color: #f0f0f0;
}

#page.contact article .page-container form {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#page.contact article .page-container label {
  display: block;
  color: #10094d;
  font-size: 1.8rem;
  font-weight: 500;
}

#page.contact article .page-container .require::after {
  content: "※";
  font-size: 1.2rem;
  margin-left: 5px;
}

#page.contact article .page-container input, #page.contact article .page-container select {
  border: 1px solid #cdd6dd;
}

#page.contact article .page-container input {
  width: 100%;
  padding: 10px 1em;
  margin-bottom: 30px;
  color: #10094d;
}

#page.contact article .page-container select {
  padding: 10px 1em;
  margin-bottom: 30px;
  color: #10094d;
}

#page.contact article .page-container .textarea {
  border: 1px solid #cdd6dd;
  height: 162px;
  padding: 10px 1em;
}

#page.contact article .page-container textarea {
  color: #10094d;
  border: none;
  width: 100%;
  height: 140px;
  outline: none;
}

#page.contact article .page-container [type="image"] {
  width: auto;
  border: none;
  outline: none;
}

#page.contact article .page-container [type="image"]:hover {
  opacity: .5;
  transition-duration: .3s;
}

#page.contact article .page-container form > div:last-of-type {
  text-align: center;
  margin: 30px 0;
}

#page.contact article .page-container form select::-ms-expand,
#page.contact article .page-container form select::-ms-expand {
  display: none;
}

#page.contact article .page-container form select,
#page.contact article .page-container form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2em;
  background-image: url("../image/news/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}

#page.contact article .page-container .step2 form > div:last-of-type p {
  text-align: center;
  font-size: 1.8rem;
  color: #10094d;
  margin-bottom: 50px;
}

#page.contact article .page-container .step2 form > div:last-of-type {
  margin-top: 100px;
}

#page.contact article .page-container .step2 form div:last-of-type input {
  padding: 0 5px;
}

#page.contact article .page-container .step3 p {
  text-align: center;
  font-size: 2.1rem;
  color: #10094d;
  margin-top: 50px;
}

#page.contact article .page-container .step3 div {
  text-align: center;
}

#page.contact #agree {
  margin: 30px 0;
  text-align: center;
}

#page.contact #agree a {
  color: #000;
  text-decoration: underline;
}

#page.contact #agree a:hover {
  opacity: .5;
}

#page.contact #agree [type="checkbox"]:not(:checked),
#page.contact #agree [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

#page.contact #agree label {
  position: relative;
  width: auto;
  display: inline;
  font-size: 1.2rem;
}

#page.contact #agree label::before {
  content: "";
  width: 30px;
  height: 30px;
  border: solid 1px #cdd6dd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#page.contact #agree [type="checkbox"]:checked + label::after,
#page.contact #agree [type="checkbox"]:not(:checked) + label::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 15px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: .3s;
}

#page.contact #agree [type="checkbox"]:checked + label::after {
  border-color: #10094d;
  transition-duration: .3s;
}

/* 個人情報の取り扱いについて、サイトポリシー */
#page.privacypolicy article .page-container,
#page.sitepolicy article .page-container {
  max-width: 1130px;
}

#page.privacypolicy article .page-container h1, #page.privacypolicy article .page-container h2,
#page.sitepolicy article .page-container h1,
#page.sitepolicy article .page-container h2 {
  text-align: left;
  border: none;
  background-color: #fff;
  width: 100%;
  padding: 0 80px;
  text-indent: 0;
}

#page.privacypolicy article .page-container h1,
#page.sitepolicy article .page-container h1 {
  font-size: 3rem;
  margin: 30px 0;
  font-weight: 500;
}

#page.privacypolicy article .page-container h2,
#page.sitepolicy article .page-container h2 {
  font-size: 2.2rem;
}

#page.privacypolicy #agree,
#page.sitepolicy #agree {
  display: none;
  margin: 30px 0;
  text-align: center;
}

#page.privacypolicy #agree a,
#page.sitepolicy #agree a {
  color: #000;
  text-decoration: underline;
}

#page.privacypolicy #agree a:hover,
#page.sitepolicy #agree a:hover {
  opacity: .5;
}

#page.privacypolicy #agree [type="checkbox"]:not(:checked),
#page.privacypolicy #agree [type="checkbox"]:checked,
#page.sitepolicy #agree [type="checkbox"]:not(:checked),
#page.sitepolicy #agree [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

#page.privacypolicy #agree label,
#page.sitepolicy #agree label {
  position: relative;
  width: auto;
  display: inline;
  font-size: 1.2rem;
}

#page.privacypolicy #agree label::before,
#page.sitepolicy #agree label::before {
  content: "";
  width: 30px;
  height: 30px;
  border: solid 1px #cdd6dd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#page.privacypolicy #agree [type="checkbox"]:checked + label::after,
#page.privacypolicy #agree [type="checkbox"]:not(:checked) + label::after,
#page.sitepolicy #agree [type="checkbox"]:checked + label::after,
#page.sitepolicy #agree [type="checkbox"]:not(:checked) + label::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 15px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: .3s;
}

#page.privacypolicy #agree [type="checkbox"]:checked + label::after,
#page.sitepolicy #agree [type="checkbox"]:checked + label::after {
  border-color: #10094d;
  transition-duration: .3s;
}

/* 404 Not Found */
#page.notfound article .next {
  color: #040026;
  width: 250px;
  height: 48px;
  font-size: 1.4rem;
  line-height: 48px;
  text-align: center;
  border: 1px solid #10094d;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/assets/image/common/index_next_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8% center;
}

#page.notfound article .next a {
  display: block;
  padding: 0;
  margin-top: -1px;
  padding-bottom: 1px;
  color: #10094d;
}

.zoomContainer {
  z-index: 1000;
}

.zoomLens {
  border: 1px solid #10094d !important;
  border: none !important;
}

.zoomWindowContainer > div {
  border: 4px solid #10094d !important;
  border: none !important;
  box-shadow: 0 0 10px #ccc;
}

/* スクロールを促す */
.arrows *, .arrows *:before, .arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.arrows {
  position: absolute;
  display: flex;
  height: 300px;
  margin: 2em auto;
  justify-content: center;
  align-items: center;
  bottom: -130px;
  left: 150px;
}

.arrows .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

.arrows .arrow.first {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}

.arrows .arrow.second {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}

.arrows .arrow:before, .arrows .arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 3px;
  content: "";
  background: #fff;
}

.arrows .arrow:before {
  -webkit-transform: rotate(30deg) translateX(-33%);
  transform: rotate(30deg) translateX(-33%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.arrows .arrow:after {
  -webkit-transform: rotate(-30deg) translateX(33%);
  transform: rotate(-30deg) translateX(33%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

@-webkit-keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#accordion > div > span:first-of-type {
  pointer-events: none;
}

/* 効果 */
.effect-fade {
  opacity: 0;
}

.effect-fade2 {
  opacity: 0;
}

.effect-fade3 {
  opacity: 0;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transition: all 1s;
}

.effect-fade2.effect-scroll {
  opacity: 1;
  transition: all 1.5s;
}

.effect-fade3.effect-scroll {
  opacity: 1;
  transition: all 2s;
}

/* ページローディングここから */
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1000;
}

#loading {
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #000000;
  z-index: 1001;
}

/* ページローディングここまで */
/* サイト内検索ここから */
#search_box {
  margin-bottom: -15px;
  max-width: 783px;
}

.search a {
  background-image: url("/assets/image/common/search_on.png");
  background-repeat: no-repeat;
  background-position: top 10px center;
  transition-duration: .5s;
}

.search:hover a img {
  opacity: 0;
}

/* サイト内検索ここまで */
/* Facebookここから */
/* Facebookここまで */

/* 20220420追加　採用情報ここから */

.recruit .page-container h4{
  padding: 0 80px;
  text-align: left;
  box-sizing: border-box;
}

.recruit .page-container p{
  padding: 0 80px;
  text-align: left;
  box-sizing: border-box;
}

.recruit .page-container table {
  margin: 30px 0;
  text-align: left;
  box-sizing: border-box;
  border-collapse: collapse;
}

.recruit .page-container tr {
  border: 1px solid #10094d;
  padding: 10px;
  box-sizing: border-box;
}

.recruit .page-container td {
  border: 1px solid #10094d;
  padding: 10px;
  box-sizing: border-box;
}

.recruit .page-container th {
  border: 1px solid #10094d;
  padding: 10px;
  box-sizing: border-box;
  font-weight:bold;
  text-align:center;
}

/* 採用情報ここまで */

/* 20250829追加　ニュース詳細ここから */

.news-detail .page-container a {
  text-decoration: underline;
}

/* 20250829追加　ニュース詳細ここまで */