@charset "UTF-8";
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 基本 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  html {
    width: 1920px;
    width: 100%;
    overflow-x: hidden;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  color: #ffffff;
  background-color: #000000;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  body.open {
    height: 100vh;
    overflow: hidden;
  }
}

p {
  letter-spacing: 0.094em;
  line-height: 2.4em;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.flex, .select_color ul, #line_up .line_up01 .product_thumbnail ul, #line_up .line_up02 .product_thumbnail ul, header, #press .press_title h3, #line_up h4, .shop_link, #shop .region_nav {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .flex_pc_tablet, .function_block, #function .design .design_block, #function .comfort .comfort_block, #function .safety .safety_block, #function .craftmanship .craftmanship_block, .detail_wrap, .voice_content .inner_content, #voice .voice01 .inner_content, #voice .voice02 .inner_content, #voice .voice03 .inner_content, #voice .voice04 .inner_content, .menu, .menu .nav_menu, #movie .movie_block, #press .press_block, #shop .shop_info {
    display: flex;
    align-items: center;
  }
}

.bg_base, .voice_content, #voice .voice01, #voice .voice02, #voice .voice03, #voice .voice04, #about, #movie, #press, #function .design, #function .comfort, #function .safety, #function .craftmanship {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  position: relative;
}

@media (min-width: 768px) {
  .pc_tablet_bg_base, #line_up .line_up01, #line_up .line_up02, #line_up .line_up03 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    position: relative;
  }
}

.img_width_full img, #instagram img {
  width: 100%;
  height: auto;
}

.button_common a, .view_detail a, .to_buy a {
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-image: url(/img/usr/lp/texcy_wx/modules/arrow_right_small.png);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .button_common a, .view_detail a, .to_buy a {
    border-radius: 0.26vw;
  }
}

@media (max-width: 767px) {
  .button_common a, .view_detail a, .to_buy a {
    border-radius: 0.8vw;
  }
}

.detail_common h3, #function .detail h3 {
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .detail_common h3, #function .detail h3 {
    font-size: 1.6666vw;
    margin-bottom: 1.04166vw;
  }
}

@media (max-width: 767px) {
  .detail_common h3, #function .detail h3 {
    font-size: 4.8vw;
    margin-bottom: 2.666vw;
  }
}

@media (min-width: 768px) {
  .detail_common p, #function .detail p {
    font-size: 0.9375vw;
    margin-bottom: 2.0833vw;
  }
}

@media (max-width: 767px) {
  .detail_common p, #function .detail p {
    font-size: 3.2vw;
    margin-bottom: 5.333vw;
  }
}

@media (min-width: 768px) {
  .products_common, #line_up .line_up01 .products, #line_up .line_up02 .products, #line_up .line_up03 .products {
    width: 56.77vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.product_common, #line_up .line_up02 .product, #line_up .line_up03 .product {
  background-color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
  .product_common, #line_up .line_up02 .product, #line_up .line_up03 .product {
    width: 48%;
    padding: 2.39583vw;
    margin-bottom: 2.916vw;
  }
}

@media (max-width: 767px) {
  .product_common, #line_up .line_up02 .product, #line_up .line_up03 .product {
    padding: 6.4vw;
    margin-bottom: 10.666vw;
  }
}

@media (min-width: 768px) {
  .sp_visible, .sp_more_button, .voice_content .sp_arrow, #voice .voice01 .sp_arrow, #voice .voice02 .sp_arrow, #voice .voice03 .sp_arrow, #voice .voice04 .sp_arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc_visible {
    display: none;
  }
}

.function_block, #function .design .design_block, #function .comfort .comfort_block, #function .safety .safety_block, #function .craftmanship .craftmanship_block {
  z-index: 50;
  position: absolute;
}

.title_common_center, #shop_list h2, #news h2 {
  text-align: center;
  margin-bottom: 3.75vw;
}

@media (min-width: 768px) {
  .title_common_center img, #shop_list h2 img, #news h2 img {
    width: auto;
    height: 2.916vw;
  }
}

@media (max-width: 767px) {
  .title_common_center img, #shop_list h2 img, #news h2 img {
    width: auto;
    height: 6.4vw;
  }
}

.view_detail {
  cursor: pointer;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .view_detail a {
    font-size: 0.8333vw;
    line-height: 0.8333vw;
    padding: 0.8333vw 2.39583vw;
    background-size: 0.625vw;
    background-position: right 1.04166vw center;
  }
}

@media (max-width: 767px) {
  .view_detail a {
    font-size: 2.666vw;
    line-height: 2.666vw;
    padding: 2.1333vw 6.4vw;
    background-size: 1.6vw;
    background-position: right 3.2vw center;
  }
}

.view_detail:hover {
  opacity: 0.7;
}

.to_buy a {
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .to_buy a {
    font-size: 0.72916vw;
    padding: 0.4166vw 2.0833vw 0.4166vw 1.6666vw;
    background-size: 0.4166vw;
    background-position: right 0.9375vw center;
  }
}

@media (max-width: 767px) {
  .to_buy a {
    font-size: 2.666vw;
    padding: 0.8vw 8.5333vw;
    background-size: 1.6vw;
    background-position: right 3.2vw center;
  }
}

.to_buy a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .chart {
    margin-bottom: 6.4vw;
  }
}

@media (min-width: 768px) {
  .chart img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .chart img {
    width: 100%;
  }
}

.label_common, #line_up .line_up01 .product_photo .label, #line_up .line_up02 .product_photo .label, #line_up .line_up03 .product_photo .label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .label_common img, #line_up .line_up01 .product_photo .label img, #line_up .line_up02 .product_photo .label img, #line_up .line_up03 .product_photo .label img {
    width: 3.3333vw;
  }
}

@media (max-width: 767px) {
  .label_common img, #line_up .line_up01 .product_photo .label img, #line_up .line_up02 .product_photo .label img, #line_up .line_up03 .product_photo .label img {
    width: 8.5333vw;
  }
}

@media (min-width: 768px) {
  .label_common img + img, #line_up .line_up01 .product_photo .label img + img, #line_up .line_up02 .product_photo .label img + img, #line_up .line_up03 .product_photo .label img + img, .label_common img.label_moff, #line_up .line_up01 .product_photo .label img.label_moff, #line_up .line_up02 .product_photo .label img.label_moff, #line_up .line_up03 .product_photo .label img.label_moff {
    margin-left: 0.72916vw;
    width: 5.2083vw;
  }
}

@media (max-width: 767px) {
  .label_common img + img, #line_up .line_up01 .product_photo .label img + img, #line_up .line_up02 .product_photo .label img + img, #line_up .line_up03 .product_photo .label img + img, .label_common img.label_moff, #line_up .line_up01 .product_photo .label img.label_moff, #line_up .line_up02 .product_photo .label img.label_moff, #line_up .line_up03 .product_photo .label img.label_moff {
    margin-left: 1.6vw;
    width: 14.9333vw;
  }
}

@media (min-width: 768px) {
  .new_label{
    position: absolute;
    top: 1.5vw;
    left: 2.5vw;

  }  
  .new_label >img{
    width: 3.802vw;
    height: 1.510vw;
  }
}

@media (max-width: 767px) {
  .new_label{
    top: 0.3vw;
    left: 6.66vw;
    padding-bottom: 1.73vw;
  }
  .new_label >img{
    width: 7.73vw;
    height: 3.06vw;
    
  }
}

@media (min-width: 768px) {
  .select_color ul li, #line_up .line_up01 .product_thumbnail ul li, #line_up .line_up02 .product_thumbnail ul li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .select_color ul li, #line_up .line_up01 .product_thumbnail ul li, #line_up .line_up02 .product_thumbnail ul li {
    width: 33%;
  }
}

.select_color ul li img, #line_up .line_up01 .product_thumbnail ul li img, #line_up .line_up02 .product_thumbnail ul li img {
  max-width: 100%;
}

.swiper-slide img {
  max-width: 100%;
}

.add_link {
  position: relative;
}

.add_btn {
  position: absolute;
}

