@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1200px) {
  /* main
------------------------------------------------- */
  img {
    max-width: auto;
    height: auto;
  }
  .br {
    display: none;
  }
  .pc_none {
    display: block;
  }
  hr {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 980px) {
  img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  /* main
------------------------------------------------- */
  main {
    padding: 100px 4% 50%;
    flex-wrap: wrap;
    gap: 8%;
  }
  main h1 {
    width: 10%;
  }
  .fadeIn05s {
    width: 30%;
  }
  .akigasumi {
    width: 70%;
    margin: 20px auto 0;
  }
  /* 香りの美学と酒造りの匠
------------------------------------------------- */
  .about_flex {
    padding: 0 4% 100px 4%;
    flex-direction: column;
    line-height: 2;
    background-attachment: scroll;
  }
  .collabo {
    padding: 200px 0 50px;
    margin-right: 0;
    max-width: 100%;
  }
  h1.h1_ttl {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  h1.h1_ttl span {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h1.h1_ttl strong {
    font-size: 3rem;
    letter-spacing: 0;
    font-weight: 600;
  }
  .about_flex picture {
    overflow: hidden;
    aspect-ratio: 65 / 34;
  }
  .about_flex picture img {
    width: 100%;
  }
  /* 商品説明
------------------------------------------------- */
  section.about article {
    padding: 70px 4%;
    flex-direction: column;
    gap: 10%;
  }
  section.about article picture {
    width: 80%;
    margin-bottom: 30px;
  }
  section.about article div {
    width: 100%;
  }
  section.about article dl {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  section.about article dl dt {
    width: 40px;
  }
  section.about article dl dd {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .btn a {
    max-width: 250px;
    padding: 12px 30px;
    margin: 30px 0;
  }
  .btn a::after {
    right: -25px;
    width: 50px;
  }
  /* 手法
------------------------------------------------- */
  section.method {
    padding: 200px 4% 0 0;
    background-size: contain;
  }
  section.method h1.h1_ttl {
    margin-left: 4%;
  }
  section.method dl {
    line-height: 2;
    flex-direction: column-reverse;
    margin-top: 0;
    align-items: flex-start;
  }
  section.method dl dt {
    width: 86%;
    margin: 30px 4% 0 10%;
  }
  section.method dl dt picture {
    margin-top: 30px;
  }
  section.method dd {
    width: 45%;
    margin-right: 0%;
  }
  /* 想い
------------------------------------------------- */
  section.philosophy {
    padding: 100px 0;
  }
  section.philosophy article {
    padding: 0 10% 0 4%;
    line-height: 2;
    margin: 0 auto 50px;
  }
  .philosophy_photo {
    padding: 50px 5% 0;
  }
  .philosophy_photo p img {
    margin-left: -10%;
  }
  .vtl_sign {
    left: auto;
    right: 1%;
    top: auto;
    bottom: 25%;
  }
  /* 誕生の背景
------------------------------------------------- */
  section.story {
    padding: 0;
  }
  .story {
    padding: 30px 4% 30px 4%;
    width: 85%;
    line-height: 2;
    margin-left: 1%;
  }
  picture.set {
    margin: 30px auto 0;
    aspect-ratio: 5 / 3;
    width: 80%;
  }
  picture.set img {
    margin-left: -10%;
  }
  /* 商品説明
------------------------------------------------- */
  .okoh_online {
    padding: 70px 4% 130px;
    flex-direction: column;
    gap: 10%;
  }
  .okoh_online picture {
    width: 80%;
    margin-bottom: 30px;
  }
  .okoh_online div {
    width: 100%;
  }
  .okoh_online dl {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .okoh_online dl dt {
    width: 50px;
  }
  .okoh_online dl dd {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
  /* 会社紹介
------------------------------------------------- */
  aside.company {
    padding: 0 0 50px 0;
  }
  aside.company ul {
    flex-direction: column;
    font-size: 1.4rem;
  }
  aside.company ul:before {
    content: none;
  }
  aside.company ul:after {
    content: none;
  }
  aside.company ul li {
    width: 100%;
    padding: 10% 5%;
    margin-bottom: 20px;
  }
  aside.company h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 600;
  }
  aside.company h3 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  /* フォトギャラリー
------------------------------------------------- */
  /* 横スクロールセクション */
  .scroll-item {
    min-width: 600px;
  }
  .pin-spacer {
    background-color: #FFF;
  }
  /* footer
------------------------------------------------- */
  footer {
    font-size: 1.3rem;
  }
  footer ul {
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 20px;
  }
  #f_logo {
    margin: auto;
    margin-bottom: 10px;
    width: 136px;
  }
  address {
    text-align: center;
    font-style: normal;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }
  footer a:link {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.4s;
  }
  footer a:visited {
    color: #333;
    text-decoration: none;
  }
  footer a:hover {
    color: #331577;
    text-decoration: underline;
  }
  
  /* movie
------------------------------------------------- */
  section.movie {
  padding: 0 4%;
}
  .svg {
    width: 50px;
    height: 50px;
  }

}