/** Shopify CDN: Minification failed

Line 1027:27 Expected "}" to go with "{"

**/
@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "shippori-mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.7;
  overflow-x: hidden !important;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
}

#custom-top-layout a {
  background-color: #991d23 !important;
  border: #991d23 1px solid !important;
  border-radius: 50px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  padding: 10px 20px 10px 40px !important;
  text-decoration: none !important;
  transition: background 0.6s ease, color 0.6s ease !important;
}

@media screen and (max-width: 750px) {
  a {
    padding: 10px 60px !important;
  }
}

#custom-top-layout a:hover {
  background-color: #ffffff !important;
  border: #991d23 1px solid !important;
  color: #991d23 !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}

.container {
  margin: 0 auto;
  padding: 130px 60px 0;
}

@media screen and (max-width: 750px) {
  .container {
    padding: 50px 15px 0;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding-inline: 30px;
}

@media screen and (max-width: 750px) {
  .wrapper {
    padding-inline: 15px;
  }
}

h2 {
  display: inline-block;
  color: #670611;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  color: #991d23;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  h3 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  h3 {
    margin-bottom: 30px;
  }
}

h4 {
  color: #991d23;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}

h5 {
  color: #c79453;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px !important;
}

@media screen and (max-width: 750px) {
  h5 {
    font-size: 1em;
    margin-bottom: 15px !important;
  }
}

.reverse {
  flex-direction: row-reverse;
}

/* --- 基本設定 --- */
.slider-container {
  width: 100%;
  overflow: hidden !important;
  position: relative;
}

.slider-wrapper {
  display: flex;
  width: 300%;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: slide-anim 13s infinite;
}

.slider-item {
  line-height: 0;
  width: 100%;
  overflow: hidden !important;
}

#custom-top-layout .slider-item a {
  padding: 0 !important;
}

.slider-item img {
  width: 100%;
  display: block;
  height: auto;
}

/* --- PC/SP 切り替えロジック --- */
.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

/* --- アニメーション --- */
@keyframes slide-anim {

  0%,
  38.46% {
    transform: translateX(0);
  }

  50%,
  88.46% {
    transform: translateX(-33.333%);
  }

  100% {
    transform: translateX(-66.666%);
  }
}

#message {
  position: relative;
  text-align: center;
}

#message.container {
  padding: 130px 60px;
}

@media screen and (max-width: 750px) {
  #message.container {
    padding: 50px 15px;
  }
}

/* ▼ 画像パス変更箇所 ▼ */
#message::before {
  content: "";
  width: 420px;
  height: 430px;
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/bg_watercolor_top.png?v=86742711533155273461778639219');
  background-size: 100% 100%;
  left: 0;
  top: 0;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #message::before {
    width: 200px;
    height: 210px;
  }
}

/* ▼ 画像パス変更箇所 ▼ */
#message::after {
  content: "";
  width: 420px;
  height: 430px;
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/bg_watercolor_bottom.png?v=184015927050855385761778639219');
  background-size: 100% 100%;
  right: 0;
  bottom: 0;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #message::after {
    width: 150px;
    height: 160px;
  }
}

#message .wrapper {
  position: relative;
}

/* ▼ 画像パス変更箇所 ▼ */
#message .wrapper::before {
  content: "";
  width: 220px;
  height: 220px;
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/star_bg_1.png?v=69023458387280365061778639218');
  left: 0;
  bottom: 0;
  position: absolute;
}

@media screen and (max-width: 900px) {
  #message .wrapper::before {
    display: none;
  }
}

/* ▼ 画像パス変更箇所 ▼ */
#message .wrapper::after {
  content: "";
  width: 220px;
  height: 220px;
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/star_bg_2.png?v=70372922617660174641778639218');
  right: 0;
  top: 0;
  position: absolute;
}

@media screen and (max-width: 900px) {
  #message .wrapper::after {
    display: none;
  }
}

#message h2 {
  position: relative;
}