@media (min-width: 768px) {
  .add_btn {
    left: 11.458vw;
    bottom: 11.458vw;
  }
}

@media (max-width: 767px) {
  .add_btn {
    left: 15.4666vw;
    bottom: 14.9333vw;
  }
}

.add_btn img {
  width: 12.2916vw;
  height: auto;
}

@media (min-width: 768px) {
  .add_btn .link_btn1 {
    margin-right: 1.35416vw;
  }
}

@media (max-width: 767px) {
  .add_btn .link_btn1 {
    margin-bottom: 3.733vw;
  }
}
@media (min-width: 768px) {
  #texcy_wx_first_swiper .add_btn {
    left: 7.5vw;
    bottom: 11.458vw;
  }
}

@media (max-width: 767px) {
  #texcy_wx_first_swiper .add_btn {
    left: 7.75vw;
    bottom: 6.0vw;
  }
}

.add_btn a {
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  border: solid 1px #fff;
  border-radius: 8px;
  display: inline-block;
  width: 13vw;
  text-align: center;
  padding: 0.5vw;
  position: relative;
  font-weight: 500;
  text-indent: -1em;
}

@media (max-width: 767px) {
  .add_btn a {
    width: 31vw;
    font-size: 2vw;
    padding: 1vw 0vw;
  }
}

.add_btn a:hover {
  background: #fff;
  color: #000;
}

.add_btn a:hover::after {
  border-color: transparent transparent transparent #000;
}

.add_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.69em;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 767px) {
  .add_btn a::after {
    right: 1vw;
  }
}

.add_btn span + span {
  margin-left: 0.5vw;
}

@media (max-width: 767px) {
  .add_btn span + span {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .add_btn span {
    display: block;
  }
}

.mask_common, .fv .display_mask, #function .design .display_mask, #function .comfort .display_mask, #function .safety .display_mask, #function .craftmanship .display_mask {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}

@media (min-width: 768px) {
  .detail_wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
}

.detail_block {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .detail_block {
    width: 50%;
    border-bottom: solid 1px #000000;
    padding-top: 1.25vw;
  }
  .detail_block.pd_top0 {
    padding-top: 0;
  }
  .detail_block.border_none {
    border-bottom: none;
  }
  .detail_block:nth-child(odd) {
    border-right: solid 1px #000000;
    padding-right: 1.25vw;
  }
  .detail_block:nth-child(even) {
    padding-left: 1.25vw;
  }
}

@media (min-width: 768px) {
  .detail_block .image {
    margin-bottom: 1.04166vw;
  }
}

@media (max-width: 767px) {
  .detail_block .image {
    margin-bottom: 2.1333vw;
  }
}

.detail_block .image img {
  max-width: 100%;
}

.detail_block .title {
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .detail_block .title {
    font-size: 1.04166vw;
    margin-bottom: 1.04166vw;
    background-size: 2.916vw;
    padding-left: 4.1666vw;
  }
}

@media (max-width: 767px) {
  .detail_block .title {
    font-size: 3.733vw;
    margin-bottom: 2.1333vw;
    background-size: 9.6vw;
    padding-left: 12.8vw;
  }
}

.detail_block .title.number01 {
  background-image: url(/img/usr/lp/texcy_wx/function/number01.png);
}

.detail_block .title.number02 {
  background-image: url(/img/usr/lp/texcy_wx/function/number02.png);
}

.detail_block .title.number03 {
  background-image: url(/img/usr/lp/texcy_wx/function/number03.png);
}

.detail_block .title.number04 {
  background-image: url(/img/usr/lp/texcy_wx/function/number04.png);
}

.detail_block .title.number05 {
  background-image: url(/img/usr/lp/texcy_wx/function/number05.png);
}

.detail_block .description {
  line-height: 2;
  font-weight: 400;
}

@media (min-width: 768px) {
  .detail_block .description {
    font-size: 0.78125vw;
  }
  .detail_block .description.pc_margin_bottom {
    margin-bottom: 1.25vw;
  }
}

@media (max-width: 767px) {
  .detail_block .description {
    font-size: 3.2vw;
    margin-bottom: 5.333vw;
  }
}

.detail_block .description span {
  font-size: 0.8em;
}

#modal_design, #modal_comfort, #modal_safety, #modal_craftmanship {
  position: relative;
}

.modal_close {
  position: absolute;
  cursor: pointer;
}

@media (min-width: 768px) {
  .modal_close {
    top: 1.04166vw;
    right: 1.04166vw;
    padding: 8px;
  }
  .modal_close img {
    width: 0.8333vw;
    height: auto;
  }
}

@media (max-width: 767px) {
  .modal_close {
    top: 5.333vw;
    right: 5.333vw;
  }
  .modal_close img {
    width: 4.266vw;
    height: auto;
  }
}

.modal_layout, .fv #modal_movie, #function .design #modal_design, #function .comfort #modal_comfort, #function .safety #modal_safety, #function .craftmanship #modal_craftmanship {
  background-color: #ffffff;
  position: absolute;
  z-index: 200;
  color: #000000;
  -webkit-animation: 0.8s modal_fadeIn;
  animation: 0.8s modal_fadeIn;
}

@media (min-width: 768px) {
  .modal_layout, .fv #modal_movie, #function .design #modal_design, #function .comfort #modal_comfort, #function .safety #modal_safety, #function .craftmanship #modal_craftmanship {
    width: 56.77vw;
    padding: 2.0833vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: fixed;
    overflow-y: auto;
    max-height: 94vh;
  }
}

@media (max-width: 767px) {
  .modal_layout, .fv #modal_movie, #function .design #modal_design, #function .comfort #modal_comfort, #function .safety #modal_safety, #function .craftmanship #modal_craftmanship {
    width: calc(100% - 10.666vw);
    padding: 5.333vw;
    top: 5.333vw;
    right: 0;
    margin-right: 5.333vw;
    margin-left: 5.333vw;
    position: fixed;
    overflow-y: auto;
    height: 94vh;
  }
}

@media (min-width: 768px) {
  .modal_layout.hidden, .fv .hidden#modal_movie, #function .design .hidden#modal_design, #function .comfort .hidden#modal_comfort, #function .safety .hidden#modal_safety, #function .craftmanship .hidden#modal_craftmanship {
    display: none;
  }
}

@media (max-width: 767px) {
  .modal_layout.hidden, .fv .hidden#modal_movie, #function .design .hidden#modal_design, #function .comfort .hidden#modal_comfort, #function .safety .hidden#modal_safety, #function .craftmanship .hidden#modal_craftmanship {
    display: none;
  }
}

.modal_layout h4, .fv #modal_movie h4, #function .design #modal_design h4, #function .comfort #modal_comfort h4, #function .safety #modal_safety h4, #function .craftmanship #modal_craftmanship h4 {
  text-align: center;
  font-size: 2.0833vw;
}

.to_shop_button {
  position: relative;
  padding-left: 8.5333vw;
  padding-right: 8.5333vw;
  transition: opacity 0.3s;
}

.to_shop_button img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .to_shop_button img {
    width: 44.27vw;
  }
}

@media (max-width: 767px) {
  .to_shop_button img {
    width: 100%;
  }
}

.to_shop_button .button_text {
  position: absolute;
  color: #000000;
}

