@charset "UTF-8";

#main {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

#fmv_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

@media screen and (max-width: 767px) {
  #fmv_container {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    overflow: hidden;
  }
}

#fmv_container * {
  font-family: "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", "?焜S?V?b?N", "Yu Gothic", "?焜S?V?b?N?ﾌ", "YuGothic", "Meiryo UI", "???C???I", Meiryo, "?l?r ?o?S?V?b?N", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fmv_container a {
  cursor: pointer;
}

#fmv_container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #fmv_container img {
    width: 100%;
  }
}

.fmv_content {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .fmv_content {
    width: 100%;
  }
}

.fmv_btn {
  display: block;
  background: #6FC03E;
  font-size: 26px;
  color: #FFF !important;
  font-weight: bold;
  -webkit-box-shadow: 0 5px 0 #549D34;
  box-shadow: 0 5px 0 #549D34;
  padding: 18px 0;
}

@media screen and (max-width: 767px) {
  .fmv_btn {
    font-size: 20px;
    padding: 10px 0;
  }
}

.fmv_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fmv_heading01 {
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fmv_heading01 {
    width: 89vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.fmv_heading01::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.fmv_heading01 span {
  display: inline-block;
  font-size: 32px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  background: #FFF;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .fmv_heading01 span {
    font-size: 20px;
    display: block;
    width: 78.4vw;
    margin: 0 auto;
    padding: 0;
  }
}

.fmv_heading02 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 22px;
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .fmv_heading02 {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 22px;
    border-width: 1px;
  }

  .fmv_heading02 {
    margin-left: -6.2%;
    margin-right: -6.2%;
  }
}

.fmv_anchor_heading {
  font-size: 26px;
  line-height: 1.8;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .fmv_anchor_heading {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
  }
}

.fmv_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 4px);
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .fmv_anchor {
    display: block;
    margin: 14px auto 0;
    width: 89%;
  }
}

.fmv_anchor-item {
  width: 180px;
  -webkit-box-shadow: 4px 4px 0 #969698;
  box-shadow: 4px 4px 0 #969698;
}

@media screen and (max-width: 767px) {
  .fmv_anchor-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .fmv_anchor-item:nth-of-type(n+2) {
    margin-top: 12px;
  }
}

.fmv_anchor-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #DADFE5;
  text-align: center;
  padding: 16px 0 30px;
}

@media screen and (max-width: 767px) {
  .fmv_anchor-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 13px;
  }
}

.fmv_anchor-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #B20000 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 12px;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@media screen and (max-width: 767px) {
  .fmv_anchor-item a::after {
    left: auto;
    right: 12px;
    bottom: calc(50% - 7px);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
  }
}

.fmv_anchor-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fmv_anchor-img {
  width: 129px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .fmv_anchor-img {
    width: 53px;
    height: auto;
    align-items: end;
  }
}

.fmv_anchor-text {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
  color: #000;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .fmv_anchor-text {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    margin: 2px 0 0 10px;
  }
}

.fmv_anchor-annotation {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.333;
}

@media screen and (max-width: 767px) {
  .fmv_anchor-annotation {
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: 0.5em;
  }
}

.fmv_anchor-annotation02 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.333;
  margin-left: 0.5em;
}

.fmv_anchor-annotation-text,
.fmv_anchor-annotation-text02 {
  font-size: 12px;
  line-height: 1.333;
  text-align: left;
  text-indent: -3em;
  padding-left: 3em;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .fmv_anchor-annotation-text,
  .fmv_anchor-annotation-text02 {
    margin: 16px auto 0;
  }
  .fmv_anchor-annotation-text {
    width: 89%;
  }
}

/*.fmv_anchor-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #B20000 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@media screen and (max-width: 767px) {
  .fmv_anchor-text::after {
    border-width: 8px 7px 0 7px;
  }
}*/

.fmv_function {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .fmv_function {
    width: 89%;
    margin: 45px auto 0;
  }
}

.fmv_function-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .fmv_function-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .fmv_function-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fmv_function-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fmv_function-item:nth-of-type(even) .fmv_function-text {
    padding-left: 32px;
  }
}

.fmv_function-item:nth-of-type(n+2) {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .fmv_function-item:nth-of-type(n+2) {
    margin-top: 32px;
  }
}

.fmv_function-text {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fmv_function-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.3;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .fmv_function-heading {
    margin-bottom: 18px;
  }
}

.fmv_function-heading-num {
  font-size: 40px;
  color: #A0A0A0;
  font-weight: bold;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .fmv_function-heading-num {
    font-size: 24px;
    margin-right: 8px;
  }
}

.fmv_function-heading-text {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-top: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .fmv_function-heading-text {
    font-size: 19px;
    padding-top: 3px;
  }
}

.fmv_function-img {
  width: 490px;
}