#message h2::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #c79453;
  left: -120px;
  top: 50%;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  #message h2::before {
    width: 70px;
    left: -85px;
  }
}

@media screen and (max-width: 750px) {
  #message h2::before {
    width: 50px;
    height: 1px;
    left: -60px;
  }
}

#message h2::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #c79453;
  right: -120px;
  top: 50%;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  #message h2::after {
    width: 70px;
    right: -85px;
  }
}

@media screen and (max-width: 750px) {
  #message h2::after {
    width: 50px;
    height: 1px;
    right: -60px;
  }
}

#message h3 {
  line-height: 1.7;
  padding-top: 20px;
  position: relative;
}

/* ▼ 画像パス変更箇所 ▼ */
#message h3::before {
  content: "";
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/title_ribbon.png?v=3794201999961429771778639218');
  background-size: 100% 100%;
  width: 140px;
  height: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -25px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  #message h3::before {
    width: 100px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  #message h3::before {
    width: 70px;
    height: 20px;
    top: -20px;
  }
}

p {
  line-height: 4;
  margin-bottom: 80px;
}

p .gold-text {
  color: #c79453;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  p {
    line-height: 3;
    margin-bottom: 40px;
  }
}

#ebook.container {
  padding: 50px 15px 0px;
}

#ebook.container .wrapper {
  background-color: #f6efec;
  border: 2px solid #c79453;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(96, 72, 41, 0.1);
  padding: 40px;
}

@media screen and (max-width: 750px) {
  #ebook.container .wrapper {
    padding: 15px 15px 33px 15px;
  }
}

#ebook.container .wrapper h2 {
  line-height: 50px;
  margin-left: 62px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #ebook.container .wrapper h2 {
    line-height: 30px;
    margin-left: 40px;
  }
}

/* ▼ 画像パス変更箇所 ▼ */
#ebook.container .wrapper h2::before {
  content: "";
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/book_icon.png?v=173665523879795827941778639219');
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  left: -65px;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #ebook.container .wrapper h2::before {
    width: 30px;
    height: 30px;
    left: -40px;
  }
}

#ebook.container .wrapper .two-col {
  display: flex;
  gap: 2.5%;
}

@media screen and (max-width: 1200px) {
  #ebook.container .wrapper .two-col {
    display: grid;
    gap: 2.5%;
  }
}

#ebook.container .wrapper .two-col .card {
  background-color: #ffffff;
  border: 2px solid #c79453;
  border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 750px) {
  #ebook.container .wrapper .two-col .card {
    padding: 15px 15px 26px 15px;
  }
}

#ebook.container .wrapper .two-col .card .card-content {
  display: flex;
  gap: 5%;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #ebook.container .wrapper .two-col .card .card-content {
    display: grid;
    gap: 2.5%;
  }
}

#ebook.container .wrapper .two-col .card .card-content .left {
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width: 750px) {
  #ebook.container .wrapper .two-col .card .card-content .left {
    width: 100%;
  }
}

#ebook.container .wrapper .two-col .card .card-content .left .card-img {
  max-width: 260px;
}

@media screen and (max-width: 1200px) {
  #ebook.container .wrapper .two-col .card .card-content .left .card-img {
    max-width: 500px;
  }
}

@media screen and (max-width: 750px) {
  #ebook.container .wrapper .two-col .card .card-content .left .card-img {
    margin: 0 auto;
    max-width: 300px;
  }
}

#ebook.container .wrapper .two-col .card .card-content .left .card-img img {
  width: 100%;
  height: auto;
}

#ebook.container .wrapper .two-col .card .card-content .right {
  width: 50%;
}

@media screen and (max-width: 750px) {
  #ebook.container .wrapper .two-col .card .card-content .right {
    text-align: center;
    width: 100%;
  }
}

#ebook.container .wrapper .two-col .card .card-content .right p {
  line-height: 1.7;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  #ebook.container .wrapper .two-col .card .card-content .right p {
    font-size: 1.1em;
    margin-bottom: 25px;
  }
}