@media (min-width: 768px) {
  .to_shop_button .button_text {
    font-size: 1.5625vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .to_shop_button .button_text {
    font-size: 3.466vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.to_shop_button .button_text::before {
  content: "";
  display: inline-block;
  background-image: url(/img/usr/lp/texcy_wx/modules/icon_map.png);
  background-size: contain;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .to_shop_button .button_text::before {
    width: 2.0833vw;
    height: 3.3333vw;
    margin-right: 1.4583vw;
  }
}

@media (max-width: 767px) {
  .to_shop_button .button_text::before {
    width: 3.2vw;
    height: 5.866vw;
    margin-right: 2.1333vw;
  }
}

.to_shop_button:hover {
  opacity: 0.8;
}

.sp_more_button {
  text-align: center;
  font-size: 4.8vw;
  border: solid 1px #ffffff;
  background-image: url(/img/usr/lp/texcy_wx/modules/arrow_up.png), url(/img/usr/lp/texcy_wx/modules/arrow_up.png);
  background-repeat: no-repeat;
  background-size: 4.8vw;
  background-position: left 4.8vw center, right 4.8vw center;
  letter-spacing: 0.05%;
  padding: 0.8vw;
  border-radius: 0.8vw;
  margin-bottom: 10.666vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sp_hide {
    display: none;
  }
  .sp_hide.show {
    display: block;
    -webkit-animation: 0.8s fadeIn;
    animation: 0.8s fadeIn;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes modal_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .voice_content, #voice .voice01, #voice .voice02, #voice .voice03, #voice .voice04 {
    padding-top: calc(896 / 1920 * 100%);
  }
}

@media (max-width: 767px) {
  .voice_content, #voice .voice01, #voice .voice02, #voice .voice03, #voice .voice04 {
    padding-top: calc(1175 / 900 * 100%);
  }
}

.voice_content .inner_content, #voice .voice01 .inner_content, #voice .voice02 .inner_content, #voice .voice03 .inner_content, #voice .voice04 .inner_content {
  position: absolute;
}

@media (min-width: 768px) {
  .voice_content .inner_content, #voice .voice01 .inner_content, #voice .voice02 .inner_content, #voice .voice03 .inner_content, #voice .voice04 .inner_content {
    top: 50%;
    left: 11.458vw;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .voice_content .inner_content, #voice .voice01 .inner_content, #voice .voice02 .inner_content, #voice .voice03 .inner_content, #voice .voice04 .inner_content {
    top: 12.68%;
    left: 12.8vw;
    padding-right: 10.666vw;
  }
}

.voice_content .inner_content .arrow_nav, #voice .voice01 .inner_content .arrow_nav, #voice .voice02 .inner_content .arrow_nav, #voice .voice03 .inner_content .arrow_nav, #voice .voice04 .inner_content .arrow_nav {
  cursor: pointer;
}

@media (min-width: 768px) {
  .voice_content .inner_content .arrow_nav img, #voice .voice01 .inner_content .arrow_nav img, #voice .voice02 .inner_content .arrow_nav img, #voice .voice03 .inner_content .arrow_nav img, #voice .voice04 .inner_content .arrow_nav img {
    width: 1.25vw;
  }
}

@media (max-width: 767px) {
  .voice_content .inner_content .arrow_nav img, #voice .voice01 .inner_content .arrow_nav img, #voice .voice02 .inner_content .arrow_nav img, #voice .voice03 .inner_content .arrow_nav img, #voice .voice04 .inner_content .arrow_nav img {
    width: 29.8666vw;
    margin-bottom: 4.266vw;
  }
}

.voice_content h2, #voice .voice01 h2, #voice .voice02 h2, #voice .voice03 h2, #voice .voice04 h2 {
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .voice_content h2, #voice .voice01 h2, #voice .voice02 h2, #voice .voice03 h2, #voice .voice04 h2 {
    font-size: 2.0833vw;
    margin-bottom: 2.0833vw;
  }
}

@media (max-width: 767px) {
  .voice_content h2, #voice .voice01 h2, #voice .voice02 h2, #voice .voice03 h2, #voice .voice04 h2 {
    font-size: 5.333vw;
    margin-bottom: 4.266vw;
    line-height: 1.8;
  }
}

.voice_content h2 img, #voice .voice01 h2 img, #voice .voice02 h2 img, #voice .voice03 h2 img, #voice .voice04 h2 img {
  max-width: 100%;
}

.voice_content .message, #voice .voice01 .message, #voice .voice02 .message, #voice .voice03 .message, #voice .voice04 .message {
  letter-spacing: 1.2;
}

@media (min-width: 768px) {
  .voice_content .message, #voice .voice01 .message, #voice .voice02 .message, #voice .voice03 .message, #voice .voice04 .message {
    font-size: 1.09375vw;
    margin-bottom: 0.8333vw;
  }
}

@media (max-width: 767px) {
  .voice_content .message, #voice .voice01 .message, #voice .voice02 .message, #voice .voice03 .message, #voice .voice04 .message {
    font-size: 3.2vw;
    margin-bottom: 1.6vw;
  }
}

.voice_content .user_name, #voice .voice01 .user_name, #voice .voice02 .user_name, #voice .voice03 .user_name, #voice .voice04 .user_name {
  letter-spacing: 1.2;
}

@media (min-width: 768px) {
  .voice_content .user_name, #voice .voice01 .user_name, #voice .voice02 .user_name, #voice .voice03 .user_name, #voice .voice04 .user_name {
    font-size: 1.6666vw;
    line-height: 1.6666vw;
    margin-top: 1.5625vw;
  }
}

@media (max-width: 767px) {
  .voice_content .user_name, #voice .voice01 .user_name, #voice .voice02 .user_name, #voice .voice03 .user_name, #voice .voice04 .user_name {
    font-size: 4.266vw;
    line-height: 7.466vw;
    margin-top: 4.8vw;
  }
}

.voice_content .user_name span, #voice .voice01 .user_name span, #voice .voice02 .user_name span, #voice .voice03 .user_name span, #voice .voice04 .user_name span {
  display: block;
}

@media (min-width: 768px) {
  .voice_content .user_name span, #voice .voice01 .user_name span, #voice .voice02 .user_name span, #voice .voice03 .user_name span, #voice .voice04 .user_name span {
    font-size: 0.9375vw;
    margin-top: 0.8333vw;
    transform: scale(0.85);
    transform-origin: top left;
  }
}

@media (max-width: 767px) {
  .voice_content .user_name span, #voice .voice01 .user_name span, #voice .voice02 .user_name span, #voice .voice03 .user_name span, #voice .voice04 .user_name span {
    font-size: 3.733vw;
    transform: scale(0.75);
    transform-origin: top left;
  }
}

@media (min-width: 768px) {
  .voice_content .voice, #voice .voice01 .voice, #voice .voice02 .voice, #voice .voice03 .voice, #voice .voice04 .voice {
    margin-left: 5.1vw;
  }
}

@media (min-width: 768px) {
  .voice_content .line, #voice .voice01 .line, #voice .voice02 .line, #voice .voice03 .line, #voice .voice04 .line {
    margin-bottom: 1.25vw;
  }
}

@media (max-width: 767px) {
  .voice_content .line, #voice .voice01 .line, #voice .voice02 .line, #voice .voice03 .line, #voice .voice04 .line {
    margin-bottom: 2.1333vw;
  }
}

@media (min-width: 768px) {
  .voice_content .line img, #voice .voice01 .line img, #voice .voice02 .line img, #voice .voice03 .line img, #voice .voice04 .line img {
    width: 2.5vw;
  }
}

@media (max-width: 767px) {
  .voice_content .line img, #voice .voice01 .line img, #voice .voice02 .line img, #voice .voice03 .line img, #voice .voice04 .line img {
    width: 8.5333vw;
  }
}

.voice_content .sp_arrow, #voice .voice01 .sp_arrow, #voice .voice02 .sp_arrow, #voice .voice03 .sp_arrow, #voice .voice04 .sp_arrow {
  position: absolute;
  top: 50%;
  left: 3.733vw;
  transform: translateY(-50%);
}

.voice_content .sp_arrow img, #voice .voice01 .sp_arrow img, #voice .voice02 .sp_arrow img, #voice .voice03 .sp_arrow img, #voice .voice04 .sp_arrow img {
  width: 2.666vw;
}

.r_mark_common, .r_mark_s:after, .r_mark_l:after, .r_mark_xl:after {
  content: "";
  display: inline-block;
  background-image: url(/img/usr/lp/texcy_wx/modules/r_mark.png);
  background-size: contain;
  padding-right: 1em;
}

.r_mark_s:after {
  vertical-align: -0.104vw;
}

