@charset "utf-8";
html {
  background-color: initial;
}
:root{
	--ns_lgm_common_s: clamp(980px,90svw,1184px);
}
.goods.type02.bk_wrap_04 .goods_area_title,
.bk_wrap_04 .kosu_txt_01,
.bk_wrap_04 .lead_txt_01,
.bk_wrap_04 .kosu_txt_02 {
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 10px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 30px #fff, 0px 0px 1px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff,
    0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
}
#container {
}
#header,
#footer,
#snm-footer {
  background: #fff;
}
.all_contents_wrap.type01 {
  /* margin-top: -40px; */ /*アップ時は40px*/
  /* background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, #d3f1ff 50%, rgb(211 241 255 / 25%) 80%, rgb(255 255 255 / 0%) 100%); */
  /*! background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, #ffffff 50%, rgb(211 241 255 / 25%) 80%, rgb(255 255 255 / 0%) 100%); */
  /*! background: linear-gradient(180deg, rgb(255 255 255 / 80%) 50%, rgb(255 255 255 / 0%) 100%); */
}
.all_contents {
  position: relative;
  overflow: hidden;
  margin-top: -40px;
  /* background: #93d0cd; */
  /* background: #d4f7f3; */
  /* background: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/sp/special/240405lgmgoods/bk_20240325.jpg") repeat top 0px left 0px/ auto; */
  /* background:#5594bf; */
  /* background: linear-gradient(90deg, rgb(85 148 191) 49%,rgb(231 131 169) 50%); */
}
.all_contents:before {
 /* position: absolute; */
 /* content: ""; */
 /* display: block; */
 /* width: 100vw; */
 /* height: 100%; */
 /* top: 0; */
 /* left: 0; */
 /* transform: rotate(0deg) translate(0%, 0%); */
 /* bottom: calc(-1*(tan(48deg)* 0.8em / 2)); */
 /* background: #e783a9; */
 /* height: calc(tan(48deg)* 0.8em / 2); */
 /* width: 0.8em; */
 /* clip-path: polygon(100% 0, 100% 100%, 0 100%); */
}
.all_contents:after {
	z-index: -2;
	position: fixed;
	content: "";
	display: block;
	top:0;
	left:0;
	width:100svw;
	height:100svh;
	/* background: linear-gradient(90deg, rgb(85 148 191) 49%, rgb(231 131 169) 50%); */
	background: #fff9a5;
}
.all_contents:before {
  position: fixed;
  content: "";
  display: block;
  width: 100svw;
  height: 100svh;
  top: 0;
  left: 0;
  /* aspect-ratio: 500/707; */
  /*! background-color: #000; */
  /* background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/230116lgmgoods/bk_20230110.jpg) repeat-x top 0 left 0 / 40% auto #c5f1fc; */
  z-index: 0;
  background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/250419lgmgoods/bk_20250419.jpg) no-repeat top 50% left 50% /  clamp(0px,158svw,1150px);
  z-index: -1;
  /* aspect-ratio: 500 / 707; */
}
.all_contents > * {
  position: relative;
  z-index: 2;
}
.all_contents_wrap_cover {
}
/* .all_contents_wrap_cover {
  display: inline-block;
  padding: 0.5em 2.5em;
  border: none;
  border-radius: 0.25em;
  color: #fff;
  background: linear-gradient(-45deg, #f9c2eb, #a8c2ee, #c2f9d0, #ffdea5) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 9s ease infinite;
}
@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */
.all_contents_wrap {
}
#mainContent {
  padding: 0;
  margin-bottom: 0;
}
.SP,
.SP_414,
.SP_375,
.SP img {
  display: none;
}
.PC_inline{
display: inline;}
.common_size a {
  text-decoration: none;
  color: inherit;
}
.common_size a img {
  width: 100%;
}
.common_size {
  width: var(--ns_lgm_common_s);
  margin: 0 auto;
  padding: 0px;
  display: block;
  box-sizing: border-box;
}
.FL01 {
  float: left;
}
.FR01 {
  float: right;
}
.DF01 {
  display: flex;
  justify-content: space-between;

	display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 0px
}
.DF02 {
  display: flex;
  justify-content: space-between;

	display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 0px
}
.DF01.type_01 > *:nth-last-of-type(1) {grid-column: 4 / span 2;
    grid-row: 1;}
