main {
  color: #000;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  main {
    min-width: auto;
  }
}
main .inner {
  width: auto;
}

#visual {
  position: relative;
  text-align: center;
}
#visual .tags {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 860px;
}
#visual .tags li {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #visual .tags li {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}

.this-btn {
  background-color: #0A254C;
  display: block;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-decoration: none;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .this-btn {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
.this-btn:hover {
  background-color: #1E3A66;
  color: #fff;
  text-decoration: none;
}
.this-btn .btn-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 35px 50px;
}
@media screen and (max-width: 768px) {
  .social-links {
    padding: 15px;
  }
}
.social-links a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 18px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #0A254C;
}
.social-links a .social-icon {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .social-links a .social-icon img {
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .social-links a .social-text {
    display: none;
  }
}
.social-links a .btn-arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #0A254C;
  border-right: 2px solid #0A254C;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .social-links a .btn-arrow {
    display: none;
  }
}

.content-wrapper .nav-buttons {
  display: flex;
  gap: 1px;
  max-width: 1250px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 768px) {
  .content-wrapper .nav-buttons {
    flex-wrap: wrap;
    gap: 1px;
    margin: 0 auto 30px;
  }
}
.content-wrapper .nav-buttons li {
  width: 18%;
}
.content-wrapper .nav-buttons li.pc_wide {
  width: 20.6%;
}
.content-wrapper .nav-buttons li.sp_wide {
  width: 22.6%;
}
@media screen and (max-width: 768px) {
  .content-wrapper .nav-buttons li {
    width: calc(50% - 1px);
  }
  .content-wrapper .nav-buttons li.pc_wide {
    width: calc(50% - 1px);
  }
  .content-wrapper .nav-buttons li.sp_wide {
    width: 100%;
  }
}
.content-wrapper .nav-buttons li a {
  background-color: #0A254C;
  color: #fff;
  display: block;
  padding: 20px 40px 20px 10px;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .content-wrapper .nav-buttons li a {
    font-size: clamp(1rem, 3vw, 1.3rem);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-right: 30px;
  }
}
.content-wrapper .nav-buttons li a:hover {
  background-color: bd;
  color: #fff;
  text-decoration: none;
}
.content-wrapper .nav-buttons li a .btn-arrow {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.content-wrapper #first p {
  margin-bottom: 25px;
  text-align: center;
  color: #0A254C;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .content-wrapper #first p {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
.content-wrapper #first p b {
  font-size: 3.5rem;
  background: linear-gradient(transparent 60%, #D8C692 60%);
}
@media screen and (max-width: 768px) {
  .content-wrapper #first p b {
    font-size: clamp(2.2rem, 7vw, 2.7rem);
  }
}
.content-wrapper #first .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 890px;
  margin: 0 auto 80px;
  gap: 16px 10px;
}
@media screen and (max-width: 768px) {
  .content-wrapper #first .tags {
    margin-bottom: 50px;
  }
}
.content-wrapper #first .tags li {
  border: 1px solid #0A254C;
  color: #0A254C;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .content-wrapper #first .tags li {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    padding: 5px 15px;
    line-height: 1.3;
  }
}
.content-wrapper #shortdrama {
  background: url(./image/bg.png) no-repeat center top/cover;
  color: #fff;
  padding: 75px 5% 130px;
}
@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama {
    padding-block: 45px 20px;
  }
}
.content-wrapper #shortdrama h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama h2 {
    font-size: 1.8rem;
  }
}
.content-wrapper #shortdrama .story-box {
  display: flex;
  max-width: 1000px;
  margin: auto;
  gap: 10%;
  margin-bottom: 60px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama .story-box {
    display: block;
    padding: 0 5%;
  }
}
.content-wrapper #shortdrama .story-box .movie {
  max-width: 354px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama .story-box .movie {
    width: 100%;
    margin-bottom: 20px;
  }
}
.content-wrapper #shortdrama .story-box .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 412/732;
}
.content-wrapper #shortdrama .story-box .num {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama .story-box .num {
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}
.content-wrapper #shortdrama .story-box h3 {
  font-size: clamp(2.8rem, 3.5vw, 3.4rem);
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .content-wrapper #shortdrama .story-box h3 {
    font-size: clamp(1.6rem, 5vw, 2rem);
    margin-bottom: 20px;
  }
}
.content-wrapper #shortdrama .story-box .text {
  flex: 1;
}
.content-wrapper #shortdrama .story-box .text p {
  font-size: 1.5rem;
  font-weight: 500;
}
.content-wrapper #about {
  padding: 60px 5%;
  background-color: #E8EAED;
}
.content-wrapper #about h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .content-wrapper #about h2 {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
.content-wrapper #about .layout {
  max-width: 1000px;
  margin: 0 auto 90px;
  gap: 10%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content-wrapper #about .layout {
    display: block;
    margin-bottom: 45px;
  }
}
.content-wrapper #about .layout .image {
  width: 496px;
}
@media screen and (max-width: 768px) {
  .content-wrapper #about .layout .image {
    width: 100%;
    margin-bottom: 40px;
  }
}
.content-wrapper #about .layout .text {
  flex: 1;
  text-align: center;
}
.content-wrapper #about .layout .text p {
  color: #0A254C;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .content-wrapper #about .layout .text p {
    font-size: clamp(1.1rem, 3.5vw, 1.4rem);
  }
}
.content-wrapper #about .about-buttons {
  display: flex;
  flex-wrap: wrap;
  max-width: 752px;
  margin: auto;
  gap: 12px;
}
.content-wrapper #about .about-buttons a {
  width: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  .content-wrapper #about .about-buttons a {
    display: flex !important;
    width: 100%;
  }
}

