@charset "euc-jp";

/* ---------

slick.css（ここから）

-----------*/

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 8%;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: '';
    background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow04.svg");
    background-size: cover;
    width: 26.44px;
    height: 46.24px;
    position: absolute;
    top: calc(50% - 13.22px);
    right: 20%;
}

[dir='rtl'] .slick-prev:before {
    content: '';
    background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow04.svg");
    background-size: cover;
    width: 26.44px;
    height: 46.24px;
    position: absolute;
    top: calc(50% - 13.22px);
    right: 20%;
}

.slick-next {
    right: 0px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
    background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow05.svg");
    background-size: cover;
    width: 26.44px;
    height: 46.24px;
    position: absolute;
    top: calc(50% - 13.22px);
    left: 20%;
}

[dir='rtl'] .slick-next:before {
    content: '';
    background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow05.svg");
    background-size: cover;
    width: 26.44px;
    height: 46.24px;
    position: absolute;
    top: calc(50% - 13.22px);
    left: 20%;
}

@media only screen and (max-width: 767px) {
    .slick-prev {
        left: 0;
    }

    [dir='rtl'] .slick-prev {
        right: 0;
        left: auto;
    }

    .slick-prev:before {
        content: '';
        background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow04.svg");
        background-size: cover;
        width: 13.22px;
        height: 24.22px;
        position: absolute;
        top: calc(50% - 7.61px);
        right: 20%;
    }

    [dir='rtl'] .slick-prev:before {
        content: '';
        background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow04.svg");
        background-size: cover;
        width: 13.22px;
        height: 24.22px;
        position: absolute;
        top: calc(50% - 7.61px);
        right: 20%;
    }

    .slick-next {
        right: 0px;
    }

    [dir='rtl'] .slick-next {
        right: auto;
        left: -25px;
    }

    .slick-next:before {
        content: '';
        background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow05.svg");
        background-size: cover;
        width: 13.22px;
        height: 24.22px;
        position: absolute;
        top: calc(50% - 7.61px);
        left: 20%;
    }

    [dir='rtl'] .slick-next:before {
        content: '';
        background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow05.svg");
        background-size: cover;
        width: 13.22px;
        height: 24.22px;
        position: absolute;
        top: calc(50% - 7.61px);
        left: 20%;
    }
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 28px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 28px;
    height: 5px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 25px;
    height: 8px;
    background-color: #000;
    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #BF8221;
    background-color: #BF8221;
}

/* ---------

slick.css（ここまで）

-----------*/



/* ---------

style.css（ここから）

-----------*/

/*----------------------------------------
	reset
----------------------------------------*/
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,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333;
  vertical-align: baseline;
}

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

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

/*----------------------------------------
	Google Web Font
----------------------------------------*/
/**
 * Roboto
 * regular, bold
 * font-family: 'Roboto', sans-serif;
 */
/**
 * Montserrat
 * regular, bold
 * font-family: 'Montserrat', sans-serif;
 */
/**
 * Noto Sans Jp
 * regular, bold
 * font-family:'Noto Sans JP',"Noto Sans Japanese";
 */
