@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #41352e;
  background: #ffffff;
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
}

p {
  line-height: 1.6;
}

a {
  color: #41352e;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  overflow-wrap: break-word;
  margin: 0;
}

dl,
dt,
dd {
  line-height: 1;
  margin: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  max-width: 1000px;
  padding: 0;
}
@media (max-width: 767px) {
  .container {
    max-width: 90%;
  }
}

footer {
  background: #41352e;
  padding: 30px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 20px 0 80px;
  }
}
footer .link-pageup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 40px;
  color: #ff9ead;
}
@media (max-width: 767px) {
  footer .link-pageup {
    display: none !important;
  }
}
footer .link-pageup:hover {
  color: #ff9ead;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #ffffff;
}

.fixed-footer-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffa5b4;
  border-top: 3px solid #41352e;
  z-index: 3;
}

.footer-menu-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer-menu-sp li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  padding: 0;
  margin: 0;
}
.footer-menu-sp li:not(:last-child) {
  border-right: 1px solid #41352e;
}
.footer-menu-sp li:nth-of-type(1) a {
  background: url(../img/icon-nui.png) no-repeat center 8px;
  background-size: 30px auto;
  padding-top: 44px;
}
.footer-menu-sp li:nth-of-type(2) a {
  background: url(../img/icon-pashacolle.png) no-repeat center 8px;
  background-size: 30px auto;
  padding-top: 44px;
}
.footer-menu-sp li:nth-of-type(3) a {
  background: url(../img/icon-akusuta.png) no-repeat center 5px;
  background-size: 32px auto;
  padding-top: 40px;
}
.footer-menu-sp li:nth-of-type(4) a {
  background: url(../img/icon-oshiiro.png) no-repeat center 7px;
  background-size: 30px auto;
  padding-top: 44px;
}
.footer-menu-sp a {
  display: block;
  width: 100%;
  height: 100%;
  color: #41352e;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px;
  padding-bottom: 2px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  header {
    position: relative;
  }
}
header .img-logo {
  display: block;
  width: 30vw;
  max-width: 100px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  header .img-logo {
    width: 15vw;
    margin-right: 10px;
  }
}

nav {
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffa5b4;
  border-bottom: 6px solid #41352e;
  padding: 5px 20px 5px 20px;
}
@media (max-width: 767px) {
  nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
nav .menu-pc {
  font-size: 16px;
}
@media (max-width: 767px) {
  nav .menu-pc {
    display: none !important;
  }
}
nav .menu-pc li {
  margin-left: 30px;
}

section {
  padding: 60px 0;
}
@media (max-width: 575px) {
  section {
    padding: 30px 0;
  }
}

h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  h2 {
    margin-bottom: 30px;
  }
}
h2 img {
  width: 100%;
  max-width: 536px;
}

.modal-header {
  border: none;
  padding-bottom: 0;
}