@media (min-width: 768px) {
  .r_mark_s:after {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}

@media (max-width: 767px) {
  .r_mark_s:after {
    width: 2.4vw;
    height: 2.4vw;
  }
}

.r_mark_l:after {
  vertical-align: -0.104vw;
}

@media (min-width: 768px) {
  .r_mark_l:after {
    width: 0.78125vw;
    height: 0.78125vw;
  }
}

@media (max-width: 767px) {
  .r_mark_l:after {
    width: 2.4vw;
    height: 2.4vw;
  }
}

.mark_black.r_mark_l:after {
  background-image: url(/img/usr/lp/texcy_wx/modules/r_mark_black.png);
}

.r_mark_xl:after {
  vertical-align: -0.104vw;
}

@media (min-width: 768px) {
  .r_mark_xl:after {
    width: 1.09375vw;
    height: 1.09375vw;
  }
}

@media (max-width: 767px) {
  .r_mark_xl:after {
    width: 2.4vw;
    height: 2.4vw;
  }
}

@media (min-width: 768px) {
  .read_more {
    margin-top: 3.75vw;
  }
}

@media (max-width: 767px) {
  .read_more {
    margin-top: 8.5333vw;
  }
}

.read_more a {
  display: inline-block;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.05em;
  background-image: url(/img/usr/lp/texcy_wx/modules/arrow_white.png);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .read_more a {
    width: 12.5vw;
    height: 2.5vw;
    line-height: 2.39583vw;
    font-size: 0.9375vw;
    background-size: 0.4166vw;
    background-position: right 0.9375vw center;
    border-radius: 0.4166vw;
  }
}

@media (max-width: 767px) {
  .read_more a {
    width: 33.333vw;
    height: 7.466vw;
    line-height: 6.933vw;
    font-size: 2.833vw;
    background-size: 1.6vw;
    background-position: right 2.666vw center;
    border-radius: 1.6vw;
  }
}

.read_more a:hover {
  color: #000;
  background-color: #fff;
  background-image: url(/img/usr/lp/texcy_wx/modules/arrow_black.png);
}

.movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  z-index: 100;
  background-color: #000000;
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 768px) {
  header {
    padding: 2.34vw 3.02vw 2.08vw;
  }
}

@media (max-width: 767px) {
  header {
    height: 56px;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  header .site_logo {
    padding-left: 12px;
  }
}

header .site_logo img {
  height: auto;
}

@media (min-width: 768px) {
  header .site_logo img {
    width: 16.666vw;
  }
}

@media (max-width: 767px) {
  header .site_logo img {
    width: auto;
    height: 18px;
  }
}

header .site_logo a {
  display: block;
}

@media (max-width: 767px) {
  header .site_logo a {
    line-height: 1;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}

.buttons {
  display: flex;
  align-items: center;
  padding-right: 2.916vw;
  padding-left: 2.916vw;
}

@media (max-width: 767px) {
  .buttons {
    padding-right: 42px;
  }
}

.buttons .shop_list_link a {
  background-color: #ffffff;
  padding: 0.41vw 2.396vw 0.38vw;
  text-align: center;
  border-radius: 0.26vw;
  margin-right: 2.916vw;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}

@media (max-width: 767px) {
  .buttons .shop_list_link a {
    padding: 4px 14px 4px;
    border-radius: 2px;
    margin-right: 14px;
  }
}

@media (min-width: 768px) {
  .buttons .shop_list_link a img {
    width: auto;
    height: 0.9375vw;
  }
}

@media (max-width: 767px) {
  .buttons .shop_list_link a img {
    width: 50px;
  }
}

.buttons .insta_icon {
  line-height: 1;
}

@media (min-width: 768px) {
  .buttons .insta_icon img {
    width: 2.0833vw;
  }
}

@media (max-width: 767px) {
  .buttons .insta_icon img {
    width: 20px;
  }
}

.buttons .insta_icon a {
  display: block;
}

.menu {
  flex-direction: row-reverse;
}

.menu .nav_menu {
  list-style: none;
}

@media (max-width: 767px) {
  .menu .nav_menu {
    position: fixed;
    top: 56px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    right: -100%;
    height: 100vh;
    transition: right 0.3s;
  }
}

.menu .nav_menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .menu .nav_menu li {
    border-right: 1px solid #ffffff;
    padding-right: 2.916vw;
    padding-left: 2.916vw;
    line-height: 0.9375vw;
  }
}

@media (max-width: 767px) {
  .menu .nav_menu li {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  }
  .menu .nav_menu li.to_shop_button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .menu .nav_menu li img {
    height: 0.9375vw;
  }
}

@media (max-width: 767px) {
  .menu .nav_menu li img:not(.to_shop) {
    height: 18px;
  }
}

.menu .nav_menu li img:not(.to_shop) {
  width: auto;
}

.menu .nav_menu li a {
  display: block;
  line-height: 1;
  transition: opacity 0.3s;
}

.menu .nav_menu li a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  body.open .nav_menu {
    right: 0;
  }
}

.fv .toggle_img {
  width: 100%;
  vertical-align: bottom;
}

.fv .display_mask.hidden {
  display: none;
}

.fv #modal_movie {
  padding: 0;
  overflow: visible;
}

@media (max-width: 767px) {
  .fv #modal_movie {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.fv #modal_movie iframe {
  width: 100%;
  height: 100%;
}

.fv #modal_movie::after {
  content: "";
  display: block;
  padding-top: 56.25%;
  z-index: 1;
}

.fv #modal_movie .detail_wrap {
  height: 100%;
  width: 100%;
  position: absolute;
}

.fv #modal_movie .modal_close {
  right: 0;
  top: 0;
  transform: translateY(-100%);
}

.fv #modal_movie .modal_close img {
  width: 1.4vw;
}

@media (max-width: 767px) {
  .fv #modal_movie .modal_close img {
    width: 4.266vw;
  }
}

.menu_btn {
  background-color: #000000;
  border: none;
  outline: none !important;
  cursor: pointer;
  position: fixed;
  top: 19px;
  right: 12px;
  z-index: 300;
}

@media (min-width: 1920px) {
  .menu_btn {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1919px) {
  .menu_btn {
    display: none;
  }
}

.menu_btn > span {
  background-color: #ffffff;
  width: 18px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  transition: transform .7s;
}

.menu_btn > span:last-child {
  margin-bottom: 0;
}

body.open .menu_btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8px) rotate(135deg);
}

body.open .menu_btn > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-9px) scaleX(0);
}

body.open .menu_btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-8px) rotate(-135deg);
}

@media (min-width: 768px) {
  .container {
    padding-top: 6.84vw;
  }
  .container.shop {
    padding-top: 7.0833vw;
  }
}

@media (max-width: 767px) {
  .container {
    padding-top: 56px;
  }
  .container.shop {
    background-color: #323132;
    padding-top: 90px;
  }
}

#about {
  text-align: center;
}

@media (min-width: 768px) {
  #about {
    background-image: url(/img/usr/lp/texcy_wx/bg_image01_pc.jpg);
    padding-top: calc(900 / 1920 * 100%);
  }
}

@media (max-width: 767px) {
  #about {
    background-image: url(/img/usr/lp/texcy_wx/bg_image01_sp.jpg);
    padding-top: calc(986 / 900 * 100%);
  }
}

@media (min-width: 768px) {
  #about h1 img {
    width: 50.72vw;
  }
}

@media (max-width: 767px) {
  #about h1 img {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  #about h1 {
    margin-bottom: 2.5vw;
  }
}

@media (max-width: 767px) {
  #about h1 {
    margin-bottom: 4.266vw;
  }
}

@media (min-width: 768px) {
  #about p {
    font-size: 1.19792vw;
  }
}

@media (max-width: 767px) {
  #about p {
    font-size: 3.2vw;
    line-height: 2.72;
  }
}

@media (min-width: 768px) {
  #about .small_text {
    font-size: 0.78125vw;
  }
}

@media (max-width: 767px) {
  #about .small_text {
    font-size: 2.666vw;
    margin-top: 2.1333vw;
    transform: scale(0.75);
  }
}

