@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
#girls_single {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #girls_single {
    padding: 60px 0;
  }
}
#girls_single .girls_single_box {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #girls_single .girls_single_box {
    padding: 0 0 6%;
  }
}
#girls_single .girls_single_box .girls_single_img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #girls_single .girls_single_box .girls_single_img {
    width: 80%;
  }
}
#girls_single .girls_single_box .girls_single_contents {
  position: static;
  width: 100%;
  padding: 8%;
  background: rgba(243, 248, 251, 0.9);
}
@media screen and (min-width: 1024px) {
  #girls_single .girls_single_box .girls_single_contents {
    padding: 3%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
  }
}
#girls_single .girls_single_box .girls_single_contents h3 {
  padding: 0 0 2%;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#girls_single .girls_single_box .girls_single_contents h3 span {
  font-size: 1.6rem;
  font-weight: lighter;
}
#girls_single .girls_single_box .girls_single_contents h4 {
  padding: 0 0 3px 0;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
}
#girls_single .girls_single_box .girls_single_contents h4 span {
  font-weight: lighter;
}
#girls_single .girls_single_box .girls_single_contents p {
  margin: 0 0 20px;
  font-size: 1.4rem;
}
#girls_single .girls_single_box .girls_single_contents .girls_sns {
  padding: 0;
}
#girls_single .girls_single_box .girls_single_contents .girls_sns img {
  width: 10%;
  margin: 0 2% 0 0;
}
#girls_single .girls_single_box .girls_alphabet {
  font-family: "Oswald", sans-serif;
  color: #F2C0D3;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 4rem;
  position: absolute;
  bottom: 94%;
  left: -3%;
}
@media screen and (min-width: 1024px) {
  #girls_single .girls_single_box .girls_alphabet {
    font-size: 8rem;
    bottom: 0.3% !important;
    left: -3%;
  }
}

#events_single .events_single_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  #events_single .events_single_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#events_single .events_single_box .events_single_text {
  width: 100%;
  margin: 5% 0 0 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #events_single .events_single_box .events_single_text {
    width: 70%;
    margin: 0;
    padding: 0 5% 0 0;
  }
}
#events_single .events_single_box .events_single_text .events_single_tag {
  padding: 0 10px;
  background-color: #D1DEE7;
}
#events_single .events_single_box .events_single_text h3 {
  margin: 14px 0 10px;
  padding: 0 0 15px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1024px) {
  #events_single .events_single_box .events_single_text h3 {
    font-size: 2.6rem;
  }
}
#events_single .events_single_box .events_single_text p {
  line-height: 1.8;
}
#events_single .events_single_box .events_single_text table {
  margin: 30px 0 0 0;
}
#events_single .events_single_box .events_single_text table tbody {
  border: none;
}
#events_single .events_single_box .events_single_text table tbody tr {
  border-bottom: none;
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #events_single .events_single_box .events_single_text table tbody tr {
    border-bottom: 1px solid #eee;
  }
}
#events_single .events_single_box .events_single_text table tbody tr th, #events_single .events_single_box .events_single_text table tbody tr td {
  font-size: 1.4rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  #events_single .events_single_box .events_single_text table tbody tr th, #events_single .events_single_box .events_single_text table tbody tr td {
    font-size: 1.6rem;
    padding: 10px;
    display: table-cell;
  }
}
#events_single .events_single_box .events_single_text table tbody tr th {
  padding: 3px 10px;
  background-color: #eee;
}
@media screen and (min-width: 1024px) {
  #events_single .events_single_box .events_single_text table tbody tr th {
    padding: 10px;
    background-color: #fff;
  }
}
#events_single .events_single_box .events_single_text table tbody tr td {
  padding: 5px 10px 10px;
}
#events_single .events_single_box .events_single_text table tbody tr td span {
  font-size: 1.2rem;
  margin: 0 0 0 -20px;
  padding: 10px;
}
#events_single .events_single_box .events_single_text table tbody a {
  color: #0F3E64;
  text-decoration: underline;
}
#events_single .events_single_box .events_single_text table tbody a:hover {
  color: #80B7E5;
  text-decoration: none;
}
#events_single .events_single_box .events_single_img {
  width: 100%;
  border: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  #events_single .events_single_box .events_single_img {
    width: 30%;
  }
}
#events_single .events_single_box .events_single_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#movies_single .wrap,
#post_single .wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #movies_single .wrap,
  #post_single .wrap {
    width: 60%;
  }
}
#movies_single .wrap .single_title_area,
#post_single .wrap .single_title_area {
  margin: 20px 0 50px;
  text-align: center;
}
#movies_single .wrap .single_title_area h3,
#post_single .wrap .single_title_area h3 {
  margin: 15px 0 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