.fmv_function-img-border {
  border: 1px solid #D8D8D8;
}

@media screen and (max-width: 767px) {
  .fmv_function-img {
    width: 100%;
    margin-bottom: 16px;
  }
}

.fmv_function-list {
  padding-left: 3px;
}

@media screen and (max-width: 767px) {
  .fmv_function-list {
    padding-left: 0;
  }
}

.fmv_function-list>li {
  padding-left: 10px;
  position: relative;
  font-size: 16px;
}

.fmv_function-list>li:nth-of-type(n+2) {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .fmv_function-list>li:nth-of-type(n+2) {
    margin-top: 12px;
  }
}

.fmv_function-list>li::before {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #B20000;
  position: absolute;
  top: 2px;
  left: 0;
}

.fmv_function-list-annotation {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}

.fmv_lineup {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup {
    margin-top: 56px;
  }
}

.fmv_lineup-map {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-map {
    margin-bottom: 56px;
  }
}

.fmv_lineup-map-item {
  display: block;
  width: 90px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-map-item {
    width: 24vw;
  }
}

.fmv_lineup-map-item.nh77 {
  top: 99px;
  left: 381px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-map-item.nh77 {
    top: 19.46vw;
    left: 24vw;
  }
}

.fmv_lineup-map-item.ah50 {
  top: 178px;
  left: 258px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-map-item.ah50 {
    top: 41.33vw;
    left: 3.2vw;
  }
}

.fmv_lineup-map-item.ch75 {
  top: 187px;
  left: 538px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-map-item.ch75 {
    top: 54.66vw;
    left: 55.46vw;
  }
}

.fmv_lineup-map-item.mh75 {
  top: 253px;
  left: 400px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-map-item.mh75 {
    top: 66.93vw;
    left: 26.66vw;
  }
}

.fmv_lineup-map-item.th90 {
  top: 356px;
  left: 508px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-map-item.th90 {
    top: 95.73vw;
    left: 52vw;
  }
}

.fmv_lineup-map-item.uh90 {
  top: 434px;
  left: 258px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-map-item.uh90 {
    top: 108.8vw;
    left: 17.6vw;
  }
}

.fmv_lineup-type {
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .fmv_lineup-type-col2-1 {
    display: grid;
    grid-template-columns: 63% 35%;
    justify-content: space-between;
  }
}

.fmv_lineup-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-items {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item {
    width: 100%;
    margin-top: 30px;
  }
}

.fmv_lineup-item-head {
  border-bottom: 1px solid #B20000;
  text-align: left;
  min-height: 136px;
  position: relative;
  padding: 10px 102px 10px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-head {
    min-height: 97px;
    margin-bottom: 23px;
    padding: 10px 18.53vw 10px 0;
  }
}

.fmv_lineup-item-head02 {
  min-height: auto;
  padding: 0 0 10px 0;
  margin: -44px 0 20px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item:nth-of-type(1) .fmv_lineup-item-head02 {
    margin: -54px 0 20px;
  }

  .fmv_lineup-item:nth-of-type(2) .fmv_lineup-item-head02 {
    margin: 0 0 20px;
  }
}

.fmv_lineup-item-head03 {
  border-bottom: none;
  margin: -24px auto 0;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-head03 {
    width: 89%;
    padding: 10px 18.53vw 10px 0;
    margin: -18px auto 0;
  }
}

.fmv_lineup-item-lead {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-lead {
    font-size: 20px;
  }
}

.fmv_lineup-item-name {
  font-size: 18px;
  font-weight: bold;
  color: #B20000;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-name {
    font-size: 16px;
    margin-top: 5px;
  }
}

.fmv_lineup-item-size {
  width: 102px;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #B20000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-size {
    width: 20.53vw;
    height: 20.53vw;
    max-width: 77px;
    max-height: 77px;
  }
}

#fmv_container .fmv_lineup-item-size img {
  display: block;
  width: initial;
}

@media screen and (max-width: 767px) {
  #fmv_container .fmv_lineup-item-size img {
    width: auto;
    height: 11.333vw;
    max-width: 55px;
  }
}

.fmv_lineup-item-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 22px 0 24px;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-table {
    margin: 32px 0;
  }
}

.fmv_lineup-item-table th {
  font-size: 14px;
  font-weight: bold;
  width: 250px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 7px 0;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-table th {
    width: auto;
    white-space: nowrap;
  }
}

.fmv_lineup-item-table td {
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 7px 0;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-table td {
    text-align: right;
    width: 60%;
  }
}

.fmv_lineup-item-img {
  position: relative;
  width: 411px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-img {
    width: 100%;
  }
}

.fmv_lineup-item-img-icon01,
.fmv_lineup-item-img-icon02 {
  position: absolute;
  top: 0;
  z-index: 1;
}