#about .inner_content {
  position: absolute;
}

@media (min-width: 768px) {
  #about .inner_content {
    top: 11.25vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

@media (max-width: 767px) {
  #about .inner_content {
    top: 14.14%;
    padding-left: 4.266vw;
    padding-right: 4.266vw;
  }
}

#voice p {
  line-height: 2.2;
}

@media (min-width: 768px) {
  #voice .voice01 {
    background-image: url(/img/usr/lp/texcy_wx/voice/voice_image01_pc.png);
  }
}

@media (max-width: 767px) {
  #voice .voice01 {
    background-image: url(/img/usr/lp/texcy_wx/voice/voice_image01_sp.jpg);
  }
}

@media (min-width: 768px) {
  #voice .voice02 {
    background-image: url(/img/usr/lp/texcy_wx/voice/voice_image02_pc.png);
  }
}

@media (max-width: 767px) {
  #voice .voice02 {
    background-image: url(/img/usr/lp/texcy_wx/voice/voice_image02_sp.jpg);
  }
}

@media (min-width: 768px) {
  #voice .voice03 {
    background-image: url(/img/usr/lp/texcy_wx/voice/voice_image03_pc.png);
  }
}

@media (max-width: 767px) {
  #voice .voice03 {
    background-image: url(/img/usr/lp/texcy_wx/voice/voice_image03_sp.jpg);
  }
}

@media (min-width: 768px) {
  #voice .voice04 {
    background-image: url(/img/usr/lp/texcy_wx/voice/voice_image04_pc.png);
  }
}

@media (max-width: 767px) {
  #voice .voice04 {
    background-image: url(/img/usr/lp/texcy_wx/voice/voice_image04_sp.jpg);
  }
}

@media (max-width: 767px) {
  #voice .voice04 .inner_content {
    top: 8%;
  }
}

#instagram .ecbn-selection-content,
#instagram .ecbn-selection-widget,
#instagram .ecbn-selection-page-wrapper {
  margin: 0 !important;
}

#instagram .ecbn-selection-widget,
#instagram .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content,
#instagram .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content {
  max-width: 100%;
}

#instagram .ecbn-selection-title,
#instagram .ecbn-selection-description,
#instagram .ecbn-selection-image-loading-more,
#instagram .ecbn-selection-footer,
#instagram .ecbn-selection-footer2 {
  display: none;
}

#instagram .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
  padding: 0;
}

#instagram .ecbn-selection-snap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto !important;
  width: 100% !important;
}

#instagram .ecbn-selection-snap .ecbn-selection-item {
  position: static !important;
}

@media (max-width: 767px) {
  #instagram .ecbn-selection-snap .ecbn-selection-item {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  #instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(1) {
    width: 33.34% !important;
    margin-bottom: -50%;
  }
}

#instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(1) a {
  position: relative;
}

@media (min-width: 768px) {
  #instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(1) a::before {
    background-size: 10%;
  }
}

@media (min-width: 768px) {
  #instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(n + 2) {
    width: 16.66% !important;
  }
}

@media (min-width: 768px) {
  #instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(6) {
    margin-left: 33.34%;
  }
}

@media (max-width: 767px) {
  #instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(3), #instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(4), #instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(5) {
    width: 33.3% !important;
  }
}

@media (max-width: 767px) {
  #instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(n + 8) {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #instagram .ecbn-selection-snap .ecbn-selection-item:nth-child(n + 10) {
    display: none !important;
  }
}

#instagram .ecbn-selection-snap .ecbn-selection-item a {
  position: relative;
}

#instagram .ecbn-selection-snap .ecbn-selection-item a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(/img/usr/lp/texcy_wx/modules/instagram_bk.png);
  background-position: center;
  background-size: 20%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}

#instagram .ecbn-selection-snap .ecbn-selection-item a:hover::before {
  opacity: 1;
}

@media (min-width: 768px) {
  #movie {
    background-image: url(/img/usr/lp/texcy_wx/bg_movie_pc.jpg);
    padding-top: calc(1000 / 1920 * 100%);
  }
}

@media (max-width: 767px) {
  #movie {
    background-image: url(/img/usr/lp/texcy_wx/bg_movie_sp.jpg);
    padding-top: calc(1500 / 900 * 100%);
  }
}

#movie h2 {
  text-align: center;
}

@media (min-width: 768px) {
  #movie h2 {
    margin-bottom: 4.1666vw;
  }
}

@media (max-width: 767px) {
  #movie h2 {
    margin-bottom: 10.666vw;
  }
}

@media (min-width: 768px) {
  #movie h2 img {
    width: auto;
    height: 2.916vw;
  }
}

@media (max-width: 767px) {
  #movie h2 img {
    width: auto;
    height: 6.4vw;
  }
}

#movie .movie {
  position: absolute;
}

@media (min-width: 768px) {
  #movie .movie {
    top: 8.75vw;
    width: 77.8%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  #movie .movie {
    top: 12.8vw;
    padding-right: 9.6vw;
    padding-left: 9.6vw;
    width: 100%;
  }
}

@media (min-width: 768px) {
  #movie .movie_block {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #movie .movie_content {
    width: calc((100% - 3.75vw) / 2);
  }
}

@media (max-width: 767px) {
  #movie .movie_content {
    margin-bottom: 12.8vw;
  }
}

#movie .movie_content img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #movie .movie_content p {
    font-size: 1.04166vw;
  }
}

@media (max-width: 767px) {
  #movie .movie_content p {
    font-size: 2.833vw;
  }
}

#movie .movie_inner {
  margin-bottom: 1.4583vw;
}

@media (min-width: 768px) {
  #press {
    background-image: url(/img/usr/lp/texcy_wx/bg_wx_press_pc.jpg);
    padding-top: calc(1050 / 1920 * 100%);
  }
}

@media (max-width: 767px) {
  #press {
    background-image: url(/img/usr/lp/texcy_wx/bg_wx_press_sp.jpg);
    padding-top: calc(1500 / 900 * 100%);
  }
}

#press h2 {
  text-align: center;
}

@media (min-width: 768px) {
  #press h2 {
    margin-bottom: 8.3333vw;
  }
}

@media (max-width: 767px) {
  #press h2 {
    margin-bottom: 12.8vw;
  }
}

@media (min-width: 768px) {
  #press h2 img {
    width: auto;
    height: 2.916vw;
  }
}

@media (max-width: 767px) {
  #press h2 img {
    width: auto;
    height: 6.4vw;
  }
}

#press .press {
  position: absolute;
}

#press .press a {
  transition: all .3s;
}

@media (min-width: 768px) {
  #press .press {
    width: 75%;
    top: 7.9166vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
  }
}

@media (max-width: 767px) {
  #press .press {
    top: 12.8vw;
    padding-right: 9.6vw;
    padding-left: 9.6vw;
  }
}

@media (min-width: 768px) {
  #press .press_block {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #press .press_title {
    width: 35.4166vw;
  }
}

#press .press_title h3 {
  font-weight: 500;
  align-items: center;
  border-bottom: solid 1px #cccccc;
}

@media (min-width: 768px) {
  #press .press_title h3 {
    padding-bottom: 2.916vw;
  }
}

@media (max-width: 767px) {
  #press .press_title h3 {
    padding-bottom: 5.333vw;
  }
}

@media (min-width: 768px) {
  #press .press_title h3 img {
    width: 3.75vw;
  }
}

@media (max-width: 767px) {
  #press .press_title h3 img {
    width: 9.6vw;
  }
}

#press .press_title h3 span {
  display: block;
}

@media (min-width: 768px) {
  #press .press_title h3 span {
    font-size: 1.875vw;
    margin-left: 3.75vw;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}

@media (max-width: 767px) {
  #press .press_title h3 span {
    font-size: 5.333vw;
    margin-left: 8.5333vw;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
}

@media (min-width: 768px) {
  #press .press_title p {
    margin-top: 3.125vw;
  }
  #press .press_title p img {
    width: 19.791vw;
  }
}

@media (max-width: 767px) {
  #press .press_title p {
    margin-top: 6.933vw;
  }
  #press .press_title p img {
    width: 58.1333vw;
  }
}

#press .press_image img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  #press .press_image {
    width: 33.8541vw;
  }
}

@media (max-width: 767px) {
  #press .press_image {
    margin-top: 10.666vw;
  }
}

#press .press_image a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  #function {
    position: relative;
  }
}

@media (max-width: 767px) {
  #function {
    padding-top: 14.9333vw;
  }
}

@media (min-width: 768px) {
  #function h2 {
    position: absolute;
    top: 8.3333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
  }
}

@media (max-width: 767px) {
  #function h2 {
    text-align: center;
    margin-bottom: 42.6666vw;
  }
}

@media (min-width: 768px) {
  #function h2 img {
    width: 12.9166vw;
    height: auto;
  }
}

@media (max-width: 767px) {
  #function h2 img {
    width: auto;
    height: 6.4vw;
  }
}

@media (min-width: 768px) {
  #function h4 {
    margin-bottom: 1.5625vw;
  }
}

@media (max-width: 767px) {
  #function h4 {
    margin-bottom: 4.8vw;
  }
}

#function h4 img {
  width: auto;
}

@media (min-width: 768px) {
  #function h4 img {
    height: 3.3333vw;
  }
}

@media (max-width: 767px) {
  #function h4 img {
    height: 6.4vw;
  }
}

@media (min-width: 768px) {
  #function .product_image {
    width: 61.45%;
  }
}

@media (max-width: 767px) {
  #function .product_image {
    margin-bottom: 5.333vw;
    margin-top: -29.8666vw;
  }
}

#function .product_image img {
  width: 100%;
}

@media (min-width: 768px) {
  #function .detail {
    width: calc(100% - 61.45%);
    padding-top: 2.916vw;
  }
}

@media (max-width: 767px) {
  #function .detail {
    padding-right: 9.6vw;
    padding-left: 9.6vw;
  }
}

#function .design.detail_open {
  z-index: 1;
}

@media (min-width: 768px) {
  #function .design {
    background-image: url(/img/usr/lp/texcy_wx/function/background/design_pc.png);
    padding-top: calc(1050 / 1920 * 100%);
  }
}

@media (max-width: 767px) {
  #function .design {
    background-image: url(/img/usr/lp/texcy_wx/function/background/design_sp.png);
    padding-top: calc(1155 / 900 * 100%);
  }
}

@media (min-width: 768px) {
  #function .design .design_block {
    flex-direction: row-reverse;
    top: 12.5vw;
    left: 11.45%;
    width: 88.55%;
  }
}

@media (max-width: 767px) {
  #function .design .design_block {
    top: -5.333vw;
    left: 0;
  }
}

#function .design .display_mask.hidden {
  display: none;
}

#function .comfort.detail_open {
  z-index: 1;
}

@media (min-width: 768px) {
  #function .comfort {
    background-image: url(/img/usr/lp/texcy_wx/function/background/comfort_pc.png);
    padding-top: calc(668 / 1920 * 100%);
  }
}

@media (max-width: 767px) {
  #function .comfort {
    background-image: url(/img/usr/lp/texcy_wx/function/background/comfort_sp.png);
    padding-top: calc(1152 / 900 * 100%);
  }
}

@media (min-width: 768px) {
  #function .comfort .detail {
    padding-left: 7.9166vw;
  }
}

#function .comfort .comfort_block {
  width: 100%;
}

@media (min-width: 768px) {
  #function .comfort .comfort_block {
    top: -5.2083vw;
    left: 0;
  }
}

@media (max-width: 767px) {
  #function .comfort .comfort_block {
    top: 3.2vw;
    left: 0;
  }
}

#function .comfort .display_mask.hidden {
  display: none;
}

#function .safety.detail_open {
  z-index: 1;
}

@media (min-width: 768px) {
  #function .safety {
    background-image: url(/img/usr/lp/texcy_wx/function/background/safety_pc.png);
    padding-top: calc(702 / 1920 * 100%);
  }
}

@media (max-width: 767px) {
  #function .safety {
    background-image: url(/img/usr/lp/texcy_wx/function/background/safety_sp.png);
    padding-top: calc(1428 / 900 * 100%);
  }
}

@media (min-width: 768px) {
  #function .safety .safety_block {
    flex-direction: row-reverse;
    top: -2.0833vw;
    left: 11.45%;
    width: 88.55%;
  }
}

@media (max-width: 767px) {
  #function .safety .safety_block {
    top: 21.3333vw;
    left: 0;
  }
}

#function .safety .display_mask.hidden {
  display: none;
}

#function .craftmanship.detail_open {
  z-index: 1;
}

@media (min-width: 768px) {
  #function .craftmanship {
    background-image: url(/img/usr/lp/texcy_wx/function/background/craftmanship_pc.png);
    padding-top: calc(862 / 1920 * 100%);
  }
}

@media (max-width: 767px) {
  #function .craftmanship {
    background-image: url(/img/usr/lp/texcy_wx/function/background/craftmanship_sp.png);
    padding-top: calc(1000 / 900 * 100%);
  }
}

@media (min-width: 768px) {
  #function .craftmanship .detail {
    padding-left: 7.9166vw;
  }
}

#function .craftmanship .craftmanship_block {
  width: 100%;
}

@media (min-width: 768px) {
  #function .craftmanship .craftmanship_block {
    top: -5.2083vw;
    left: 0;
  }
}

@media (max-width: 767px) {
  #function .craftmanship .craftmanship_block {
    top: -7.466vw;
    left: 0;
  }
}

#function .craftmanship .display_mask.hidden {
  display: none;
}

@media (min-width: 768px) {
  #line_up {
    position: relative;
  }
}

@media (max-width: 767px) {
  #line_up {
    background-color: #323132;
    padding: 12.8vw 8.5333vw 2.1333vw;
  }
}

@media (min-width: 768px) {
  #line_up h2 {
    position: absolute;
    top: 7.0833vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}

@media (max-width: 767px) {
  #line_up h2 {
    text-align: center;
    margin-bottom: 10.666vw;
  }
}

@media (min-width: 768px) {
  #line_up h2 img {
    width: auto;
    height: 2.916vw;
  }
}

@media (max-width: 767px) {
  #line_up h2 img {
    width: auto;
    height: 6.4vw;
  }
}

@media (min-width: 768px) {
  #line_up h3 {
    margin-bottom: 1.6666vw;
  }
}

@media (max-width: 767px) {
  #line_up h3 {
    margin-bottom: 1.6666vw;
  }
}

@media (min-width: 768px) {
  #line_up h3 img {
    width: auto;
    height: 3.3333vw;
  }
}

@media (max-width: 767px) {
  #line_up h3 img {
    width: auto;
    height: 8.5333vw;
  }
}

#line_up h4 {
  align-items: center;
}

#line_up h4 span {
  display: block;
}

@media (min-width: 768px) {
  #line_up h4 {
    line-height: 1.6666vw;
  }
}

@media (max-width: 767px) {
  #line_up h4 {
    width: auto;
    height: 8.5333vw;
  }
}

#line_up h4 img {
  margin-right: 1em;
}

@media (min-width: 768px) {
  #line_up h4 img {
    width: auto;
    height: 1.6666vw;
  }
}

@media (max-width: 767px) {
  #line_up h4 img {
    width: auto;
    height: 5.333vw;
  }
}

#line_up p {
  line-height: 1.6;
  font-weight: 400;
}

@media (min-width: 768px) {
  #line_up p {
    font-size: 1.35416vw;
    margin-bottom: 1.04166vw;
  }
}

@media (max-width: 767px) {
  #line_up p {
    font-size: 3.2vw;
    margin-bottom: 5.333vw;
  }
}

#line_up .swiper-slide {
  cursor: pointer;
}

@media (min-width: 768px) {
  #line_up .line_up01 {
    background-image: url(/img/usr/lp/texcy_wx/bg_lineup01_pc.jpg);
    /* padding-top: calc(2570 / 1920 * 100%); */
    padding-top: calc(3670 / 1920 * 100%);
  }
}

@media (min-width: 768px) {
  #line_up .line_up01 .products {
    top: 12.9166vw;
  }
}

#line_up .line_up01 .product {
  background-color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
  #line_up .line_up01 .product {
    padding: 2.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.3333vw;
    display: flex;
    justify-content: space-between;
    padding-top: 4.166vw;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  #line_up .line_up01 .product {
    padding: 6.4vw;
    margin-bottom: 10.666vw;
  }
}


@media (min-width: 768px) {
  .product .remarks {
    width: 100%;
    padding-top: 1.5625vw;
    font-size: 0.677vw!important;
  }
}

@media (max-width: 767px) {
  .product .remarks {
    width: 100%;
    padding-top: 3.33vw;
    font-size: 1.6vw!important;
  }
}

@media (min-width: 768px) {
  #line_up .line_up01 .product .block {
    width: 46%;
  }
}

#line_up .line_up01 .product_photo {
  position: relative;
}

#line_up .line_up01 .product_photo img {
  max-width: 100%;
}

#line_up .line_up01 .product_photo .color {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  #line_up .line_up01 .product_photo .color {
    bottom: 2.5vw;
    font-size: 0.78125vw;
  }
}

@media (max-width: 767px) {
  #line_up .line_up01 .product_photo .color {
    bottom: 8.5333vw;
    font-size: 3.2vw;
  }
}

#line_up .line_up01 .product_photo .color .new_icon {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  #line_up .line_up01 .product_photo .color .new_icon img {
    width: 4.75vw;
    height: auto;
  }
}

@media (max-width: 767px) {
  #line_up .line_up01 .product_photo .color .new_icon img {
    width: 14.4vw;
    height: auto;
  }
}

@media (min-width: 768px) {
  #line_up .line_up01 .product_photo .color .limited_icon img {
    width: 4.79vw;
    height: auto;
  }
}

@media (max-width: 767px) {
  #line_up .line_up01 .product_photo .color .limited_icon img {
    width: 15.1vw;
    height: auto;
  }
}

#line_up .line_up01 .product_thumbnail {
  margin-bottom: 2.08vw;
}

@media (min-width: 768px) {
  #line_up .line_up02 {
    background-image: url(/img/usr/lp/texcy_wx/bg_lineup02_pc.jpg);
    padding-top: calc(2570 / 1920 * 100%);
  }
}

@media (min-width: 768px) {
  #line_up .line_up02 .products {
    top: 5.2083vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #line_up .line_up02 h3 {
    margin-bottom: 1.04166vw;
  }
}

@media (max-width: 767px) {
  #line_up .line_up02 h3 {
    margin-bottom: 5.333vw;
  }
}

@media (min-width: 768px) {
  #line_up .line_up02 h3 img {
    width: auto;
    height: 3.125vw;
  }
}

@media (max-width: 767px) {
  #line_up .line_up02 h3 img {
    width: auto;
    height: 8.5333vw;
  }
}

#line_up .line_up02 .product {
  position: relative;
}

@media (max-width: 767px) {
  #line_up .line_up02 .product {
    padding: 6.4vw;
    margin-bottom: 10.666vw;
  }
}

#line_up .line_up02 .product_photo {
  position: relative;
  padding-top: 1.6666vw;
  margin-bottom: 1.6666vw;
}

#line_up .line_up02 .product_photo > img {
  width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#line_up .line_up02 .product_photo .color {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  #line_up .line_up02 .product_photo .color {
    bottom: 1.4583vw;
    font-size: 0.78125vw;
  }
}

@media (max-width: 767px) {
  #line_up .line_up02 .product_photo .color {
    bottom: 3.2vw;
    font-size: 3.2vw;
  }
}

#line_up .line_up02 .product_thumbnail {
  margin-bottom: 1.56vw;
}

#line_up .line_up02 .product .mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#line_up .line_up02 .product .coming_soon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  #line_up .line_up02 .product .coming_soon img {
    width: 11.979vw;
  }
}

@media (max-width: 767px) {
  #line_up .line_up02 .product .coming_soon img {
    width: 48vw;
  }
}

@media (min-width: 768px) {
  #line_up .line_up03 {
    background-image: url(/img/usr/lp/texcy_wx/bg_lineup03_pc.jpg);
    padding-top: calc(1800 / 1920 * 100%);
  }
}

@media (min-width: 768px) {
  #line_up .line_up03 .products {
    top: 5.2083vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  #line_up .line_up03 h3 {
    margin-bottom: 1.04166vw;
  }
}

@media (min-width: 768px) {
  #line_up .line_up03 h3 img {
    width: auto;
    height: 2.916vw;
  }
}

@media (max-width: 767px) {
  #line_up .line_up03 h3 img {
    width: auto;
    height: 8.5333vw;
  }
}

#line_up .line_up03 h4 {
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  #line_up .line_up03 h4 {
    font-size: 1.25vw;
    margin-bottom: 0.8333vw;
  }
}

@media (max-width: 767px) {
  #line_up .line_up03 h4 {
    font-size: 3.2vw;
    margin-bottom: 4.266vw;
  }
}

#line_up .line_up03 p {
  letter-spacing: 0.14em;
}

@media (min-width: 768px) {
  #line_up .line_up03 p {
    font-size: 1.04166vw;
  }
}

@media (max-width: 767px) {
  #line_up .line_up03 p {
    font-size: 3.2vw;
  }
}

#line_up .line_up03 .product_photo {
  position: relative;
  padding-top: 0.83vw;
  margin-bottom: 0.83vw;
}

#line_up .line_up03 .product_photo img {
  max-width: 100%;
}

.shop_link {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .shop_link {
    margin-top: 5.333vw;
  }
}

@media (min-width: 768px) {
  .price {
    font-size: 1.35416vw;
  }
}

@media (max-width: 767px) {
  .price {
    font-size: 4.8vw;
  }
}

@media (min-width: 768px) {
  .price span {
    font-size: 0.625vw;
  }
}

@media (max-width: 767px) {
  .price span {
    font-size: 3.2vw;
  }
}

#shop_list {
  text-align: center;
}

@media (min-width: 768px) {
  #shop_list {
    margin-top: -3.5%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  #shop_list {
    padding: 14.9333vw 8.5333vw 0;
  }
}

@media (max-width: 767px) {
  #shop_list h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 6.4vw;
  }
  #shop_list h2::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    width: 25.6vw;
    bottom: -3.2vw;
    height: 1px;
    transform: translate(-50%);
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  #shop_list h3 {
    font-size: 4.8vw;
    margin-bottom: 8.5333vw;
  }
}

#shop_list .to_shop_list {
  position: relative;
  transition: opacity 0.3s;
}

#shop_list .to_shop_list img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  #shop_list .to_shop_list img {
    width: 44.27vw;
  }
}

@media (max-width: 767px) {
  #shop_list .to_shop_list img {
    width: 100%;
  }
}

#shop_list .to_shop_list .button_text {
  position: absolute;
  width: 100%;
  color: #000000;
}

@media (min-width: 768px) {
  #shop_list .to_shop_list .button_text {
    font-size: 1.5625vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  #shop_list .to_shop_list .button_text {
    font-size: 3.733vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#shop_list .to_shop_list .button_text::before {
  content: "";
  display: inline-block;
  background-image: url(/img/usr/lp/texcy_wx/modules/icon_map.png);
  background-size: contain;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #shop_list .to_shop_list .button_text::before {
    width: 2.0833vw;
    height: 3.3333vw;
    margin-right: 1.4583vw;
  }
}

@media (max-width: 767px) {
  #shop_list .to_shop_list .button_text::before {
    width: 3.2vw;
    height: 5.866vw;
    margin-right: 2.1333vw;
  }
}

#shop_list .to_shop_list:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  #news {
    padding-top: 9.7916vw;
    padding-bottom: 8.75vw;
  }
}

@media (max-width: 767px) {
  #news {
    padding: 14.9333vw 8.5333vw 12.8vw;
  }
}