#international {
  padding-inline: 15px;
}

#international .wrapper {
  background-color: #ffffff;
  border: 2px solid #c79453;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(96, 72, 41, 0.1);
  padding: 40px;
}

@media screen and (max-width: 750px) {
  #international .wrapper {
    padding: 15px 15px 26px 15px;
  }
}

#international .wrapper .title {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  #international .wrapper .title {
    display: grid;
    margin-bottom: 15px;
  }
}

#international .wrapper .title h2 {
  line-height: 50px;
  margin: 0 10px 0 62px;
  position: relative;
}

@media screen and (max-width: 900px) {
  #international .wrapper .title h2 {
    margin: 0 0 15px 62px;
  }
}

@media screen and (max-width: 750px) {
  #international .wrapper .title h2 {
    line-height: 30px;
    margin: 0 0 10px 40px;
  }
}

/* ▼ 画像パス変更箇所 ▼ */
#international .wrapper .title h2::before {
  content: "";
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/globe_icon.png?v=114653869617751506821778639219');
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  left: -65px;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #international .wrapper .title h2::before {
    width: 30px;
    height: 30px;
    left: -40px;
  }
}

#international .wrapper .title h3 {
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  #international .wrapper .title h3 {
    font-size: 1.3em;
    text-align: center;
  }
}

#international .wrapper .card-content {
  display: flex;
  gap: 5%;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #international .wrapper .card-content {
    display: grid;
    gap: 2.5%;
  }
}

#international .wrapper .card-content .left {
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width: 750px) {
  #international .wrapper .card-content .left {
    width: 100%;
  }
}

#international .wrapper .card-content .left .card-img {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #international .wrapper .card-content .left .card-img {
    max-width: 300px;
  }
}

#international .wrapper .card-content .left .card-img img {
  width: 100%;
  height: auto;
}

#international .wrapper .card-content .right {
  width: 50%;
}

@media screen and (max-width: 750px) {
  #international .wrapper .card-content .right {
    text-align: center;
    width: 100%;
  }
}

#international .wrapper .card-content .right p {
  line-height: 1.7;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  #international .wrapper .card-content .right p {
    font-size: 1.1em;
    margin-bottom: 25px;
  }
}

#blog {
  padding-inline: 15px;
}

#blog .wrapper {
  background-color: #ffffff;
  border: 2px solid #c79453;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(96, 72, 41, 0.1);
  padding: 40px 40px 20px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #blog .wrapper {
    padding: 15px 15px 26px 15px;
  }
}

/* ▼ 画像パス変更箇所 ▼ */
#blog .wrapper::before {
  content: "";
  width: 310px;
  height: 320px;
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/bg_watercolor_top.png?v=86742711533155273461778639219');
  background-size: 100% 100%;
  left: 0;
  top: 0;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #blog .wrapper::before {
    width: 200px;
    height: 400px;
  }
}

/* ▼ 画像パス変更箇所 ▼ */
#blog .wrapper::after {
  content: "";
  width: 310px;
  height: 320px;
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/bg_watercolor_bottom.png?v=184015927050855385761778639219');
  background-size: 100% 100%;
  right: 0;
  bottom: 0;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #blog .wrapper::after {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  #blog .wrapper {
    display: grid;
  }
}

#blog .wrapper .title {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 900px) {
  #blog .wrapper .title {
    display: grid;
    margin-bottom: 15px;
  }
}

#blog .wrapper .title h2 {
  line-height: 55px;
  margin: 0 10px 0 62px;
  position: relative;
}

@media screen and (max-width: 900px) {
  #blog .wrapper .title h2 {
    margin: 0 0 15px 62px;
  }
}

@media screen and (max-width: 750px) {
  #blog .wrapper .title h2 {
    line-height: 30px;
    margin: 0 0 10px 40px;
  }
}