.fmv_lineup-item-img-icon01 {
  left: 22px;
}

.fmv_lineup-item-img-icon02 {
  left: 48px;
}

@media screen and (max-width: 767px) {
  #fmv_container img.fmv_lineup-item-img-icon01,
  #fmv_container img.fmv_lineup-item-img-icon02 {
    width: auto;
    height: 11.2vw;
  }

  .fmv_lineup-item-img-icon01 {
    left: 9.867vw;
  }

  .fmv_lineup-item-img-icon02 {
    left: 14.667vw;
  }
}

.fmv_lineup-item-img .slick-arrow {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #A0A0A0;
  background: #FFF;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 70px;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .fmv_lineup-item-img .slick-arrow {
    top: calc(40% -16px);
  }
}

.fmv_lineup-item-img .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  position: absolute;
}

.fmv_lineup-item-img .slick-next {
  right: 0;
}

.fmv_lineup-item-img .slick-next::before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}

.fmv_lineup-item-img .slick-prev {
  left: 0;
}

.fmv_lineup-item-img .slick-prev::before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

.fmv_lineup-item-img .slick-dots {
  margin-top: 18px;
}

.fmv_lineup-item-img .slick-dots>li {
  display: inline-block;
  margin: 0 2px;
}

.fmv_lineup-item-img .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  border: 0;
  padding: 0;
  background: #FCD3D6;
  cursor: pointer;
}

.fmv_lineup-item-img .slick-active button {
  background: #B20000;
  cursor: initial;
}

.fmv_banner {
  margin: 80px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fmv_banner {
    width: 89%;
    margin: 48px auto 72px;
  }
}

.fmv_banner img {
  border: 1px solid #707070;
}

.fmv_office {
  margin-top: 76px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fmv_office {
    margin-top: 60px;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-color: #B20000 transparent transparent transparent;
  }

  20% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    border-color: #D0DDE0 transparent transparent transparent;
  }

  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-color: #B20000 transparent transparent transparent;
  }

  20% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    border-color: #D0DDE0 transparent transparent transparent;
  }

  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .fmv_anchor-target::before {
    content: " ";
    margin-top: -80px;
    height: 80px;
    display: block;
    visibility: hidden;
  }
}

body {
  font-family: 'Yu Gothic UI', 'Segoe UI', SegoeUI, 'Meiryo UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #505050;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: #0078d4;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}
img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
}
.wrapper {
  width: 1020px;
  margin: 0 auto 100px;
  text-align: left;
  max-width: 100%;
  padding-left: 5px;
  padding-right:5px;
  box-sizing: border-box;
}
.section {
  font-size: 16px;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .section {
    padding-top: 100px;
    padding-bottom: 15px;
  }
}
.section_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0 0 30px;
  color: #fff;
  background: #505050;
}
@media screen and (max-width: 750px) {
  .section_title {
    font-size: 20px;
    padding: 15px 10px;
  }
}
.hero {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .hero {
    width: 100vw;
    margin-left: -20px;
    margin-bottom: 15px;
  }
}
.copy .title {
  font-size: 28px;
  color: #0078d4;
  text-align: center;
  font-weight: bold;
}

