body {
  --skewStripe: repeating-linear-gradient(
    -45deg,
    transparent,
    #000000 0px,
    #000000 1px,
    transparent 1px,
    transparent 4px
  );
  --mainBGColor: var(--white);
  --balloonBGColor: var(--white);
  --titleBGColor: var(--white);
  --mainTextColor: var(--black);
  --profileRoundColor: var(--black);
  --gray: #333333;
}

/**************************************************************************************
*****#Product_introduction*****
**************************************************************************************/

#Product_introduction {
  position: relative;
  background-size: cover;
  min-height: calc(100vh - 40px);
  z-index: 1;
  padding-bottom: 64px;

  background-image: url(../assets/images/hdq_visitor_room.jpg);
}

#Product_introduction .container {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  #Product_introduction .container {
    margin: 0;
    padding: 40px 2% 0;
  }
}

/*********** background ***********/

#Product_introduction .bg_dotted {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-repeat: repeat;
  background-image: radial-gradient(#00000088 40%, transparent 40%);
  background-size: 4px 4px;
  z-index: -1;
}

/*********** title ************/

#Product_introduction .content.title {
  position: relative;
  width: 100%;
  padding: 9px;
  border: 5px solid black;
  border-bottom-width: 10px;
  background-color: var(--titleBGColor);
}

#Product_introduction .content.title::before,
#Product_introduction .content.title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
}

#Product_introduction .content.title::before {
  background-image: url(../../assets/images/warpLeft.png);
  background-position: left;
}

#Product_introduction .content.title::after {
  background-image: url(../../assets/images/warpRight.png);
  background-position: right;
}

#Product_introduction h2 {
  font-size: 40px;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}

#Product_introduction h2::after {
  display: inline-block;
  content: attr(data);
  font-size: 12px;
  color: var(--black);
  margin: auto 6px;
}

/*main*/

#Product_introduction .wrapper.characterIntroduction {
  height: auto;
  min-height: 500px;
  width: 100%;
  font-size: 12px;
  margin-top: 40px;
}

/*********** image ************/

#Product_introduction .content.characterImg {
  bottom: 0px;
  width: 45%;
  height: auto;
  position: relative;
  text-align: center;
}

#Product_introduction .content.characterImg img#CharacterImg {
  display: block;
  position: absolute;

  max-height: 100%;
  /* max-width: 110%; */
  height: auto;

  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

#Product_introduction #Cover_character.content.characterImg img#CharacterImg {
  max-width: 120%;
  left: 40%;
  top: 0;
}

#Product_introduction .content.characterImg.cover .left {
  display: none;
}

#Product_introduction .content.characterImg .right .character_intro::before {
  position: absolute;
  content: "";

  top: -2px;
  right: calc(100% - 1px);

  width: 20px;
  height: 20px;

  background: #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#Product_introduction .content.characterImg .left .character_intro::before {
  position: absolute;
  content: "";

  top: -2px;
  left: calc(100% - 1px);

  width: 20px;
  height: 20px;

  background: #000;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#Product_introduction .content.characterImg .right .character_intro {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: auto;
  padding: 11px;
  border: 2px solid black;
  background: var(--skewStripe);
  background-color: var(--gray);
  color: var(--white);
  text-align: left;
}

#Product_introduction .content.characterImg:not(.cover) .right .character_intro {
  right: -24px;
}

#Product_introduction .content.characterImg:not(.cover) .character_intro {
  width: 180px;
}

#Product_introduction .content.characterImg .left .character_intro {
  display: block;
  position: absolute;

  bottom: 0;
  left: -60px;

  width: 200px;
  height: auto;
  padding: 16px;

  border: 2px solid black;
  background: var(--skewStripe);
  background-color: var(--gray);
  color: var(--white);
  text-align: left;
}

#Product_introduction .content.characterImg .character_intro h4 {
  font-size: 16px;
  padding: 8px 0;
}

#Product_introduction .content.characterImg .character_intro a {
  display: block;
  text-align: center;

  padding: 8px;
  margin: auto;

  color: var(--white);
  font-weight: bold;
}

