/** Shopify CDN: Minification failed

Line 1233:0 Expected "}" to go with "{"

**/
@charset "utf-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

@font-face {
  font-family: 'Shippori Mincho';
  src: url('{{"ShipporiMincho-Medium.ttf" | asset_url }}')format('ttf');
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* ここから */

html{
  scroll-padding-top: 138px;
}

body {
  margin: auto;
  /* font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; */
  font-family: 'Shippori Mincho', serif;
  color: white;
  overflow-x: hidden;
  background-color: #f7f3ec;
  font-weight: lighter;
}

h1, h2, h3, h4, h5, h6,a,p {
  font-family: 'Shippori Mincho', serif;
  color:#444;
}

@media (max-width: 430px) {
  body {
    width: 100vw;
  }
}

p,
a,
h1,
h2,
h3,
h4,
ul {
  margin: 0;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 138px;
  background-color: #f7f3ec;
  z-index: 100;
  border-bottom: solid #ccc9c5 1px;
}

.logo {
  text-align: center;
  margin: 20px 0;
}

.logo a{
  display: inline-block;
}

.header-menu {
  margin-bottom: 20px;
}

.header-menu ul {
  display: flex;
  justify-content: center;
}

.header-menu li {
  list-style: none;
}

.header-menu a {
  text-decoration: none;
  color: #55514e;
  letter-spacing: 3px;
}

.header-menu span {
  color: #55514e;
  margin: 0 20px;
}

@media (max-width: 430px) {
  header {
    height: 90px;
  }

  .logo {
    margin: 15px 0 10px 0;
  }

  .logo img {
    width: 100px;
  }

  .header-menu a {
    font-size: 13px;
  }

  .header-menu span {
    margin: 0 10px;
  }

  .header-menu {
    margin-bottom: 15px;
  }

  .category a {
    font-size: 12px;
  }
}

img.banner {
  display: block;
  margin-top: 138px;
}

.product-img {
  overflow: hidden;
}

.product-img img {
  transition: transform 0.6s ease;
}

.product-img:hover img {
  transform: scale(1.1);
}

.content {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 430px) {
  img.banner {
    margin-top: 90px;
  }

  .recommend-img img {
    width: 320px;
    height: 220px;
    object-fit: cover;
  }

  .content {
    width: 100%;
    margin: 0;
  }
}

.message {
  width: 80%;
  margin: 0 auto;
  scroll-padding-top: 300px;
}

.message h2 {
  color: #444;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 5px;
}

.message h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
  margin: 35px 0;
}

.message p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 35px;
  text-align: center;
  border: 1px solid #fff;
  padding: 15px;
}

.message span{
  font-size:28px;
}

ul.category {
  width: 80%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 25px;
}

.category li {
  list-style: none;
}

.category a {
  position: relative;
  width: 150px;
  height: 150px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.category img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

.category a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.category a:hover::after {
  opacity: 1; /* ホバー時にオーバーレイを表示 */
}

@media (max-width: 430px) {
  .message {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
    scroll-padding-top: 90px;
  }

  .message h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .message h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    text-align: left;
    margin: 20px 0;
  }

  .message p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 25px;
  }

  .message span{
    font-size:16px;
  }

  ul.category {
    width: 90%;
  }

  .category a {
    width: 65px;
    height: 65px;
  }

  .category-icon::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 17px;
    height: 16px;
    background-size: contain;
  }
}

.recommend-product {
  background: url("/cdn/shop/files/recommend-background.png?v=1750240699");
  padding: 10px 0 120px 0;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  top: -26px;
}

.recommend-wrap {
  margin-top: 30px;
}

.recommend-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.recommend-reverse {
  flex-direction: row-reverse;
  margin-top: 140px;
}

.recommend-text {
  width: 65%;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 70px;
  box-sizing: border-box;
  position: relative;
}

.recommend-container img {
  width: 380px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  height: 380px;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 1000px;
}

.recommend-position {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: 145px;
}

.recommend-text h2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 28px;
  line-height: 30px;
}

/* 左寄せおすすめ */
.recommend-wrap-left {
  margin-top: 162px;
}

.recommend-container-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.recommend-text-left {
  width: 65%;
  text-align: left;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 70px;
  box-sizing: border-box;
  position: relative;
}

