@charset "utf-8";

/*
-----------------------------------------------
▼ヘッダー
----------------------------------------------- */
.head_logo {
  opacity: 0;
  max-width: 240px;
  transition: 0.6s all;
}
.head_logo a{
  pointer-events: none;
}

/*
-----------------------------------------------
▼TOPページ
----------------------------------------------- */
/* メインスライド */
.top_txt {
  width: 20%;
}
.slider {
  width: 80%;
}
.top_txt {
  text-align: center;
}
.top_txt p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.slider_sp{
display:none;
}

.slick-img img {
  border-radius: 12px 0 0 12px;
}
/* ニュース */
#top_news {
  margin-top: 60px;
}
#top_news_con {
  margin-bottom: 100px;
}
.news_list a {
  color: #333;
  display: block;
  width: 100%;
}
.news_list a:hover {
  background: #e5e2ee;
}
.news_list dl {
  font-size: 1.7rem;
  border-bottom: solid 1px #999;
  padding: 14px 0;
}
.news_list dt {
  width: 7em;
  padding-left: 0.5em;
}
.news_list dd {
  padding-right: 0.5em;
  width: calc(100% - 7em);
}
#top_news_con .news_list {
  width: calc(100% - 320px);
}
#top_news_con .ttl {
  width: 320px;
  text-align: center;
}
#top_news_con .ttl h2 {
  font-size: 4.4rem;
  font-weight: 500;
  color: #574191;
}
#top_news_con .ttl h2 span {
  font-size: 2.2rem;
  margin-left: 15px;
}
#top_news_con .ttl .link_type01 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#top_news_con .sp_btn{
display:none;
}


/* 醤油の魅力発信 */
#top_shop {
  padding-bottom:180px;
  background-image:url(../img/top/bg_logo.png);
  background-repeat:no-repeat;
  background-position:right  60px;
}
#top_shop_con .img {
  width: 47%;
}
#top_shop_con .txt {
  width: 48%;
}
#top_shop_con .txt h2 {
  font-size: 5.0rem;
  color: #574191;
  font-weight: 500;
  margin-bottom: 15px;
}
#top_shop_con .txt p {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 50px;
}
#top_shop_con .btn_type01 {
  margin-bottom: 20px;
}
/* 紫水亭の醤油 */
#top_shoyu {
  background: #e5e2ee;
  padding: 0 0 30px;
}
#top_shoyu_con .txt {
  width: 48%;
  padding: 60px 0 30px;
}
#top_shoyu_con .img {
  width: 48%;
}
#top_shoyu_con .txt .container01 {
  column-gap: 20px;
}
#top_shoyu_con .txt h2 {
  font-size: 5.0rem;
  color: #574191;
  font-weight: 500;
  margin-bottom: 15px;
}
#top_shoyu_con .txt p {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 20px;
}
#top_shoyu_con .txt h3 {
  font-size: 4.8rem;
  color: #574191;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.4;
}
#top_shoyu_con .txt h3 span {
  font-size: 1.8rem;
  display: block;
}
#top_shoyu_con .img {
  font-size: 1.8rem;
  display: block;
}
#top_shoyu_con .img a {
  color:#333;
}
#top_shoyu_con .img a:hover {
  opacity:0.6;
}
#top_shoyu_con .img .container01 {
  column-gap: 15%;
  margin-top: -140px;
}
#top_shoyu_con .top_product01 {
  width: 46%;
  text-align: center;
}
#top_shoyu_con .top_product02 {
  width: 22%;
  text-align: center;
}

#top_shoyu .sp_btn{
display:none;
}

/* 醤油スイーツ */
#top_sweets .sp_btn{
display:none;
}

#top_sweets {
  background: #574191;
  padding: 70px 0 70px;
  color: #fff;
}
#top_sweets .txt {
  width: 390px;
}
#top_sweets .img {
  width: calc(100% - 390px);
}
#top_sweets .txt h2 {
  font-size: 5.0rem;
  font-weight: 500;
  margin-bottom: 15px;
}
#top_sweets .txt p {
  font-size: 2.3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
#top_sweets .btn_type01 {
  margin-bottom: 15px;
  border: solid 1px #fff;
}
#top_sweets .img li {
  width: 31%;
  text-align: center;
}
#top_sweets .img li a {
  width: 31%;
  color: #fff;
}
#top_sweets .img li a:hover {
  opacity: 0.6;
}
#top_sweets .img li p {
  margin-top: 10px;
}
/* TOPページバナー */
#top_bana {
  padding: 80px 0;
}
#top_bana ul {
  column-gap: 3.5%;
}
#top_bana li {
  width: 32%;
}
#top_bana li a:hover {
  opacity: 0.6;
}
/*
-----------------------------------------------
▼TOPページ レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 1240px) {
/* メインスライド */
.top_txt p {
  font-size: 2.4vw;
  margin-bottom: 1.5vw;
}
.top_logo{
display:block;
margin:0 auto;
width:11vw;
}

/* 醤油の魅力発信 */
#top_shop_con .txt h2 {
  font-size: 4.5vw;
  margin-bottom: 1vw;
}
#top_shop_con .txt p {
  font-size: 1.5vw;
  line-height: 1.7;
  margin-bottom: 3vw;
}
#top_shop {
  padding-bottom: 10vw;
  background-size:30vw;
}

/* 紫水亭の醤油 */
#top_shoyu_con .txt h2 {
  font-size: 4.5vw;
  margin-bottom: 1vw;
}
#top_shoyu_con .txt h3 {
  font-size: 3.8vw;
  margin-bottom: 1.5vw;
}
#top_shoyu_con .txt h3 span {
  font-size: 1.6vw;
}
#top_shoyu_con .txt p {
  font-size: 1.56vw;
  line-height: 1.7;
  margin-bottom: 2vw;
}