.modal-body {
  text-align: center;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.photo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-wrap: break-word;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .photo-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0 40px;
  }
}
.photo-box .left-side {
  width: 45%;
}
@media (max-width: 767px) {
  .photo-box .left-side {
    width: 100%;
  }
}
.photo-box .left-side .slider-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.photo-box .left-side .slick-list {
  border-radius: 6px 0 0 6px;
}
@media (max-width: 767px) {
  .photo-box .left-side .slick-list {
    border-radius: 0;
  }
}
.photo-box .left-side .slider-arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1220px;
  margin: auto;
}
.photo-box .left-side .slick-prev,
.photo-box .left-side .slick-next {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: transparent;
  z-index: 2;
  margin-top: 0;
}
.photo-box .left-side .slick-prev {
  left: 0;
  background: url(../img/slider-arrow-left.png) no-repeat;
  background-size: 28px auto;
}
.photo-box .left-side .slick-next {
  right: 0;
  background: url(../img/slider-arrow-right.png) no-repeat;
  background-size: 28px auto;
}
.photo-box .left-side .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.photo-box .left-side .slick-dots > li {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.photo-box .left-side .slick-dots > li.slick-active button {
  background-color: #54a358;
}
.photo-box .left-side .slick-dots > li:first-child:last-child {
  display: none;
}
.photo-box .left-side .slick-dots button {
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #cccccc;
}
.photo-box .right-side {
  width: 55%;
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .photo-box .right-side {
    width: 100%;
    border: none;
  }
}
.photo-box .right-side .account {
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 32px;
  margin: 0;
}
@media (max-width: 767px) {
  .photo-box .right-side .account {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    border: none;
    padding: 10px;
  }
}
.photo-box .right-side .account img {
  width: 40px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .photo-box .right-side .account img {
    width: 30px;
    margin-right: 8px;
  }
}
.photo-box .right-side .txt {
  font-size: 13px;
  line-height: 1.6;
  padding: 14px 32px;
}
@media (max-width: 767px) {
  .photo-box .right-side .txt {
    font-size: 12px;
    padding: 14px;
  }
}
.photo-box .right-side .hashtag {
  padding: 0 32px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .photo-box .right-side .hashtag {
    padding: 0 14px;
  }
}
.photo-box .right-side .hashtag a {
  color: #1a73e1;
  font-weight: bold;
}

.list-all-btn {
  position: relative;
  display: block;
  width: 70%;
  border-radius: 8px;
  background: #43a247;
  margin: 30px auto 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .list-all-btn {
    width: 100%;
    font-size: 14px;
  }
}
.list-all-btn::after {
  position: absolute;
  top: 30%;
  right: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f138";
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 767px) {
  .list-all-btn::after {
    top: 35%;
    font-size: 18px;
    right: 10px;
  }
}
@media (max-width: 575px) {
  .list-all-btn::after {
    font-size: 15px;
    right: 10px;
  }
}
.list-all-btn:hover {
  color: #ffffff;
}

.list-attention {
  font-size: 13px;
  margin-top: 20px;
}
.list-attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-attention li span {
  color: #e80656;
}

.area-menu-sp {
  background: #ffffff url(../img/bg-grid.png) repeat;
}
@media (max-width: 575px) {
  .area-menu-sp h2 {
    margin-bottom: 16px;
  }
}
.area-menu-sp p {
  font-size: 14px;
  text-align: center;
}

.menu-sp {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.menu-sp li {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
}
.menu-sp img {
  border-radius: 10px;
  -webkit-box-shadow: #e9e9e9 2px 2px 0 1px;
          box-shadow: #e9e9e9 2px 2px 0 1px;
}

.area-nuikatsu {
  background: #fffae8 url(../img/bg-dot.png) repeat;
}
.area-nuikatsu .size {
  background: #ffffff;
  margin-bottom: 40px;
}
.area-nuikatsu .size .size-title {
  margin: 0;
  width: 100%;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  background-color: #ff9ead;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 5px;
  margin-bottom: -1px;
}
@media (max-width: 575px) {
  .area-nuikatsu .size .size-title {
    font-size: 16px;
  }
}
.area-nuikatsu .size .size-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px;
  border-right-width: 13px;
  border-top-color: #ff9ead;
  margin: -1px 0 0 -13px;
}
.area-nuikatsu .size .inner-size {
  border: 3px solid #ff9ead;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 40px;
}
@media (max-width: 767px) {
  .area-nuikatsu .size .inner-size {
    padding: 0 20px 20px 20px;
  }
}
.area-nuikatsu .size .table-nui-size {
  width: 100%;
}
.area-nuikatsu .size .table-nui-size th,
.area-nuikatsu .size .table-nui-size td {
  font-size: 14px;
  padding: 30px 20px 20px 20px;
}
@media (max-width: 767px) {
  .area-nuikatsu .size .table-nui-size th,
  .area-nuikatsu .size .table-nui-size td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.area-nuikatsu .size .table-nui-size th {
  color: #5d5d5d;
  text-align: center;
  border: 1px solid #cdcdcd;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .area-nuikatsu .size .table-nui-size th {
    border-bottom: none;
    margin-top: 20px;
  }
}
.area-nuikatsu .size .table-nui-size td {
  border: 1px solid #cdcdcd;
}
.area-nuikatsu .size .table-nui-size td .button-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 575px) {
  .area-nuikatsu .size .table-nui-size td .button-size {
    display: block;
  }
}
.area-nuikatsu .size .table-nui-size td .button-size li {
  width: 48%;
  margin: 0 8px 10px 0;
}
@media (max-width: 575px) {
  .area-nuikatsu .size .table-nui-size td .button-size li {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.area-nuikatsu .size .table-nui-size td .button-size a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #f8749f;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid #f8749f;
  background: #ffffff;
  padding: 6px 20px 6px 12px;
}
@media (max-width: 767px) {
  .area-nuikatsu .size .table-nui-size td .button-size a {
    font-size: 12px;
  }
}
.area-nuikatsu .size .table-nui-size td .button-size a::after {
  position: absolute;
  top: 25%;
  right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f138";
  color: #f8749f;
  font-size: 12px;
  margin-left: 3px;
}
.area-nuikatsu .goods-nuikatsu div.active {
  display: block;
}
.area-nuikatsu .goods-nuikatsu .list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area-nuikatsu .goods-nuikatsu .list-tab li {
  width: 49%;
}
.area-nuikatsu .goods-nuikatsu .button-tab {
  display: block;
  width: 100%;
  color: #594602;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  border: 3px solid #f9e086;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #ffffff;
  padding: 20px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .area-nuikatsu .goods-nuikatsu .button-tab {
    font-size: 13px;
    padding: 10px;
  }
}
.area-nuikatsu .goods-nuikatsu .button-tab.active {
  background: #f9e086;
}
.area-nuikatsu .goods-nuikatsu .tab-content {
  border-radius: 0 0 10px 10px;
  background: #f9e086;
  padding: 40px;
}
@media (max-width: 575px) {
  .area-nuikatsu .goods-nuikatsu .tab-content {
    border-radius: 0 0 6px 6px;
    padding: 20px;
  }
}
.area-nuikatsu .goods-nuikatsu .tab-content .list-all-btn {
  font-size: 14px;
  background: #704e04;
  padding: 10px;
}
.area-nuikatsu .goods-nuikatsu .tab-content .list-all-btn::after {
  font-size: 18px;
}
@media (max-width: 767px) {
  .area-nuikatsu .goods-nuikatsu .tab-content .list-all-btn::after {
    top: 30%;
  }
}
@media (max-width: 575px) {
  .area-nuikatsu .goods-nuikatsu .tab-content .list-all-btn::after {
    top: 35%;
    font-size: 14px;
  }
}

.area-pashacolle {
  background: #eafcff url(../img/bg-stripe.png) repeat;
}
.area-pashacolle .list-all-btn {
  background: #f4a110;
}

.area-akusuta {
  background: #fff4ff url(../img/bg-star.png) repeat;
}
.area-akusuta .list-all-btn {
  background: #428ade;
}

.area-oshiiro {
  background: #ffffff;
}
.area-oshiiro .goods-oshiiro div.active {
  display: block;
}
.area-oshiiro .goods-oshiiro .list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.area-oshiiro .goods-oshiiro .list-tab li {
  text-align: center;
  margin: 4px;
}
@media (max-width: 575px) {
  .area-oshiiro .goods-oshiiro .list-tab li {
    margin: 2px;
  }
}
.area-oshiiro .goods-oshiiro .button-tab {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #d5d5d5;
}
@media (max-width: 575px) {
  .area-oshiiro .goods-oshiiro .button-tab {
    font-size: 10px;
    width: 60px;
    height: 60px;
    line-height: 56px;
  }
}
.area-oshiiro .goods-oshiiro .tab-content {
  border: 3px solid #000;
  border-radius: 10px 10px 10px 10px;
  background: #ffffff;
  padding: 40px;
}
@media (max-width: 575px) {
  .area-oshiiro .goods-oshiiro .tab-content {
    padding: 20px;
  }
}
.area-oshiiro .goods-oshiiro .tab-content .list-all-btn {
  font-size: 14px;
  padding: 10px;
}
.area-oshiiro .goods-oshiiro .tab-content .list-all-btn::after {
  font-size: 18px;
}
@media (max-width: 767px) {
  .area-oshiiro .goods-oshiiro .tab-content .list-all-btn::after {
    top: 30%;
  }
}
@media (max-width: 575px) {
  .area-oshiiro .goods-oshiiro .tab-content .list-all-btn::after {
    top: 35%;
    right: 10px;
    font-size: 14px;
  }
}
.area-oshiiro .goods-oshiiro #red-oshiiro {
  background: #c93c3c;
}
.area-oshiiro .goods-oshiiro .red-oshiiro .tab-content {
  border-color: #c93c3c;
  background: #fff4f4;
}
.area-oshiiro .goods-oshiiro .red-oshiiro .list-all-btn {
  background: #c93c3c;
}
.area-oshiiro .goods-oshiiro #orange-oshiiro {
  background: #f4a110;
  letter-spacing: -1px;
}
.area-oshiiro .goods-oshiiro .orange-oshiiro .tab-content {
  border-color: #f4a110;
  background: #fffaf1;
}
.area-oshiiro .goods-oshiiro .orange-oshiiro .list-all-btn {
  background: #f4a110;
}
.area-oshiiro .goods-oshiiro #yellow-oshiiro {
  color: #7b6f0b;
  background: #f1d700;
}
.area-oshiiro .goods-oshiiro .yellow-oshiiro .tab-content {
  border-color: #eee22a;
  background: #fffef1;
}
.area-oshiiro .goods-oshiiro .yellow-oshiiro .list-all-btn {
  color: #4e4600;
  background: #f1d700;
}
.area-oshiiro .goods-oshiiro .yellow-oshiiro .list-all-btn::after {
  color: #4e4600;
}
.area-oshiiro .goods-oshiiro #green-oshiiro {
  background: #46a964;
}
.area-oshiiro .goods-oshiiro .green-oshiiro .tab-content {
  border-color: #46a964;
  background: #edfbf1;
}
.area-oshiiro .goods-oshiiro .green-oshiiro .list-all-btn {
  background: #46a964;
}
.area-oshiiro .goods-oshiiro #blue-oshiiro {
  background: #3e66cc;
}
.area-oshiiro .goods-oshiiro .blue-oshiiro .tab-content {
  border-color: #3e66cc;
  background: #f2f6ff;
}
.area-oshiiro .goods-oshiiro .blue-oshiiro .list-all-btn {
  background: #3e66cc;
}
.area-oshiiro .goods-oshiiro #purple-oshiiro {
  background: #9158d0;
}
.area-oshiiro .goods-oshiiro .purple-oshiiro .tab-content {
  border-color: #9158d0;
  background: #f8f2ff;
}
.area-oshiiro .goods-oshiiro .purple-oshiiro .list-all-btn {
  background: #9158d0;
}
.area-oshiiro .goods-oshiiro #pink-oshiiro {
  background: #f29feb;
}
.area-oshiiro .goods-oshiiro .pink-oshiiro .tab-content {
  border-color: #f29feb;
  background: #fff7fe;
}
.area-oshiiro .goods-oshiiro .pink-oshiiro .list-all-btn {
  background: #f29feb;
}
.area-oshiiro .goods-oshiiro #black-oshiiro {
  background: #333333;
}
.area-oshiiro .goods-oshiiro .black-oshiiro .tab-content {
  border-color: #333333;
  background: #f8f8f8;
}
.area-oshiiro .goods-oshiiro .black-oshiiro .list-all-btn {
  background: #333333;
}
.area-oshiiro .goods-oshiiro #white-oshiiro {
  color: #222222;
  background: #ffffff;
}
.area-oshiiro .goods-oshiiro .white-oshiiro .tab-content {
  border-color: #a9a9a9;
  background: #fbfbfb;
}
.area-oshiiro .goods-oshiiro .white-oshiiro .list-all-btn {
  color: #333333;
  background: #ffffff;
  border: 2px solid #bcbcbc;
}
.area-oshiiro .goods-oshiiro .white-oshiiro .list-all-btn::after {
  color: #444444;
}