.recommend-container-left img {
  width: 380px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -235px;
  order: 1;
  height: 380px;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 1000px;  
}

.recommend-position-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 145px;
}

.recommend-text-left h2 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 28px;
  line-height: 30px;
}

/* 右寄せおすすめ */
.recommend-wrap-right {
  margin-top: 162px;
}

.recommend-text-right {
  width: 65%;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 70px;
  box-sizing: border-box;
  position: relative;
}

.recommend-text-right h2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 28px;
  line-height: 30px;
}


/* ラスト左寄せおすすめ */
.recommend-wrap-last {
  margin-top: 162px;
  margin-bottom: 45px;
}

.recommend-text-last {
  width: 65%;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 70px;
  box-sizing: border-box;
  position: relative;
}

.recommend-text-last h2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 28px;
  line-height: 30px;
}

@media (max-width: 430px) {
  .recommend-product {
    background-position: top center;
    padding-bottom: 5px;
  }

  /* .recommend-wrap {
    margin-top: 130px;
  } */

  .recommend-wrap-left,
  .recommend-wrap-right,
  .recommend-wrap-last {
    margin-top: 60px;
  }

  .recommend-container img {
    width: 150px;
    height: 150px;
    left: 10px;
  }

  .recommend-container-left img {
    width: 150px;
    height: 150px;
    right: -110px;
  }

  .recommend-img img {
    text-align: right;
  }
  .recommend-title h1 {
    margin: 20px 0 0 20px;
    padding: 8px 15px;
    font-size: 16px;
  }

  .recommend-text,
  .recommend-text-left,
  .recommend-text-right,
  .recommend-text-last {
    padding: 15px 15px 25px;
  }

  .recommend-position {
    margin-left: 40px;
  }

  .recommend-position-left,
  .recommend-position-left {
    margin-right: 55px;
  }

  .recommend-text h2,
  .recommend-text-last h2,
  .recommend-text-right h2 {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 18px;
  }

  .recommend-text-left h2 {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 18px;
  }

  .recommend-text span {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .recommend-text a {
    font-size: 14px;
    padding: 10px 20px;
  }

  p.recommend-detail {
    width: 100%;
    font-size: 14px;
    margin: 20px 0px 35px 0px;
    line-height: 28px;
  }

  .recommend-reverse {
    margin-top: 75px;
  }
}

/* 桃 */
.peach-section img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* メロン */
.melon-section img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* アンゴー */
.mango-section img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ぶどう */
.grape-section img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* みかん */
.orange-section img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.other-product {
  background: url("/cdn/shop/files/search_background.png?v=1781772350");
  padding: 65px 0;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 0;
}

.other-product .message {
  margin-top: -200px;
}

/* 予算別タブ切り替え */
.tabs {
  width: 80%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 auto;
  gap:10px;
}

.tablink {
  font-size: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  color: #698db0;
  background-color: inherit;
  border: 1px solid #698db0;
  outline: none;
  cursor: pointer;
  padding: 15px 16px;
  transition: 0.3s;
  flex: 1;
  text-align: center;
}

.tablink:hover {
  color: #fff;
  background-color: #698db0;
}

.tablink.active {
  color: #fff;
  background-color: #698db0;
}

.tabcontent {
  display: none;
  margin-top: 20px;
}

/* 最初のタブを表示 */
#tab1 {
  display: block;
}

/* 予算別商品一覧 */
.product {
  flex: 1;
  text-align: center;
}

.product p {
  color: #000;
}

.product-img {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.tabcontainer,.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}

li.tabproduct, li.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 430px) {
  .tabs {
    width: 92%;
    gap:5px;
  }

  .tablink {
    font-size: 14px;
    padding: 8px 10px;
  }

  .tabcontent {
    margin-top: 10px;
  }

  .tabcontainer {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
  }

  li.tabproduct {
    margin-bottom: 15px;
  }
}

.other-product1 {
  background: url("/cdn/shop/files/peach_background.png?v=1750308975");
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 65px 0;
}


.other-product2 {
  background: url("/cdn/shop/files/melon_background.png?v=1750309478");
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 65px 0;
}

.other-product3 {
  background-image: url("/cdn/shop/files/mango_background.png?v=1750308945");
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 65px 0;
}