.copy .maintitle {
    font-size: 39px;
    color: #0078d4;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
  .copy .title {
    font-size: 18px;
    line-height: 1.8;
  }
}
.tabs {
  display: flex;
  border-bottom: 4px solid #0078d4;
  margin: 0 0 60px;
}
.tabs > a {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  color: #505050;
  flex: 1;
  text-decoration: none;
}
.tabs > a:hover,
.tabs > a.active {
  background: #0078d4;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .tabs {
    border-bottom: 0;
    margin: 0 0 30px;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tabs > a {
    background: #e5e5e5;
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
    width: calc(50% - 5px);
    box-sizing: border-box;
    flex: none;
  }
  .tabs > a:hover,
  .tabs > a.active {
    background: #0078d4;
    color: #fff;
  }
}
.tab_contents {
  margin: 0 0 30px;
}
.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}
.feature_content {
  overflow: hidden;
    margin-top: 26px;
    background: #ebf2f6;
}
.feature_content .title {
  float: left;
  width: calc(100% - 464px);
  color: #0078d4;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 50px;
　text-align: left;

}
@media screen and (max-width: 750px) {
  .feature_content .title {
    float: none;
    width: auto;
    text-align: center;
    font-size: 26px;
    margin: 20px 0;
　  text-align: center;
  }
}
.feature_content .img {
  float: right;
  width: 464px;
  margin: 60px 0 0;
}
@media screen and (max-width: 750px) {
  .feature_content .img {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
.feature_content .desc {
  float: left;
  width: calc(100% - 464px);
  padding: 0 30px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .feature_content .desc {
    float: none;
    width: auto;
    padding: 15px;
  }
}
.feature_content .desc .sh {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
}
@media screen and (max-width: 750px) {
  .feature_content .desc .sh {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #001968;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .feature_content .desc .txt {
    font-size: 15px;
  }
}
.feature_content_movie .title {
  width: calc(100% - 263px);
}
@media screen and (max-width: 750px) {
  .feature_content_movie .title {
    width: auto;
  }
}
.feature_content_movie .img {
  width: 263px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .feature_content_movie .img {
    width: auto;
    margin: 0 0 20px;
  }
}
.feature_content_movie .desc {
  width: calc(100% - 263px);
}
@media screen and (max-width: 750px) {
  .feature_content_movie .desc {
    width: auto;
  }
}
.product .product_block_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .product .product_block_wrap {
    display: block;
    padding: 0 20px;
  }
}
.product .product_block {
  width: 25%;
  font-size: 14px;
  padding-left: 0.25em;
  padding-right: 0.25em;
  box-sizing: border-box;
}
.product .product_block > div {
  margin-top: 10px;
}
.product .product_block .labels img {
  height: 28px;
  margin-left: 0;
  width: auto;
}
.product .product_block .labels span {
  display: inline-block;
  color: #0078d4;
  border: 1px solid #0078d4;
  padding: 0.2em 1em;
  font-size: 14px;
}
.product .product_block .price {
  color: #ff0000;
  font-size: 13px;
}
.product .product_block .price span {
  display: inline-block;
}
.product .product_block .price .price_zeinuki,
.product .product_block .price .point {
  display: block;
  color: #505050;
}
.product .product_block .text-price {
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .product .product_block {
    width: auto;
  }
  .product .product_block:nth-child(n+2) {
    display: none;
  }
}
.product .product_more {
  display: none;
  margin: 20px 0 0;
}
@media screen and (max-width: 750px) {
  .product .product_more {
    display: block;
  }
}
.product .product_more button {
  position: relative;
  cursor: pointer;
  appearance: none;
  border: 1px solid #000;
  padding: 10px;
  color: #505050;
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  font-weight: bold;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
.product .product_more button:before,
.product .product_more button:after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -1px 0 0;
  background: #505050;
}
.product .product_more button:after {
  transform: rotate(90deg);
}
.product .product_more button:hover {
  opacity: 0.8;
}
.banner .block-contents {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.banner .block-contents a {
  display: block;
}
@media screen and (max-width: 750px) {
  .banner .block-contents {
    flex-direction: column;
  }
  .banner .block-contents a {
    width: auto;
  }
}
.banner .mention {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .banner .mention {
    margin-top: 15px;
  }
}

#fmv_container, #fmv_container:before, #fmv_container:after { box-sizing: border-box; }
html { margin: 0; font-family: arial; height: 100vh; }

.tab-container {
  list-style-type: none;
  padding: 0;
  margin: 60px auto;
  max-width: 350px;
  position: relative;
  background: #fff;
  ul { list-style-type: none; padding: 0; }
  .arrows { 
    display: block;
    width: 60px;
    font-size: 32px;    
    bottom: 10px;
    right: 0px;
    position: absolute;
    label { 
      display: inline-block; 
      cursor: pointer; 
      color: #aaa; 
      -webkit-user-select: none;
      -moz-user-select: none;    
      -ms-user-select: none;     
      user-select: none;  
      margin-left: 5px;      
      &:hover { color: #333; }
    }
  }
  .tab-content-container { 
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; 
    height: 0; 
    opacity: 0; 
    overflow: hidden; 
    line-height: 22px;
    background: #fff;
    position: absolute;
    top: 42px;
    padding: 0px 40px 0 20px;
    border: 2px solid #446CB3;
    border-top: 0;
    box-shadow: 0 5px 5px -5px #333;  
    .tab-content {
      opacity: 0;
      padding: 15px 0;
      min-height: 185px;  
      transition: opacity 0.1s ease-in;    
    }
  }
  .tab {
    outline: 0;
    float: left;
    cursor: pointer;    
    opacity: 1;
    width: 25%;
    line-height: 40px;
    display: block;
    margin: 0;
    position: relative;
    background: #446CB3;
    color: #fff;
    text-align: center;    
    border-top: 2px solid #446CB3;
    border-right: 2px solid #446CB3;
    &.l-b { border-left: 2px solid #446CB3; }
    &:hover { background: #365690; }          
  }
  .tab-toggle {
    display: none;
    &.active + .tab,
    &:checked + .tab { 
      background: #fff; 
      color: #333; 
    }
    &.active ~ .tab-content-container,
    &:checked ~ .tab-content-container { 
      height: auto;
      opacity: 1;
      .tab-content { 
        opacity: 1; 
        label { opacity: 1; }
      }
    }
  }
}



