@charset "utf-8";
#st-ns_ContentsWrapAll * {
  text-decoration: none !important;
}

.st-ns_ContentsWrapAll {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  box-sizing: border-box;
  color: #000;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: -20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-weight: 700;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


/* ふわっと下から */
.st-ns_fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.st-ns_fadeUpTrigger {
  opacity: 0;
}

#wrapper {
  min-width: auto !important;
  overflow: hidden !important;
}

#mainContent {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.st-ns_ContentsWrapAll .st-ns_flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.st-ns_ContentsWrapAll a {
  color: #000;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

.st-ns_ContentsWrapAll a img {}
.st-ns_ContentsWrapAll a:hover img {
  opacity: 1;
}

.st-ns_ContentsWrapAll img {
  display: block;
  height: auto;
  width: 100%;
}

.st-ns_ContentsWrapAll a {}
.st-ns_ContentsWrapAll a:before, 
.st-ns_ContentsWrapAll a:after {
  content: "";
  display: block;
  position: absolute;
}

.st-ns_commonSize {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 80px;
  width: 100%;
}

.contents_wrap h1 {
  border: none;
  margin: 0;
  padding: 0;
}

.st-ns_ContentsWrapAll h2 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.st-ns_ContentsWrapAll h3 {
  background: rgba(255, 255, 255, 0);
  border-bottom: none;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.st-ns_sp, .st-ns_sp a, img.st-ns_sp {
  display: none;
}
/*common_start*/
h2.st-ns_commonTitleH2 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 40px;
  padding-top: 90px;
  text-align: center;
}

.st-ns_goods_03 h2.st-ns_commonTitleH2 {
  color: #000;
}

h2.st-ns_commonTitleH2 span.st-ns_kana {
  letter-spacing: -0.08em;
}

h2.st-ns_commonTitleH2 span.st-ns_caution {
  display: block;
  font-size: 0.36em;
  margin-top: 20px;
}