@media (max-width: 992px) {
  #Product_introduction .content.characterImg .right .character_intro::before,
  #Product_introduction .content.characterImg .left .character_intro::before {
    content: unset;
  }
}

/*********** Description ************/

#Product_introduction .content.product_introduction {
  width: 70%;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  color: var(--mainTextColor);
  text-align: left;

  border: 5px solid black;
  border-bottom-width: 10px;

  background: var(--mainBGColor);
}

#Product_introduction .content.product_introduction img {
  width: 100%;
  height: auto;
}

#Product_introduction .content.product_introduction img.desc_deco {
  margin: 0;
  padding: 0 0;
  width: 100%;
}

#Product_introduction .content.product_introduction h3.name {
  font-size: 32px;
}

#Product_introduction .content.product_introduction h3.name::after {
  display: block;
  content: attr(data);
  font-size: 14px;
}

#Product_introduction .content.product_introduction h4 {
  font-size: 24px;
}

#Product_introduction .content .desc_inner_content {
  padding: 32px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  gap: 16px;
}

/****************************************************tab*******************************************/
#Product_introduction .content .descriptions input[type="radio" i] {
  display: none;
}

#Product_introduction .content .descriptions label.tab {
  position: relative;
  display: inline-block;
  text-align: center;

  padding: 4px;
  width: 200px;
  max-width: 45%;
  border: 5px solid black;
  border-bottom-width: 0px;
  font-size: 24px;

  cursor: pointer;
  pointer-events: all;
}

#Product_introduction .content .descriptions label.tab:hover {
  background: var(--yellow);
}

#Product_introduction .content .descriptions #Product_tag_desc ~ .desc.tab::after,
#Product_introduction .content .descriptions #Product_tag_gallery ~ .gallery.tab::after {
  content: "";
  position: absolute;

  width: 20px;
  height: 10px;

  top: 100%;
  left: 50%;

  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);

  transition: transform 500ms;
}

#Product_introduction .content .descriptions #Product_tag_desc ~ .desc.tab::after {
  transform: translate(150%, 0);
}

#Product_introduction .content .descriptions #Product_tag_gallery ~ .gallery.tab::after {
  transform: translate(-200%, 0);
}

#Product_introduction .content .descriptions #Product_tag_desc:checked ~ .desc.tab::after,
#Product_introduction .content .descriptions #Product_tag_gallery:checked ~ .gallery.tab::after {
  transform: translate(-50%, 0);
  background: #000;
}

#Product_introduction .content .descriptions label {
  background-color: var(--white);
}

#Product_introduction .content .descriptions .tabbed_content {
  display: none;
  visibility: hidden;
  grid-column-start: 1;
  grid-column-end: 3;
  height: 0px;
  border: none;
  border-radius: 0 24px;
}

#Product_introduction .content .descriptions #Product_tag_desc:checked ~ .tab.desc,
#Product_introduction .content .descriptions #Product_tag_gallery:checked ~ .tab.gallery {
  background: var(--gray);
  background-image: var(--skewStripe);
  color: var(--yellow);
}

#Product_introduction .content .descriptions #Product_tag_desc:checked ~ .tabbed_content.desc,
#Product_introduction .content .descriptions #Product_tag_gallery:checked ~ .tabbed_content.gallery {
  display: block;
  visibility: visible;
  padding: 24px;
  height: 400px;
  border: 5px solid black;
}

#Product_introduction .content.product_introduction .inner_content.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

#Product_introduction .content.product_introduction .inner_content.gallery img {
  cursor: pointer;
}

#Product_introduction .content.product_introduction .inner_content.gallery img:hover {
  outline: 2px solid var(--yellow);
}

#Product_introduction .content.product_introduction .tabbed_content.gallery .wrapper {
  margin-top: 16px;
  gap: 2px;
  justify-content: center;
}

#Product_introduction .content.product_introduction .gallery_button {
  background-color: var(--black);
}

#Product_introduction .content.product_introduction .gallery_button.disabled button {
  background-color: #aaaaaa;
  pointer-events: none;
}

#Product_introduction .content.product_introduction .gallery_button button {
  padding: 8px 32px;
  color: var(--white);
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