.area-brand {
  background: #f6f6f6 url(../img/bg-grid.png) repeat;
}
.area-brand .list-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area-brand .list-brand li {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .area-brand .list-brand li {
    width: 46%;
    margin: 0 2% 20px;
  }
}
.area-brand .list-brand li img {
  border: 1px solid #e5e5e5;
  margin-bottom: 6px;
}
.area-brand .list-brand li a {
  display: block;
  max-width: 180px;
  color: #41352e;
  font-size: 15px;
  text-decoration: underline;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .area-brand .list-brand li a {
    max-width: 140px;
  }
}

.StyleF_Frame_ {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media (max-width: 991px) {
  .StyleF_Frame_ {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .StyleF_Frame_ {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.StyleF_Frame_ .cart_ {
  display: none;
}

.StyleF_Item_ {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 8px;
  margin-bottom: 10px;
}
.StyleF_Item_ .img_ {
  text-align: center;
}
.StyleF_Item_ .goods_img_ {
  display: inline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.StyleF_Item_ .name_ {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 6px;
}
.StyleF_Item_ .name_ a {
  color: #41352e;
}
.StyleF_Item_ .name_ a:hover {
  color: #857368;
}
.StyleF_Item_ .name_ a:visited {
  color: #41352e;
}
.StyleF_Item_ .price_ .cart_btn_,
.StyleF_Item_ .small_ .cart_btn_,
.StyleF_Item_ .cart_ .cart_btn_ {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  border: none;
}
.StyleF_Item_ .price_ .cart_btn_.reservation_,
.StyleF_Item_ .small_ .cart_btn_.reservation_,
.StyleF_Item_ .cart_ .cart_btn_.reservation_ {
  display: block;
  width: 100%;
  margin: auto;
  color: #ffffff;
  background: #ec9600;
}
.StyleF_Item_ .price_ .cart_btn_.order_,
.StyleF_Item_ .small_ .cart_btn_.order_,
.StyleF_Item_ .cart_ .cart_btn_.order_ {
  display: block;
  width: 100%;
  margin: auto;
  color: #ffffff;
  background: #2355c7;
}
.StyleF_Item_ .price_ .cart_btn_.sold_out_, .StyleF_Item_ .price_ .cart_btn_.closed_,
.StyleF_Item_ .small_ .cart_btn_.sold_out_,
.StyleF_Item_ .small_ .cart_btn_.closed_,
.StyleF_Item_ .cart_ .cart_btn_.sold_out_,
.StyleF_Item_ .cart_ .cart_btn_.closed_ {
  display: block;
  width: 100%;
  margin: auto;
  color: #777777;
  border-radius: 5px;
  background: #cccccc;
}
.StyleF_Item_ .rdt_,
.StyleF_Item_ .comment_ {
  display: none;
}
.StyleF_Item_ .price_ {
  margin: 0;
  padding: 0 0 10px;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.StyleF_Item_ .price_ .small_ {
  font-size: 14px;
  font-weight: normal;
}
.StyleF_Item_ .pre_sales_ {
  text-align: left;
}
.StyleF_Item_ .cart_ {
  text-align: center;
  margin-top: auto;
  width: 100%;
}

.StyleF_Frame_ .StyleF_Item_ .cart_ .cart_btn_ {
  border-radius: 5px;
  color: #fff !important;
  font-weight: bold;
}

.StyleF_Frame_ .StyleF_Item_ .cart_ .cart_btn_.order_ {
  background: #d04848;
}

.StyleF_Frame_ .StyleF_Item_ .cart_ .cart_btn_.reservation_ {
  background: #7dafd2;
  border-radius: 5px;
}

.StyleF_Frame_ .StyleF_Item_ .cart_ .cart_btn_.closed_,
.StyleF_Frame_ .StyleF_Item_ .cart_ .cart_btn_.sold_out_ {
  background: #999;
  border-radius: 5px;
}

.img_ {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.img_ img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* メルマガからの飛び先位置修正　202405*/

.container .oshikatsu-box{
 height: 491px;
}
@media (max-width: 998px) {
  .container .oshikatsu-box{
    height: calc(44.82vw + 42px);
   }
}
@media (max-width: 766px) {
  .container .oshikatsu-box{
    height: calc(90.2vw + 351px);
   }
}
.area-nuikatsu .goods-nuikatsu {
  padding-top: 70px;
  margin-top: -70px;
}
@media (max-width: 767px) {
  .area-nuikatsu .goods-nuikatsu {
    padding-top: 30px;
    margin-top: -30px;
  }
}
/* 対応サイズ見出しに、アイコン追加　2024529*/
.area-nuikatsu .size .size-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 40px;
  display: inline-block;
  background: url(https://www.movic.jp/img/freepage/oshikatsu/img/size_heading.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: -18px 0 0 -111px;
}
@media (max-width: 575px) {
  .area-nuikatsu .size .size-title:before {
    width: 168px;
    height: 35px;
    margin: -16px 0 0 -89px;
  }
}

/* --------------------------------------------------------------------
   対応サイズ見出しに、アイコン追加　2024.05.29
--------------------------------------------------------------------- */
@media (max-width: 767px) {
  .area-nuikatsu .size .table-nui-size td .button-size a {
    padding: 12px 20px 12px 12px;
  }
  .area-nuikatsu .size .table-nui-size td .button-size a::after {
    top: 34%;
  }
}

/* --------------------------------------------------------------------
   SNS風画像からのリンク.デザイン改修　2024.07.02
--------------------------------------------------------------------- */
.photo-post {
  position: relative;
}
.button-link {
  display: block;
  width: 100%;
  background-color: #41352e;
  opacity: .9;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all  0.5s ease;
}
.button-link:hover {
  background-color: #4e4038;
  color: #fff;
  opacity: 1;
}
.button-link::before{
  content: "";
  position: absolute;
  top: 38%;
  right: 16px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}