a {
  transition: 0.3s;
}
a:hovr {
  transition: 0.3s;
  transform: translate(1vw, 0);
}
h2 {
  border-bottom: none;
  text-align: center;
  margin-top: 112px;
  margin-bottom: 56px;
}
h3.gaiyo_sub_title {
  margin-top: 64px;
  margin-bottom: 40px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 15px;
  color: #4466ea;
}
h3.gaiyo_sub_title span {
  display: inline-block;
  transform: skewX(-15deg);
  border-bottom: 1px solid;
  padding: 0 32px 5px;
}
.all_contents_wrap a:hover img {
  opacity: 1;
}

/*トップ_start*/
.top {
  /*background: #9ad0dc;*/
  /* padding-top: 56px; */
  text-align: center;
}
.top_lead {
  /*! padding-top: 56px; */
  /* padding-bottom: 88px; */
}
.top_lead {
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%); */
  padding-top: 80px;
  max-width: initial;
}
.top_lead_im{}
.top_lead_im img{
  width: 100%;
}
.top_lead > .common_size > [class*="lead_txt_"] {
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
}
.lead_txt_01 {
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 2;
  /* filter: drop-shadow(0 0px 7px #fff); */
  max-width: 1184px;
}
.lead_txt_02 {
  font-size: 13px;
  margin-top: 24px;
  /* filter: drop-shadow(0 0px 7px #fff); */
  max-width: 1184px;
}
.lead_txt_02 p {
  text-indent: -1em;
  margin-left: 1em;
}
.top_im img {
  width: 100%;
  filter: drop-shadow(6px -1px 10px rgba(0, 0, 0, .2));
}
/*トップ_end*/
/*個数表_start*/
.kosu_note {
  padding-top: 88px;

  /*	color: #833c13;*/
}

.kosu_txt_01 {
  font-size: 22px;
  text-align: center;
}
.kosu_txt_02 {
  font-size: 13px;
}
.kosu_txt_02 p {
  text-indent: -1em;
  margin-left: 1em;
  text-align: center;
}
.kosu_hyo_list_wrap {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #000000;
  border-radius: 16px;
  overflow: hidden;
}
.kosu_hyo_list {
  text-align: center;
}
.kosu_hyo_list > * {
  width: 100%;
}
.kosu_hyo_item {
}
.kosu_hyo_txt {
  position: relative;
  padding: 8px 4px 6px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.kosu_hyo_txt.type01 {
  background: #dee3e7;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}
.kosu_hyo_txt.type02 {
  background: #ffffff;
  color: #000000;
  font-size: 12px;
}
.kosu_hyo_item:nth-of-type(n + 2) .kosu_hyo_txt.type01:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
}
.kosu_hyo_item:nth-of-type(n + 2) .kosu_hyo_txt.type02:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #dee3e7;
  top: 0;
  left: 0;
}
/*個数表_end*/
/*グッズ_start*/
.goods {
  padding-top: 88px;
  padding-bottom: 88px;
  text-align: center;
}
.bk_wrap_01 {
  background: #ffefe8;
}
.bk_wrap_02 {
  background: #eccfbf;
}

.bk_wrap_03 {
  background: #c6e0b9;
}
.bk_wrap_04 {
  background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/230116lgmgoods/bk_20230110.jpg) repeat-x top 0 left 0 / 30% auto #cdddea;
}
.bk_wrap_20220714 {
  background: #fff57f;
}

h2.goods_area_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  /*    border-bottom: 2px solid;
    border-top: 2px solid;*/
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  margin-top: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.goods.type01 .goods_area_title {
  color: #000000;
}
.goods.type02 .goods_area_title {
  color: #000000;
}
.goods.type03 .goods_area_title {
  /*	    color: #004280;*/
}
.goods.type02 .goods_area_title, .kosu_txt_01, .lead_txt_02, .lead_txt_01, .kosu_txt_02 {
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 10px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 30px #fff, 0px 0px 1px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
}
.goods_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 53px;
  --ns_lgm_goods_w: calc(var(--ns_lgm_common_s) * 0.8);
}
.goods_list > * {
  width: calc((var(--ns_lgm_common_s) - (24px * 3)) / 4);
  margin-left: 24px;
}

.goods_list > *:nth-of-type(4n + 1) {
  margin-left: 0;
}
.goods_list > *:nth-of-type(n + 4) {
  margin-top: 48px;
}
.goods_list.col2{
	flex-wrap:wrap;
	margin-left: calc(((var(--ns_lgm_common_s) - (24px * 3)) / 4) / 1);
	margin-right: calc(((var(--ns_lgm_common_s) - (24px * 3)) / 4) / 1);
}
.goods_list.col2 > * 
 {}