#Product_introduction .content.product_introduction .gallery_button.next_button button::after,
#Product_introduction .content.product_introduction .gallery_button.prev_button button::before {
  content: "";
  display: inline-block;

  width: 0.5rem;
  height: 1rem;
  margin: auto;

  background-color: var(--white);
}

#Product_introduction .content.product_introduction .garelly_image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
}

#Product_introduction .content.product_introduction .garelly_image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#Product_introduction .content.product_introduction .gallery_button.prev_button button::before {
  margin-right: 0.5rem;
  clip-path: polygon(100% 0, 0 50%, 100% 100%, 100% 75%, 50% 50%, 100% 25%);
}

#Product_introduction .content.product_introduction .gallery_button.next_button button::after {
  margin-left: 0.5rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 75%, 50% 50%, 0 25%);
}

@media (max-width: 992px) {
  #Product_introduction .content .desc_inner_content {
    padding: 2%;
  }

  #Product_introduction .content .descriptions label.tab {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #Product_introduction .content.product_introduction .inner_content.gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
}

/**************************************************************************************************/

#Product_introduction .content.product_introduction h4.name::after {
  content: attr(data);
  font-size: 16px;
  display: block;
  font-family: "Dela Gothic One";
}

#Product_introduction .content.product_introduction p.description {
  margin-top: 8px;
  font-size: 16px;
}

#Product_introduction .content.product_introduction .catalog_button,
#Product_introduction .content.product_introduction .diagram_button {
  position: relative;
  display: flex;
  align-items: center;
  text-wrap: nowrap;

  width: fit-content;

  margin: auto;
  padding: 16px 32px;

  color: var(--black);
  font-weight: bold;
  font-size: 20px;
  background: var(--yellow);

  border: 5px solid black;
  z-index: 1;
}

#Product_introduction .content.product_introduction .catalog_button.disabled {
  display: none;
}

#Product_introduction .content.product_introduction .catalog_button::after,
#Product_introduction .content.product_introduction .diagram_button::after {
  content: "";
  display: inline-block;

  width: 0.5rem;
  height: 1rem;
  margin: auto;
  margin-left: 0.5rem;

  background-color: var(--black);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 75%, 50% 50%, 0 25%);
}

#Product_introduction .content.product_introduction .diagram_content.disabled {
  display: none;
}

#Product_introduction .content.product_introduction .web_catalog_content,
#Product_introduction .content.product_introduction .diagram_content {
  position: relative;
  pointer-events: all;
  cursor: pointer;
  width: fit-content;
  margin: auto;
  margin-top: 32px;
}

#Product_introduction .content.product_introduction .web_catalog_content:hover,
#Product_introduction .content.product_introduction .diagram_content:hover {
  transform: translateY(5px);
}

#Product_introduction .content.product_introduction .web_catalog_content::before,
#Product_introduction .content.product_introduction .diagram_content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background: var(--skewStripe);
  z-index: 0;
}

#Product_introduction .content.product_introduction .web_catalog_content:hover:before,
#Product_introduction .content.product_introduction .diagram_content:hover:before {
  top: 0px;
  left: 0px;
}

/*********** intro_button ************/

#Product_introduction .intro_button,
#Modalwindow .intro_button {
  position: absolute;

  width: 80px;
  height: 80px;

  top: 50%;
  border: 2px solid var(--black);
}

@media (max-width: 1400px) {
  #Product_introduction .intro_button {
    display: none;
  }
}

#Product_introduction .intro_button.prev_button,
#Modalwindow .intro_button.prev_button {
  right: 100%;
}

#Product_introduction .intro_button.next_button,
#Modalwindow .intro_button.next_button {
  left: 100%;
}

#Product_introduction .intro_button::after,
#Modalwindow .intro_button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  cursor: unset;

  width: 100%;
  height: 100%;

  top: 0;
  left: 0;

  background-color: var(--white);
}

#Product_introduction .intro_button.prev_button::after,
#Modalwindow .intro_button.prev_button::after {
  clip-path: polygon(30% 50%, 70% 30%, 70% 70%);
}

#Product_introduction .intro_button.next_button::after,
#Modalwindow .intro_button.next_button::after {
  clip-path: polygon(70% 50%, 30% 70%, 30% 30%);
}

