html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #171719;
  letter-spacing: .1em;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

.logo_img,
.mv_title_img {
  max-width: 100%;
  width: auto;
}

.content__wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.content__wrap02 {
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
  position: relative;
}

.content__wrap03 {
  width: 100%;
  margin: 0 auto;
}

.ta_c{
  text-align: center;
}

.sp-only {
  display: none;
}


@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .content__wrap {
    max-width: 100%;
    padding: 0 5.128vw;
  }

  .content__title {
    font-size: 7.179vw;
    margin-bottom: 3.846vw;
  }

  .content__sub-title {
    font-size: 5.128vw;
    margin-bottom: 3.846vw;
  }

  .sp-only {
    display: block;
  }
}

/*******************************
    ヘッダー
********************************/
header {
  width: 100%;
  background-color: #fff;
  padding: 1.432vw 3.255vw;
  box-shadow: 24px 0px 21px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1636px;
  margin: 0 auto;
}

.logo a {
  width: 15.625vw;
}

.menu__list {
  display: flex;
  gap: 2.279vw;
}

.menu__item {
  color: #2e2a21;
  transition: .3s;
}

.menu__item:hover {
  color: #bea670;
}

.burger__btn {
  display: none;
}

@media (min-width: 1536px) {
  header {
    padding: 22px 50px;
  }

  .logo a {
    width: 240px;
  }

  .menu__list {
    gap: 35px;
  }
}

@media (max-width: 767px) {
  header {
    padding: 0 5.128vw;
    height: 93px;
    align-content: center;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
  }

  header.with-scroll {
    box-shadow:
      rgb(0 0 0 / 20%) 0px 2px 4px -1px,
      rgb(0 0 0 / 14%) 0px 4px 5px 0px,
      rgb(0 0 0 / 12%) 0px 1px 10px 0px;
  }

  .header__inner {
    display: flex;
  }

  .logo a {
    width: 40.256vw;
  }

  .header__menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-color: #1c327c;
  }

  .header__menu.in {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-color: #1c327c;
    color: #fff;
  }

  .menu__list {
    display: block;
    text-align: center;
    padding-top: 25.641vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .3s ease-in;
    transition-delay: .1s;
  }

  .header__menu.in .menu__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu__item {
    margin-bottom: 8.974vw;
    color: #fff;
  }

  .menu__item:hover {
    color: #fff;
  }

  .menu__item a {
    font-size: 4.103vw;
  }

  .burger__btn {
    display: block;
    position: relative;
    width: 5.128vw;
    height: 4.103vw;
    cursor: pointer;
    z-index: 300;
  }

  .burger__btn span {
    display: block;
    position: absolute;
    height: 0.256vw;
    width: 100%;
    background: #1c327c;
    left: 0;
    transform: rotate(0deg);
  }

  .line-1 {
    top: 0px;
  }

  .line-2 {
    top: 50%;
    transform: translateY(-50%);
  }

  .line-3 {
    bottom: 0;
  }

  .burger__btn.open span {
    background-color: #fff;
  }

  .burger__btn.open .line-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .burger__btn.open .line-2 {
    opacity: 0;
  }

  .burger__btn.open .line-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
}

@media (max-width: 600px) {
  header {
    padding: 3.846vw 5.128vw;
    box-shadow: 24px 0px 21px 0px rgba(0, 0, 0, 0.15);
  }
}

/*******************************
    mv
********************************/
.mv {
  position: relative;
  text-align: center;
  margin-top: 5.99vw;
}

@media (min-width: 1536px) {
  .mv {
    margin-top: 92px;
  }
}

@media (max-width: 767px) {
  .mv {
    margin-top: 93px;
  }
}

@media (max-width: 600px) {
  .mv {
    margin-top: 0;
    padding-top: 93px;
  }
}

/*******************************
    はじめに
********************************/

.beginning {
  padding: 50px 240px 150px;
}

.beginning .content__title {
  font-family: "Zen Old Mincho", YakuHanJPs;
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 52px;
  text-align: center;
  letter-spacing: 0;
}

.beginning .content__sub-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}

.beginning p{
  margin-bottom: 60px;
}