#movies_single .wrap .single_contents_area .wp-block-media-text__content,
#post_single .wrap .single_contents_area .wp-block-media-text__content {
  padding: 3% 0 0;
}
@media screen and (min-width: 768px) {
  #movies_single .wrap .single_contents_area .wp-block-media-text__content,
  #post_single .wrap .single_contents_area .wp-block-media-text__content {
    padding: 0 5%;
  }
}
#movies_single .wrap .single_contents_area h1, #movies_single .wrap .single_contents_area h2, #movies_single .wrap .single_contents_area h3, #movies_single .wrap .single_contents_area h4, #movies_single .wrap .single_contents_area h5, #movies_single .wrap .single_contents_area h6,
#post_single .wrap .single_contents_area h1,
#post_single .wrap .single_contents_area h2,
#post_single .wrap .single_contents_area h3,
#post_single .wrap .single_contents_area h4,
#post_single .wrap .single_contents_area h5,
#post_single .wrap .single_contents_area h6 {
  margin: 30px 0 10px;
  font-weight: bold;
}
#movies_single .wrap .single_contents_area h2,
#post_single .wrap .single_contents_area h2 {
  padding: 10px 5px;
  font-size: 2.4rem;
  border-bottom: 4px solid #D1DEE7;
}
#movies_single .wrap .single_contents_area h3,
#post_single .wrap .single_contents_area h3 {
  padding: 10px 15px;
  font-size: 2rem;
  background-color: #D1DEE7;
}
#movies_single .wrap .single_contents_area h4,
#post_single .wrap .single_contents_area h4 {
  padding: 10px 15px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #3c3c3c;
}
#movies_single .wrap .single_contents_area h5,
#post_single .wrap .single_contents_area h5 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
#movies_single .wrap .single_contents_area h5:before, #movies_single .wrap .single_contents_area h5:after,
#post_single .wrap .single_contents_area h5:before,
#post_single .wrap .single_contents_area h5:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
#movies_single .wrap .single_contents_area h5:before,
#post_single .wrap .single_contents_area h5:before {
  left: 0;
}
#movies_single .wrap .single_contents_area h5:after,
#post_single .wrap .single_contents_area h5:after {
  right: 0;
}
#movies_single .wrap .single_contents_area h6,
#post_single .wrap .single_contents_area h6 {
  padding: 10px 15px;
  font-size: 1.6rem;
  background-color: #f0f0f0;
}
#movies_single .wrap .single_contents_area p,
#post_single .wrap .single_contents_area p {
  margin: 0 0 30px;
  line-height: 1.8;
}
#movies_single .wrap .single_contents_area ul, #movies_single .wrap .single_contents_area ol,
#post_single .wrap .single_contents_area ul,
#post_single .wrap .single_contents_area ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}
#movies_single .wrap .single_contents_area ul li, #movies_single .wrap .single_contents_area ol li,
#post_single .wrap .single_contents_area ul li,
#post_single .wrap .single_contents_area ol li {
  padding: 5px 0;
  line-height: 1.4;
}
#movies_single .wrap .single_contents_area ul ul, #movies_single .wrap .single_contents_area ol ul,
#post_single .wrap .single_contents_area ul ul,
#post_single .wrap .single_contents_area ol ul {
  margin: 0;
  list-style-type: circle;
}
#movies_single .wrap .single_contents_area ul ul ul, #movies_single .wrap .single_contents_area ol ul ul,
#post_single .wrap .single_contents_area ul ul ul,
#post_single .wrap .single_contents_area ol ul ul {
  list-style-type: square;
}
#movies_single .wrap .single_contents_area ul ol, #movies_single .wrap .single_contents_area ol ol,
#post_single .wrap .single_contents_area ul ol,
#post_single .wrap .single_contents_area ol ol {
  margin: 0;
  list-style-type: upper-roman;
}
#movies_single .wrap .single_contents_area ul ol ol, #movies_single .wrap .single_contents_area ol ol ol,
#post_single .wrap .single_contents_area ul ol ol,
#post_single .wrap .single_contents_area ol ol ol {
  list-style-type: lower-roman;
}
#movies_single .wrap .single_contents_area blockquote,
#post_single .wrap .single_contents_area blockquote {
  margin: 0 0 30px 0;
  padding: 20px 20px;
  line-height: 1.6;
  background-color: #f4f5f7;
}
#movies_single .wrap .single_contents_area blockquote p,
#post_single .wrap .single_contents_area blockquote p {
  margin: 0;
}
#movies_single .wrap .single_contents_area table,
#post_single .wrap .single_contents_area table {
  margin: 0 0 30px 0;
}
#movies_single .wrap .single_contents_area table th, #movies_single .wrap .single_contents_area table td,
#post_single .wrap .single_contents_area table th,
#post_single .wrap .single_contents_area table td {
  padding: 15px;
}
#movies_single .wrap .single_contents_area a,
#post_single .wrap .single_contents_area a {
  color: #ff6a00;
  font-weight: bold;
}
#movies_single .wrap .single_contents_area a:hover,
#post_single .wrap .single_contents_area a:hover {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  #movies_single .wrap .single_contents_area a:hover,
  #post_single .wrap .single_contents_area a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