#Product_introduction .intro_button button,
#Modalwindow .intro_button button {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: var(--skewStripe);
  background-color: var(--gray);
}

/*********** product_select ************/

#Product_introduction .content.product_select {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

#Product_introduction .content.product_select input[type="radio" i] {
  display: none;
}

#Product_introduction .content.product_select .list {
  /* display: none; */
  grid-column-start: 1;
  grid-column-end: 3;
  height: 0px;
  height: 100px;
}

#Product_introduction .content.product_select .list .inner_content {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  z-index: 1;
}

#Product_introduction .slick-list.draggable {
  margin: auto;
  margin-right: 0;
  width: 90%;
}

#Product_introduction .slick-arrow {
  position: relative;
  font-size: 0;

  width: 50px;
  height: 50px;

  margin: auto;
  background-position-y: center;
  background-size: contain;
}

#Product_introduction .content.product_select .list .circle:hover {
  border: 5px solid transparent;
}

#Product_introduction .slick-arrow.slick-prev {
  background-image: url("../assets/images/arrow.png");
}

#Product_introduction .slick-arrow.slick-next {
  background-image: url("../assets/images/arrow_next.png");
}

@media (max-width: 992px) {
  #Product_introduction .slick-arrow.slick-prev {
    margin: 0;
  }

  #Product_introduction .slick-arrow.slick-next {
    margin: 0;
  }
}

#Product_introduction .content.product_select .list.products::before {
  --border-color: #dddddd;
}

#Product_introduction .content.product_select .list.products {
  position: relative;
}

#Product_introduction .content.product_select .list .circle {
  position: relative;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  cursor: pointer;
  margin: auto;
}

#Product_introduction .content.product_select .list li label {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 10px;
}

#Product_introduction .content.product_select .list li label::after {
  display: inline-block;
  content: attr(data);
  font-weight: bold;
  font-size: 20px;
  pointer-events: all;
  cursor: pointer;

  padding: 10px 20px 10px 20px;
  margin-left: -20px;

  border-radius: 0 30px 30px 0;
  border: 3px solid black;

  background: var(--white);
  background-repeat: repeat;
  background-image: radial-gradient(#00000022 35%, transparent 35%), radial-gradient(#00000022 35%, transparent 35%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
}

#Product_introduction .content.product_select .list li label:hover:after {
  background-color: var(--yellow);
}

#Product_introduction .content.product_select .list li input:checked ~ label::before {
  position: absolute;
  content: attr(data);
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  right: 23px;
}

#Product_introduction .content.product_select .list li input:checked ~ label::after {
  font-weight: 900;
  -webkit-text-stroke: #000 5px;
}

@media (max-width: 992px) {
  #Product_introduction .content.product_introduction {
    width: 100%;
    padding: 20px 2%;
  }

  #Product_introduction h2 {
    line-height: 48px;
    flex-direction: column;
  }

  #Product_introduction h2::after {
    line-height: normal;
  }

  #Product_introduction .desc_inner_content {
    position: relative;
  }

  #Product_introduction .content.product_introduction .gallery_button button {
    padding: 8px;
  }

  #Product_introduction .content.product_introduction .catalog_button {
    padding: 8px 16px;
  }

  #Product_introduction .desc_inner_content img#Character_Image_SP {
    position: absolute;

    height: 300px;
    width: auto;

    right: 0;
    top: -240px;
  }

  #Product_introduction .content .descriptions #Product_tag_desc:checked ~ .tabbed_content.desc,
  #Product_introduction .content .descriptions #Product_tag_gallery:checked ~ .tabbed_content.gallery {
    height: auto;
    padding: 5%;
  }

  #Product_introduction .content.product_introduction .tabbed_content.gallery .wrapper {
    display: flex;
  }

  #Product_introduction .content.characterImg {
    width: 100%;
  }

  #Product_introduction .content.characterImg img#CharacterImg {
    display: none;
  }

  #Product_introduction .content.characterImg .right .character_intro,
  #Product_introduction .content.characterImg .left .character_intro {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10%;
    left: 0;

    margin-top: 64px;
  }

  #Product_introduction .content.characterImg .left .character_intro img.logo,
  #Product_introduction .content.characterImg .right .character_intro img.logo {
    width: 50%;
    height: auto;
    margin: auto;
  }

  #Product_introduction .content.characterImg .character_intro img#Character_Image_Circle {
    position: absolute;

    width: 64px;
    height: auto;

    top: -32px;
    left: calc(50% - 32px);
  }

  #Product_introduction .content.characterImg .character_intro .character_link {
    border: 2px solid var(--white);
    margin-top: 16px;
  }

  #Product_introduction .wrapper.characterIntroduction {
    margin-top: 200px;
    height: auto;
  }
}