.beginning_txt{
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .beginning {
    padding: 50px 144px 90px;
  }
  .beginning .content__title {
    font-size: 37px;
    margin-bottom: 31px;
  }
  .beginning .content__sub-title {
    font-size: 24px;
    margin-bottom: 36px;
  }
  .beginning p{
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .beginning {
    padding: 30px 20px 72px;
  }
  .beginning .content__title {
    font-size: 33px;
    margin-bottom: 28px;
  }
  .beginning .content__sub-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .beginning p{
    margin-bottom: 90px;
    font-size: 15px;
  }
}

/*******************************
    5つの味
********************************/

.taste {
  max-width: 1440px;
  padding: 150px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.taste p.taste_p{
  margin-bottom: 120px;
}

.taste p{
  margin-bottom: 40px;
}

.taste p.last{
  margin-bottom: 0px;
}

.taste .content__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 62px;
  font-weight: 500;
  color: #1c327c;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0;
  width: 100%;
  white-space: nowrap;
}

.taste .content__sub-title {
  font-size: 40px;
  font-weight: 500;
}

.taste .taste__title{
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}

.taste .taste__title::before,
.taste .taste__title::after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #171719;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.taste .taste__title::before {
  left: -120px;
}

.taste .taste__title::after {
  right: -120px;
}


.taste__flex{
  display: flex;
  justify-content: space-around;
  gap: 60px;
  margin-bottom: 60px;
}

.taste__box{
  width: 18%;
}



.taste__box img{
  margin-bottom: 30px;
}

.taste__box .taste__name{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.taste__box .taste__txt{
  margin-bottom: 0px;
  text-align: left;
  font-size: 16px;
}

.taste .commitment__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 62px;
  font-weight: 500;
  color: #1c327c;
  line-height: 1.5;
  position: absolute;
  bottom: -285px;
  right: clamp(0px, calc(-50vw + 960px), 220px);
  writing-mode: vertical-rl;
  z-index: 1;
  text-align: start;
}

@media (max-width: 1450px) {
  .taste__flex {
      padding: 0 20px;
  }
}

