﻿@charset "utf-8";

/*--------------------フォント指定-----------------*/
html,
p,
table,
ul {
  font-family: Times New Roman, sans-serif;
}

h2,
h3,
h4,
h5 {
  font-family: Times New Roman, serif;
}

p,
table td {
}

@media print {
  h2,
  h3,
  h4,
  h5 {
    font-family: Times New Roman, serif;
  }

  p,
  table td {
    -webkit-text-stroke: inherit;
  }
}

/*--------------------フォント指定-----------------*/

/*--------------------グローバルナビ-----------------*/

/*
#nav_products>a{
	background-image: url(/img/sake/common/en/nav_products.png);
}

#nav_company>a{
	background-image: url(/img/sake/common/en/nav_company.png);
}

#nav_brand>a{
	background-image: url(/img/sake/common/en/nav_brand.png);
}

#nav_news>a{
	background-image: url(/img/sake/common/en/nav_news.png);
}

#nav_contact>a{
	background-image: url(/img/sake/common/en/nav_contact.png);
}
*/

/*--------------------グローバルナビ-----------------*/

/*--------------------ニュース-----------------*/

#news .info {
  background-image: url(/img/sake/common/en/tag_info.png);
}

#news .news {
  background-image: url(/img/sake/common/en/tag_news.png);
}

#news .event {
  background-image: url(/img/sake/common/en/tag_event.png);
}

#news .media {
  background-image: url(/img/sake/common/en/tag_media.png);
}

/*--------------------ニュース-----------------*/

#logo_company {
  background: url(/img/sake/common/logo_company_en.png) left top no-repeat;
  background-size: 239px 40px;
}

@media only screen and (max-width: 767px) {
  #logo_company {
    background: url(/img/sake/common/logo_company_en.png) center center no-repeat;
    background-size: 239px 40px;
  }
}

/*--------------------Soube Wase-----------------*/

.soubewase .content {
  margin: 0 auto;
  float: initial !important;
}

.soubewase #main_column p {
  margin-bottom: 0;
}
.video {
  margin-top: 25px;
}

.video iframe {
  margin: 0 auto;
}
.img {
  margin: 0 auto;
}
.img img {
  margin: 0 auto;
}

.logo img {
  display: grid;
  place-items: center;
  width: 25%;
  height: auto;
}

.logo {
  margin: 0 auto;
}

.box-col-01 {
  display: flex;
  gap: 38px;
}

.box-table-03 {
  padding-left: 10px;
}
.box-table-03 dl {
  display: flex;
  font-size: 15px;
  letter-spacing: 0.08em;
  padding: 17.5px 10px;
}
.box-table-03 dt {
  width: min(240px, 100%);
  font-weight: bold;
  align-self: flex-start;
  position: relative;
  padding-left: 10px;
}
.box-table-03 dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-right: 5px;
  width: 5px;
  height: 1px;
  background-color: #d7b95f;
}
.box-table-03 dd {
  width: calc(100% - 240px);
  line-height: 1.6;
}

.unit-title-02 p,
.unit-title-02 h2 {
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 0.06em;
}

.unit-sub-title-01 {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.08em;
}

.unit-sub-title-02 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.unit-sub-title-02.fs28 {
  font-size: 28px;
  color: #d7b95f;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600;
}

.unit-sub-title-02.fs32 {
  font-size: 32px;
  color: #d7b95f;
}

.unit-imgtxt-01:not(:first-child) {
  margin-top: 60px;
}
.unit-imgtxt-01 .unit-txt-02 {
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.unit-card-01 {
  background-color: #ececec;
  padding: 35px 30px;
}

.unit-card-01 p {
  margin-top: 15px;
  line-height: 2 !important;
}

#main_column .unit-title-02 h2 {
  font-size: 24px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#main_column .unit-title-02 h2.fs40 {
  font-size: 40px;
}

#main_column .unit-title-02 h2:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #d7b95f;
}

#main_column .unit-title-02 p {
  font-size: 40px;
  font-weight: 600;
  padding-left: 70px;
}

#main_column .unit-txt-01 {
  font-size: 17px;
  line-height: 2.12;
}
#main_column .unit-txt-02 {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.1em;
}

.sec-soube-concept .unit-txt-01 {
  margin-top: 35px;
}

.sec-soube-feature .wrap {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.sec-soube-feature .wrap .box-col-01:nth-of-type(even) {
  flex-direction: row-reverse;
}

.sec-soube-specification {
  .img {
    text-align: center;
  }
}

@media screen and (max-device-width: 769px) {
  .video {
    margin-top: 35px;
  }
  .video iframe {
    width: 100%;
    height: auto;
  }
  .img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .logo {
    margin-top: 25px;
  }
  .logo img {
    width: 70%;
  }
  .box-col-01 {
    flex-direction: column !important;
    gap: 20px;
  }
  .box-table-03 {
    padding-left: 0;
  }
  .box-table-03 dl {
    flex-direction: column;
    padding: 7.5px 10px;
  }
  .box-table-03 dt {
    width: 100%;
    align-items: center;
  }
  .box-table-03 dd {
    width: 100%;
    padding-top: 5px;
  }
  .unit-card-01 {
    padding: 20px 15px;
  }
  .unit-sub-title-01 {
    font-size: 16px;
  }
  .unit-sub-title-02 {
    font-size: 20px;
  }
  .unit-sub-title-02.fs28 {
    font-size: 22px;
  }
  #main_column .unit-title-02 p {
    padding-left: 30px;
    line-height: 1.3;
    font-size: 25px;
  }
  #main_column .unit-title-02 h2 {
    font-size: 20px;
    gap: 15px;
  }
  #main_column .unit-title-02 h2.fs40 {
    font-size: 25px;
  }
  #main_column .unit-title-02 h2:before {
    width: 25px;
  }

  .unit-imgtxt-01:not(:first-child) {
    margin-top: 30px;
  }
}