#brands {
  background-color: #EAE3CE;
  padding: 60px 5% 80px;
}
@media screen and (max-width: 768px) {
  #brands {
    padding: 40px 5% 60px;
  }
}
#brands h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #brands h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
#brands .brand-block {
  background-color: #fff;
  max-width: 850px;
  padding: 26px 18px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#brands .brand-block .image {
  width: 35%;
  line-height: 2;
}
#brands .brand-block .text {
  width: 65%;
  text-align: center;
  padding: 0 8%;
}
@media screen and (max-width: 768px) {
  #brands .brand-block .text {
    width: 100%;
    padding: 0 3%;
  }
}
#brands .brand-block .text h3 {
  font-size: clamp(2rem, 2.8vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #brands .brand-block .text h3 {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
  }
}
#brands .brand-block .text h3 span {
  background: linear-gradient(transparent 60%, #D8C692 60%);
}
#brands .brand-block .text .label {
  margin-bottom: 20px;
}
#brands .brand-block .text .label.label2 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #brands .brand-block .text .label.label2 {
    margin-top: 0;
  }
}
#brands .brand-block .text .brand-name {
  margin-bottom: 25px;
}
#brands .brand-block .text .brand-name .en {
  font-size: 1.8rem;
  font-weight: 500;
}
#brands .brand-block .text .brand-name .jp {
  font-size: 1.4rem;
  font-weight: 500;
}
#brands .brand-block .text p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 35px;
  text-align: left;
}
#brands .brand-block .text .links a {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #brands .brand-block .text .links a {
    font-size: clamp(1.2rem, 3.5vw, 1.3rem);
  }
}
#brands .bottom-link {
  max-width: 370px;
  margin: 50px auto 0;
}
#brands .bottom-link a {
  margin-bottom: 16px;
}

#select {
  padding: 100px 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #select {
    padding: 60px 0 30px;
  }
}
#select .select-title h2 {
  font-weight: bold;
  font-size: 3.7rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #select .select-title h2 {
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin-bottom: 20px;
  }
}
#select .select-title h2 span {
  background: linear-gradient(transparent 70%, #D8C692 70%);
}
#select .select-title p {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #select .select-title p {
    font-size: clamp(1.1rem, 3.5vw, 1.4rem);
  }
}
#select .select-block h3 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #select .select-block h3 {
    margin-bottom: 40px;
  }
  #select .select-block h3 img {
    height: 36px;
  }
}
#select .select-block .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}
#select .select-block .layout .select-item {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #select .select-block .layout .select-item {
    margin-bottom: 20px;
  }
}
#select .select-block .layout .select-item .select-name {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  #select .select-block .layout .select-item .select-name {
    font-size: 1.8rem;
  }
}
#select .select-block .layout .select-item .select-site {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #select .select-block .layout .select-item .select-site {
    font-size: 1.4rem;
  }
}
#select #information {
  margin-bottom: 50px;
  padding: 0 5%;
}
#select #information h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 45px;
  color: #0A254C;
}
@media screen and (max-width: 768px) {
  #select #information h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
#select #information .links {
  display: flex;
  max-width: 994px;
  margin: auto;
  flex-wrap: wrap;
  gap: 10px;
}
#select #information .links a {
  width: calc(33.333% - 6.66px);
}
@media screen and (max-width: 768px) {
  #select #information .links a {
    width: 100%;
  }
}
#select #styling {
  margin-bottom: 50px;
  padding: 0 5%;
}
#select #styling h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 45px;
  color: #0A254C;
}
#select #styling .styling-gallery {
  display: flex;
  max-width: 994px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7%;
}
#select #styling .styling-gallery .style-item {
  width: 37.2%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #select #styling .styling-gallery .style-item {
    width: 100%;
    padding: 0 16.5%;
    margin-bottom: 50px;
  }
}
#select #styling .styling-gallery .style-item.wide {
  width: 55.8%;
}
@media screen and (max-width: 768px) {
  #select #styling .styling-gallery .style-item.wide {
    width: 100%;
    padding: 0;
  }
}
#select #styling .styling-gallery .style-item .style-image {
  margin-bottom: 10px;
}
#select #styling .styling-gallery .style-item .style-hashtag span {
  font-size: 2.3rem;
  font-weight: bold;
  color: #0A254C;
  background: linear-gradient(transparent 60%, #D8C692 60%);
}
@media screen and (max-width: 768px) {
  #select #styling .styling-gallery .style-item .style-hashtag span {
    font-size: 1.5rem;
  }
}
#select #styling .styling-buttons {
  display: flex;
  max-width: 780px;
  margin: auto;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #select #styling .styling-buttons {
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 5%;
  }
}
#select #styling .styling-buttons a {
  width: 50%;
  background-color: #fff;
  border: 2px solid #0A254C;
  color: #0A254C;
}
@media screen and (max-width: 768px) {
  #select #styling .styling-buttons a {
    width: 100%;
    font-size: clamp(1.1rem, 3.5vw, 1.3rem);
  }
}
#select #styling .styling-buttons a:hover {
  background-color: #0A254C;
  color: #fff;
  text-decoration: none;
}
#select #styling .styling-buttons a:hover .btn-arrow {
  border-color: #fff;
}
#select #styling .styling-buttons a .btn-arrow {
  border-color: #0A254C;
}

#bottom-sns {
  background-color: #0A254C;
  padding: 60px 0;
}
#bottom-sns a {
  color: #fff;
}
#bottom-sns a:hover {
  text-decoration: none;
}
#bottom-sns a:hover .btn-arrow {
  border-color: #fff;
}
#bottom-sns a .btn-arrow {
  border-color: #fff;
}/*# sourceMappingURL=style.css.map */

.instamovie{
max-width: 410px; 
margin: auto;
}