/*----------------------------------------
	fontSize
----------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
}

/*----------------------------------------
    @use
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
body {
  font-family: "ヒラギノ明朝 Pro W2", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

main {
  display: block;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  body {
    margin-top: 90.5px;
  }
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  margin: 0 0 70px;
}
.l-header__head {
  background: #F8F8F8;
}
.l-header__head__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.l-header__head__list li {
  margin-left: 30px;
}
.l-header__head__list li a {
  position: relative;
  font-size: 1.5rem;
  padding: 10px 0 10px 10px;
}
.l-header__head__list li a::after {
  content: "";
  position: absolute;
  background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/arrow.svg") center/cover;
  background-repeat: no-repeat;
  width: 5.55px;
  height: 9.71px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.l-header__above {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin: 0 auto;
  max-width: 1200px;
}
.l-header__above__right {
  display: flex;
  justify-content: center;
}
.l-header__above__right__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px 0 0;
}
.l-header__above__right__list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.l-header__above__right__list li:first-child {
  margin: 0;
}
.l-header__above__right__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}
.l-header__above__right__item-img {
  margin-bottom: 5px;
}
.l-header__above__right__item-img:nth-child(1) {
  width: 23.17px;
}
.l-header__above__right__item-img:nth-child(2) {
  width: 20.83px;
}
.l-header__above__right__item-img:nth-child(3) {
  width: 19.05px;
}
.l-header__above__right__phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}
.l-header__above__right__phone p {
  text-align: right;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Hiragino Mincho Pro";
}
.l-header__foot {
  background: #F8F8F8;
}
.l-header__foot__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 15px 0;
  margin: 0 auto;
}
.l-header__foot__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-header__foot__list li {
  border-right: 1px solid #E6E6E6;
}
.l-header__foot__list li a {
  display: block;
  font-size: 1.5rem;
  padding: 12px 20px;
}
.l-header__foot__list li:last-child {
  border: 0;
}
.l-header__foot__utility {
  display: flex;
}
.l-header__foot__search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}
.l-header__foot__search::after {
  content: "";
  position: absolute;
  background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/arrow_below_black.svg") center/cover;
  width: 10px;
  height: 6px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.l-header__foot__search select {
  width: 174px;
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #E6E6E6;
  appearance: none;
  font-family: "Hiragino Mincho Pro";
  color: #000;
}
.l-header__foot__keyword {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 180px;
  height: 50px;
  margin-left: 10px;
  border-radius: 25px;
  font-family: "Hiragino Mincho Pro";
  font-size: 1.5rem;
  background-color: #F8F8F8;
}
.l-header__foot__keyword input {
  border: 1px solid #E6E6E6;
  background: #fff;
  border-radius: 25px;
  font-family: "Hiragino Mincho Pro";
  padding: 10px 20px;
  height: initial;
}
.l-header__foot__keyword button {
  position: absolute;
  border: none;
  background: none;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.l-header__foot__keyword button img {
  width: 20px;
  height: 20px;
}
.l-header__logo-pc {
  width: 270px;
}
.l-header__logo-pc a {
  display: block;
}
.l-header__logo-sp {
  display: none;
}
.l-header__list {
  background: #F8F8F8;
}
.l-header__list ul {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  padding: 17.5px 0;
  margin: 0 auto;
}
.l-header__list ul li {
  padding: 0 50px;
  height: 40px;
  display: flex;
  align-items: center;
  border-right: 1px solid #E6E6E6;
}
.l-header__list ul li:last-child {
  border-right: 0;
}
.l-header__list ul li a {
  font-size: 1.5rem;
  font-weight: bold;
}
.l-header__hum {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 15px;
    background: #fff;
    z-index: 50;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__logo-pc {
    display: none;
  }
  .l-header__logo-sp {
    display: block;
    width: 230px;
  }
  .l-header__head__list {
    justify-content: center;
    padding: 0;
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    padding: 100px 20px 20px;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    z-index: 5000;
  }
  .l-header__hum {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 56px;
    height: 56px;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
  }
  .l-header__hum div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 22px;
    height: 16px;
  }
  .l-header__hum span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: 0.3s;
  }
  .l-header__hum p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    margin: 8px 0 0;
  }
  .l-header__action__form {
    flex-direction: column;
  }
  .l-header__action__search {
    margin: 0 0 20px;
  }
  .l-header__action__search select {
    width: 220px;
  }
  .l-header__action__keyword {
    margin: 0 0 20px;
  }
  .l-header__above {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .l-header__above__left {
    padding: 0;
  }
  .l-header__above__right {
    max-width: none;
    display: block;
  }
  .l-header__above__right__list {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .l-header__above__right__list li {
    padding: 0 5px;
  }
  .l-header__above__right__list li.u-device-pc {
    display: none;
  }
  .l-header__above__right__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 47px;
  }
  .l-header__above__right__item a {
    text-align: center;
  }
  .l-header__above__right__item-img {
    margin-bottom: 5px;
  }
  .l-header__above__right__item-img:nth-child(1) {
    width: 23.17px;
  }
  .l-header__above__right__item-img:nth-child(2) {
    width: 20.83px;
  }
  .l-header__above__right__item-img:nth-child(3) {
    width: 19.05px;
  }
  .l-header__above__right__phone {
    display: block;
    margin: 0 0 25px 0;
  }
  .l-header__above__right__phone p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
  }
  .l-header__list {
    background: none;
  }
  .l-header__list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1080px;
    padding: 0;
    margin: 0 auto;
  }
  .l-header__list ul li {
    padding: 0 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 0;
  }
  .l-header__list ul li:last-child {
    border-right: 0;
  }
  .l-header__list ul li a {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .l-header__foot__inner {
    display: block;
    padding: 0;
  }
  .l-header__foot__list {
    display: block;
    margin-bottom: 30px;
  }
  .l-header__foot__list li {
    /* text-align: center; */
    border-right: none;
    width: 180px;
    margin: 0 auto;
  }
  .l-header__foot__list li a {
    display: inline-block;
    padding: 12px 20px 12px 40px;
  }
  .l-header__foot__list__corp a {
    background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/sp_menu_corp.png") center left/32px 32px no-repeat;
  }
  .l-header__foot__list__blog a {
    background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/sp_menu_blog.png") center left/32px 32px no-repeat;
  }
  .l-header__foot__list__loan a {
    background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/sp_menu_loan.png") center left/32px 32px no-repeat;
  }
  .l-header__foot__list__price a {
    background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/sp_menu_price.png") center left/32px 32px no-repeat;
  }  
  .l-header__foot__utility {
    text-align: center;
    display: block;
    margin: 20px auto;
  }
  .l-header__foot__search {
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .l-header__foot__keyword {
    margin: 0 auto;
    width: fit-content;
  }
  .l-header__foot__keyword button {
    right: 10px;
  }
  .l-header__acd-label span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #F8F8F8;
    border: #E6E6E6 1px solid;
    padding: 0 40px 0 20px;
    height: 50px;
    margin-left: 0;
    border-radius: 50px;
  }
  .l-header__acd-label span::after {
    content: "";
    background-image: url("/https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow01.png");
    background-size: cover;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 23px;
    right: 10px;
  }
  .l-header__acd-content {
    opacity: 0;
    height: 0;
  }
  .l-header__acd-check {
    display: none;
  }
  .l-header.active .l-header__nav {
    opacity: 1;
    visibility: visible;
  }
  .l-header.active .l-header__hum span:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .l-header.active .l-header__hum span:nth-child(2) {
    opacity: 0;
  }
  .l-header.active .l-header__hum span:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}
