@charset "UTF-8";
/*Theme Name: ユッケLP*/
@media screen and (min-width: 768px) {
  html {
    font-size: 87.5%;
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Noto Sans JP", serif;
    line-height: 1.8;
    color: #3D2E02;
    font-weight: 500;
  }
  .wrap {
    width: 1280px;
    margin: 0 auto;
    background: #E7E14B;
  }
  .fvinner {
    background: url("images/bg_fv.png") top center no-repeat;
  }
  .fvinner header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
  }
  .fvinner header nav ul {
    background: #fff;
    padding: 10px 50px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fvinner header nav ul li:last-child a {
    display: block;
    background: #C5376E;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    border-radius: 200px;
  }
  .fvinner header nav ul li:last-child a:hover {
    background: #E3749F;
  }
  .fvinner #fv {
    position: relative;
  }
  .fvinner #fv a {
    display: block;
    position: absolute;
    bottom: 260px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    width: 250px;
    background: #C5376E;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    border-radius: 200px;
    font-size: 20px;
    font-size: 1.25rem;
    border: 2px solid #fff;
  }
  .fvinner #fv a:hover {
    background: #E3749F;
  }
  .fvinner #fv a i {
    display: inline-block;
    margin-left: 30px;
  }
  #shop {
    position: relative;
    margin-top: -80px;
    scroll-margin-top: 80px;
  }
  #shop > picture img {
    position: absolute;
    right: 0;
    top: 0;
  }
  #shop h2 {
    text-align: center;
  }
  #shop .show {
    display: block;
  }
  #shop .hide {
    display: none;
  }
  #shop .filter_nav_item {
    cursor: pointer;
  }
  #shop .filter_nav_item.show {
    cursor: default;
    background: #C5376E;
    color: #fff;
  }
  #shop .filter_contents {
    width: 1000px;
    margin: 0 auto;
  }
  #shop .filter_nav {
    display: flex;
    margin-block: 30px 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  #shop .filter_nav li {
    border: 2px solid #C5376E;
    text-align: center;
    padding: 10px 30px;
    font-weight: bold;
    background: #fff;
    border-radius: 200px;
    width: 120px;
  }
  #shop .filter_nav li:not(:last-child) {
    margin-right: 10px;
  }
  #shop .filter_contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #shop .filter_contents > li {
    border: 2px solid #C5376E;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }
  #shop .filter_contents > li img {
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #shop .filter_contents > li .tag {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 10px;
  }
  #shop .filter_contents > li .tag li {
    background: #E7E14B;
    padding: 5px 10px;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #shop .filter_contents > li p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
    color: #8C8C8C;
  }
  #shop .filter_contents > li .reserved_link {
    margin-top: auto;
  }
  #shop .filter_contents > li .reserved_link li:first-child {
    margin-bottom: 10px;
  }
  #shop .filter_contents > li .reserved_link li a {
    margin-top: auto;
    display: block;
    background: #C5376E;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    border-radius: 200px;
  }
  #shop .filter_contents > li .reserved_link li a:hover {
    background: #E3749F;
  }
  #shop .filter_contents > .filter_contents_lastimg {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 0;
    align-self: end;
    justify-self: end;
    display: block;
  }
  #shop .filter_contents .filter_contents_item:nth-child(3n+1):last-of-type ~ .filter_contents_lastimg {
    grid-column: span 2;
  }
  #shop .filter_contents .filter_contents_item:nth-child(3n+2):last-of-type ~ .filter_contents_lastimg {
    grid-column: span 1;
  }
  #shop .filter_contents .filter_contents_item:nth-child(3n):last-of-type ~ .filter_contents_lastimg {
    grid-column: 1/-1;
  }
  #shop .filter_contents .filter_contents_item.is-hidden {
    display: none;
  }
  #hashi img {
    width: 100%;
  }
  #hashtag {
    position: relative;
    margin-top: 100px;
  }
  #hashtag > img {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 10;
  }
  #hashtag h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  #hashtag .hashtag_inner {
    border-radius: 20px;
    background: #fff;
    padding: 100px;
    margin: 0 100px;
    position: relative;
  }
  #hashtag .hashtag_inner > ul {
    background: #C5376E;
    border-radius: 20px;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
  }
  #hashtag .hashtag_inner > ul :before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-bottom: 30px solid #C5376E;
  }
  #hashtag .hashtag_inner > ul li {
    background: #fff;
    height: 400px;
  }
  #hashtag .hashtag_inner .snstxt {
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
  #hashtag .hashtag_inner .snstxt p {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    margin: 0 0 20px -70px;
  }
  #hashtag .hashtag_inner .snstxt p strong {
    color: #E7E14B;
  }
  #hashtag .hashtag_inner .snstxt ul {
    color: #fff;
    width: 100px;
    margin: 0 auto;
  }
  #faq {
    background-image: linear-gradient(#e7e14b, #8bcd7c);
    padding: 50px 0 100px 0;
  }
  #faq h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  #faq ul {
    margin: 0 100px;
  }
  #faq ul li {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  #faq ul li:last-child {
    margin-bottom: 0;
  }
  #faq ul li h3 {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #faq ul li h3::after {
    font-family: "Font Awesome 5 Free";
    content: "+";
    font-weight: 900;
    color: #8C8C8C;
  }
  #faq ul li h3.open::after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
    color: #8C8C8C;
  }
  #faq ul li .answer {
    display: none;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #8C8C8C;
  }
  footer {
    background: #C5376E;
    background-image: url("images/bg_footer.svg");
    min-height: 300px;
  }
  footer img {
    display: block;
    margin: 0 auto;
    padding-top: 80px;
  }
  footer a {
    display: block;
    width: 250px;
    margin: 20px auto 0 auto;
    background: #E7E14B;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    border-radius: 200px;
    font-size: 20px;
    font-size: 1.25rem;
    border: 2px solid #fff;
  }
  footer a:hover {
    background: #F2EFA4;
  }
  footer small {
    display: block;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }
  #pageTopBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .smonly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 87.5%;
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Noto Sans JP", serif;
    line-height: 1.8;
    color: #3D2E02;
    font-weight: 500;
  }
  .wrap {
    width: 100%;
    background: #E7E14B;
  }
  .fvinner {
    background: url("images/bg_fv_sm.png") no-repeat;
    background-size: contain;
    width: 100%;
  }
  .fvinner header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px 20px 20px;
  }
  .fvinner header h1 {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
  }
  .fvinner header .ham {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 24px;
    z-index: 110;
  }
  .fvinner header .ham span {
    transition: all 0.3s;
    position: absolute;
    height: 2px;
    background-color: #fff;
    width: 100%;
    z-index: 30;
  }
  .fvinner header .ham span:nth-of-type(1) {
    top: 4px;
  }
  .fvinner header .ham span:nth-of-type(2) {
    top: 12px;
  }
  .fvinner header .ham span:nth-of-type(3) {
    top: 20px;
  }
  .fvinner header .ham.open span:nth-of-type(1) {
    top: 10px;
    transform: translateY(6px) rotate(-33deg);
  }
  .fvinner header .ham.open span:nth-of-type(2) {
    opacity: 0;
  }
  .fvinner header .ham.open span:nth-of-type(3) {
    top: 22px;
    transform: translateY(-6px) rotate(33deg);
  }
  .fvinner header nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    background: #69C68E url("images/bg_nav.svg");
  }
  .fvinner header nav ul {
    display: none;
    margin: 70px 20px 20px 20px;
    background: #fff;
    border: 3px solid #E7E14B;
    border-radius: 10px;
  }
  .fvinner header nav ul li {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    padding: 10px;
  }
  .fvinner header nav ul li:last-child {
    background: #C5376E;
    color: #fff;
    border-radius: 200px;
    margin: 20px;
  }
  .fvinner #fv {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .fvinner #fv img {
    width: 100%;
  }
  .fvinner #fv a {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    width: 80%;
    background: #C5376E;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    border-radius: 200px;
    font-size: 20px;
    font-size: 1.25rem;
    border: 2px solid #fff;
  }
  .fvinner #fv a i {
    display: inline-block;
    margin-left: 30px;
  }
  #shop {
    margin-top: -80px;
  }
  #shop > picture img {
    width: 100%;
  }
  #shop h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #shop .show {
    display: block;
  }
  #shop .hide {
    display: none;
  }
  #shop .filter_nav_item.show {
    cursor: default;
    background: #C5376E;
    color: #fff;
  }
  #shop .filter_nav {
    display: grid;
    grid-template-columns: repeat(4, 80px);
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 20px;
  }
  #shop .filter_nav li {
    border: 2px solid #C5376E;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    background: #fff;
    border-radius: 200px;
  }
  #shop .filter_contents {
    padding: 0 20px;
  }
  #shop .filter_contents > li {
    border: 2px solid #C5376E;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #shop .filter_contents > li:last-child {
    margin-bottom: 0;
  }
  #shop .filter_contents > li .innerblc {
    display: grid;
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 20px;
  }
  #shop .filter_contents > li img {
    display: block;
    border-radius: 10px;
  }
  #shop .filter_contents > li .tag {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 10px;
  }
  #shop .filter_contents > li .tag li {
    background: #E7E14B;
    padding: 0 10px;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #shop .filter_contents > li h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #shop .filter_contents > li p {
    font-size: 12px;
    font-size: 0.75rem;
    color: #8C8C8C;
  }
  #shop .filter_contents > li .reserved_link li:first-child {
    margin-bottom: 10px;
  }
  #shop .filter_contents > li .reserved_link li a {
    margin-top: auto;
    display: block;
    background: #C5376E;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    border-radius: 200px;
  }
  #shop .filter_contents > .filter_contents_lastimg {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 0;
    align-self: end;
    justify-self: end;
    display: block;
  }
  #shop .filter_contents .filter_contents_item.is-hidden {
    display: none;
  }
  #hashi img {
    width: 100%;
  }
  #hashtag {
    position: relative;
  }
  #hashtag h2 {
    position: relative;
    z-index: 20;
    text-align: center;
    margin-bottom: 50px;
  }
  #hashtag h2 img {
    width: 100%;
  }
  #hashtag .hashtag_inner {
    border-radius: 20px;
  }
  #hashtag .hashtag_inner > ul {
    background: #C5376E;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    width: 100%;
    position: relative;
    margin-top: -100px;
  }
  #hashtag .hashtag_inner > ul :before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-bottom: 30px solid #C5376E;
  }
  #hashtag .hashtag_inner > ul li {
    background: #fff;
    height: 300px;
  }
  #hashtag .hashtag_inner > ul li:first-child {
    margin-bottom: 20px;
  }
  #hashtag .hashtag_inner .snstxt {
    background: #C5376E;
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
  }
  #hashtag .hashtag_inner .snstxt .heading {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #hashtag .hashtag_inner .snstxt .heading::before,
  #hashtag .hashtag_inner .snstxt .heading::after {
    background-color: #E7E14B;
    border-radius: 5px;
    content: "";
    height: 5px;
    width: 80px;
  }
  #hashtag .hashtag_inner .snstxt .heading::before {
    margin-right: 10px;
    transform: rotate(60deg);
  }
  #hashtag .hashtag_inner .snstxt .heading::after {
    margin-left: 10px;
    transform: rotate(-60deg);
  }
  #hashtag .hashtag_inner .snstxt img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #hashtag .hashtag_inner .snstxt p {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
  }
  #hashtag .hashtag_inner .snstxt p strong {
    color: #E7E14B;
  }
  #hashtag .hashtag_inner .snstxt ul {
    color: #fff;
    width: 100px;
    margin: 0 auto;
  }
  #faq {
    background-image: linear-gradient(#e7e14b, #8bcd7c);
    padding: 40px 0;
  }
  #faq h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #faq ul {
    margin: 20px;
  }
  #faq ul li {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  #faq ul li:last-child {
    margin-bottom: 0;
  }
  #faq ul li h3 {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #faq ul li h3::after {
    font-family: "Font Awesome 5 Free";
    content: "+";
    font-weight: 900;
    color: #8C8C8C;
  }
  #faq ul li h3.open::after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900;
    color: #8C8C8C;
  }
  #faq ul li .answer {
    display: none;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #8C8C8C;
  }
  footer {
    background: #C5376E url("images/bg_footer_sm.svg") top center no-repeat;
    background-size: 100%;
    min-height: 350px;
    position: relative;
  }
  footer img {
    display: block;
    margin: 0 auto;
    padding-top: 80px;
  }
  footer a {
    position: absolute;
    display: block;
    width: 80%;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #E7E14B;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    border-radius: 200px;
    font-size: 20px;
    font-size: 1.25rem;
    border: 2px solid #fff;
  }
  footer small {
    position: absolute;
    display: block;
    width: 80%;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }
  #pageTopBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */