@charset "utf-8";
/* 共通 */
html {
  scroll-behavior: smooth;
}
.xvst {
  line-height: 1.6;
}
.lead {
  margin: 100px 0;
  text-align: justify;
}

.product p {
  font-size: 18px;
}
.xvst .btn {
  margin: 40px auto 0px;
  display: block;
  background-color: #fff;
  border-radius: 0px;
  width: 320px;
  border: 1px solid #30363a;
  box-sizing: border-box;
  letter-spacing: 0;
}
@media screen and (max-width: 768px), print {
  .xvst .btn {
    margin: 8vw auto 0;
    width: 60vw;
  }
}
.xvst .btn a {
  color: #30363a;
  display: block;
  padding: 10px 25px;
  text-align: left;
  font-family: "hiraginokakugo_bld";
  box-sizing: border-box;
  transition: all 0.5s;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px), print {
  .xvst .btn a {
    font-size: 2.933vw;
    display: flex;
    padding: 10px 25px;
  }
  .xvst .btn {
    width: 70.133vw;
  }
  .xvst .btn span {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.xvst .btn span {
  position: static;
  padding-right: 20px;
  color: #30363a;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 768px), print {
  .xvst .btn span {
    font-size: 4vw;
  }
}
.xvst .btn span::after {
  position: absolute;
  top: 24px;
  right: 10px;
  content: "＞";
  transition: all 0.3s;
}

.xvst .btn:hover span::after {
  top: 24px;
  right: 5px;
}
.xvst .btn span::before {
  position: absolute;
  top: 20px;
  right: 40px;
  content: " ";
  background: url(../../../images/icon-pdf.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 31px;
}

.xvst .main1 {
  background: url("../../xvst/images/main1.jpg") no-repeat top center;
  background-size: cover;
  margin-top: 74px;
  width: 100%;
  background-size: cover;
  max-width: 1500px;
  margin: 78px auto 0;
  aspect-ratio: 2800 / 1380;
}
.brand-ttl {
  background: #081f3f;
  padding: 45px 0 55px;
  max-width: 1500px;
  margin: 0 auto;
}
.brand-ttl h2 {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 45px;
  line-height: 1.6;
  font-family: "Helvetica Neue LT Pro 95 Black";
  letter-spacing: 1.5px;
}
.brand-ttl h2 span {
  font-size: 18px;
  display: block;
  font-weight: 600;
}
.brand-ttl.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0px;
}
.brand-ttl.logo h2 {
  position: relative;
}
.brand-ttl.logo h2::before {
  content: "";
  position: absolute;
  left: -140px;
  display: block;
  background: url(../../takisoriginal%20-%20Copy/images/product14.png) no-repeat;
  background-size: contain;
  width: 110.5px;
  height: 110.5px;
}
.xvst .product {
  padding: 0px 0 0;
  background: #fff;
}
.xvst .product .inner {
  width: 1030px;
  margin: 0 auto;
  max-width: 100%;
}

.takisoriginal .product ul.nav {
  display: flex;
  margin: 0 0 60px 0;
  justify-content: center;
  gap: 0 80px;
}

.xvst .product ul.nav li {
}
.xvst .product ul.nav li span {
  position: relative;
  padding: 3px 0 2px;
  letter-spacing: 0.5px;
  font-family: "hiraginokakugo_bld";
}

.xvst .product ul.nav li span::before,
.xvst .product ul.nav li span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #30363a;
  transition: width 0.5s;
}
.xvst .product ul.nav li a:hover span::after {
  width: 100%;
}
.xvst .product ul.nav li span::after {
  left: 0%;
}
.xvst .product #anc1,
.xvst .product #anc2,
.xvst .product #anc3,
.xvst .product #anc4 {
  padding-top: 80px;
  margin-top: -80px;
}

.xvst .product ul.nav li span.txt {
  font-size: 18px;
  font-family: "hiraginokakugo_bld";
  vertical-align: middle;
}

.xvst .product h3 {
  font-size: 44px;
  font-family: "Helvetica Neue LT Pro 95 Black";
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
}

.xvst .product h3 span {
  display: block;
  font-size: 30px;
  font-weight: 600;
}

.xvst .to-footer {
  background: #2a2a2a;
  padding: 15px 0;
}
.xvst .to-footer .item1 img {
  width: 190px;
}

/* product1 */
.product1 {
  position: relative;
  margin: 0 auto 150px;
}
.product1 img {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}
.product1::after {
  content: "";
  height: 1px;
  background: #999493;
  position: absolute;
  bottom: -90px;
  width: 1030px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.product1 ul {
  margin: 50px auto 20px;
  padding: 0;
}
.product1 ul p {
  font-size: 14px;
  letter-spacing: 0.25px;
  margin: 5px 0 0 0;
}
.product1 ul li {
  font-size: 18px;
  letter-spacing: 0px;
  position: relative;
  padding-left: 1.5em;
  font-weight: 600;
}
.product1 ul li::before {
  position: absolute;
  color: #9e1819;
  left: 0;
  display: block;
}
.product1 ul li:nth-child(1) {
  padding-left: 0;
}
.product1 ul li:nth-child(1)::before {
  content: "";
}
.product1 ul li:nth-child(2)::before {
  content: "1.";
}
.product1 ul li:nth-child(3)::before {
  content: "2.";
}
.product1 ul li:nth-child(4)::before {
  content: "3.";
}
.product1 ul li:nth-child(5)::before {
  content: "4.";
}
.product1 ul li:nth-child(6)::before {
  content: "5.";
}

.product1 .product-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.product1 .product-flex-item {
  font-weight: 600;
  letter-spacing: 0.05px;
  width: 45%;
}
.product1 .product-flex-item.left::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 17px;
  left: -0.25em;
  width: 288.5px;
  background: url(../../takisoriginal%20-%20Copy/images/product4.png) no-repeat;
  background-size: contain;
}
.product1 .product-flex-item.left::after img {
  max-width: 100%;
}
.product1 .product-flex-item img {
  width: 100%;
}

/* product2 */
.product2 {
  position: relative;
  margin: 0 auto 150px;
}
.product2::after {
  content: "";
  height: 1px;
  background: #999493;
  position: absolute;
  bottom: -90px;
  width: 1030px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.product2 .bg-flex {
  display: flex;
}
.product2 .bg {
  margin-bottom: 100px;
  max-width: 1500px;
  margin: 0 auto 100px;
}
.product2 .bg-flex-item {
  width: 50%;
}
.product2 .bg-flex-item.left {
  background: url(../../takisoriginal%20-%20Copy/images/product6.jpg) no-repeat;
  aspect-ratio: 700 / 460;
  background-size: cover;
}
.product2 .bg-flex-item.right {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
.product2 .bg-flex-item.right img {
  width: 406px;
  max-width: 100%;
}
.product2 .bg-flex-item.right div.box {
  width: 67.5%;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 30px;
}
.product2 .bg-flex-item.right div.box .price {
  margin-bottom: 80px;
  font-weight: 600;
  letter-spacing: 0;
}
.product2 .bg-flex-item.right .btn {
  margin: 0px 0;
}
.product2 .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0px 58px;
}
.product2 .flex-item {
  width: 304px;
  font-weight: 600;
  margin-bottom: 80px;
  letter-spacing: 0;
}
.product2 .flex-item img {
  width: 100%;
}

/* product3 */
.product3 {
  position: relative;
  margin: 0 auto 120px;
}

.product3 .bg-flex {
  display: flex;
  margin-top: 60px;
}
.product3 .bg {
  max-width: 1500px;
  margin: 0 auto 130px;
}
.product3 .bg-flex-item.left {
  background: url(../../takisoriginal%20-%20Copy/images/product13.jpg) no-repeat;
  aspect-ratio: 740 / 887;
  background-size: cover;
  width: 35%;
  position: relative;
}

.product3 .bg-flex-item.left::after {
  content: "サイズ : 13-18.5CM";
  display: block;
  position: absolute;
  left: 0;
  bottom: -50px;
  font-size: 18px;
  font-weight: 600;
}
.product3 .bg-flex-item.right {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  width: calc(100% - 35% - 50px);
}
.product3 .bg-flex-item.right img {
  width: 406px;
}
.product3 .bg-flex-item.right div.box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product3 .bg-flex-item.right div.box p {
  text-align: justify;
  margin-bottom: 40px;
}
.product3 .bg-flex-item.right .btn {
  margin: 0px 0;
}
.product3 .bg-flex-item.right .price {
  font-weight: 600;
  margin: 0;
}
.product3 .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0px 58px;
}
.product3 .flex-item {
  width: 304px;
  font-weight: 600;
  margin-bottom: 90px;
  letter-spacing: 0;
}
.product3 .flex-item img {
  width: 100%;
}
.product4 .product-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 0 40px;
}
.product4 .product4-size .flex-item.left {
  width: 278px;
  margin: 0 30px 0 0;
}
.product4 .product4-size .flex-item.left img {
  width: 100%;
}
.product4 .product4-size .flex-item.right {
  width: 100%;
}
.product4 .product4-size .flex-item.right .product-att {
  font-weight: 600;
  margin: 10px 0 0 0;
}
.product4 .product4-size table {
  font-size: 22px;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.product4 .product4-size table th {
  border: 1px solid #1b1a19;
  background: #d3d1d0;
  width: 25%;
  font-weight: normal;
}
.product4 .product4-size table td {
  border: 1px solid #1b1a19;
  font-weight: 600;
}
.product4 .product4-size table td:first-child,
.product4 .product4-size table th:first-child {
  border-left: none;
}
.product4 .product4-size table td:last-child,
.product4 .product4-size table th:last-child {
  border-right: none;
}
.product4 .product4-size h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.product4 .product4-size {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #999493;
}
.product4-lineup {
  margin-bottom: 50px;
  border-bottom: 1px solid #999493;
}
.product4-lineup.last {
  border: none;
  margin-bottom: 100px;
}
.product4-lineup .btn {
  margin: 0px auto 60px;
}

.product4-lineup .flex-item {
  flex: 1;
}
.product4-lineup .flex-item.right {
  width: 370px;
  margin: 0 0px 0px 0;
}
.product4-lineup .flex-item.left img,
.product4-lineup .flex-item.right img {
  width: 100%;
}
.product4-lineup .flex-item.left img.product23 {
  width: 370px;
}
.product4-lineup .flex-item.right div {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product4-lineup .size,
.product4-lineup .price {
  font-weight: 600;
  margin: 0;
}
.product4-lineup .price {
  line-height: 1.8;
  margin-bottom: 10px;
}
.product4-lineup .info {
  margin-bottom: 40px;
}
.ph img {
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto 100px;
}

.xvst .lead h3 {
  font-size: 29px;
  color: #607281;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
  font-family: "hiraginokakugo_bld";
}
.lead p {
  font-size: 17px;
  margin: 0 0 0 0;
}
.xvst .lead3 {
  padding: 0px 0 0px;
  max-width: 1500px;
  margin: 0 auto 0px;
}
.xvst .ph img {
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
}
.xvst .lead3 h3 {
  font-size: 24px;
  font-family: "hiraginokakugo_bld";
  margin-bottom: 30px;
  position: relative;
}
.xvst .lead3 h3::before {
  content: "";
  display: block;
  height: 6px;
  background-color: #00ec8f;
  transition: width 0.5s ease-out;
  margin: 0 0 20px;
  width: 80px;
}
.xvst .lead3 .flex {
  max-width: 100%;
  border-bottom: 1px solid #ffffff;
  align-items: stretch;
  margin-bottom: 100px;
}
.xvst .lead3 .flex-item {
  font-size: 17px;
  text-align: justify;
  flex: 1;
  display: flex;
  align-items: center;
}
.xvst .lead3 .flex-item.bg {
}
.xvst .lead3 .flex-item-inner {
}
.xvst .lead3 .grip {
  position: relative;
  background: gainsboro;
}
.xvst .lead3 .flex-item-inner.left {
  width: 72%;
  z-index: 2;
  position: relative;
  background: #fff;
  background-color: transparent;
  font-weight: 400;
  margin: 0 auto;
}
.xvst .lead3 .flex-item-inner.right {
  width: 72%;
  z-index: 2;
  position: relative;
  background: #fff;
  background-color: transparent;
  font-weight: 400;
  margin: 0 auto;
}
.xvst .lead3 .inner {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0px 0 0px;
}
.xvst .lead3 img {
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
}
.xvst .honke img {
  width: 150px;
  margin: 0 auto 0px;
  display: block;
}
.xvst .honke {
  margin: 0 auto 100px;
  text-align: center;
  text-decoration: underline;
}