h2.st-ns_commonTitleH2 .st-ns_txtIm {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

h3.st-ns_commonTitleH3 {
  font-size: 24px;
  margin: 0 auto 10px;
  padding-top: 48px;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
}

.st-ns_areaH2 {
  padding-bottom: 120px;
}

/*hover_start*/
.st-ns_ContentsWrapAll a, 
.st-ns_ContentsWrapAll a img {
  opacity: 1;
  transition: 0.3s;
}

.st-ns_ContentsWrapAll a:hover {
  transform: translate(10px, 0px);
  transition: 0.3s;
}

/*hover_end*/
/*breadcrumb_start*/
.st-ns_breadcrumb {
  background: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  height: calc(1em + (8px * 2));
  line-height: 1.5;
  padding: 8px;
  white-space: nowrap;
  width: 100%;
}

ol.st-ns_breadcrumb li {
  float: left;
  font-size: 12px;
  padding-left: 20px;
  position: relative;
}

ol.st-ns_breadcrumb li:before {
  border-right: solid 1px;
  border-top: solid 1px;
  color: #000;
  content: "";
  display: block;
  height: 6px;
  left: 0.2rem;
  position: absolute;
  top: 38%;
  transform: rotate(45deg) translate(0, -25%);
  width: 6px;
}

ol.st-ns_breadcrumb li:first-child:before {
  display: none;
}

ol.st-ns_breadcrumb li:first-child {
  background: none;
  padding-left: 0;
}

ol.st-ns_breadcrumb li, 
ol.st-ns_breadcrumb li a {
  color: #000;
}

ol.st-ns_breadcrumb li a:hover {
  transform: translate(0, 0);
}

ol.st-ns_breadcrumb li a {
  text-decoration: none;
}
/*breadcrumb_end*/
/*top_start*/
h1.st-ns_top__im {
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}

h1.st-ns_top__im .st-ns_commonSize {
   max-width: 1200px;
   padding: 0;
}
h1.st-ns_top__im .txtIm {}
/*top_end*/

/*goods_start*/
.st-ns_goods_01 {
  background-image: linear-gradient(90deg, #401340, #802780 50%, #401340);
}
.st-ns_goods_02 {
  background: #000;
}
.st-ns_goods_03 {
  background: #fff;
}

.st-ns_goods__groupFull {}
.st-ns_goods__groupHalfLeft {}
.st-ns_goods__groupHalfRight {}
.st-ns_goods__inner {}
.st-ns_goods__groupFull .st-ns_goods__inner {}
.st-ns_goods__groupHalfLeft .st-ns_goods__inner {}
.st-ns_goods__groupHalfRight .st-ns_goods__inner {
  align-content: baseline;
  display: flex;
  justify-content: space-between;
}

.st-ns_goods__groupHalfLeft .st-ns_goods__inner, 
.st-ns_goods__groupHalfRight .st-ns_goods__inner {
  display: flex;
  justify-content: space-between;
}

.st-ns_goods__detail {
  height: fit-content;
}

.st-ns_goods__groupFull .st-ns_goods__detail {
  width: 100%;
}

.st-ns_goods__groupHalfLeft .st-ns_goods__detail {}
.st-ns_goods__groupHalfRigh .st-ns_goods__detail {}
.st-ns_goods__groupHalfLeft .st-ns_goods__detail, 
.st-ns_goods__groupHalfRight .st-ns_goods__detail {
  margin-top: auto;
  width: calc(100% - 530px);
}

.st-ns_goods__groupHalfRight .st-ns_goods__im {
  order: 2;
}

.st-ns_goods__groupHalfRight .st-ns_goods__detail {
  order: 1;
}

.st-ns_goods__im {
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
}

h3.st-ns_goods__name {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.02em;
  width: 100%;
}

.st-ns_goods__groupFull h3.st-ns_goods__name, 
.st-ns_goods__group h3.st-ns_goods__name {
  margin-top: 25px;
  text-align: center;
}

h3.st-ns_goods__name span.st-ns_tokuten {
  border: 1px solid #fff;
  display: inline-block;
  font-size: 0.7em;
  padding: 6px 18px;
  margin: 10px 0 0;
}

.st-ns_goods_03 h3.st-ns_goods__name span.st-ns_tokuten {
  border: 1px solid #000;
  display: block;
  font-size: 0.7em;
}

.st-ns_goods__groupHalfLeft h3.st-ns_goods__name {
  color: #000;
  margin-top: 25px;
  text-align: center;
}

.st-ns_goods__groupHalfRigh h3.st-ns_goods__name {}
.st-ns_goods__linkList {
  margin-top: 25px;
}

.st-ns_goods__linkList > * {
  width: 100%;
}

.st-ns_goods__linkList > *:nth-of-type(1) {}
.st-ns_goods__groupFull .st-ns_goods__linkList {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.st-ns_goods__groupFull .st-ns_goods__linkList.st-ns_col3 {
  flex-wrap: wrap;
  justify-content: space-between;
}

.st-ns_goods__groupFull .st-ns_goods__linkList.st-ns_col3 > *:last-child {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.st-ns_goods__groupFull .st-ns_goods__linkList > * {
  width: calc((100% - (30px * 1)) / 2);
}

.st-ns_goods__groupFull .st-ns_goods__linkList > *:nth-of-type(1) {}
.st-ns_goods__linkList > * a {
  align-items: center;
  background-image: linear-gradient(90deg, #d6b424, #ffea91 50%, #d6b424);
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 30%);
  box-sizing: border-box;
  display: flex;
  font-size: 30px;
  height: 100%;
  justify-content: space-between;
  padding: 0.5em;
  position: relative;
  text-align: center;
}

.st-ns_goods__linkList > * a:hover {
  color: #000;
}

.st-ns_goods__linkList > * a:before {
  border-color: transparent transparent transparent #222;
  border-style: solid;
  border-width: 7.5px 0 7px 12px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: rotate(0deg) translate(0, -50%);
  width: 0;
}

.st-ns_goods__groupHalfLeft .st-ns_goods__linkList > *, 
.st-ns_goods__groupHalfRight .st-ns_goods__linkList > * {
  margin-top: 10px;
}

.st-ns_goods__groupHalfLeft .st-ns_goods__linkList > *:nth-of-type(1), 
.st-ns_goods__groupHaRigh .st-ns_goods__linkList > *:nth-of-type(1) {
  margin-top: 0;
}

.st-ns_goods__linkList .st-ns_ic {
  width: 60px;
}

.st-ns_goods__linkList .st-ns_ic img {}
.st-ns_goods__linkList .st-ns_txt {
  font-style: normal;
  font-weight: 900;
  text-align: center;
  width: 100%;
}

.st-ns_goods__linkList.st-ns_col3 .st-ns_txt {
  width: 100%;
}

.st-ns_bundle .st-ns_goods__inner {
  width: calc((100% - (30px * 1)) / 2);
}

.st-ns_goods__group h3.st-ns_goods__name {
  margin-top: 40px;
  text-align: center;
}

.st-ns_goods__group .st-ns_goods__linkList > * {
  margin-top: 10px;
}
/*goods_end*/

/*contents_end*/
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .st-ns_sp, 
  .st-ns_sp a, 
  img.st-ns_sp {
    display: block;
  }

  #wrapper {
    min-width: 100%;
  }

  .st-ns_commonSize {
    padding: 0;
    width: calc(100% - 60px);
  }

  /*1024_goods_start*/
  .st-ns_goods {}
  .st-ns_goods__groupFull h3.st-ns_goods__name {}
  [class*="st-ns_goods__group"]:nth-of-type(n + 2) {
    margin-top: 14vw;
  }

  .st-ns_goods__groupFull {}
  .st-ns_goods__groupHalfLeft {}
  .st-ns_goods__groupHalfRight {}
  .st-ns_goods__inner {}
  .st-ns_goods__groupFull .st-ns_goods__inner {}
  .st-ns_goods__detail {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__detail, 
  .st-ns_goods__groupHalfRight .st-ns_goods__detail {
    width: 100%;
  }
  .st-ns_goods__groupHalfLeft .st-ns_goods__inner {
	  flex-direction: column;
	}
  .st-ns_goods__groupHalfRight .st-ns_goods__inner {}
  .st-ns_goods__groupHalfLeft .st-ns_goods__inner, .st-ns_goods__groupHalfRight .st-ns_goods__inner {}
  .st-ns_goods__groupHalfLeft .st-ns_goods__im, .st-ns_goods__groupHalfRight .st-ns_goods__im {
    margin: 0 auto;
  }

  .st-ns_goods__groupHalfRight .st-ns_goods__im {
    order: 1;
  }

  .st-ns_goods__groupHalfRight .st-ns_goods__detail {
    order: 2;
  }

  .st-ns_goods__im {
    max-width: 100%;
  }
	
  h2.st-ns_commonTitleH2 {
  font-size: clamp(40px, 5.5vw, 50px);
  }

  h3.st-ns_goods__name {}
  .st-ns_goods__linkList {
    margin-top: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

	
  h3.st-ns_goods__name span.st-ns_tokuten {
    display: block;
	font-size: 0.6em;
  }

  .st-ns_goods__linkList > * {
    box-sizing: border-box;
  }

  .st-ns_goods__linkList > :nth-of-type(n + 2) {
    margin-left: 20px;
    margin-top: 0;
  }

  .st-ns_bundle .st-ns_goods__linkList > :nth-of-type(n + 2) {
    margin-left: 0;
  }

  .st-ns_goods__groupFull .st-ns_goods__linkList > * {
    width: calc((100% - (20px * 1)) / 2);
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList > *, 
  .st-ns_goods__groupHalfRight .st-ns_goods__linkList > *, 
  .st-ns_goods__group .st-ns_goods__linkList > * {
    width: calc((100% - (20px * 1)) / 2);
  }

  .st-ns_goods__linkList > * a {
    border-radius: 1.3vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

  .st-ns_goods__linkList > * a::before {
    border-width: 8px 0 8px 12px;
  }

  .st-ns_goods__linkList .st-ns_ic img {}
  .st-ns_goods__linkList .st-ns_txt {
    letter-spacing: 0;
    width: 100%;
  }
  /*1024_goods_end*/

}
@media screen and (max-width: 640px) {
  .st-ns_ContentsWrapAll {
    box-sizing: border-box;
    font-size: clamp(14px, 3.5vw, 16px);
    margin-top: -25px;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
  }
  .st-ns_ContentsWrapAll {}
  .st-ns_ContentsWrapAll img {
    display: block;
    width: 100%;
  }

  .st-ns_commonSize {
    box-sizing: border-box;
    padding: 0;
    width: 94%;
  }
  /*SP_common_start*/
  h2.st-ns_commonTitleH2 {
    box-sizing: border-box;
    font-size: 7.3vw;
    margin-bottom: 5vw;
    padding-top: 12vw;
  }

  h2.st-ns_commonTitleH2 span.st-ns_caution {
    font-size: 0.4em;
    margin-top: 4vw;
  }

  h2.st-ns_commonTitleH2 picture {
    height: 8.5vw;
    max-width: initial;
    width: auto;
  }

  h3.st-ns_commonTitleH3 {
    font-size: 6vw;
    margin-bottom: 5vw;
    padding-top: 10vw;
  }

  .st-ns_areaH2 {
    padding-bottom: 15vw;
  }

  .st-ns_sp, 
  .st-ns_sp a, 
  img.st-ns_sp {
    display: block;
  }

  .st-ns_pc,
  .st-ns_pc a, 
  img.st-ns_pc {
    display: none;
  }
  /*SP_common_end*/
  /*SP_contents_start*/
  /*SP_breadcrumb_start*/
  .st-ns_breadcrumb {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 2vw;
    white-space: nowrap;
    width: 100%;
  }

  .st-ns_breadcrumb > * {
    float: initial;
    font-size: 2.8vw;
  }

  ol.st-ns_breadcrumb li:nth-of-type(n + 2) {
    background-position: 1vw center;
    padding-left: 15px;
  }

  ol.st-ns_breadcrumb li:before {
    left: 0vw;
    top: 50%;
    transform: rotate(45deg) translate(0, -50%);
  }

  .st-ns_breadcrumb > * a {}
  /*SP_breadcrumb_end*/
  /*SP_top_start*/
  .st-ns_top_logo {
    margin: 8vw auto 4vw;
    max-width: 300px;
    width: 60%;
  }

  /*SP_top_slider_start*/
  .st-ns_top_slider_wrap {
    margin-top: -4vw;
    min-width: 1150px;
    padding-bottom: 8vw;
  }
  /*top_start*/
  h1.st-ns_top__im {}
  h1.st-ns_top__im .st-ns_commonSize {
    width: 100%;
  }

  h1.st-ns_top__im .txtIm {}
  /*SP_top_end*/

  /*SP_goods_start*/
  .st-ns_goods {}
  [class*="st-ns_goods__group"]:nth-of-type(n + 2) {
    margin-top: 14vw;
  }

  .st-ns_goods__groupFull {}
  .st-ns_goods__groupHalfLeft {}
  .st-ns_goods__groupHalfRight {}
  .st-ns_goods__inner {}
  .st-ns_goods__groupFull .st-ns_goods__inner {
    width: 94%;
  }

  .st-ns_goods__detail, .st-ns_goods__groupFull .st-ns_goods__detail {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__detail, .st-ns_goods__groupHalfRight .st-ns_goods__detail {
    text-align: center;
    width: 96%;
  }
  .st-ns_goods__groupHalfLeft .st-ns_goods__inner {}
  .st-ns_goods__groupHalfRight .st-ns_goods__inner {}
  .st-ns_goods__groupHalfLeft .st-ns_goods__inner, .st-ns_goods__groupHalfRight .st-ns_goods__inner {
    align-items: center;
    flex-direction: column;
    width: 94%;
  }

  .st-ns_goods__groupHalfRight .st-ns_goods__im {
    order: 1;
  }

  .st-ns_goods__groupHalfRight .st-ns_goods__detail {
    order: 2;
  }

  .st-ns_goods__im {
    max-width: 100%;
  }

  .st-ns_goods__groupFull h3.st-ns_goods__name, 
  .st-ns_goods__groupHalfLeft h3.st-ns_goods__name, 
  .st-ns_goods__groupHalfRight h3.st-ns_goods__name, 
  .st-ns_goods__group h3.st-ns_goods__name {
    font-size: 4.5vw;
    margin-top: 4vw;
  }

  h3.st-ns_goods__name span.st-ns_tokuten {
    display: block;
	font-size: 0.65em;
    padding: 1vw 1.5vw;
    margin: 2vw 0 0;
    letter-spacing: -0.02em;
  }
  
  .st-ns_goods__linkList {
    display: flex;
    margin-top: 4vw;
  }

  .st-ns_goods__linkList > * {
    box-sizing: border-box;
  }
  .st-ns_goods__linkList > :nth-of-type(n + 2) {
    margin-left: 2vw;
    margin-top: 0;
  }

  .st-ns_goods__groupFull .st-ns_goods__linkList > * {
    width: calc((100% - (2vw * 1)) / 2);
  }

  .st-ns_goods__groupFull .st-ns_goods__linkList.st-ns_col3 > *:last-child {
    margin-left: 0;
    margin-top: 2vw;
    width: 100%;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList.st-ns_col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList.st-ns_col3 > * {
    width: calc((100% - (2vw * 1)) / 2);
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList.st-ns_col3 > *:last-child {
    margin-left: 0;
    margin-top: 2vw;
    width: 100%;
  }

  .st-ns_goods__groupHalfLeft .st-ns_goods__linkList > *, 
  .st-ns_goods__groupHalfRight .st-ns_goods__linkList > * {
    margin-top: 0;
  }

  .st-ns_goods__linkList > * a {
    border-radius: 1.3vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 3vw 0vw;
  }

  .st-ns_goods__linkList > * a::before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    right: 1.8vw;
  }

  .st-ns_goods__linkList .st-ns_ic img {}
  .st-ns_goods__linkList .st-ns_txt {
    font-size: 5vw;
    width: 100%;
    letter-spacing: 0;
  }

  .st-ns_goods__linkList.st-ns_col3 .st-ns_txt {
    font-size: 4vw;
    letter-spacing: 0;
    margin-right: 2vw;
    width: 100%;
  }

  .st-ns_ContentsWrapAll .st-ns_flex.st-ns_bundle {
    flex-direction: column;
    justify-content: space-between;
  }

  .st-ns_bundle .st-ns_goods__inner {
    width: 100%;
  }

  .st-ns_bundle .st-ns_goods__inner:nth-of-type(n + 2) {
    margin-top: 14vw;
  }

  .st-ns_goods__group .st-ns_goods__linkList > * {
    margin-top: 0;
  }
  /*SP_goods_end*/

  /*hover_start*/
  .st-ns_ContentsWrapAll a:hover {
    transform: translate(0px, 0px);
  }
  /*hover_end*/

  /*SP_contents_end*/
}