#movies_single .wrap .single_contents_area dl,
#post_single .wrap .single_contents_area dl {
  margin: 0 0 30px 0;
}
#movies_single .wrap .single_contents_area dl dt,
#post_single .wrap .single_contents_area dl dt {
  padding: 5px 10px;
  background-color: #eee;
}
#movies_single .wrap .single_contents_area dl dd,
#post_single .wrap .single_contents_area dl dd {
  margin: 0 0 15px 0;
  padding: 5px 10px;
}
#movies_single .wrap .single_contents_area .item_box,
#post_single .wrap .single_contents_area .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  position: relative;
  border-bottom: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  #movies_single .wrap .single_contents_area .item_box,
  #post_single .wrap .single_contents_area .item_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
}
#movies_single .wrap .single_contents_area .item_box .item_box_left,
#post_single .wrap .single_contents_area .item_box .item_box_left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #movies_single .wrap .single_contents_area .item_box .item_box_left,
  #post_single .wrap .single_contents_area .item_box .item_box_left {
    width: 30%;
  }
}
#movies_single .wrap .single_contents_area .item_box .item_box_left img,
#post_single .wrap .single_contents_area .item_box .item_box_left img {
  border: 4px solid #eee;
}
#movies_single .wrap .single_contents_area .item_box .item_box_right,
#post_single .wrap .single_contents_area .item_box .item_box_right {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #movies_single .wrap .single_contents_area .item_box .item_box_right,
  #post_single .wrap .single_contents_area .item_box .item_box_right {
    width: 70%;
    padding: 0 0 0 20px;
  }
}
#movies_single .wrap .single_contents_area .item_box .item_box_right h4,
#post_single .wrap .single_contents_area .item_box .item_box_right h4 {
  margin: 0 0 10px;
  padding: 10px 0;
  font-size: 1.8rem;
  color: #666;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #ccc;
}
#movies_single .wrap .single_contents_area .item_box .item_box_right p,
#post_single .wrap .single_contents_area .item_box .item_box_right p {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #movies_single .wrap .single_contents_area .item_box .item_box_right p,
  #post_single .wrap .single_contents_area .item_box .item_box_right p {
    font-size: 1.4rem;
  }
}
#movies_single .wrap .single_contents_area .item_box a,
#post_single .wrap .single_contents_area .item_box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movies_single .wrap .single_contents_area .item_box:hover,
#post_single .wrap .single_contents_area .item_box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #eee;
}
#movies_single .wrap .single_contents_area .item_box:hover h4,
#post_single .wrap .single_contents_area .item_box:hover h4 {
  background-color: #eee;
}
#movies_single .wrap .single_contents_area .author_box,
#post_single .wrap .single_contents_area .author_box {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  position: relative;
  border-bottom: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  #movies_single .wrap .single_contents_area .author_box,
  #post_single .wrap .single_contents_area .author_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
  }
}
#movies_single .wrap .single_contents_area .author_box .author_box_left,
#post_single .wrap .single_contents_area .author_box .author_box_left {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #movies_single .wrap .single_contents_area .author_box .author_box_left,
  #post_single .wrap .single_contents_area .author_box .author_box_left {
    width: 25%;
  }
}
#movies_single .wrap .single_contents_area .author_box .author_box_left img,
#post_single .wrap .single_contents_area .author_box .author_box_left img {
  border: 4px solid #eee;
  border-radius: 50%;
}
#movies_single .wrap .single_contents_area .author_box .author_box_right,
#post_single .wrap .single_contents_area .author_box .author_box_right {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #movies_single .wrap .single_contents_area .author_box .author_box_right,
  #post_single .wrap .single_contents_area .author_box .author_box_right {
    width: 75%;
    padding: 0 0 0 20px;
  }
}
#movies_single .wrap .single_contents_area .author_box .author_box_right h4,
#post_single .wrap .single_contents_area .author_box .author_box_right h4 {
  margin: 0 0 10px;
  padding: 10px 0;
  font-size: 1.8rem;
  color: #666;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #ccc;
}
#movies_single .wrap .single_contents_area .author_box .author_box_right h4 .position,
#post_single .wrap .single_contents_area .author_box .author_box_right h4 .position {
  font-size: 1.2rem;
  font-weight: lighter;
}
#movies_single .wrap .single_contents_area .author_box .author_box_right p,
#post_single .wrap .single_contents_area .author_box .author_box_right p {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #movies_single .wrap .single_contents_area .author_box .author_box_right p,
  #post_single .wrap .single_contents_area .author_box .author_box_right p {
    font-size: 1.4rem;
  }
}
#movies_single .wrap .single_contents_area .author_box .author_box_right img,
#post_single .wrap .single_contents_area .author_box .author_box_right img {
  width: 30px;
}

