@charset "UTF-8";
/* CSS Document */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

:root {
  --color-dark-pink: #802648;
  --color-bg: #ecece6;
}
html {
  scroll-behavior: smooth;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  /* remember to define focus styles! */
  outline: 0;
  text-decoration: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
  display: block;
}

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

a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
*:after,
*:before {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
.color-main {
  color: var(--color-dark-pink);
}
/*page
----------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Mincho", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}
.row {
  display: flex;
  margin: 0px -5px;
  float: left;
  flex-wrap: wrap;
}
img {
  max-width: 100%;
  height: auto !important;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.mobile {
  display: none;
}

table td,
table th {
  border: 1px solid #d8d8d8;
  padding: 10px;
  vertical-align: middle;
  width: auto !important;
}
input,
textarea {
  border: 1px solid #d8d8d8;
  padding: 3px 10px;
}

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

/* Clearfix
-----------------------------------------*/

.clear {
  zoom: 1;
}

.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-23 {
  font-size: 23px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.text-center {
  text-align: center;
}
#top-head {
  position: relative;
}
#top-head:before,
#top-head:after,
.produce-head:before,
.produce-head:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  display: none;
}
#top-head:before,
.produce-head:before {
  right: 50%;
  height: 70px;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(86deg);
  -webkit-transform: skewX(86deg);
  transform: skewX(86deg);
}
#top-head,
.produce-head {
  position: relative;
  margin: 0 auto;
}
.alcohol-img {
  float: left;
  display: inline-block;
  padding-right: 40px;
}
.img-produce {
  display: table;
  margin: 15px auto 45px;
}
.rice-produce {
  padding-top: 5px;
  display: inline-block;
}
.right {
  text-align: right;
}
.bg-brown {
  background-color: var(--color-bg);
}
.bold {
  font-weight: bold;
}
.produce-head:before,
.produce-head:after {
  background: #fff;
}
.produce-head {
  background: #ecece5;
}
#top-head:after,
.produce-head:after {
  left: 50%;
  height: 70px;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-86deg);
  -webkit-transform: skewX(-86deg);
  transform: skewX(-86deg);
}
.footer_area {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}
.main-container {
  width: 1100px;
  margin: 0 auto;
}
#top-head {
  background: url(../images/banner-head.png) no-repeat center #ecece5;
  background-size: cover;
}
.s-container {
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
#logo {
  padding-top: calc(20% - 20px);
  display: table;
  max-width: 385px;
  margin: 0 auto 45px;
}