@media (max-width: 576px) {
  #Product_introduction h2 {
    line-height: 32px;
    font-size: 32px;
  }

  #Product_introduction .content.product_select label.tab img {
    height: auto;
  }

  #Product_introduction .desc_inner_content img#Character_Image_SP {
    height: 260px;
  }
}

/****************************************
************** Modal_Window *************
****************************************/

#Modalwindow {
  position: fixed;
  display: flex;
  align-items: center;

  top: 0;
  right: 0;

  width: calc(100dvw - 200px);
  height: calc(100dvh - 40px);

  background-color: var(--yellow);
  transition: opacity 200ms, transform 200ms;

  background-repeat: repeat;
  background-image: radial-gradient(#000000 25%, transparent 25%);
  background-size: 10px 10px;

  z-index: 5;
}

#Modalwindow::before {
  position: absolute;
  content: "";
  background-image: url(../assets/images/bomb.png);
  width: 80%;
  height: auto;
  top: -10%;
  left: -10%;
  aspect-ratio: 1561/992;
  background-size: contain;
}

#Modalwindow.disabled {
  opacity: 0;
  transform: scale(0);
}

#Modalwindow .container {
  position: relative;
  width: 100%;
}

#Modalwindow .modal_image {
  margin: auto;
  position: relative;
  width: fit-content;
}

#Modalwindow .modal_title {
  text-align: left;

  width: fit-content;
  padding: 8px 32px;

  color: white;
  font-weight: 900;
  font-size: 24px;

  background: var(--black);
}

#Modalwindow .modal_image button {
  position: absolute;

  width: 60px;
  height: 60px;

  top: 30px;
  right: -30px;

  border-radius: 30px;

  background-color: var(--white);
  border: 5px solid var(--black);
}

#Modalwindow .modal_image button::before,
#Modalwindow .modal_image button::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  border: 1px solid var(--black);
  top: 50%;
  left: 50%;
}

#Modalwindow .modal_image button::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#Modalwindow .modal_image button::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

#Modalwindow .modal_image img {
  border: 5px solid var(--black);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(90vh - 4rem - 150px);
}

#Modalwindow .text_box {
  position: relative;
  text-align: left;

  padding: 8px;
  margin-top: 16px;

  width: 100%;
  height: auto;

  border: 5px solid var(--black);
  background-color: var(--white);
}

#Modalwindow .text_box::before {
  content: "";
  position: absolute;

  width: 20px;
  height: 10px;

  bottom: calc(100% + 4px);
  left: 5%;

  background: var(--black);
  clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
}

@media (max-width: 1400px) {
  #Modalwindow .container {
    position: static;
  }
  #Modalwindow .intro_button.prev_button{
    right: unset;
    left: 0;
  }
  #Modalwindow .intro_button.next_button{
    left: unset;
    right: 0;
  }
}

@media (max-width: 992px) {
  #Modalwindow {
    top: 60px;
    right: 0;

    width: 100%;
    height: calc(100dvh - 60px);
    align-items: flex-start;
  }

  .container {
    margin: 24px 3%;
  }

  #Modalwindow .modal_image button {
    right: 0;
    top: 0;
  }

  #Modalwindow .modal_title {
    font-size: 1rem;
    max-width: calc(100% - 60px);
    padding: 8px;
    word-break: break-all;
  }

  #Modalwindow .text_box {
    word-break: break-all;
  }
  @media (max-width:576px) {
    #Modalwindow .intro_button.prev_button{
      width: 40px;
      height: 40px;
    }
    #Modalwindow .intro_button.next_button{
      width: 40px;
      height: 40px;
    }    
  }
}