#top_shoyu_con .txt {
  width: 54%;
  padding: 4vw 0 3vw;
}
#top_shoyu_con .img {
  width: 44%;
}
#top_shoyu_con .img {
  font-size: 1.5vw;
}
#top_shoyu_con .img .container01 {
  column-gap: 14%;
  margin-top: -7vw;
}
#top_shoyu_con .top_product01 {
  width: 50%;
  text-align: center;
}
#top_shoyu_con .top_product02 {
  width: 22%;
  text-align: center;
}

/* 醤油スイーツ */
#top_sweets {
  padding: 4vw 0 4vw;
}
#top_sweets .txt h2 {
  font-size: 4.5vw;
  margin-bottom: 1vw;
}
#top_sweets .txt p {
  font-size: 1.9vw;
  margin-bottom: 1.5vw;
}
#top_sweets .txt {
  width: 31%;
}
#top_sweets .img {
  width: 67%;
}

#top_sweets .img li p {
  font-size:1.5vw;
}
}


@media screen and (max-width: 1024px) {
  /* メインスライド */
  .top_logo {
    display: none;
  }
.top_txt p {
  font-size: 3.2vw;
  margin-bottom:0;
}
/* TOPニュース */
#top_news_con .news_list {
  width: calc(100% - 22%);
}
#top_news_con .ttl {
  width: 20%;
}
#top_news_con .ttl h2 {
  font-size: 3.8vw;
}
#top_news_con .ttl h2 span {
  font-size: 1.4vw;
  margin-left: 1vw;
}
.news_list dl {
  font-size: 1.5vw;
  padding: 0.8vw 0;
}
/* TOPページバナー */
#top_bana {
  padding: 5vw 0;
}

}

@media screen and (max-width: 650px) {
/* メインスライド */
.slider{
display:none !important;
}
.top_txt {
  width: 18%;
}
.slider_sp{
display:block;
  width: 82%;
}
.top_txt p {
  font-size: 6vw;
}

/* TOPニュース */
#top_news {
  margin-top: 30px;
}
#top_news_con {
  margin-bottom: 60px;
}

#top_news_con .news_list {
  width:100%;
}
#top_news_con .ttl {
  width: 100%;
}
#top_news_con .ttl h2 {
  font-size: 7vw;
}
#top_news_con .ttl h2 span {
  font-size: 3.8vw;
  margin-left: 1.5vw;
}

.news_list dt,
.news_list dd{
width:100%;
padding:0;
line-height:1.5;
}

.news_list dl {
  font-size: 3.8vw;
  padding: 2vw 0;
}


#top_news_con .sp_btn{
display:block;
margin:5vw auto 0;
}
#top_news_con .pc_btn{
display:none;
}

/* 醤油の魅力発信 */

#top_shop .in_box02 {
  width: 100vw;
}

#top_shop_con .img {
width:100vw;
}

#top_shop_con .txt {
width:92vw;
margin:2vw 4vw;
}


#top_shop_con .txt h2 {
  font-size: 7vw;
  margin: 3vw 0;
  text-align:center;
}
#top_shop_con .txt p {
  font-size: 1.5rem;
  margin-bottom: 7vw;
}
#top_shop_con .txt p br {
display:none;
}

#top_shop {
  padding-bottom: 3vw;
  margin-bottom:0;
  background-size:36vw;
  background-position:right 72%;
}

.sp_side{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  column-gap:2vw;
}

/* 紫水亭の醤油 */
#top_shoyu {
  padding: 5vw 0 8vw;
}
#top_shoyu_con .txt {
  width: 100%;
  padding: 0;
}
#top_shoyu_con .img {
  width: 100%;
}

#top_shoyu_con .txt h2 {
  font-size: 7vw;
  margin: 0 0 3vw;
  text-align:center;
}
#top_shoyu_con .txt h3 {
  width:47%;
  font-size: 7vw;
  margin-bottom: 1.5vw;
  text-align:center;
}
#top_shoyu_con .txt h3 span {
  font-size: 3.5vw;
}
#top_shoyu_con .txt p {
  font-size: 1.5rem;
  margin-bottom: 7vw;
}
#top_shoyu_con .txt p br{
display:none;
}

#top_shoyu .sp_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  column-gap:2vw;
}

#top_shoyu .pc_btn{
display:none;
}

#top_shoyu_con .img .container01 {
  column-gap: 10%;
  margin: 0 0 7vw;
}

#top_shoyu_con .top_product01 {
  width: 45%;
  text-align: center;
}
#top_shoyu_con .top_product02 {
  width: 45%;
  padding-left:10%;
  padding-right:10%;
  text-align: center;
}

#top_shoyu_con .img p {
font-size:3vw;
margin-top:5px;
}

/* 醤油スイーツ */
#top_sweets .pc_btn{
display:none;
}

#top_sweets .sp_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  column-gap:2vw;
}

#top_sweets {
  padding: 5vw 0 7vw;
}
#top_sweets .txt h2 {
  font-size: 7vw;
  text-align:center;
  margin:0 auto 3vw;
}
#top_sweets .txt p {
  font-size: 1.5rem;
  text-align:center;
  margin-bottom: 4vw;
}
#top_sweets .txt {
  width: 100%;
  
}
#top_sweets .img {
  width: 100%;
}

#top_sweets .img li p {
  font-size:3.5vw;
}

#top_sweets .img li {
  width: 48%;
  text-align: center;
  margin-bottom:20px;
}

#top_sweets .img .c-type01{
justify-content:center !important;
column-gap:4%;
}

/* TOPページバナー */

#top_bana li {
  width: 100%;
  padding:15px 15% 25px;
}
#top_bana li a:hover {
  opacity: 0.6;
}


}


/* css_end */