.other-product4 {
  background-image: url("/cdn/shop/files/grape_background.png?v=1750309794");
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 65px 0;
}

.other-product5 {
  background-image: url("/cdn/shop/files/orange_background.png?v=1750308962");
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center;
  padding: 65px 0;
}

.wrapper-title{
  scroll-padding-top: 300px;
}

.wrapper-title h2 {
  color: #444;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  position: relative;
  margin: 100px 0 35px 0;
}

.wrapper-title span{
  font-size:20px;
}

.link h2 {
  padding-top: 200px;
  margin-top: -200px;
  margin-bottom: 35px;
}

.brand-name {
  text-align: center;
  position: relative;
  padding-bottom: 0.8em;
}

.brand-name::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 35px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.other-info {
  text-align: center;
  margin-bottom: 50px;
}
.other-info p {
  font-size: 16px;
}

.product-detail {
  padding: 0 200px;
  text-align: center;
}

.product-detail p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 35px;
}

.product-detail h1 {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 15px;
}
/* 
.container {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 60px;
  gap: 10px;
  list-style: none;
}
 */
li.product {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.product img {
  object-fit: cover;
}

/* 3段目 */
li.product-center {
  margin: 0 5px;
  width: 390px;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  color: black;
}

@media (max-width: 430px) {
  .other-product {
    top: -11px;
  }

  .other-product,
  .other-product1,
  .other-product2,
  .other-product3,
  .other-product4,
  .other-product5 {
    padding: 40px 0 30px 0;
  }

  .wrapper-title{
    scroll-padding-top: 250px;
  }

  .wrapper-title h2 {
    font-size: 20px;
    margin: 0 0 30px;
    
  }

  .wrapper-title span{
    font-size:14px;
    letter-spacing: 1;
  }

  .link h2 {
    padding-top: 40px;
    margin-top: -40px;
    margin-bottom: 25px;
  }

  li.product {
    margin-bottom: 15px;
  }

  .product-detail h1 {
    font-size: 18px;
  }

  .product-detail {
    padding: 0;
    margin: 0 20px;
    text-align: center;
  }

  .product-detail p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .container {
    width: 90%;
    margin-bottom: 25px;
    grid-template-columns: repeat(2, 1fr);
  }

  .other-info {
    margin: 0 30px;
  }

  .other-info p {
    font-size: 14px;
  }

  /* 3段目 */
  li.product-center {
    width: 146px;
  }
}

p.product-title {
  font-size: 19px;
  font-weight: 300;
  color: #444;
  margin: 20px 0 0 0;
  line-height: 24px;
  text-align: center;
}

.product-price {
  font-size: 20px;
  color: #444;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 20px;
}

.product-price span {
  font-size: 12px;
  margin-left: 3px;
}

/* .original-price {
  color: #990000;
  text-decoration: line-through;
  margin-bottom: 3px;
  font-size: 14px;
} */

/* .sale-price {
  color: #990000;
} */

hr {
  border: none;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  width: 15%;
}

.purchase-btn {
  cursor: pointer;
}
.purchase-btn a {
  font-size: 23px;
  color: white;
  background-color: #698db0;
  padding: 12px 35px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.purchase-btn:hover a {
  color: #698db0;
  background-color: white;
  border: 1px solid #698db0;
}

/* .btn-effect {
  width: 140px;
  height: 50px;
  top: -50px;
  background: #a52424;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
} */

.purchase-btn:hover .btn-effect {
  top: 0;
}

@media (max-width: 430px) {
  p.product-title {
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0 0 0;
    line-height: 20px;
  }

  p.product-detail {
    font-size: 12px;
    line-height: 19px;
  }

  .product-price {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 20px;
  }

  .purchase-btn a {
    font-size: 12px;
    padding: 7px 15px;
  }

.footer-menu {
  padding: 60px 0 40px 0;
  /* background-color: #94ae9a; */
  border-top: solid #ccc9c5 1px;
}

.footer-menu ul {
  text-align: center;
}

.footer-menu li {
  list-style: none;
  margin-bottom: 20px;
}

.footer-menu a {
  text-decoration: none;
  color: #333;
  letter-spacing: 3px;
}