/*----------------------------------------
    @use
----------------------------------------*/
/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  background: #E6E6E6;
}
.l-footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 100px 0;
}
.l-footer__info {
  position: relative;
  z-index: 10;
  width: 200px;
}
.l-footer__info__txt {
  font-size: 13px;
  line-height: 2.3rem;
  color: #fff;
  margin-bottom: 30px;
}
.l-footer__info__sns {
  display: flex;
  justify-content: space-between;
  max-width: 90px;
  margin-left: -5px;
}
.l-footer__info__sns li {
  width: 39px;
}
.l-footer__logo {
  max-width: 146px;
  margin-bottom: 35px;
}
.l-footer__guide {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  border-left: none;
  display: flex;
}
.l-footer__guide__box {
  width: 33.3333%;
  padding: 0 35px;
}
.l-footer__guide__head {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-weight: 300;
}
.l-footer__guide__head::before {
  content: "";
  display: inline-block;
  margin: 0 15px 0 0;
}
.l-footer__guide__head.-modifier01::before {
  background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/icon-footer01.svg") center/cover;
  width: 29px;
  height: 31px;
}
.l-footer__guide__head.-modifier02::before {
  background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/icon-footer02.svg") center/cover;
  width: 33px;
  height: 33px;
}
.l-footer__guide__head.-modifier03::before {
  background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/icon-footer03.svg") center/cover;
  width: 32px;
  height: 32px;
}
.l-footer__guide__txt {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 40px;
}
.l-footer__guide__block {
  margin: 0 0 30px;
}
.l-footer__guide__block .credit {
  max-width: 288px;
}
.l-footer__guide__block .payment {
  max-width: 280px;
}
.l-footer__guide__block .conveni {
  max-width: 280px;
  margin-top: 4px;
}
.l-footer__guide__block .jaccs {
  max-width: 150px;
  margin-top: 4px;
}
.l-footer__guide__block .paypal {
  max-width: 124px;
  margin-top: 10px;
}
.l-footer__guide__block .daibiki {
  max-width: 80px;
  margin-top: 4px;
}
.l-footer__guide__link {
  text-align: right;
}
.l-footer__guide__link a {
  position: relative;
  display: inline-block;
  padding: 0 50px 10px 0;
  border-bottom: 2px solid #000;
  font-weight: 300;
}
.l-footer__guide__link a::after {
  content: "";
  background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow04.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15%;
  right: 8px;
  width: 5.55px;
  height: 9.7px;
}
.l-footer__nav {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 40px 0 30px;
  background: #000;
}
.l-footer__nav__list {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.l-footer__nav__item {
  padding: 0 20px;
}
.l-footer__nav__item a {
  color: #FFF;
  font-weight: 300;
}
.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright small {
  font-size: 12px;
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .l-footer__inner {
    padding: 100px 15px;
  }
  .l-footer__guide__box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    margin: 0 auto;
    padding: 0;
  }
  .l-footer__info {
    position: relative;
    z-index: 10;
    width: 200px;
  }
  .l-footer__info__txt {
    font-size: 13px;
    line-height: 2.3rem;
    color: #fff;
    margin-bottom: 30px;
  }
  .l-footer__logo {
    max-width: 146px;
    margin-bottom: 35px;
  }
  .l-footer__guide {
    padding: 30px 25px 0;
    display: block;
  }
  .l-footer__guide__box {
    width: auto;
    padding: 0;
    margin-bottom: 50px;
  }
  .l-footer__guide__block {
    margin: 0 0 20px;
  }
  .l-footer__guide__head {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    font-weight: 300;
  }
  .l-footer__guide__head::before {
    margin: 0 10px 0 0;
  }
  .l-footer__guide__txt {
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 20px;
  }
  .l-footer__guide__link {
    text-align: right;
  }
  .l-footer__guide__link a {
    position: relative;
    display: inline-block;
    padding: 0 40px 5px 0;
    border-bottom: 1px solid #000;
    font-weight: 300;
  }
  .l-footer__guide__link a::after {
    content: "";
    background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow04.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 22%;
    right: 8px;
    width: 5.55px;
    height: 9.7px;
  }
  .l-footer__nav {
    width: auto;
    padding: 40px 25px 30px;
  }
  .l-footer__nav__list {
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 25px;
  }
  .l-footer__nav__item {
    width: 50%;
    padding: 0;
    margin-bottom: 20px;
  }
  .l-footer__copyright {
    text-align: center;
  }
}
/*----------------------------------------
    @use
----------------------------------------*/
/*----------------------------------------
	l-sidebar
----------------------------------------*/
.l-sidebar {
  max-width: 232px;
  padding: 0 20px 0 0;
}
.l-sidebar__head {
  position: relative;
  border-bottom: 1px solid #000;
  font-size: 15px;
  padding: 0 0 15px 25px;
  margin-bottom: 15px;
}
.l-sidebar__head:before {
  content: "";
  background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/icon_tag.svg");
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
}
.l-sidebar__category__item {
  border-bottom: 1px solid #E6E6E6;
}
.l-sidebar__category__item:last-child {
  border: 0;
}
.l-sidebar__category__item a {
  display: flex;
  margin: 10px 0;
  align-items: center;
}
.l-sidebar__category__item__img {
  width: 41px;
  margin-right: 10px;
}
.l-sidebar__category__item__txt {
  font-size: 13px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W2", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-sidebar__links {
  margin-top: 25px;
}
.l-sidebar__links.-modifier {
  margin-top: 40px;
}
.l-sidebar__links li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  .l-sidebar {
    max-width: none;
    width: auto;
    margin: 0 0 100px;
  }
  .l-sidebar__category__list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px 15px;
  }
  .l-sidebar__category__item {
    width: calc(33.333% - 20px);
    margin: 10px;
  }
  .l-sidebar__links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -10px;
  }
  .l-sidebar__links li {
    box-sizing: border-box;
    width: 33.333%;
    margin: 0;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    max-width: none;
    width: auto;
    padding: 0 25px;
    margin-bottom: 80px;
  }
  .l-sidebar__head {
    position: relative;
    border-bottom: 1px solid #000;
    font-size: 15px;
    padding: 0 0 15px 25px;
    margin-bottom: 15px;
  }
  .l-sidebar__head:before {
    content: "";
    background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/icon_tag.svg");
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
  }
  .l-sidebar__category__list {
    justify-content: space-between;
    margin: 0 0 20px;
  }
  .l-sidebar__category__item {
    width: 49%;
    margin: 0 0 10px;
    background: #f0f0f0;
    border: 1px solid #CCC;
    box-sizing: border-box;
  }
  .l-sidebar__category__item a {
    min-height: 50px;
    height: 100%;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
  }
  .l-sidebar__category__item:last-child {
    border: 1px solid #CCC;
  }
  .l-sidebar__links {
    display: block;
    margin: 0;
  }
  .l-sidebar__links li {
    width: auto;
    margin: 0 0 10px;
    padding: 0;
  }
  .l-sidebar__links li:last-child {
    margin: 0;
  }
  .l-sidebar__links.-sns {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .l-sidebar__links.-sns li {
    width: 31%;
  }
}
/*----------------------------------------
    @use
----------------------------------------*/
/*----------------------------------------
	l-nav
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  max-width: 1144px;
  padding: 0px 30px;
  margin: 30px auto 0;
  font-size: 1.3rem;
}
.c-breadcrumb ul li a {
  color: #BF8221;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0;
  }
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-pagination
----------------------------------------*/
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__prev a, .c-pagination__next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.c-pagination__body {
  display: flex;
  margin: 0 20px;
}
.c-pagination__body li, .c-pagination__body a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__body li {
  width: 40px;
  height: 40px;
  list-style: none;
  margin: 0 5px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.c-pagination__body a {
  width: 100%;
  height: 100%;
}

/*----------------------------------------
    @use
----------------------------------------*/
/*----------------------------------------
	c-pager
----------------------------------------*/
.c-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*----------------------------------------
    @use
----------------------------------------*/
/*----------------------------------------
	c-hero
----------------------------------------*/
.c-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #333;
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-animation
----------------------------------------*/
/*----------------------------------------
    @use
----------------------------------------*/
/*----------------------------------------
	p-front
----------------------------------------*/
main {
  display: flex;
  flex-direction: column;
  flex-grow: row-reverse;
  max-width: 1204px;
  margin: 0 auto;
  justify-content: space-between;
}

.draggable {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .draggable {
    width: auto;
  }
}
.slick-prev {
  background-color: #363636;
}

.slick-next {
  background-color: #363636;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
  }
  .slick-next {
    background-color: rgba(0, 0, 0, 0);
  }
}
.p-front-main-visual {
  margin-bottom: 104px;
}