/* ▼ 画像パス変更箇所 ▼ */
#blog .wrapper .title h2::before {
  content: "";
  background-image: url('//ecofriendlydogapparel.jp/cdn/shop/t/41/assets/blog_icon.png?v=119002833938137453981778639219');
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  left: -65px;
  position: absolute;
}

@media screen and (max-width: 750px) {
  #blog .wrapper .title h2::before {
    width: 30px;
    height: 30px;
    left: -40px;
  }
}

#blog .wrapper .title h3 {
  line-height: 1.2;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  #blog .wrapper .title h3 {
    font-size: 1.3em;
    text-align: center;
  }
}

#blog .wrapper .card-content {
  display: flex;
  gap: 5%;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #blog .wrapper .card-content {
    display: grid;
    gap: 2.5%;
  }
}

#blog .wrapper .card-content .left {
  margin: 0 auto;
  width: 40%;
}

@media screen and (max-width: 750px) {
  #blog .wrapper .card-content .left {
    width: 100%;
  }
}

#blog .wrapper .card-content .left .card-img {
  margin: 0 auto;
  max-width: 370px;
}

@media screen and (max-width: 750px) {
  #blog .wrapper .card-content .left .card-img {
    max-width: 200px;
  }
}

#blog .wrapper .card-content .left .card-img img {
  width: 100%;
  height: auto;
}

#blog .wrapper .card-content .right {
  width: 60%;
}

@media screen and (max-width: 750px) {
  #blog .wrapper .card-content .right {
    text-align: center;
    width: 100%;
  }
}

#blog .wrapper .card-content .right p {
  line-height: 1.7;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  #blog .wrapper .card-content .right p {
    font-size: 1.1em;
    margin-bottom: 25px;
  }
}

#contact {
  margin-bottom: 130px;
}

@media screen and (max-width: 750px) {
  #contact {
    margin-bottom: 50px;
  }
}

#contact .three-col {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  #contact .three-col {
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: hidden;
  }
}

#contact .three-col.wrapper {
  padding-inline: 0;
}

@media screen and (max-width: 750px) {
  #contact .three-col.wrapper {
    max-width: 500px;
  }
}

#contact .three-col .card {
  background-color: #ffffff !important;
  border: 2px solid #c79453 !important;
  border-radius: 10px !important;
  box-shadow: 0px 5px 20px 0px rgba(96, 72, 41, 0.1) !important;
  margin-bottom: 2% !important;
  max-width: 380px !important;
  padding: 30px !important;
}

#contact .three-col .card.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  #contact .three-col .card.sp {
    display: block !important;
    margin: 0 auto !important;
    padding: 13px !important;
    text-align: center !important;
    border: 1px solid;
  }
}

#contact .three-col .card.sp h3 {
  font-size: 1em !important;
  margin-bottom: 0 !important;
}

#contact .three-col .card.document {
  padding: 15px 20px !important;
}

#contact .three-col .card.document .card-img-sp {
  margin-bottom: 5px !important;
}

#contact .three-col .card .card-content {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

#contact .three-col .card .card-content .left {
  width: 30%;
}

#contact .three-col .card .card-content .left .card-img {
  margin: 0 auto;
  max-width: 75px;
}

#contact .three-col .card .card-content .left .card-img img {
  width: 100%;
  height: auto;
}

#contact .three-col .card .card-content .right {
  width: 70%;
}

#contact .three-col .card .card-content .right h3 {
  margin-bottom: 20px;
}

#contact .three-col .card .card-content .right p {
  line-height: 1.7;
  margin-bottom: 0;
}

#contact .three-col .card .custombutton {
  text-align: center;
}

#contact .three-col .card .custombutton a {
  background-color: #ffffff !important;
  border: #991d23 1px solid !important;
  border-radius: 50px !important;
  color: #991d23 !important;
  cursor: pointer !important;
  padding: 10px 20px 10px 40px !important;
  text-decoration: none !important;
  transition: background 0.6s ease, color 0.6s ease !important;
}

#contact .three-col .card .custombutton a:hover {
  background-color: #991d23 !important;
  color: #ffffff!important;