.goods_list.col2 > *:nth-of-type(2n + 1){

margin-left: 0;
}
.goods_list.col2 > *:nth-of-type(n + 3) {margin-top: 48px;}
.goods_list.col3{
	margin-left: calc(((var(--ns_lgm_common_s) - (24px * 3)) / 4) / 2);
	margin-right: calc(((var(--ns_lgm_common_s) - (24px * 3)) / 4) / 2);
}
.goods_list.col3 > *:nth-of-type(4n + 1){
	 margin-left: 24px;
}
.goods_list.col3 > *:nth-of-type(3n + 1) {
 margin-left: 0;
}

.goods_list.col3 > *:nth-of-type(n + 5) {
}
.goods_list.col3 > * {
}.goods_list.col3 > *:nth-of-type(3n + 1){

}
.goods_list.col3 > *:nth-of-type(3n + 1) {
  /* margin-left: 0; */
}
.goods_list.col3 > *:nth-of-type(n + 5) {
  margin-top: 48px;
}
.goods_list.col4  > *:nth-of-type(n + 4){
	    margin-top: 0px

}

.goods_item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 16px 24px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  transition: 0.3s;
  margin-left: 24px;
}
@media all and (-ms-high-contrast: none) {
  .goods_item {
    display: block;
    box-shadow: 5px 5px 16px 0px #454545;
  }
}
.goods_item.new:before {
  position: absolute;
  content: "NEW";

  top: -10px;
  right: -14px;
  color: #dc0000;
  border: 2px solid #dc0000;
  padding: 1px 0px 0px;
  font-size: 12px;
  background: #fff;
  border-radius: 100px;
  font-weight: bold;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.goods_item_link_wrap {
  margin-top: 16px;
}
a.goods_item_link {
  position: relative;
  display: block;
  width: 100%;
  background: #ddd;
  border: 1px solid #333;
  border-radius: 1000px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  color: #333;
}
a.goods_item_link,
.goods_item_link_button_wrap {
  box-shadow: 3px 3px 9px 0 rgb(0 0 0 / 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}

.goods_item_link:after,
.goods_item_link_button_wrap:after {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5px 8px;
  border-color: transparent transparent transparent #333;
  transform: rotate(0deg);
}
.goods_item_link_button_wrap:after {
  top: calc(50% - 6px);
}
.goods_item_link_button_wrap {
  position: relative;
}
.goods_item_link_select_wrap select,
.goods_item_link_button_wrap input {
  width: 100%;
  height: auto;
}

.goods_item_link_select_wrap {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.goods_item_link_select_wrap select {
  padding: 10px;
  border: 1px solid;
  border-radius: 100px;
  color: #333333;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://img.omni7.jp/cm/0001/sc_image/inc/pc/special/210118lgmgoods/arrow01.png") no-repeat right 10px center / 7px;
}
.goods_item_link_select_wrap select option:nth-child(1) {
  text-align: center;
}
.goods_item_link_button_wrap {
  margin-top: 8px;
  border-radius: 100px;
  border: 1px solid #333;
  color: #333;
  background: #ddd;
}
.goods_item_link_button_wrap input {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 7px;
}
@supports (-ms-ime-align: auto) {
  .goods_item_link_button_wrap input {
    background-color: rgba(0, 0, 0, 0);
    padding: 17px;
  }
}
.goods_item_link_txt {
  position: absolute;
  top: calc(50% - 0.8em);
  left: calc(50% - 4em);
}
.goods_item_link_irreg_wrap {
  position: relative;
  z-index: 100;
}
.goods_item img {
  display: block;
  width: 100%;
}
.goods_item_title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}
.goods_item_price {
  font-size: 13px;
  margin-top: auto;
  border-top: 1px solid #8c8c8c;
  padding-top: 8px;
}
.goods_item_price .emp {
  font-weight: bold;
  font-size: 15px;
}
.p_small {
  font-size: 0.5em;
}
/*グッズ_end*/
/*アンカー_start*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  text-align: center;
}
.copy {
  font-size: 14px;
  text-align: center;
  color: #eb6e8f;
  margin-top: 32px;
}
.top_lead_mv_wrap{
  margin: 0 auto;
  width: fit-content;
  border: 7px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  filter: drop-shadow(6px -1px 10px rgba(0, 0, 0, .2));
  text-align:center;
  display:block;
  line-height:0;
}
.top_lead_mv_wrap iframe {
  margin:0 auto;
  text-align:center;
}
@media screen and (max-width: 1000px) {
  .lead_txt_01 {
    font-size: 15px;
  }
  .goods_item_link::after,
  .goods_item_link_button_wrap::after {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  body {
    background: initial;
  }
  a {
    transition: 0.3s;
  }
  a:hovr {
    transition: 0.3s;
    transform: translate(0, 0);
  }
  .SP {
    display: inline-block;
  }
  .PC ,.PC_inline{
    display: none;
  }
  .all_contents_inner {
  }
  .FL01,
  .FR01 {
    float: none;
  }
  .DF01 ,.DF02{
    display: block;
  }
  .all_contents_wrap {
    overflow: hidden;
    box-sizing: border-box;
  }
  .all_contents_wrap {

  }
  .all_contents_wrap img {
    width: 100%;
    display: block;
  }
  .common_size {
    width: 90vw;
    padding: 0;
    box-sizing: border-box;
    /* margin: 0 5vw; */
  }

  .all_contents_wrap h2 {
    margin-top: 10vw;
    text-align: center;
    font-size: 5.5vw;
  }
  .all_contents_wrap h2 img {
    display: inline;
    width: inherigoods_listt;
    height: 30px;
  }
  .all_contents:before {
    width: 100%;
    height: calc(100svw * (707 / 500));
  top: 218px;
  /*! aspect-ratio: 500 / 707; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  .all_contents::after {
    /* background: linear-gradient(180deg, rgb(85 148 191) 49%, rgb(231 131 169) 50%); */
  }
  /*SP_トップ_end*/
  .top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top .common_size {
    width: 100%;
  }
  .top_im {
    padding: 0;
  }
  .top_lead {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .top_lead > .common_size {
    /*! margin: 0; */
    /*! padding: 0 5svw 0 5vw; */
    /*! width: 100svw; */
    /*! margin-right: 45vw; */
    /* box-sizing: initial; */
  }
  .lead_txt_01 {
    font-size: 4vw;
    text-align: center;
  }
  .lead_txt_02 {
    margin-top: 6.666vw;
  }
  /*SP_トップ_start*/
  /*SP_個数表_start*/
  .kosu_note {
    padding-top: 10vw;
  }
  .kosu_note .common_size {
  }
  .kosu_hyo_list > * {
    width: 100%;
  }

  .kosu_hyo_item:nth-of-type(n + 2) .kosu_hyo_txt.type01:before,
  .kosu_hyo_item:nth-of-type(n + 2) .kosu_hyo_txt.type02:before {
    display: none;
  }
  .kosu_hyo_list .kosu_hyo_item:nth-last-of-type(1) .kosu_hyo_txt {
    border-bottom: 1px solid;
  }
  .kosu_hyo_list:nth-last-of-type(1) .kosu_hyo_item:nth-last-of-type(1) .kosu_hyo_txt {
    border: none;
  }
  .kosu_hyo_txt.type01,
  .kosu_hyo_txt.type02 {
  }
  .kosu_hyo_txt {
    border-bottom: 1px solid;
    font-size: 3.5vw;
  }

  .kosu_hyo_txt.type01 {
    border-color: #ffffff;
  }
  .kosu_hyo_txt.type02 {
    border-color: #333333;
  }

  .kosu_hyo_item {
  }
  .kosu_txt_02 p {
    font-size: 3.2vw;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
  /*SP_個数表_end*/
  /*SP_グッズ_start*/
  .goods {
    padding-top: 0;
    padding-bottom: 14vw;
  }
  .bk_wrap_04 {
    background: url(https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/230116lgmgoods/bk_20230110.jpg) repeat-x top -9% left 0 / 120% auto #cdddea;
  }
  .goods_area_title {
    display: block;
  }
  .goods_item_title > br {
    line-height: 0;
  }
  .goods.type01 {
    padding-top: 0;
  }
  .goods_list {
    margin-top: 6.666vw;
  }
.goods_list.col2,.goods_list.col3{
margin-left: 0px;
margin-right: 0px;

}
  /*打消し*/
  .goods_list > *:nth-of-type(4n + 1) {
    margin-left: 2vw;
  }

  .goods_list > * {
    width: calc((100% / 3) - 2vw + (2vw / 3.2));
    margin-left: 2vw;
    padding: 16px 8px 24px;
  }

  .goods_list > *:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .goods_list > :nth-of-type(n + 3),
  .goods_list.type01 > :nth-of-type(n + 4) {
    margin-top: 1.95vw;
  }

  .goods_list.type01 > * {
    width: calc((100% / 2) - 2.1vw + (2vw / 2));
    margin-left: 2vw;
  }
  .goods_list.type01 > *:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .goods_list.type01 > *:nth-of-type(n + 3) {
    margin-top: 2vw;
  }
  /*col3*/
  .goods_list.type01.col3 > *:nth-of-type(n + 3) {
    margin-left: 2vw;
  }
  .goods_list.type01.col3 > *:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .goods_item.new a {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .goods_list > *:nth-of-type(1) {
    margin-left: 0;
  }
  .goods_item a {
    text-align: left;
  }
  .goods_item.new a:before {
    right: -5px;
  }
  .goods_item_title {
    font-size: 12px;
  }
  .goods_item.new::before {
    content: "NEW";
    top: -1vw;
    right: -1vw;
    padding: 1px 0px 0px;
    font-size: 9px;
    width: 3.5em;
    height: 3.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 100;
  }
  a.goods_item_link,
  .goods_item_link_button_wrap {
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
  }
  .goods_item_link:after,
  .goods_item_link_button_wrap:after {
    right: 7px;
  }
  .goods_item_link_txt {
    z-index: 10;
  }
  .goods_item_link_button_wrap input {
    padding: calc(7px + 1em) calc(10px + 3em);
  }
  .goods_item_link_txt {
    top: calc(50% - 1.5em);
    left: calc(50% - 2.1em);
    text-align: left;
  }

  /*SP_グッズ_end*/
  /*SP_概要_start*/
  .gaiyo_txt.type02 {
    font-size: 15px;
  }
  .gaiyo_txt.type01 span {
    font-size: 6.8vw;
  }
  /*SP_概要_end*/
  /*SP_劇場グッズ_start*/
  /*SP_劇場グッズ_end*/
  /*SP_関連商品_start*/
  .othergoods_wrap > * {
    width: calc((100% - 10vw) / 2);
  }
  .othergoods_wrap > *:nth-of-type(n + 3) {
    margin-top: 5vw;
  } /*SP_関連商品_end*/
  .copy {
    font-size: 2.5vw;
  }
    .top_lead_mv_wrap {
    margin:0px auto;
    text-align:center;
    margin-top:0;
    background:none;
    position:relative;
    height:0;
    padding-bottom: 53.15%;
    width: 88svw;
  }
  .top_lead_mv_wrap iframe {
    width:100%;
    height:100%;
    box-sizing:border-box;
    position:absolute;
    top:0;
    left:0;
    margin: 0svw 0 0 -0.2svw;
    text-align:center;
  }
.goods_item {
  order: 0;
}
[class*="change_sp_"]:nth-of-type(2n+1){
		        margin-left: 2vw!important;
	}
		[class*="change_sp_"]:nth-of-type(2n){
		        margin-left: 0!important;
	}
[class*="change_sp_"]:nth-of-type(2n+1).change_sp_01{
  order: 1;
  margin-left:calc(((100% / 2) - 2.1vw + (2vw / 2)) / 2)!important;
  margin-right: calc(((100% / 2) - 2.1vw + (2vw / 2)) / 2)!important;
}
.change_sp_02{
  order: 2;
	margin-top:2vw;
}
.change_sp_03{
  order: 3;
  margin-left: 0vw!important;
}
.change_sp_04{
  order: 4;
  /* margin-left: 2vw!important; */
}
.change_sp_05{
  order: 5;
}
.change_sp_06{
  order: 6;
}
.change_sp_07{
  order: 7;
}.change_sp_08{
  order: 8;
}
.change_sp_09{
  order: 9;
}
.change_sp_10{
  order: 10;
}
.change_sp_11{
  order: 11;
}
.change_sp_12{
  order: 12;
}
.change_sp_13{
  order: 13;
}
.change_sp_14{
  order: 14;
}
.change_sp_15{
  order: 15;
}
.change_sp_16{
  order: 16;
}
.change_sp_17{
  order: 17;
}
.change_sp_18{
  order: 18;
}

}
@media screen and (max-width: 414px) {
  .SP_414 {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .all_contents_wrap .goods h2 img {
    width: 96vw;
    height: auto;
  }
}
@media screen and (max-width: 390px) {
  .goods_col.type02 {
    margin-top: calc();
  }
}
@media screen and (max-width: 375px) {
  .SP_414 {
    display: none;
  }
  .SP_375 {
    display: block;
  }
}