.p-front-body {
  max-width: 900px;
  width: 100%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1100px) {
  .p-front-body {
    max-width: none;
    margin: 0;
  }
}
.p-front-bottom {
  overflow: hidden;
  padding: 0 30px;
}
.p-front-bottom__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1200px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  .p-front-bottom__inner {
    display: block;
  }
  .p-front-bottom {
    padding: 60px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-bottom {
    padding: 60px 0 0;
  }
  .p-front-bottom__inner {
    margin: 0;
  }
}
.p-front-banners__item {
  margin-bottom: 30px;
}
.p-front-banners__item:nth-child(2) {
  margin-bottom: 50px;
}

/*----------------------------------------
	p-front-section
----------------------------------------*/
.p-front-section {
  margin-bottom: 80px;
}
.p-front-section__head {
  background: #E6E6E6;
  color: #000;
  font-size: 25px;
  line-height: 1em;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.p-front-section__head span {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  border-left: 1px solid #000;
  height: 25px;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-section {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  .p-front-section__head {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .p-front-section__head span {
    font-size: 13px;
    height: auto;
    margin-left: 10px;
    padding-left: 10px;
  }
}
.recommend_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  gap: 3.3%;
}
.recommend_lists__btn {
  display: flex;
  justify-content: space-between;
  width: 180px;
  padding: 15px 0;
  margin: 0 0 0 auto;
  border-bottom: 2px solid #000;
}
.recommend_lists__btn span {
  position: relative;
  font-size: 1.5rem;
  line-height: 1em;
  text-align: left;
}
.recommend_lists__btn span::after {
  content: "";
  background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow02.jpg");
  background-size: cover;
  position: absolute;
  top: 2px;
  right: -90px;
  width: 5.55px;
  height: 9.71px;
}
.recommend_lists .recommend_list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  margin-bottom: 25px;
}
.recommend_lists .recommend_list .item_name {
  display: block;
  font-size: 1.8rem;
  padding-top: 25px;
}
.recommend_lists .recommend_list .item_name_en {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .recommend_lists {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    margin: 0 auto;
  }
  .recommend_lists__btn {
    display: flex;
    justify-content: space-between;
    width: 130px;
    padding: 10px 0;
    margin: 0 0 0 auto;
    border-bottom: 1px solid #000;
  }
  .recommend_lists__btn span {
    position: relative;
    font-size: 1.3rem;
    line-height: 1em;
    text-align: left;
  }
  .recommend_lists__btn span::after {
    content: "";
    background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow02.jpg");
    background-size: cover;
    position: absolute;
    top: 2px;
    right: -55px;
    width: 5.55px;
    height: 9.71px;
  }
  .recommend_lists .recommend_list {
    max-width: none;
    width: 48%;
    margin: 0 0 40px;
  }
  .recommend_lists .recommend_list .item_name {
    font-size: 1.8rem;
    padding-top: 20px;
  }
  .recommend_lists .recommend_list .item_name_en {
    font-size: 1.6rem;
  }
}
.seller_lists {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  /* margin-bottom: 30px; */
  gap: 2%;
}
.seller_lists__btn {
  display: flex;
  justify-content: space-between;
  width: 180px;
  padding: 15px 0;
  margin: 0 0 0 auto;
  border-bottom: 2px solid #000;
}
.seller_lists__btn span {
  position: relative;
  font-size: 1.5rem;
  line-height: 1em;
  text-align: left;
}
.seller_lists__btn span::after {
  content: "";
  background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow02.jpg");
  background-size: cover;
  position: absolute;
  top: 2px;
  right: -90px;
  width: 5.55px;
  height: 9.71px;
}
.seller_lists .seller_list {
  position: relative;
  width: 23%;
  margin-bottom: 30px;
}
.seller_lists .seller_list a {
  display: block;
}
.seller_lists .seller_list .item_name {
  display: block;
  padding-top: 20px;
  font-size: 1.8rem;
}
.seller_lists .seller_list .item_name_en {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.seller_lists .rank_number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 35.5px;
  height: 35.5px;
  top: 0;
  right: 0;
  color: #F8F8F8;
  background-color: #000;
}
.seller_lists .rank_number.--mod1 {
  background-color: #C6A856;
}
.seller_lists .rank_number.--mod2 {
  background-color: #B1B1B1;
}
.seller_lists .rank_number.--mod3 {
  background-color: #9A6A42;
}
.seller_lists .rank_number.--mod4 {
  background-color: #F8F8F8;
  color: #868686;
}

@media screen and (max-width: 767px) {
  .seller_lists {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .seller_lists__btn {
    display: flex;
    justify-content: space-between;
    width: 130px;
    padding: 10px 0;
    margin: 0 0 0 auto;
    border-bottom: 1px solid #000;
  }
  .seller_lists__btn span {
    position: relative;
    font-size: 1.3rem;
    line-height: 1em;
    text-align: left;
  }
  .seller_lists__btn span::after {
    content: "";
    background-image: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow02.jpg");
    background-size: cover;
    position: absolute;
    top: 2px;
    right: -55px;
    width: 5.55px;
    height: 9.71px;
  }
  .seller_lists .seller_list {
    position: relative;
    max-width: none;
    width: 48%;
    margin-bottom: 30px;
  }
  .seller_lists .seller_list .item_name {
    display: block;
    padding: 20px 0 0;
  }
  .seller_lists .seller_list .item_name_en {
    padding-top: 5px;
    line-height: 2;
  }
  .seller_lists .rank_number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    color: #F8F8F8;
  }
  .seller_lists .rank_number.--mod1 {
    background-color: #C6A856;
  }
  .seller_lists .rank_number.--mod2 {
    background-color: #B1B1B1;
  }
  .seller_lists .rank_number.--mod3 {
    background-color: #9A6A42;
  }
  .seller_lists .rank_number.--mod4 {
    background-color: #F8F8F8;
    color: #868686;
  }
}
/*----------------------------------------
	p-front-menu
----------------------------------------*/
.p-front-menu__list {
  display: flex;
  margin: 0 -20px 30px;
}
.p-front-menu__item {
  width: 50%;
  padding: 0 20px;
}
.p-front-menu__item a {
  display: block;
}
.p-front-menu__pick {
  margin-bottom: 30px;
}
.p-front-menu__pick a {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .p-front-menu__list {
    margin: 0 -10px 30px;
  }
  .p-front-menu__item {
    padding: 0 10px;
  }
  .p-front-menu__pick__content {
    padding: 0 20px;
  }
  .p-front-menu__pick__content__ttl {
    font-size: 2rem;
  }
  .p-front-menu__pick__content__en {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-menu {
    padding: 0 25px;
  }
  .p-front-menu__list {
    display: block;
    margin: 0 0 20px;
  }
  .p-front-menu__item {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .p-front-menu__pick {
    margin-bottom: 20px;
  }
  .p-front-menu__pick a {
    display: block;
  }
}
/*----------------------------------------
	p-front-info
----------------------------------------*/
.p-front-info {
  margin-bottom: 80px;
}
.p-front-info__head {
  background: #E6E6E6;
  color: #000;
  font-size: 25px;
  line-height: 1em;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.p-front-info__head span {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  border-left: 1px solid #000;
  height: 25px;
  margin-left: 20px;
  padding-left: 20px;
}
.p-front-info__list {
  padding: 25px 60px;
  background: #F8F8F8;
}
.p-front-info__item {
  border-bottom: 1px solid #E6E6E6;
}
.p-front-info__item:last-child {
  border: 0;
}
.p-front-info__item a {
  display: block;
  padding: 25px 0;
}
.p-front-info__item__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}
.p-front-info__item__content::after {
  content: "";
  position: absolute;
  background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow02.jpg") center/cover;
  width: 5.55px;
  height: 9.71px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.p-front-info__item__content time {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #868686;
  padding-right: 85px;
}
.p-front-info__item__content p {
  flex: 1;
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 Pro W2", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
  .p-front-info {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  .p-front-info__head {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .p-front-info__head span {
    font-size: 13px;
    height: auto;
    margin-left: 10px;
    padding-left: 10px;
  }
  .p-front-info__list {
    padding: 10px 20px;
    background: #F8F8F8;
  }
  .p-front-info__item {
    border-bottom: 1px solid #E6E6E6;
  }
  .p-front-info__item:last-child {
    border: 0;
  }
  .p-front-info__item a {
    flex-direction: column;
    justify-content: start;
    align-items: inherit;
    padding: 10px 0;
  }
  .p-front-info__item__content {
    flex-direction: column;
    align-items: start;
  }
  .p-front-info__item__content::after {
    content: "";
    position: absolute;
    background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/home/img_arrow02.jpg") center/cover;
    width: 5.55px;
    height: 9.71px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .p-front-info__item__content time {
    padding-right: 0;
  }
  .p-front-info__item__content p {
    position: relative;
    flex: 1;
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 Pro W2", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}
/*----------------------------------------
	p-front-shop
----------------------------------------*/
.p-front-shop {
  margin-bottom: 135px;
}
.p-front-shop__inner {
  display: flex;
}
.p-front-shop__head {
  background: #E6E6E6;
  color: #000;
  font-size: 25px;
  line-height: 1em;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.p-front-shop__head span {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  border-left: 1px solid #000;
  height: 25px;
  margin-left: 20px;
  padding-left: 20px;
}
.p-front-shop__img {
  width: 35%;
  max-width: 420px;
}
.p-front-shop__contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  margin-left: 100px;
}
.p-front-shop__contact h3 {
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 35px;
}
.p-front-shop__contact dl {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}
.p-front-shop__contact dl:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.p-front-shop__contact dl dt {
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width: 30%;
  min-width: 130px;
}
.p-front-shop__contact dl dd {
  flex: 1;
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

@media only screen and (max-width: 1100px) {
  .p-front-shop__contact {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-shop {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  .p-front-shop__inner {
    display: block;
  }
  .p-front-shop__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.2;
    padding: 15px;
    margin-bottom: 20px;
  }
  .p-front-shop__head span {
    display: block;
    font-size: 13px;
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-left: 0;
    border-top: 1px solid #000;
  }
  .p-front-shop__img {
    width: auto;
    max-width: none;
    margin-bottom: 30px;
  }
  .p-front-shop__contact {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    margin-left: 0;
  }
  .p-front-shop__contact h3 {
    font-size: 2rem;
    line-height: 1em;
    margin-bottom: 30px;
  }
  .p-front-shop__contact dl {
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .p-front-shop__contact dl dt {
    font-size: 1.7rem;
    min-width: auto;
    width: auto;
    margin-bottom: 5px;
  }
  .p-front-shop__contact dl dd {
    flex: 1;
    font-size: 1.4rem;
  }
}
/*----------------------------------------
    @use
----------------------------------------*/
/*----------------------------------------
	p-about
----------------------------------------*/
/*----------------------------------------
	common
----------------------------------------*/
.topicpath-nav {
}
.seller_list_order {
  margin-bottom: 20px;
}
.seller_list_pager {
  margin-bottom: 20px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown button::after {
  content: "";
  position: absolute;
  background: url("https://www.soyakyugu.com/wp-content/themes/soyakyugu2023/assets/images/ec/_common/arrow_below_black.svg") center/cover;
  width: 10px;
  height: 6px;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.dropdown button {
  width: 174px;
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #E6E6E6;
  appearance: none;
  font-family: "Hiragino Mincho Pro";
  color: #000;
  text-align: left;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 320px;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 1280px) {
  .dropdown {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .dropdown button {
    display: block;
    margin: 0 auto;
  }
  .dropdown-content {
    position: static;
  }
  .dropdown-content li {
    text-align: center;
  }
  .dropdown-content a {
    display: inline-block;
  }
}
/*----------------------------------------
	l-footer-totop
----------------------------------------*/
.l-footer-totop {
  position: fixed;
  bottom: 80px;
  right: 80px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s;
}
.l-footer-totop.active {
  opacity: 1;
  visibility: visible;
}
.l-footer-totop a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #333;
  border: 1px solid #333;
  border-radius: 200px;
  width: 104px;
  height: 104px;
  font-size: 1.5rem;
  font-weight: normal;
  transition: all 0.3s;
}
.l-footer-totop a:hover {
  opacity: 1;
  background: #fff;
}
.l-footer-totop a:hover .text {
  color: #000;
}
.l-footer-totop a:hover .text::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.l-footer-totop a:hover .text span {
  color: #000;
}
.l-footer-totop a .text {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 15px 0 0;
  transition: all 0.3s;
}
.l-footer-totop a .text::before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s;
}
.l-footer-totop a .text span {
  color: #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .l-footer-totop {
    bottom: 20px;
    right: 20px;
  }
  .l-footer-totop a {
    width: 55px;
    height: 55px;
    font-size: 1.2rem;
  }
  .l-footer-totop a:hover {
    background: #333;
  }
  .l-footer-totop a:hover .text {
    color: #fff;
  }
  .l-footer-totop a:hover .text::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .l-footer-totop a:hover .text span {
    color: #fff;
  }
  .l-footer-totop a .text {
    margin: 15px 0 0;
  }
  .l-footer-totop a .text::before {
    width: 10px;
    height: 10px;
    top: -10px;
  }
}
/* ---------

style.css（ここまで）

-----------*/