#news a {
  color: inherit;
}

#news ul {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  #news ul {
    width: 56.7vw;
  }
}

@media (max-width: 767px) {
  #news ul {
    width: 100%;
  }
}

#news li {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 1.25vw;
  line-height: 2.2;
}

@media (min-width: 768px) {
  #news li .date {
    font-size: 0.78125vw;
  }
}

@media (max-width: 767px) {
  #news li .date {
    font-size: 3.2vw;
  }
}

@media (min-width: 768px) {
  #news li .article {
    font-size: 1.04166vw;
  }
}

@media (max-width: 767px) {
  #news li .article {
    font-size: 3.733vw;
  }
}

footer {
  background-color: #ffffff;
  text-align: center;
}

@media (min-width: 768px) {
  footer {
    padding-top: 1.6666vw;
    padding-bottom: 2.0833vw;
  }
}

@media (max-width: 767px) {
  footer {
    padding-top: 4.266vw;
    padding-bottom: 5.866vw;
  }
}

@media (min-width: 768px) {
  footer img {
    width: 27.916vw;
  }
}

@media (max-width: 767px) {
  footer img {
    width: 70.4vw;
  }
}

#shop .title_inner {
  text-align: center;
}

@media (min-width: 768px) {
  #shop .title_inner {
    margin-bottom: 2.916vw;
  }
}

@media (min-width: 768px) {
  #shop {
    background-image: url(/img/usr/lp/texcy_wx/bg_shop.jpg);
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #shop .inner_content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

#shop h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 2.5vw;
}

@media (max-width: 767px) {
  #shop h2 {
    margin-bottom: 6.4vw;
  }
}

#shop h2::before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -1.25vw;
  left: 50%;
  width: 9.7916vw;
  height: 1px;
  transform: translate(-50%);
  background-color: #ffffff;
}

@media (max-width: 767px) {
  #shop h2::before {
    width: 25.6vw;
    bottom: -3.2vw;
  }
}

@media (min-width: 768px) {
  #shop h2 img {
    width: 14.583vw;
  }
}

@media (max-width: 767px) {
  #shop h2 img {
    width: auto;
    height: 6.4vw;
  }
}

#shop h3 {
  font-size: 1.6666vw;
  text-align: center;
  margin-bottom: 2.5vw;
}

@media (max-width: 767px) {
  #shop h3 {
    font-size: 4.8vw;
    margin-bottom: 8.5333vw;
  }
}

#shop p {
  text-align: center;
}

@media (min-width: 768px) {
  #shop p {
    font-size: 1.04166vw;
  }
}

@media (max-width: 767px) {
  #shop p {
    font-size: 3.2vw;
    line-height: 1.8;
    margin-bottom: 2.666vw;
  }
}

@media (min-width: 768px) {
  #shop p.small_text {
    font-size: 0.78125vw;
  }
}

@media (max-width: 767px) {
  #shop p.small_text {
    font-size: 2.666vw;
    line-height: 1.8;
  }
}

@media (min-width: 768px) {
  #shop .shop_content {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 3.75vw 2.5vw 2.5vw;
    width: 56.77vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  #shop .shop_content {
    margin: 6.4vw 5.333vw;
    padding: 5.333vw;
    background-color: #000000;
  }
}

#shop .region_nav {
  justify-content: space-between;
}

@media (min-width: 768px) {
  #shop .region_nav {
    margin-bottom: 2.916vw;
  }
}

@media (max-width: 767px) {
  #shop .region_nav {
    margin-bottom: 9.6vw;
  }
}

#shop .region_nav li {
  border: solid 1px #ffffff;
  border-radius: 3px;
  text-align: center;
  letter-spacing: 0.19em;
  background-image: url(/img/usr/lp/texcy_wx/modules/arrow_down.png);
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  #shop .region_nav li {
    width: 24%;
    font-size: 1.04166vw;
    margin-bottom: 0.8333vw;
    background-position: right 0.8333vw center;
    background-size: 0.8333vw;
  }
  #shop .region_nav li a {
    padding: 0.9375vw;
    display: block;
  }
}

@media (max-width: 767px) {
  #shop .region_nav li {
    width: 48%;
    font-size: 3.733vw;
    background-position: right 2.1333vw center;
    background-size: 2.1333vw;
    margin-bottom: 2.1333vw;
  }
  #shop .region_nav li a {
    padding: 2.1333vw;
    display: block;
  }
}

#shop .region_nav li:hover {
  opacity: 0.7;
}

#shop h4 {
  position: relative;
  color: #000000;
  z-index: 1;
  border-bottom: solid 2px #ffffff;
}

@media (min-width: 768px) {
  #shop h4 {
    font-size: 1.04166vw;
    padding-left: 0.625vw;
    padding-top: 0.26vw;
    padding-bottom: 0.26vw;
    margin-bottom: 1.6666vw;
  }
}

@media (max-width: 767px) {
  #shop h4 {
    font-size: 3.733vw;
    padding-left: 2.666vw;
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
    margin-bottom: 4.266vw;
  }
}

#shop h4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  transform: scaleY(1.3) perspective(0.6em) rotateX(5deg);
  transform-origin: bottom left;
}

@media (min-width: 768px) {
  #shop h4:after {
    width: 6.25vw;
  }
}

@media (max-width: 767px) {
  #shop h4:after {
    width: 21.3333vw;
  }
}

@media (min-width: 768px) {
  #shop .region {
    padding-bottom: 1.25vw;
  }
}

@media (max-width: 767px) {
  #shop .region {
    padding-bottom: 6.4vw;
  }
}

@media (min-width: 768px) {
  #shop .region dt {
    font-size: 1.14583vw;
    margin-bottom: 0.8333vw;
  }
}

@media (max-width: 767px) {
  #shop .region dt {
    font-size: 3.733vw;
    margin-bottom: 2.1333vw;
  }
}

@media (min-width: 768px) {
  #shop .region dd {
    font-size: 0.9375vw;
    margin-bottom: 0.625vw;
  }
}

@media (max-width: 767px) {
  #shop .region dd {
    font-size: 3.2vw;
    margin-bottom: 2.666vw;
  }
}

@media (min-width: 768px) {
  #shop .region .address {
    margin-bottom: 0.4166vw;
  }
}

@media (max-width: 767px) {
  #shop .region .address {
    margin-bottom: 2.1333vw;
  }
}

#shop .region .tel {
  background-image: url(/img/usr/lp/texcy_wx/modules/icon_tel.png);
  background-position: left center;
  padding-left: 1.2em;
}

@media (min-width: 768px) {
  #shop .region .tel {
    margin-bottom: 0.4166vw;
    background-size: 0.8333vw;
  }
}

@media (max-width: 767px) {
  #shop .region .tel {
    margin-bottom: 2.1333vw;
    background-size: 3.2vw;
  }
}

#shop .region .link_map {
  background-image: url(/img/usr/lp/texcy_wx/modules/arrow_right_small_white.png);
  border: solid 1px #ffffff;
  border-radius: 3px;
  text-align: center;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  #shop .region .link_map {
    font-size: 0.72916vw;
    background-size: 0.3125vw;
    background-position: right 0.625vw center;
    display: inline-block;
  }
  #shop .region .link_map a {
    display: block;
    line-height: 1;
    padding: 0.26vw 1.4583vw;
  }
}

@media (max-width: 767px) {
  #shop .region .link_map {
    font-size: 2.666vw;
    background-size: 1.6vw;
    background-position: right 1.6vw center;
    display: inline-block;
  }
  #shop .region .link_map a {
    display: block;
    line-height: 1;
    padding: 0.8vw 5.333vw 0.8vw 4.266vw;
  }
}

#shop .region .link_map:hover {
  opacity: 0.7;
}

#shop .shop_info {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  #shop .shop_info .block {
    width: 50%;
    margin-bottom: 2.916vw;
  }
}

@media (max-width: 767px) {
  #shop .shop_info .block {
    margin-bottom: 6.4vw;
  }
}