#movies_single h3 {
  margin: 15px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #movies_single h3 {
    font-size: 2.6rem;
  }
}
#movies_single h3 .movie_icon {
  color: #D1DEE7;
  margin: 0 8px 0 0;
}
@media screen and (min-width: 1024px) {
  #movies_single h3 .movie_icon {
    margin: 0 15px 0 0;
  }
}
#movies_single h3 .movie_icon::before {
  content: "\f03d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#movies_single .video_youtube {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
#movies_single .video_youtube iframe {
  width: 100%;
  height: 100%;
}
#movies_single .icon {
  font-size: 12rem;
  color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
#movies_single .icon::before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#products_single .product_slider {
  margin: 0 0 10px;
}
#products_single .product_slider .slick-next {
  z-index: 999;
  right: 2% !important;
  bottom: -40px;
}
@media screen and (min-width: 1024px) {
  #products_single .product_slider .slick-next {
    right: -3% !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
#products_single .product_slider .slick-prev {
  z-index: 999;
  left: 2% !important;
  bottom: -40px;
}
@media screen and (min-width: 1024px) {
  #products_single .product_slider .slick-prev {
    left: -3% !important;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
#products_single .product_slider .slick-prev:before,
#products_single .product_slider .slick-next:before {
  color: #333;
}
@media screen and (min-width: 1024px) {
  #products_single .product_slider .slick-prev:before,
  #products_single .product_slider .slick-next:before {
    color: #333;
  }
}
#products_single .product_thumbnail {
  margin: 0;
}
#products_single .product_thumbnail li {
  margin: 0 5px 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #products_single .product_thumbnail li {
    margin: 0 5px 10px;
  }
}
#products_single .product_box {
  margin: 2% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  #products_single .product_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#products_single .product_box .product_box_l {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #products_single .product_box .product_box_l {
    width: 58%;
  }
}
#products_single .product_box .product_box_l .product_title_area h3 {
  margin: 10px 0;
  padding: 0 0 10px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid rgb(67, 161, 221);
}
#products_single .product_box .product_box_l .product_title_area p {
  margin: 0;
  color: #666;
}
#products_single .product_box .product_box_l .product_contents_area .wp-block-media-text__content {
  padding: 3% 0 0;
}
@media screen and (min-width: 768px) {
  #products_single .product_box .product_box_l .product_contents_area .wp-block-media-text__content {
    padding: 0 5%;
  }
}
#products_single .product_box .product_box_l .product_contents_area h1, #products_single .product_box .product_box_l .product_contents_area h2, #products_single .product_box .product_box_l .product_contents_area h3, #products_single .product_box .product_box_l .product_contents_area h4, #products_single .product_box .product_box_l .product_contents_area h5, #products_single .product_box .product_box_l .product_contents_area h6 {
  margin: 30px 0 10px;
  font-weight: bold;
}
#products_single .product_box .product_box_l .product_contents_area h2 {
  padding: 10px 5px;
  font-size: 2.4rem;
  border-bottom: 4px solid #D1DEE7;
}
#products_single .product_box .product_box_l .product_contents_area h3 {
  padding: 10px 15px;
  font-size: 2rem;
  background-color: #D1DEE7;
}
#products_single .product_box .product_box_l .product_contents_area h4 {
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
#products_single .product_box .product_box_l .product_contents_area h5 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
#products_single .product_box .product_box_l .product_contents_area h5:before, #products_single .product_box .product_box_l .product_contents_area h5:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
#products_single .product_box .product_box_l .product_contents_area h5:before {
  left: 0;
}
#products_single .product_box .product_box_l .product_contents_area h5:after {
  right: 0;
}
#products_single .product_box .product_box_l .product_contents_area h6 {
  padding: 10px 15px;
  font-size: 1.6rem;
  background-color: #f0f0f0;
}
#products_single .product_box .product_box_l .product_contents_area p {
  margin: 0 0 30px;
  line-height: 1.8;
}
#products_single .product_box .product_box_l .product_contents_area ul, #products_single .product_box .product_box_l .product_contents_area ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}
#products_single .product_box .product_box_l .product_contents_area ul li, #products_single .product_box .product_box_l .product_contents_area ol li {
  padding: 5px 0;
  line-height: 1.4;
}
#products_single .product_box .product_box_l .product_contents_area ul ul, #products_single .product_box .product_box_l .product_contents_area ol ul {
  margin: 0;
  list-style-type: circle;
}
#products_single .product_box .product_box_l .product_contents_area ul ul ul, #products_single .product_box .product_box_l .product_contents_area ol ul ul {
  list-style-type: square;
}
#products_single .product_box .product_box_l .product_contents_area ul ol, #products_single .product_box .product_box_l .product_contents_area ol ol {
  margin: 0;
  list-style-type: upper-roman;
}
#products_single .product_box .product_box_l .product_contents_area ul ol ol, #products_single .product_box .product_box_l .product_contents_area ol ol ol {
  list-style-type: lower-roman;
}
#products_single .product_box .product_box_l .product_contents_area blockquote {
  margin: 0 0 30px 0;
  padding: 20px 20px;
  line-height: 1.6;
  background-color: #f4f5f7;
}
#products_single .product_box .product_box_l .product_contents_area blockquote p {
  margin: 0;
}
#products_single .product_box .product_box_l .product_contents_area table {
  margin: 0 0 30px 0;
}
#products_single .product_box .product_box_l .product_contents_area table th, #products_single .product_box .product_box_l .product_contents_area table td {
  padding: 15px;
}
#products_single .product_box .product_box_l .product_contents_area a {
  color: #ff6a00;
  font-weight: bold;
}
#products_single .product_box .product_box_l .product_contents_area a:hover {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  #products_single .product_box .product_box_l .product_contents_area a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}
#products_single .product_box .product_box_l .product_contents_area dl {
  margin: 0 0 30px 0;
}
#products_single .product_box .product_box_l .product_contents_area dl dt {
  padding: 5px 10px;
  background-color: #eee;
}
#products_single .product_box .product_box_l .product_contents_area dl dd {
  margin: 0 0 15px 0;
  padding: 5px 10px;
}
#products_single .product_box .product_box_l .product_contents_area .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  position: relative;
  border-bottom: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  #products_single .product_box .product_box_l .product_contents_area .item_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }
}
#products_single .product_box .product_box_l .product_contents_area .item_box .item_box_left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #products_single .product_box .product_box_l .product_contents_area .item_box .item_box_left {
    width: 30%;
  }
}
#products_single .product_box .product_box_l .product_contents_area .item_box .item_box_left img {
  border: 4px solid #eee;
}
#products_single .product_box .product_box_l .product_contents_area .item_box .item_box_right {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #products_single .product_box .product_box_l .product_contents_area .item_box .item_box_right {
    width: 70%;
    padding: 0 0 0 20px;
  }
}
#products_single .product_box .product_box_l .product_contents_area .item_box .item_box_right h4 {
  margin: 0 0 10px;
  padding: 10px 0;
  font-size: 1.8rem;
  color: #666;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #ccc;
}
#products_single .product_box .product_box_l .product_contents_area .item_box .item_box_right p {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #products_single .product_box .product_box_l .product_contents_area .item_box .item_box_right p {
    font-size: 1.4rem;
  }
}
#products_single .product_box .product_box_l .product_contents_area .item_box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#products_single .product_box .product_box_l .product_contents_area .item_box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #eee;
}
#products_single .product_box .product_box_l .product_contents_area .item_box:hover h4 {
  background-color: #eee;
}
#products_single .product_box .product_box_r {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #products_single .product_box .product_box_r {
    width: 40%;
  }
}
#products_single .product_box .product_box_r .model_table {
  margin: 30px 0 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  #products_single .product_box .product_box_r .model_table {
    margin: 0;
  }
}
#products_single .product_box .product_box_r .model_table thead {
  border: none;
}
#products_single .product_box .product_box_r .model_table thead th {
  padding: 10px 15px;
  font-weight: lighter;
}
#products_single .product_box .product_box_r .model_table tbody {
  font-size: 1.4rem;
  text-align: left;
  border: none;
}
#products_single .product_box .product_box_r .model_table tbody tr {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
#products_single .product_box .product_box_r .model_table tbody tr th {
  padding: 10px 15px;
  font-weight: lighter;
}
#products_single .product_box .product_box_r .model_table tbody tr td {
  padding: 10px 15px;
}
#products_single .product_box .product_box_r .spec_table {
  margin: 30px 0 0;
  font-size: 1.4rem;
}
#products_single .product_box .product_box_r .spec_table thead {
  border: none;
}
#products_single .product_box .product_box_r .spec_table thead th {
  padding: 10px;
  font-weight: lighter;
}
#products_single .product_box .product_box_r .spec_table tbody {
  text-align: left;
  border: none;
}
#products_single .product_box .product_box_r .spec_table tbody tr {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
#products_single .product_box .product_box_r .spec_table tbody tr th {
  width: 40%;
  padding: 10px 0 10px 10px;
  font-weight: lighter;
}
#products_single .product_box .product_box_r .spec_table tbody tr td {
  width: 60%;
  padding: 10px 0;
}
#products_single .product_detail {
  margin: 30px 0 0;
}
#products_single .product_detail h4 {
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f7f7f7;
}
#products_single .product_detail .product_detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#products_single .product_detail .product_detail_box .product_detail_inner {
  margin: 0 1.16% 30px;
  width: 31%;
}
#products_single .product_detail .product_detail_box .product_detail_inner p {
  margin: 5px 0 0;
  font-size: 1.4rem;
}
#products_single .product_connection {
  margin: 30px 0 0;
}
#products_single .product_connection h4 {
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f7f7f7;
}
#products_single .product_connection .product_connection_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#products_single .product_connection .product_connection_box .product_connection_inner {
  margin: 0 1.16% 30px;
  width: 31%;
}
#products_single .product_connection .product_connection_box .product_connection_inner h5 {
  margin: 5px 0 0;
  text-align: center;
  font-size: 1.4rem;
}
#products_single .product_connection .product_connection_box .product_connection_inner img {
  width: 100%;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#products_single .product_movie {
  margin: 30px 0 0;
}
#products_single .product_movie h4 {
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f7f7f7;
}
#products_single .product_movie .product_movie_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#products_single .product_movie .product_movie_box .product_movie_inner {
  margin: 0 1.16% 30px;
  width: 31%;
}
#products_single .product_movie .product_movie_box .product_movie_inner .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
#products_single .product_movie .product_movie_box .product_movie_inner .youtube iframe {
  width: 100%;
  height: 100%;
}
#products_single .btn {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #0F3E64;
  margin: 0 0 30px 0;
  padding: 10px 20px;
  background: #E8F3F7;
  text-decoration: none;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#products_single .btn:hover {
  background: #26a5ec;
  color: #fff;
}
#products_single .btn span {
  display: block;
}
#products_single .btn span i {
  margin: 0 10px 0 0;
}
#products_single .btn::before,
#products_single .btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #0F3E64;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#products_single .btn span::before,
#products_single .btn span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #0F3E64;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#products_single .btn:hover::before,
#products_single .btn:hover::after {
  width: 100%;
}
#products_single .btn:hover span::before,
#products_single .btn:hover span::after {
  height: 100%;
}
#products_single .bordercircle::after {
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#products_single .bordercircle span::after {
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#products_single .bordercircle::before {
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#products_single .bordercircle span::before {
  left: 0;
  top: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.linkcard_contents_inner {
  padding: 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .linkcard_contents_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.linkcard_contents_inner:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.linkcard_contents_inner:hover .linkcard_contents_text {
  color: #666;
}
.linkcard_contents_inner .linkcard_contents_img {
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .linkcard_contents_inner .linkcard_contents_img {
    margin: 0 20px 0 0;
  }
}
.linkcard_contents_inner .linkcard_contents_img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.linkcard_contents_inner .linkcard_contents_text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.linkcard_contents_inner .linkcard_contents_text h6 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  font-size: 1.6rem;
}
.linkcard_contents_inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thanks_banner_text {
  text-align: center;
}

#thanks_banner {
  padding: 0 !important;
}
#thanks_banner .thanks_banner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 2%;
}
@media screen and (min-width: 768px) {
  #thanks_banner .thanks_banner_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2%;
  }
}
#thanks_banner .thanks_banner_box .thanks_banner_inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #thanks_banner .thanks_banner_box .thanks_banner_inner {
    width: 49%;
  }
}