@media (max-width: 1439px) {
  .taste .commitment__title {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .taste {
    padding: 90px 0;
  }
  .taste .content__title {
    font-size: 37px;
  }
  .taste .content__sub-title {
    font-size: 24px;
  }
  .taste .taste__title{
    font-size: 38px;
    margin-bottom: 18px;
  }
  .taste .taste__title::before,
  .taste .taste__title::after{
      width: 60px;
  }
  .taste .taste__title::before {
    left: -72px;
  }
  .taste .taste__title::after {
    right: -72px;
  }
  .taste__flex{
    gap: 20px;
  }

  .taste__box img{
    margin-bottom: 18px;
  }

  .taste .commitment__title {
    font-size: 37px;
    bottom: -175px;
    right: 80px;
  }
}

@media (max-width: 767px) {
  .taste {
    padding: 70px 20px;
  }
  .taste p.taste_p{
    margin-bottom: 30px;
  }
  .taste p{
    margin-bottom: 30px;
  }
  .taste p.last{
    margin-bottom: 0px;
  }
  .taste p{
    margin-bottom: 30px;
  }
  .taste .content__title {
    top: -32px;
    font-size: 34px;
  }
  .taste .content__sub-title {
    font-size: 24px;
  }
  .taste .taste__title{
    font-size: 24px;
  }
  .taste .taste__title::before,
  .taste .taste__title::after{
      width: 24px;
  }
  .taste .taste__title::before {
    left: -32px;
  }
  .taste .taste__title::after {
    right: -32px;
  }
  .taste__flex{
    display: flex;
    justify-content: space-around;
    gap: 0px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    padding: 0 0;
  }
  .taste__box{
    width: 100%;
  }
  .taste__img__box{
    width: 60%;
    margin: 0 auto;
  }
  .taste__box img{
    margin-bottom: 20px;
  }
  .taste__box .taste__name{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .taste__box .taste__txt{
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 15px;
  }
  .ta_l{
    text-align: left!important;
  }
  .taste .commitment__title {
    font-family: "Zen Old Mincho", serif;
    font-size: 34px;
    bottom: -160px;
    right: 0;
  }
}

/*******************************
    3つのこだわり
********************************/
.commitment{
  padding: 150px 0px 100px;
  position: relative;
}

.commitment .bg-img{
  content: url(../images/commitment/bg-img.png);
  position: absolute;
  top: 0;
  max-width: 100%;
  z-index: -2;
  right: clamp(
    -240px,
    calc(-240px + (1920px - 100vw) * 0.5),
    0px
  );

  width: min(100vw, 790px);
}

.commitment .commitment__flex{
  display: flex;
  justify-content: space-around;
  gap: 120px;
  margin-bottom: 60px;
}

.commitment .commitment__box{
  width: 28%;
}

.commitment .commitment__box.type01{
  padding-top: 0;
}
.commitment .commitment__box.type02{
  padding-top: 10%;
}
.commitment .commitment__box.type03{
  padding-top: 20%;
}

.commitment__img{
  margin-bottom: 40px;
}

.commitment__name{
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.commitment__txt span{
  background:linear-gradient(transparent 60%, #fff6ae 60%);
  display: inline;
}

@media (max-width: 1450px) {
  .commitment .commitment__flex{
      padding: 0 20px;
  }
}

@media (max-width: 1439px) {
  .commitment{
    overflow: hidden;
  }
  .commitment .bg-img{
  max-width: 790px;
  z-index: -2;
  right: -240px;
  width: 100%;
  }
}

@media (max-width: 1024px) {
  .commitment{
    padding: 90px 0px 90px;
  }
  .commitment .commitment__flex{
    margin-bottom: 36px;
    gap: 40px;
  }
  .commitment .bg-img{
    max-width: 420px;
    right: 0;
  }
  .commitment__img{
    margin-bottom: 24px;
  }
  .commitment__name{
    font-size: 22px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .commitment{
    padding: 70px 0 35px;
    position: relative;
  }
  .commitment .bg-img{
    max-width: 390px;
    right: -25%;
  }
  .commitment .commitment__flex{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-bottom: 20px;
    padding: 0 0;
  }
  .commitment .commitment__box{
    width: 100%;
  }
  .commitment .commitment__box.type01{
    padding-top: 100px;
    margin-bottom: 30px;
  }
  .commitment .commitment__box.type02{
    padding-top: 0;
    margin-bottom: 30px;
  }
  .commitment .commitment__box.type03{
    padding-top: 0;
  }
  .commitment__img{
    margin-bottom: 20px;
  }
  .commitment__name{
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/*******************************
    食べ方・ペアリング
********************************/
.pairing{
  padding: 100px 120px 0px;
}

.pairing .content__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  background-color: #1c327c;
  padding: 28px 72px;
  max-width: 620px;
  position: relative;
}

.pairing .pairing__area{
  padding: 120px 100px;
  background-color: #f8f8f8;
  margin-top: -45px;
  z-index: -1;
}

.pairing__flex{
  display: flex;
  flex-direction: column;
}

.pairing__box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.pairing__img{
  width: 45%;
}

.pairing__txt-box{
  width: 50%;
  font-family: Zen Kaku Gothic New;
}

.pairing__ttl{
  font-size: 26px;
  margin-bottom: 18px;
}

@media (max-width: 1024px) {
  .pairing{
    padding: 90px 100px 0px;
  }
  .pairing .content__title {
    font-size: 22px;
    padding: 20px 35px;
    max-width: 480px;
  }
  .pairing .pairing__area{
    padding: 72px 60px;
    margin-top: -27px;
  }
  .pairing__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .pairing__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .pairing__txt-box {
    width: 100%;
  }
  .pairing__ttl{
    font-size: 24px;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .pairing{
    padding: 35px 0 70px;
  }
  .pairing .content__title {
    font-size: 20px;
    padding: 15px 30px;
    max-width: 290px;
  }
  .pairing .pairing__area{
    padding: 70px 20px 10px;
    background-color: #f8f8f8;
    margin-top: -45px;
    z-index: -1;
  }
  .pairing__flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    flex-direction: column;
  }
  
  .pairing__box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  
  .pairing__img{
    width: 100%;
  }
  
  .pairing__txt-box{
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
  }
  
  .pairing__ttl{
    font-size: 18px;
    text-align: center;
    margin-bottom: 18px;
  }

  .pairing__txt{
    font-size: 14px;
  }
}


/*******************************
    商品情報
********************************/
.merchandise{
  padding: 150px 120px 150px;
}

.merchandise__flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
}

.merchandise__box-main{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}
.merchandise__box-main .merchandise__img{
  width: 48%;
}
.merchandise__box-main .merchandise__txt-box{
  width: 48%;
}

.merchandise__box-sub{
  width: 46%;
  text-align: center;
}
.merchandise__box-sub .merchandise__ttl-sub{
  margin-top: 40px;
}

.merchandise__ttl-sub{
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
}

.merchandise__ttl{
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 38px;
}

.merchandise__txt{
  margin-bottom: 40px;
}

.merchandise__txt span{
  font-size: 22px;
  font-weight: 500;
}

.merchandise__tax{
  font-size: 40px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 38px;
}

.merchandise__tax span{
  font-size: 22px;
}

a.merchandise__link{
  font-size: 20px;
  padding: 30px 0;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  width: 100%;
  max-width: 540px;
  text-align: center;
}

a.merchandise__link:hover{
  color: #000;
  background-color: #fff;
}

.merchandise__delivery-box{
  padding: 20px 0;
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.merchandise__delivery-list{
  width: 50%;
  display: flex;
  font-size: 18px;
  justify-content: flex-start;
}

.merchandise__delivery-ttl{
  padding: 0 20px;
  font-weight: 500;
  border-right: 1px solid #000;
}

.merchandise__delivery-txt{
  padding-left: 20px;
}
.merchandise__br{
  display: none;
}

@media (max-width: 1024px) {
  .merchandise{
    padding: 90px 100px 90px;
  }
  .merchandise__flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
  }
  .merchandise__box-main{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .merchandise__box-main .merchandise__img{
    width: 100%;
    margin-bottom: 30px;
  }
  .merchandise__box-main .merchandise__txt-box{
    width: 100%;
    text-align: center;
  }
  .merchandise__box-sub{
    width: 100%;
    text-align: center;
  }
  .merchandise__box-sub .merchandise__ttl-sub{
    margin-top: 30px;
  }
  .merchandise__ttl-sub{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .merchandise__ttl{
    font-size: 30px;
    margin-bottom: 34px;
  }
  .merchandise__txt{
    margin-bottom: 30px;
  }
  .merchandise__txt span{
    font-size: 20px;
  }
  .merchandise__tax{
    font-size: 30px;
    margin-bottom: 34px;
  }
  .merchandise__tax span{
    font-size: 20px;
  }
  a.merchandise__link{
    font-size: 20px;
    padding: 20px 0;
  }
  .merchandise__delivery-box{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .merchandise__delivery-list{
    width: 100%;
    display: flex;
    font-size: 14px;
    justify-content: flex-start;
    margin-bottom: 10px;
    align-items: center;
  }
  .merchandise__br{
    display: block;
  }
}

@media (max-width: 767px) {
  .merchandise{
    padding: 70px 0px 70px;
  }
  .merchandise__flex{
    margin-bottom: 40px;
  }
  .merchandise__box-main{
    margin-bottom: 0px;
  }
  .merchandise__box-main .merchandise__img{
    width: 100%;
    margin-bottom: 30px;
  }
  .merchandise__box-main .merchandise__txt-box{
    width: 100%;
    text-align: left;
  }
  .merchandise__box-sub{
    width: 100%;
    text-align: left;
  }
  .merchandise__box-sub .merchandise__ttl-sub{
    margin-top: 30px;
  }
  .merchandise__ttl-sub{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .merchandise__ttl{
    font-size: 22px;
    margin-bottom: 22px;
  }
  .merchandise__txt{
    margin-bottom: 30px;
    font-size: 14px;
  }
  .merchandise__txt span{
    font-size: 16px;
  }
  .merchandise__tax{
    font-size: 22px;
    margin-bottom: 34px;
  }
  .merchandise__tax span{
    font-size: 22px;
  }
  a.merchandise__link{
    margin-bottom: 35px;
    font-size: 16px;
    padding: 20px 0;
  }
  .merchandise__delivery-box{
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .merchandise__delivery-ttl{
    margin: 0 10px;
    padding: 0;
    border-right: none;
  }
  .merchandise__delivery-ttl:first-child{
    white-space: nowrap;
  }

  .merchandise__delivery-txt{
    border-left: 1px solid #000;
    min-height: 44px;
    vertical-align: middle;
    padding: 10px;
  }
}
/*******************************
    ハレのち音羽について
********************************/
.about{
  padding: 150px 240px 0px;
  min-height: 800px;
  position: relative; 
  overflow: hidden;   
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}
.about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center top; 
  display: block;
}

.about .content__title{
  font-family: "Zen Old Mincho", serif;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 60px;
}

.about__txt{
  color: #fff;
  margin-bottom: 60px;
}

a.about__link{
  width: 100%;
  padding: 24px 0;
  text-align: center;
  max-width: 500px;
  max-height: 80px;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
}

a.about__link:hover{
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .about{
    padding: 90px 144px 90px;
    min-height: 480px;
  }
  
  .about .content__title{
    font-size: 30px;
    margin-bottom: 50px;
  }
  .about__txt{
    margin-bottom: 50px;
  }
  a.about__link{
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .about{
    padding: 130px 20px 130px;
    min-height: 390px;
  }
  .about .content__title{
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .about__txt{
    color: #fff;
    margin-bottom: 40px;
  }
  a.about__link{
    width: 100%;
    padding: 25px 0;
    text-align: center;
    max-width: 350px;
    border: 1px solid #fff;
    color: #fff;
  }
}


/*******************************
    フッター
********************************/
footer {
  width: 100%;
  padding: 0.781vw 0 0.846vw;
  text-align: center;
  background-color: #1c327c;
}

.footer--text {
  font-size: 0.846vw;
  color: #fff;
}

@media (min-width: 1536px) {
  footer {
    padding: 12px 0 13px;
  }

  .footer--text {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 2.308vw 0 2.821vw;
  }

  .footer--text {
    font-size: 2.821vw;
  }
}