.main-img {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: calc(30% - 20px);
}
img {
  vertical-align: middle;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
.block-start {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #ecece6;
}
.block-start .tit-date {
  font-size: 18px;
  margin-bottom: 20px;
}
.prefecture.op1 .text {
  left: 0px;
  width: 76%;
  right: inherit;
  top: 0;
  max-width: 886px;
}
.prefecture.op2 .text {
  max-width: 455px;
  width: 55%;
}

.prefecture.op4 .text {
  max-width: 546px;
}
.prefecture.op6 .text {
  max-width: 486px;
}

.prefecture.op6 img {
  float: right;
}
.prefecture.op6 .text {
  left: 0;
  right: inherit;
}
.prefecture.op7 .text {
  width: 55%;
  max-width: 440px;
}
.prefecture.op5 {
  margin-bottom: 40px;
}

.hidden {
  display: none;
}
.prefecture.op1 img {
  padding-top: 18%;
}
.prefecture.op5 .text {
  bottom: -6%;
  top: inherit;
  width: 55%;
  max-width: 550px;
}
.prefecture p {
  margin-bottom: 20px;
  font-size: 20px;
}
.prefecture .text p {
  margin-bottom: 0;
}
.prefecture {
  position: relative;
  clear: both;
  padding: 15px 0;
}
.op1 .text p:nth-child(1) {
  margin-bottom: 30px;
}
.op4 .text {
  width: 52%;
}
.prefecture.op6 .text {
  max-width: 510px;
  width: 55%;
}
.text {
  background-color: white;
  position: absolute;
  top: 40%;
  right: 0;
  width: 40%;
  padding: 15px;
}
#wrapper_main {
  padding: 80px 0 200px 0;
}
.footer_area .between-footer {
  display: table;
  margin: 0 auto;
}
.tit-page {
  color: #c8004b;
  font-size: 20px;
}
.img-poster {
  padding-bottom: 40px;
}
.tit-poster {
  padding-top: 20px;
}
.wrap-cont-poster {
  text-align: center;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.footer_area .between-footer .footer-img {
  float: left;
  display: inline-block;
  padding: 0px 20px;
}
.footer_area .between-footer .footer-img:nth-child(2) {
  padding-top: 32px;
}
.right {
  float: right;
}
.footer_area {
  background: #ecece5;
  padding: 15px;
}
.container {
  width: 1100px;
}
.main-bg-color,
.owl-pagination .owl-page.active span {
  background-color: #802648 !important;
  border: none !important;
}
.banner_slider .owl-pagination .owl-page span {
  border: 2px;
  border-width: 2px;
  border-style: solid;
}
.description ul.banner_slider li {
  position: relative;
}
.prefecture.op3 .description ul.banner_slider li:nth-child(1) {
  z-index: 10;
}
.prefecture.op3 .description ul.banner_slider li:nth-child(2) {
  float: right;
  margin-top: -25%;
}
.prefecture.op8 .description ul.banner_slider li:nth-child(1) {
  padding-top: 115px;
  padding-bottom: 120px;
  z-index: 10;
}
.prefecture.op8 .description ul.banner_slider li:nth-child(2) {
  float: right;
  margin-top: -37%;
  margin-bottom: 12px;
}
.prefecture.op8 .description ul.banner_slider li:nth-child(4) {
  z-index: 10;
  float: right;
  margin-top: -34%;
}
.prefecture.op8 .text {
  width: 82%;
  top: 25px;
  max-width: 902px;
  z-index: 15;
}
.prefecture.op15 {
  margin-top: 30px;
}
.prefecture.op9 .description ul.banner_slider li:nth-child(2) {
  float: left;
  margin-top: -27%;
}
.prefecture.op9 .description ul.banner_slider li:nth-child(1) {
  float: right;
  z-index: 2;
}
.prefecture.op9 .text {
  top: -15%;
  width: 58%;
  left: 0;
  right: inherit;
  z-index: 23;
  max-width: 644px;
}
.prefecture.op9 {
  margin-top: 9%;
}
.prefecture.op10 .description ul.banner_slider li:nth-child(2) {
  margin-left: 3%;
  margin-top: -3%;
  z-index: 10;
}
.prefecture.op10 .description ul.banner_slider li:nth-child(3) {
  float: right;
  margin-top: -27%;
}
.prefecture.op10 {
  margin-bottom: 5%;
}
.prefecture.op11 .description ul.banner_slider li:nth-child(1) {
  float: right;
  margin-top: 0;
  z-index: 11;
}
.prefecture.op11 .description ul.banner_slider li:nth-child(2) {
  margin-top: -22%;
  z-index: 20;
  float: left;
  margin-bottom: 2%;
}
.prefecture.op11 .description ul.banner_slider li:nth-child(3) {
  margin-top: 20px;
}
.prefecture.op11 .description ul.banner_slider li:nth-child(4) {
  margin-top: -60%;
  z-index: 10;
  float: right;
}
.prefecture.op11 .description ul.banner_slider li:nth-child(5) {
  z-index: 11;
  margin-top: 30px;
}
.prefecture.op11 .description ul.banner_slider li:nth-child(6) {
  margin-top: -18%;
  z-index: 10;
  float: right;
}
.prefecture.op11 .text {
  top: -1%;
  left: 0;
  z-index: 30;
  width: 60%;
  max-width: 630px;
}
.prefecture.op12 {
  padding-top: 45px;
}
.prefecture.op12 p {
  text-align: center;
}
.prefecture p span {
  display: block;
}
.influences-typhoons {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
  padding: 0 0 90px 0;
}
.content-typhoons {
  padding-top: 50px;
  padding-bottom: 100px;
}

.image-list-month .list li:last-child {
  /*margin-top: 10px;*/
}
.content-typhoons p {
  text-align: left;
  font-size: 20px;
  max-width: 930px;
  margin: 0 auto;
}
.marked {
  text-decoration: none;
  position: relative;
  background-color: #ffe984;
  font-weight: bold;
}

.special-text p {
  max-width: 930px;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
  color: #c8004b;
}

.influences-typhoons .list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-typhoons {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.image-list-month .list li {
  position: relative;
  width: 50%;
  padding: 0 15px;
}
.image-list-month .list li .cont-img {
  background: #fff;
  padding: 10px 18px;
  position: absolute;
  top: -30px;
  font-size: 20px;
  left: 0px;
}
.image-list-month .list li:nth-child(2n) {
  margin-top: 50px;
  margin-bottom: 20px;
}
.image-list-month .list li:nth-child(2n):last-child {
  margin-bottom: 0;
}
.right_txt {
  text-align: right;
}
/*=== SAKE REPORT CONTENT ===*/
.sake-report .content-typhoons .sake-title,
.sake-report .content-typhoons .sake-sub-title {
  font-size: 16px;
}
.sake-report .content-typhoons .sake-sub-title {
  color: #000;
}
.center_txt {
  text-align: center;
}
.fs16 {
  font-size: 16px;
}
.sake-report .image-list-month .list li .cont-img {
  font-size: 16px;
}
.left_txt {
  text-align: left;
}
.image-list-month p {
  padding: 85px 0 0 0;
  max-width: 930px;
  margin: 0 auto;
}
.process-content .content-typhoons .sake-title,
.process-content .content-typhoons .sake-sub-title {
  text-align: left;
}
.sake-report .process-content .content-typhoons .sake-title {
  padding: 0 0 10px 0;
}
.process-content .content-typhoons {
  padding-bottom: 35px;
}
.process-content {
  padding: 46px 0 0 0;
}
.sake-report .process-content:first-child {
  padding: 86px 0 0 0;
}
.sake-report .content-typhoons .sake-title {
  padding: 0 0 20px;
}
.sake-report .process-content:last-child {
  padding-bottom: 86px;
}

.p-relative {
  position: relative;
}
.page-sakeproject p {
  font-size: 18px;
}
.sec-intro-sakepro {
  padding: 140px 0 55px 0;
}
.box-intro-sakepro {
  display: flex;
  align-items: center;
}
.box-intro-sakepro .thumb {
  width: 560px;
}
.box-intro-sakepro .cont {
  width: calc(100% - 560px);
  padding-left: 35px;
}
.tit-intro-sakepro {
  font-size: 22px;
  color: var(--color-dark-pink);
  margin-bottom: 18px;
}
.box-btn {
  text-align: right;
  margin-top: 40px;
}
.box-btn .btn-link-sake-pro {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: var(--color-dark-pink);
  border: 1px solid var(--color-dark-pink);
  padding: 10px;
  border-radius: 30px;
}

.btn-link-sake-pro img {
  max-width: 12px;
  margin-left: 5px;
  display: inline-block;
}
.btn-animation {
  padding: 8px 30px;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid var(--color-dark-pink);
  background: transparent;
  color: var(--color-dark-pink);
  border-radius: 33px;
  font-size: 18px;
}
.btn-animation:before {
  -webkit-transition: right 0.6s cubic-bezier(0.46, 0.05, 0.02, 0.99);
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #8026483d;
  content: "";
  pointer-events: none;
  transition: right 0.6s cubic-bezier(0.46, 0.05, 0.02, 0.99);
}
.btn-animation:hover::before {
  -webkit-transition: right 0.5s cubic-bezier(0.46, 0.05, 0.02, 0.99);
  right: 0;
  border-radius: 10px;
  transition: right 0.5s cubic-bezier(0.46, 0.05, 0.02, 0.99);
}
.sec-typhoons .box-tit {
  text-align: center;
  margin-bottom: 50px;
}
.tit-sec-sakepro {
  font-size: 28px;
  color: var(--color-dark-pink);
}
.tit-sec-sakepro .tit-sm {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.nav-typhoons .tit-item {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.8;
}
.sec-conclude .thumb {
  margin-bottom: 40px;
}
.sec-conclude .cont {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.sec-conclude .cont p {
  margin-bottom: 40px;
}
.sec-conclude .cont p:last-child {
  margin-bottom: 0;
}
.sec-conclude {
  margin-top: 80px;
}
#footer_inc {
  background: #ecece5;
  padding: 30px 0;
}
.box-footer {
  max-width: 220px;
  margin: auto;
}
.icon-banner {
  position: absolute;
  bottom: -20%;
  right: 0;
  max-width: 300px;
  width: 100%;
  z-index: 999;
}
.note_ico {
  width: 25px;
  position: relative;
  top: -3px;
  margin: 0 0 0 5px;
}
.box-rice-growth {
  padding-bottom: 70px;
}
.item-rice-growth {
  margin-bottom: 60px;
}
.item-rice-growth:last-child {
  margin-bottom: 0;
}

.box-intro-item {
  padding: 20px 30px;
  background: #ecece6;
  margin: 32px 0 35px 0;
}
.box-intro-item p {
  margin-bottom: 20px;
}
.box-intro-item p:last-child {
  margin-bottom: 0;
}
.thumb-rice-growth {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.item-thumb {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.item-thumb img {
  width: 100%;
}
.w-100 {
  width: 100%;
}
.mr-text-1 {
  margin-right: 30px;
}
.mr-text-2 {
  margin-right: 35px;
}
.tit-item-thumb {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.rice-growth-4 .cont {
  margin-bottom: 35px;
}
.rice-growth-4 .cont p {
  margin-bottom: 12px;
}
.rice-growth-4 .cont p:last-child {
  margin-bottom: 0;
}
.rice-growth-4 .tit-thumb {
  margin-top: 15px;
}
.rice-growth-4 .box {
  margin-bottom: 80px;
}
.rice-growth-4 .box:last-child {
  margin-bottom: 0;
}
.box-l-thumb .cont {
  margin-bottom: 25px;
}
.l-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.l-thumb .thumb {
  width: calc(50% - 25px);
}
.item-sake-price {
  margin-bottom: 130px;
}
.item-sake-price:last-child {
  margin-bottom: 0;
}
.item-sakeprice-1 .tit-thumb {
  margin-bottom: 30px;
}
.item-sakeprice-1 .tit-thumb img {
  max-width: 130px;
  width: 100%;
}
.flow-thumb {
  margin: 60px 0;
}
.item-sakeprice-1 .l-thumb {
  margin-top: 65px;
}
.item-sake-price .l-thumb {
  margin-bottom: 45px;
}
.tit-item-sakerice {
  margin-bottom: 10px;
}
.item-sakeprice-3 .tit-item-sakerice {
  margin-top: 30px;
}
.cont-sakerice p {
  margin-bottom: 40px;
}
.cont-sakerice p:last-child {
  margin-bottom: 0;
}
.caption {
  padding: 15px;
}

.caption > img {
  max-width: 25px;
  margin-bottom: 5px;
}
.sec-farm > .caption {
  margin-bottom: 60px;
}

.sec-farm .box-farm + .box-farm {
  margin-top: 140px;
}

.sec-farm .box-farm .head-box {
  text-align: center;
  margin-bottom: 25px;
}

.grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.sec-farm .box-farm .l-note {
  margin-top: 40px;
}

.l-note li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
}

.l-note li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #802648;
}

.l-note li + li {
  margin-top: 10px;
}

.sec-farm .box-farm .bottom {
  margin: 60px 0 40px 0;
}

.grid-2col .item {
  position: relative;
}

.caption-img {
  padding: 25px;
  background-color: var(--color-bg);
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  z-index: 3;
  font-size: 18px;
}

.item.item-caption {
  margin-bottom: 90px;
}
.cont-box-note {
  margin-top: 50px;
}
.cont-box-note .box-info-note {
  margin-top: 60px;
}

.box-info {
  padding: 25px 30px;
  background-color: var(--color-bg);
  margin-top: 25px;
}
.cont-box-note .tit-box-note {
  margin-bottom: 10px;
  text-align: center;
}
hr.line-gray {
  margin: 120px 0 60px 0;
  border-color: var(--color-bg);
}
.mb-caption{
  margin-bottom: 60px;
}
.sec-item-s-5{
  margin-bottom: 130px;
}
.sec-item-s-5:last-child{
  margin-bottom: 0;
}
.section-5 .box-tit{
  margin-bottom: 40px;
  text-align: center;
}
.tit-sec-5{
  font-size: 25px;
}
.subtit-sec-5{
  font-size: 18px;
  color: #802648;
  margin-bottom: 3px;
}
.col-one .item-s-5{
  margin-bottom: 30px;
}
.col-one .item-s-5:last-child{
  margin-bottom: 0;
}
.col-one .thumb{
  max-width: 530px;
  width: 100%;
  margin: auto auto;
}

.intro-item {
  margin-bottom: 45px;
}
.mb-100{
  margin-bottom: 100px;
}
.mb-70{
  margin-bottom: 70px !important;
}
.mb-60{
  margin-bottom: 60px !important;
}
.mb-45{
  margin-bottom: 45px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.mb-35{
  margin-bottom: 35px !important;
}
.mb-3{
  margin-bottom: 3px !important;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-120{
  margin-bottom: 120px;
}
.mt-120{
  margin-top: 120px;
}
.mt-100{
  margin-top: 100px;
}
.mt-50{
  margin-top: 50px;
}
.mt-60{
  margin-top: 60px;
}
.mt-70{
  margin-top: 70px;
}
.mt-45{
  margin-top: 45px;
}
.mt-35{
  margin-top: 35px;
}
.mt-30{
  margin-top: 30px;
}
#section-4 {
    margin-bottom: 170px;
}
.sec-item {
    margin-bottom: 120px;
}
.btn{
  width: 470px;
  padding: 5px 15px;
  color: #fff;
  background-color: #802648;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #802648;
  font-size: 28px;
}
.block-sake{
  padding: 35px 25px;
  border: 1px solid #802648;
}
.btn:hover{
  background-color: transparent;
  color: #802648;
}
.sec-item:last-child {
    margin-bottom: 0;
}
.section-3 .col-one .thumb{
  margin-bottom: 70px;
}
.box-nav-menu {
    font-size: 22px;
}
.tit-nav-menu{
  color: #802648;
  margin-bottom: 5px;
}
.nav-menu {
    padding: 30px 0;
    border-top: 3px solid #802648;
    border-bottom: 1px solid #802648;
}
.nav-menu a{
  color: #000;
}
.nav-menu a:hover{
  color: #802648;
}
.nav-menu li{
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.nav-menu li:last-child{
  margin-bottom: 0;
}
.chev-down:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    border-top: solid 1px #802648;
    border-right: solid 1px #802648;
    -webkit-transform: rotate(-135deg);
    transform: rotate(133deg);
}
.section-5 .image-list-month .list li:nth-child(2n) {
    margin-top: 100px;
}
.sec-pd-top{
  padding-top: 60px;
}

/* Media queries
-----------------------------------------*/
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media screen and (max-width: 1140px) {
  .icon-banner {
    right: 15px;
    max-width: 200px;
    bottom: -15%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1300) and (max-width: 1920px) {
  .container {
    width: 1100px !important;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
  .alcohol-img {
    display: table;
    margin: 0 auto;
    float: none;
    max-width: 100px;
    padding: 0;
  }
  .box-intro-sakepro .thumb {
    width: 50%;
  }
  .box-intro-sakepro .cont {
    width: 50%;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .alcohol-img {
    margin: 0 auto;
    float: none;
    max-width: 76px;
    padding: 0;
  }

  .rice-produce {
    max-width: 389px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .mobile_block {
    display: block;
  }
  .video-iframe {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; //<<--- THIS IS THE KEY
    border: solid black 1px;
  }
  .video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-list-month .list li:nth-child(2n) {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .image-list-month .list li {
    width: 100%;
    margin-top: 30px;
  }
  .influences-typhoons {
    margin-bottom: 30px;
  }
  .content-typhoons {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .content-typhoons p,
  .image-list-month .list li .cont-img {
    font-size: 14px;
    text-align: left;
  }
  .prefecture.op1 img,
  .prefecture.op15,
  .prefecture.op8 .text,
  .prefecture.op9 {
    padding-top: 0;
    margin: 0;
    top: 0;
  }
  .prefecture.op12 p,
  .prefecture.op11,
  .prefecture.op15,
  .prefecture.op15 p {
    padding: 0;
  }
  .prefecture p span {
    display: inline;
  }
  .prefecture.op15 p:nth-child(1) span:nth-child(3),
  .prefecture.op15 p:nth-child(1) span:nth-child(2) {
    display: block;
  }
  .prefecture.op7 img {
    margin-bottom: 0px;
  }
  .prefecture.op5 {
    margin-bottom: 0px;
  }
  .main-img {
    margin-bottom: calc(50% - 20px);
  }
  .main-img.pc {
    display: none;
  }
  .main-img {
    max-width: 264px;
    display: table;
  }
  #logo {
    max-width: 150px;
    display: table;
    margin: 0 auto 20px;
  }
  .text {
    padding: 0;
  }
  .alcohol-img {
    max-width: 65px;
    padding: 0;
  }

  #wrapper_main .prefecture .text {
    position: relative;
    width: 100%;
    background-color: transparent;
  }
  .note_ico {
    width: 20px;
  }
  #wrapper_main {
    padding: 40px 0 120px 0;
  }
  .prefecture.op12,
  .prefecture.op7 {
    padding: 0;
  }
  #wrapper_main .description ul.banner_slider li {
    position: relative;
    margin: 0 auto;
    display: table;
    padding: 0;
    float: none;
  }

  .rice-produce {
    max-width: 360px;
    padding-top: 20px;
  }
  .prefecture {
    padding: 0;
  }
  .op1 .text p:nth-child(1),
  .prefecture.op10 {
    margin: 0;
  }

  .prefecture .text p,
  .prefecture p {
    font-size: 14px;
    margin: 15px 0;
    text-align: justify;
  }
  .prefecture .text p span {
    display: inline;
  }
  .prefecture.op12 p {
    text-align: left;
  }
  .prefecture.op12 p:nth-child(1) {
    padding-top: 10px;
  }
  .prefecture.op6 .text p span:nth-child(4),
  .prefecture.op15 .text p span:nth-child(3) {
    display: block;
  }
  .footer_area .between-footer .footer-img {
    width: 50%;
    padding: 10px;
  }
  .footer_area .between-footer .footer-img:nth-child(2) {
    padding-top: 5%;
  }
  .influences-typhoons {
    padding: 0 0 50px 0;
  }
  .nav-typhoons {
    margin: 0;
  }
  .image-list-month .list li {
    width: 100%;
    padding: 0;
  }
  .box-intro-sakepro {
    flex-direction: column;
  }
  .box-intro-sakepro .thumb {
    width: 100%;
  }
  .box-intro-sakepro .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .icon-banner {
    max-width: 150px;
  }
  .sec-intro-sakepro {
    padding: 100px 0 50px 0;
  }
  .tit-sec-sakepro {
    font-size: 22px;
  }
  .sec-typhoons .box-tit {
    margin-bottom: 15px;
  }
  .sec-typhoons .tit-item {
    margin-top: 15px;
  }
  .tit-intro-sakepro {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sec-conclude .cont p,
  .sec-conclude .thumb {
    margin-bottom: 20px;
  }
  .sec-conclude .cont {
    padding: 0;
  }
  .sec-conclude {
    margin-top: 40px;
  }
  .block-start {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .block-start .tit-date {
    margin-bottom: 0px;
  }
  .thumb-rice-growth {
    margin: 0;
  }
  .item-thumb {
    width: 100%;
    padding: 0;
  }
  .item-thumb:last-child {
    margin-bottom: 0;
  }
  .box-rice-growth {
    padding-bottom: 50px;
  }
  .item-rice-growth {
    margin-bottom: 50px;
  }
  .l-thumb .thumb {
    width: 100%;
    text-align: center;
  }
  .flow-thumb {
    margin: 30px 0;
  }
  .item-sake-price .l-thumb {
    margin-bottom: 30px;
  }
  .item-sakeprice-1 .l-thumb {
    margin-top: 30px;
  }
  .item-sake-price {
    margin-bottom: 50px;
  }
  .caption > img {
    display: block;
    margin: 0 auto;
  }
  .grid-2col {
    grid-template-columns: 1fr;
  }
  .caption-img {
    padding: 10px;
    font-size: 15px;
  }
  .item.item-caption {
    margin-bottom: 50px;
  }
  .sec-farm .box-farm + .box-farm {
    margin-top: 70px;
  }
  .sec-item-s-5 {
    margin-bottom: 80px;
  }
  .section-5 .image-list-month .list li{
    margin-top: 0;
  }
  .section-5 .image-list-month .list li:nth-child(2n) {
    margin-top: 20px;
  }
  #section-4 {
    margin-bottom: 90px;
  }
  .sec-item {
    margin-bottom: 70px;
  }
  .section-3 .col-one .thumb {
    margin-bottom: 40px;
  }
  .box-nav-menu {
    font-size: 18px;
  }
  .nav-menu {
    padding: 25px 0;
  }
  .chev-down:after {
    width: 10px;
    height: 10px
  }
  .btn{
    width: 100%;
    max-width: 350px;
  }

} /*end 767*/

@media screen and (max-width: 480px) {
  .alcohol-img {
    max-width: 50px;
    padding: 0;
  }
  .rice-produce {
    max-width: 280px;
  }
}

@media screen and (max-width: 475px) {
  .icon-banner {
    max-width: 100px;
  }
}
@media screen and (max-width: 375px) {
  .icon-banner {
    max-width: 100px;
  }
  .box-intro-item {
    padding: 15px;
  }
  .box-intro-item p {
    font-size: 16px;
  }
  .mr-text-1 {
    margin-right: 15px;
  }
  .mr-text-2 {
    margin-right: 20px;
  }
}
