@charset "UTF-8";

/*common*/
body a {
  color: #000;
  text-decoration: none;
}
.lp-container {
  width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.product-item .hidden-item {
  display: none;
}

@media screen and (max-width: 767px) {
  .lp-container {
    width: 100%;
    padding: 0 20px;
  }
  .pc-only {
    display: none;
  }
  
  .sp-only {
    display: block;
  }
}

/* MV */
.mv-section__bg {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
.mv-content {
  width: 750px;
  margin: 0 auto;
}
.mv-title {
  margin-top: 40px;
}
.mv-title-text {
  font-size: 20px;
  text-align: center;
}
.mv__logo-img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.mv-section .section__container {
  padding: 0 16px;
}
.mv-nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  padding: 20px 0 21px;
}
.mv-nav-link {
  flex: 1 1 auto;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mv-nav-link::after {
  display: inline-block;
  position: relative;
}
.mv-nav-link:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .mv-section .section__container {
    padding: 0 20px;
  }
  .mv-content {
    width: 100%;
    padding: 0 20px;
  }
  .mv-title {
    margin-top: 16px;
  }
  .mv-title-text {
    font-size: 14px;
  }
  .mv-nav-link + .mv-nav-link {
    border-left: 0;
  }
  .mv-nav-link {
    flex: 0 0 auto;
    text-align: left;
    padding-right: 3%;
    width: 50%;
    font-size: 14px;
  }
  .mv-nav-content {
    padding: 16px 0;
  }
  .mv-nav-link:nth-child(2n) {
    padding-left: 3%;
    margin-right: 0;
    padding-right: 0;
  }
  .mv-nav-link:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
  .mv-nav-link span {
    position: relative;
    display: block;
    padding-right: 16px;
  }
  .mv-nav-link span::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    position: absolute;
    top: 49%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* End of MV */

/* fireworks movie */
.short-movie-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .short-movie-bg {
    padding: 8px 0;
  }
}

/* Theme */
.content-theme.theme01 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-theme.theme02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-theme.theme03 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-theme.theme04 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-theme.theme05 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-theme.theme06 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-theme.theme07 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-theme.multiple-rows {
  background-size: contain;
  background-repeat: repeat-y;
}
.content-theme .second-heading {
  padding: 80px 0 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-theme .second-heading__main {
  text-align: center;
  font-size: 40px;
}
.content-theme .second-heading__text {
  font-size: 16px;
  text-align: center;
  margin-top: 23px;
}
.content-theme-products .product-item:nth-child(-n+2) .item-info .item-info-title {
  font-size: 24px;
  margin-bottom: 8px;
}
.content-theme-products .product-item:nth-child(n+3) .item-info .item-info-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.content-theme-products .product-item:nth-child(-n+2) figure .item-img {
  height: 230px;
}
.content-theme-products .product-item:nth-child(n+3) figure .item-img {
  height: 192px;
}
.content-theme-products .product-item .item-info-tag {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}
.content-theme-products .product-item .cat-tag {
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 8px 3px;
  margin-top: 4px;
}
.content-theme-products .product-item .cat-tag:nth-child(1) {
  margin-right: 8px;
}
.content-theme-products .product-item .info-shipping {
  font-size: 12px;
}
.content-theme-products .product-item .info-price {
  font-size: 14px;
}
.content-theme-products .product-item:nth-child(-n+2) .info-price em {
  font-size: 26px;
}
.content-theme-products .product-item .info-price em {
  font-size: 22px;
}
.content-theme-products .product-item:nth-child(-n+2) .info-price .info-free-img {
  width: 206px;
  height: auto;
}
.content-theme-products .product-item:nth-child(n+3) .info-price .info-free-img {
  width: 176px;
  height: auto;
}
.content-theme-products {
  position: relative;
  margin-top: -174px;
  padding-bottom: 80px;
}
.content-theme-products .fd-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.content-theme-products .product-item {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  /* border: 1px solid #CBD0D6; */
  border-radius: 8px;
  overflow: hidden;
  opacity: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.content-theme-products .product-item:nth-child(-n+2) {
  flex: 0 37.81%;
  margin: 0;
}
.content-theme-products .product-item:nth-child(n+3) {
  flex: 30%;
  margin: 16px 0 0 0;
}
.multiple-rows .product-item {
  flex: 30%;
  margin: 16px 0 0 0;
}
.multiple-rows .content-theme-products .product-item:nth-of-type(5n+1),
.multiple-rows .content-theme-products .product-item:nth-of-type(5n+2) {
  flex: 0 37.81%;
}
.multiple-rows .content-theme-products .product-item:nth-of-type(5n+1) figure .item-img, 
.multiple-rows .content-theme-products .product-item:nth-of-type(5n+2) figure .item-img {
  height: 230px;
}
.multiple-rows .content-theme-products .product-item:nth-of-type(5n+1) .item-info .item-info-title,
.multiple-rows .content-theme-products .product-item:nth-of-type(5n+2) .item-info .item-info-title {
  font-size: 24px;
}
.multiple-rows .content-theme-products .product-item:nth-of-type(5n+1) .info-price em,
.multiple-rows .content-theme-products .product-item:nth-of-type(5n+2) .info-price em {
  font-size: 26px;
}
.content-theme-products .product-item:last-child {
  margin-right: 0;
}
.content-theme-products .product-item figure {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.content-theme-products .product-item figure .item-img {
  max-width: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.content-theme-products .product-item .item-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.content-theme-products .product-item .item-info-txt {
  font-size: 14px;
  margin-bottom: 4px;
}
.content-theme-products .product-item.oe-item .tag-oe {
  display: inline-block;
}
.content-theme-products .product-item.ec-item .tag-ec {
  display: inline-block;
}
.content-theme-products .product-item .item-info-desc {
  align-self: flex-end;
  margin-top: auto;
}
.section-contentbox-link {
  margin-top: 40px;
}
.section-contentbox-link ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-contentbox-link .section-contentbox-link-item {
  text-align: center;
  width: 256px;
  height: 44px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  margin: 0 12px;
}
.section-contentbox-link .section-contentbox-link-item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
}
.section-contentbox-link .section-contentbox-link-item a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 49%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .content-theme.theme01 {
    background-repeat: no-repeat;
    background-position: center;
  }
  .content-theme.theme02 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content-theme.theme03 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content-theme.theme04 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content-theme.theme05 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content-theme.theme06 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content-theme.theme07 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content-theme.multiple-rows {
    background-size: contain;
    background-repeat: repeat-y;
  }
  .content-theme .second-heading__main {
    font-size: 28px;
  }
  .content-theme-products .product-item:first-child .item-info .item-info-title {
    font-size: 16px;
  }
  .content-theme-products .product-item:nth-child(n+2) .item-info .item-info-title {
    font-size: 14px !important;
    margin-bottom: 0;
  }
  .content-theme .section__container {
    padding: 24px 20px 80px;
  }
  .content-theme-products {
    margin-top: -150px;
  }
  .content-theme .second-heading {
    padding: 36px 0 150px;
  }
  .content-theme .second-heading__text {
    font-size: 14px;
    text-align: center;
  }
  .content-theme-products .product-item:first-child .cat-tag {
    font-size: 12px;
  }
  .content-theme-products .product-item:nth-child(n+2) .cat-tag {
    font-size: 12px;
  }
  .content-theme-products .product-item:first-child {
    flex: 1 100%;
    margin: 0 0 17px;
  }
  .content-theme-products .fd-item {
    justify-content: space-between;
    gap: 0;
  }
  .content-theme-products .product-item:nth-child(n+2) {
    flex: 0 47.4% !important;
    margin: 0 0 17px 0;
  }
  .multiple-rows .content-theme-products .product-item:nth-of-type(5n+1), 
  .multiple-rows .content-theme-products .product-item:nth-of-type(5n+2) {
    flex: auto;
  }
  .multiple-rows .content-theme-products .product-item:nth-of-type(6n) {
    flex: 1 100% !important;
  }
  .multiple-rows .content-theme-products .product-item:nth-of-type(6n) .item-info {
    padding: 20px;
  }
  .section-contentbox-link ul {
    flex-direction: column;
  }
  .section-contentbox-link {
    margin-top: 31px;
  }
  .section-contentbox-link .section-contentbox-link-item:nth-child(2) {
    margin-top: 24px;
  }
  .content-theme-products .product-item:first-child figure .item-img {
    height: 205px;
  }
  .content-theme-products .product-item:nth-child(n+2) figure .item-img {
    height: 101px !important;
  }
  .multiple-rows .content-theme-products .product-item:nth-of-type(6n) figure .item-img {
    height: 205px !important;
  }
  .content-theme-products .product-item:nth-child(n+2) .item-info {
    padding: 8px;
  }
  .content-theme-products .product-item:nth-child(n+2) .item-info-txt {
    display: none;
  }
  .content-theme-products .product-item:first-child .info-price {
    font-size: 15px;
  }
  .content-theme-products .product-item:first-child .info-price em {
    font-size: 24px !important;
  }
  .content-theme-products .product-item:nth-child(n+2) .info-price em {
    font-size: 18px;
  }
  .multiple-rows .content-theme-products .product-item:nth-of-type(5n+1) .info-price em, 
  .multiple-rows .content-theme-products .product-item:nth-of-type(5n+2) .info-price em {
    font-size: 18px;
  }
  .multiple-rows .content-theme-products .product-item:nth-of-type(6n) .item-info .item-info-title {
    font-size: 24px !important;
    margin-bottom: 8px;
  }
  .multiple-rows .content-theme-products .product-item:nth-of-type(6n) .item-info-txt {
    display: block;
  }
  .multiple-rows .content-theme-products .product-item:nth-of-type(6n) .info-price em {
    font-size: 24px;
  }
  .content-theme-products .product-item:first-child .info-price .info-free-img {
    width: 82%;
    display: flex;
    margin-left: auto;
    margin-bottom: 3px;
  }
  .content-theme-products .product-item:nth-child(n+2) .info-price .info-free-img {
    width: 85%;
    display: flex;
    margin-left: auto;
    margin-bottom: 3px;
  }
  .content-theme-products .product-item .item-info-tag {
    margin-bottom: 4px;
  }
}

/* category */
.category-header .section__container {
  padding: 0 16px;
}
.category-heading_bg {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.category-heading h2 {
  font-size: 40px;
  text-align: center;
}
.category-heading p {
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center;
}
.category-nav-content {
  padding: 34px 0 20px;
}
.category-nav-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.category-nav-link {
  font-size: 14px;
  position: relative;
  text-align: center;
  padding-right: 32px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category-nav-link:last-child {
  padding-right: 16px;
}
.category-nav-link::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 1px;
  right: 16px;
}
.category-nav-link:last-child::after {
  content: none;
}

.category-content_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
}
.category-content .section__container {
  padding: 0 16px;
}
.category-content {
  padding-bottom: 36px;
}
.category-content + .category-content .category__wrap {
  padding-top: 40px;
}
.category01 {
  padding-top: 40px;
}
.category__box {
  display: inline-block;
}
.category__titlebox {
  width: 23.2%;
  max-width: 230px;
  margin-right: 24px;
  float: left;
  clear: left;
}
.category__titlebox-title {
  font-size: 24px;
  margin-top: 16px;
  text-align: center;
}
.category__titlebox-text {
  font-size: 14px;
  margin-top: 16px;
  text-align: left;
}
.category__titlebox-flex {
  text-align: center;
}
.category__titlebox-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.category__titlebox-btn {
  width: 23.2%;
  float: left;
  clear: left;
  margin-top: 24px;
}
.category__titlebox-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__titlebox-link .category__titlebox-link-item {
  text-align: center;
  width: auto;
  height: 34px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.category__titlebox-link .category__titlebox-link-item:first-child {
  margin-right: 8px;
}
.category__titlebox-link .category__titlebox-link-item a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 8px 28px 8px 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 12px;
}
.category__titlebox-link .category__titlebox-link-item a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 49%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.content-category-products {
  position: relative;
  width: 74.3%;
  float: right;
  clear: right;
}
.content-category-products .fd-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content-category-products .product-item {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  /* border: 1px solid #CBD0D6; */
  border-radius: 8px;
  overflow: hidden;
  opacity: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.content-category-products .product-item:first-child {
  margin-right: 24px;
}
.content-category-products .product-item:nth-child(-n+2) {
  flex: 0 48.3%;
  margin-bottom: 24px;
}
.content-category-products .product-item:nth-child(n+3) {
  flex: 30%;
  margin: 0 24px 0 0;
}
.content-category-products .product-item:last-child {
  margin-right: 0;
}
.content-category-products .product-item:nth-child(-n+2) .item-info .item-info-title {
  font-size: 24px;
  margin-bottom: 8px;
}
.content-category-products .product-item:nth-child(n+3) .item-info .item-info-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.content-category-products .product-item:nth-child(-n+2) figure .item-img {
  height: 220px;
}
.content-category-products .product-item:nth-child(n+3) figure .item-img {
  height: 142px;
}
.content-category-products .product-item .item-info-tag {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}
.content-category-products .product-item .cat-tag {
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 8px 3px;
  margin-top: 4px;
}
.content-category-products .product-item .cat-tag:nth-child(1) {
  margin-right: 8px;
}
.content-category-products .product-item .info-shipping {
  font-size: 12px;
}
.content-category-products .product-item .info-price {
  font-size: 14px;
}
.content-category-products .product-item .info-price em {
  font-size: 26px;
}
.content-category-products .product-item .item-info-txt {
  font-size: 14px;
  margin-bottom: 4px;
}
.content-category-products .product-item figure {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.content-category-products .product-item figure .item-img {
  max-width: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.content-category-products .product-item .item-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.content-category-products .product-item:nth-child(-n+2) .info-price .info-free-img {
  width: 206px;
  height: auto;
}
.content-category-products .product-item:nth-child(n+3) .info-price .info-free-img {
  width: 176px;
  height: auto;
  display: flex;
  margin-bottom: 3px;
}
.content-category-products .product-item.oe-item .tag-oe {
  display: inline-block;
}
.content-category-products .product-item.ec-item .tag-ec {
  display: inline-block;
}
.content-category-products .product-item .item-info-desc {
  align-self: flex-end;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .category-content_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .category-heading_bg {
    padding: 24px 0;
  }
  .category-heading h2 {
    font-size: 28px;
  }
  .category-heading p {
    font-size: 14px;
  }
  .category-header .section__container {
    padding: 0 20px;
  }
  .category-content .section__container {
    padding: 0 20px;
  }
  .category-heading_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .category-nav-content {
    width: 100%;
    justify-content: flex-start;
    padding: 18px 0 2px;
  }
  .category-nav-link {
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    padding-right: 26px;
  }
  .category__titlebox {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    float: none;
  }
  .category__titlebox-title {
    margin-top: 0;
    text-align: left;
    font-size: 18px;
  }
  .content-category-products .product-item:first-child .item-info .item-info-title {
    font-size: 16px;
  }
  .category__titlebox-text {
    margin-top: 8px;
  }
  .content-category-products .product-item:first-child figure .item-img {
    height: 205px;
  }
  .content-category-products .product-item:nth-child(n+2) figure .item-img {
    height: 101px;
  }
  .content-category-products .product-item:nth-child(n+2) .item-info {
    padding: 8px;
  }
  .content-category-products .product-item:nth-child(n+2) .item-info .item-info-title {
    margin-bottom: 0;
    font-size: 14px;
  }
  .content-category-products .product-item:nth-child(n+2) .item-info-txt {
    display: none;
  }
  .content-category-products .product-item:first-child .cat-tag {
    font-size: 12px;
  }
  .content-category-products .product-item:nth-child(n+2) .cat-tag {
    font-size: 12px;
  }
  .category__titlebox-btn {
    width: 100%;
    float: none;
    margin-top: 24px;
    margin-top: 15px;
  }
  .content-category-products {
    position: relative;
    width: 100%;
    float: none;
  }
  .category__titlebox-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .category__titlebox-img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }
  .category__title-item {
    flex: 0 71%;
  }
  .content-category-products .fd-item {
    justify-content: space-between;
  }
  .content-category-products .product-item:first-child {
    flex: 1 100%;
    margin: 0 0 17px;
  }
  .content-category-products .product-item:nth-child(n+2) {
    flex: 0 47.4%;
    margin: 0 0 17px 0;
  }
  .content-category-products .product-item:nth-child(2n+2) {
    margin-right: 4.4vw;
  }
  .category__titlebox-link {
    flex-direction: column;
  }
  .category__titlebox-link .category__titlebox-link-item:first-child {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .category__titlebox-link .category__titlebox-link-item {
    width: 256px;
    height: 44px;
  }
  .content-category-products .product-item:first-child .info-price {
    font-size: 15px;
  }
  .content-category-products .product-item:first-child .info-price em {
    font-size: 24px;
  }
  .content-category-products .product-item:nth-child(n+2) .info-price em {
    font-size: 18px;
  }
  .content-category-products .product-item:first-child .info-price .info-free-img {
    width: 82%;
    display: flex;
    margin-left: auto;
    margin-bottom: 3px;
  }
  .content-category-products .product-item:nth-child(n+2) .info-price .info-free-img {
    width: 85%;
    display: flex;
    margin-left: auto;
    margin-bottom: 3px;
  }
  .category__titlebox-link .category__titlebox-link-item a {
    font-size: 16px;
  }
  .content-category-products .product-item .item-info-tag {
    margin-bottom: 4px;
  }
}

/* end of category */

.oe-link {
  margin-top: 40px;
}