html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

#header .wrap_new #navi>ul>li>a {
  color: #000
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  font-size: 14px;
  margin: 0;
  font-feature-settings: "palt"
}

.showpc {
  display: block !important
}

.showsp {
  display: none !important
}

.brpc {
  display: inline
}

.brsp {
  display: none
}

ul {
  list-style: none
}

.sp_menu {
  font-family: "Noto Sans JP", sans-serif;
  display: none;
  overflow: visible;
  z-index: 110;
  position: relative
}

.sp_menu .hamburger {
  display: block;
  width: 60px;
  height: 60px;
  background: #ff8026;
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 9999;
  white-space: nowrap;
  text-indent: 100%
}

.sp_menu .hamburger span {
  display: none
}

.sp_menu .hamburger::before,
.sp_menu .hamburger::after {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 1px solid #001e62;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  transform-origin: 11px;
  transition: transform .3s ease 0s
}

.sp_menu .hamburger::before {
  top: 23px
}

.sp_menu .hamburger::after {
  bottom: 23px
}

.sp_menu nav {
  z-index: 50;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px 0 0;
  z-index: 50;
  background: #001e62;
  transition: all .3s ease 0s;
  transform: translateX(100%);
  overflow: hidden
}

.sp_menu .list,
.sp_menu .sub_list {
  transition: all .3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px 0 0;
  box-sizing: border-box;
  overflow: auto
}

.sp_menu .list>li:last-child,
.sp_menu .sub_list>li:last-child {
  margin-bottom: 100px
}

.sp_menu .list>li.noLink,
.sp_menu .sub_list>li.noLink {
  opacity: .5;
  position: relative
}

.sp_menu .list>li.noLink::after,
.sp_menu .sub_list>li.noLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0
}

.sp_menu .list>li.mode_label,
.sp_menu .sub_list>li.mode_label {
  width: 250px;
  margin: 60px auto 0
}

.sp_menu .list>li.mode_label.mode_label_print,
.sp_menu .sub_list>li.mode_label.mode_label_print {
  margin-top: 0
}

.sp_menu .list>li.mode_label img,
.sp_menu .sub_list>li.mode_label img {
  width: 100%;
  display: block;
  margin: auto
}

.sp_menu .list>li a,
.sp_menu .sub_list>li a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #ff8026;
  padding: 17.5px 0;
  text-align: center
}

.sp_menu .list>li.sp_lang a,
.sp_menu .sub_list>li.sp_lang a {
  width: auto;
  margin: 0 22px 20px;
  padding: 15px 0;
  border-radius: 50px;
  background: #ff8026;
  color: #001e62;
  font-weight: 500;
  text-align: center;
  position: relative
}

.sp_menu .list>li.sp_lang a::before,
.sp_menu .sub_list>li.sp_lang a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 1px;
  background: #001e62
}

.sp_menu .list>li.sp_lang a::after,
.sp_menu .sub_list>li.sp_lang a::after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #001e62;
  position: absolute;
  top: 50%;
  right: 20px;
  transform-origin: 100% 100%;
  transform: rotate(45deg)
}

.sp_menu .list.hide {
  transform: translateX(-100%)
}

.sp_menu .sub_list {
  transform: translateX(100%);
  z-index: 51;
  background: #001e62
}

.sp_menu .sub_list>li:nth-child(1) {
  margin-top: 0
}

.sp_menu .sub_list>li.back a {
  width: 40px;
  height: 40px;
  background: url(../img/sp_menu_back.png) no-repeat;
  background-size: contain;
  margin: auto
}

.sp_menu.active .hamburger::before {
  left: 55%;
  transform: rotate(45deg)
}

.sp_menu.active .hamburger::after {
  left: 55%;
  transform: rotate(-45deg)
}

.sp_menu.active nav {
  transform: translateX(0)
}

.sp_menu.active .list {
  transform: translateX(0)
}

.sp_menu.active .list.hide {
  transform: translateX(-100%)
}

.sp_menu.active .sub_list.active {
  transform: translateX(0)
}

.parallax {
  transition: all .5s ease 0s;
  opacity: 0;
  transform: translateY(100px)
}

.parallax.active {
  opacity: 1;
  transform: translateY(0px)
}

.wrapper {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 100px
}

.inner {
  width: auto;
  max-width: 1200px;
  margin: auto
}

.sticky {
  position: -webkit-sticky;
  position: sticky
}

nav.navi {
  width: 100%;
  height: 70px;
  background: #ff8026;
  overflow: hidden;
  top: 0;
  padding: 25px 0;
  box-sizing: border-box;
  z-index: 99
}

nav.navi ul {
  display: flex;
  justify-content: center;
  align-items: center
}

nav.navi ul>li {
  font-size: 18px;
  font-weight: 700;
  margin: 0 17.5px
}

nav.navi ul>li:first-child {
  margin-left: 0
}

nav.navi ul>li:last-child {
  margin-right: 0
}

nav.navi ul>li>a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 2px
}

nav.navi ul>li>a:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #001e62
}

.mv {
  width: 100%;
  height: 670px;
  position: relative;
  background: #001e62;
  overflow: hidden
}

.mv .mv_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.mv .mv_in {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative
}

.mv .langlist_wrapper {
  width: 100%;
  max-width: 1400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.mv .langlist {
  width: 130px;
  position: absolute;
  top: 25px;
  right: 8.5%
}

.mv .langlist .btn {
  width: 130px;
  padding: 10px 0 10px 17.5px;
  background: #ff8026;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #001e62;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1
}

.mv .langlist .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 17.5px;
  margin-top: -2px
}

.mv .langlist>ul {
  background: #ff8026;
  padding: 70px 0 20px;
  z-index: 0;
  margin: -150px 0 0;
  transition: transform .3s ease 0s;
  transform: translateY(-100%)
}

.mv .langlist>ul.active {
  transform: translateY(0%)
}

.mv .langlist>ul>li>a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #001e62;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 12.5px 0
}

.contents {
  position: relative;
  overflow: hidden;
  background: #001e62
}

.contents .bg_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.contents .bg_line::before,
.contents .bg_line::after {
  content: "";
  display: block;
  background: #ff8026;
  position: absolute
}

.contents .bg_line::before {
  width: 100%;
  height: 50px;
  top: 0;
  left: 0
}

.contents .bg_line::after {
  width: 50px;
  height: 100%;
  top: 0
}

.contents .bg_line .sq_num {
  width: 130px;
  height: 130px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1
}

.contents .bg_line .sq_num .num {
  font-size: 50px;
  color: #f266bf
}

.contents .inner {
  position: relative;
  z-index: 1
}

.contents .s_title_wrapper {
  text-align: center
}

.contents .s_title {
  color: #ff8026;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em
}

.contents .s_title.s_title_bd {
  font-size: 55px;
  line-height: 1;
  margin: 0 auto 30px;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center
}

.contents .s_title.s_title_bd::before,
.contents .s_title.s_title_bd::after {
  content: "";
  display: block;
  width: 24px;
  height: 54px;
  border: 0px solid #ff8026
}

.contents .s_title.s_title_bd::before {
  border-top-width: 1px;
  border-left-width: 1px;
  position: absolute;
  top: 0;
  left: 0
}

.contents .s_title.s_title_bd::after {
  border-bottom-width: 1px;
  border-right-width: 1px;
  position: absolute;
  bottom: 0;
  right: 0
}

.contents.contents_end::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: #ff8026;
  z-index: 1;
  position: relative
}

.contents_s1 {
  padding: 80px 0 100px;
  box-sizing: border-box;
  position: relative
}

.contents_s1 .bg {
  width: 1400px;
  height: 100%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%
}

.contents_s1 .bg .bg_img {
  width: 190px;
  height: 226px;
  position: absolute
}

.contents_s1 .bg .bg_img>img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: rotate(-15deg) scale(0.9);
  opacity: 0
}

.contents_s1 .bg .bg_img>img:nth-child(1) {
  transform: rotate(0deg) scale(1);
  z-index: 1;
  opacity: 1
}

.contents_s1 .bg .bg_img:nth-child(1) {
  top: 80px;
  left: 20px
}

.contents_s1 .bg .bg_img:nth-child(2) {
  top: 80px;
  left: 1190px
}

.contents_s1 .bg .bg_img:nth-child(3) {
  top: 385px;
  left: 140px
}

.contents_s1 .bg .bg_img:nth-child(4) {
  top: 385px;
  left: 1070px
}

.contents_s1 .bg .bg_img:nth-child(5) {
  top: 690px;
  left: 25px
}

.contents_s1 .bg .bg_img:nth-child(6) {
  top: 690px;
  left: 1185px
}

.contents_s1 .s_title_s1_1 {
  font-size: 34px;
  line-height: 60px;
  margin: 0 auto 70px
}

.contents_s1 .s_title_s1_2 {
  font-size: 40px;
  line-height: 70px;
  margin: 0 auto 50px
}

.contents_s1 .yt_wrapper {
  width: 640px;
  height: 360px;
  position: relative;
  margin: 0 auto
}

.contents_s1 .yt_wrapper.yt_wrapper_1 {
  margin: 0 auto 155px
}

.contents_s1 .yt_wrapper .yt_thumb {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease 0s
}

.contents_s1 .yt_wrapper_label {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto 15px
}

.contents_s1 .s1_feature {
  width: 700px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 75px
}

.contents_s1 .s1_feature>li {
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  padding: 25px 0 0;
  box-sizing: border-box;
  background: #ff8026
}

.contents_s1 .s1_feature>li a {
  display: block;
  text-decoration: none
}

.contents_s1 .s1_feature>li a:hover {
  opacity: .7
}

.contents_s1 .s1_feature>li .in {
  position: relative
}

.contents_s1 .s1_feature>li .in .num {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto 15px;
  color: #001e62
}

.contents_s1 .s1_feature>li .in .in_txt {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  color: #fff
}

.contents_s1 .s1_feature>li .arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 1px;
  height: 55px;
  background: #fff
}

.contents_s1 .s1_feature>li .arrow::after {
  content: "";
  display: block;
  width: 1px;
  height: 19px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom;
  transform: rotate(45deg)
}

.contents_s2 {
  padding: 110px 0 45px;
  box-sizing: border-box
}

.contents_s2 .bg_line::after {
  right: 0
}

.contents_s2 .s_title_ltxt {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 25px
}

.contents_s2 .s_title_ltxt .small {
  font-size: 14px
}

.contents_s2 .s2_imgs .limg {
  width: 509px;
  height: 601px;
  position: relative;
  margin: 0 auto -5px
}

.contents_s2 .s2_imgs .limg_all {
  width: 509px;
  height: 601px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.contents_s2 .s2_imgs .limg_trimmed {
  width: 314px;
  height: 409px;
  position: absolute;
  top: 64px;
  left: 95px;
  transition: all 1s ease 0s;
  overflow: hidden
}

.contents_s2 .s2_imgs .limg_trimmed.expand {
  width: 407px;
  left: 48px
}

.contents_s2 .s2_imgs .limg_trimmed>img {
  width: 407px;
  height: 409px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.contents_s2 .s2_imgs .limg_arrow {
  display: block;
  margin: -90px auto 40px;
  transform: scaleX(0);
  position: relative;
  z-index: -1
}

.contents_s2 .s2_imgs .limg_arrow.expand {
  transform: scaleX(100%)
}

.contents_s2 .s2_imgs .limg_low {
  width: 480px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
  display: block;
  margin: 0 auto 45px
}

.contents_s2 .s2_imgs .simgs {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.contents_s2 .s2_imgs .simgs>li {
  width: 236px;
  margin: 0 0 15px
}

.contents_s2 .s2_imgs .simgs>li img {
  display: block
}

.contents_s3 {
  padding: 110px 0 0
}

.contents_s3 .bg_line .sq_num {
  right: auto;
  left: 0
}

.contents_s3 .bg_line .sq_num .num {
  color: #685bc7
}

.contents_s3 .bg_line::after {
  left: 0
}

.contents_s3 .s_title.s_title_bd {
  margin-bottom: 40px
}

.contents_s3 .s3_flex {
  max-width: 1120px;
  margin: 0 auto 160px
}

.contents_s3 .s3_flex>li {
  display: flex;
  justify-content: center
}

.contents_s3 .s3_flex>li:nth-child(1) {
  margin-bottom: 130px
}

.contents_s3 .s3_flex>li:nth-child(2) {
  flex-direction: row-reverse
}

.contents_s3 .s3_flex>li .flex_txt,
.contents_s3 .s3_flex>li .flex_fig {
  width: 50%;
  box-sizing: border-box
}

.contents_s3 .s3_flex>li .flex_txt {
  padding: 0 0 0 60px;
  box-sizing: border-box
}

.contents_s3 .s3_flex>li .flex_txt h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ff8026;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 0 20px
}

.contents_s3 .s3_flex>li .flex_txt h3 .icon {
  width: 96px;
  height: 96px;
  display: block;
  margin: 0 20px 0 0
}

.contents_s3 .s3_flex>li .flex_txt>p {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #ffffff;
  margin: 0 0 40px
}

.contents_s3 .s3_flex>li .flex_fig {
  position: relative
}

.contents_s3 .s3_flex>li .flex_fig .fig_s {
  position: absolute
}

.contents_s3 .s3_flex>li .fig_sub {
  justify-content: left;
  margin: 0 0 0 -10px
}

.contents_s3 .s3_flex>li .fig_sub.showpc {
  display: flex !important
}

.contents_s3 .s3_flex>li .fig_sub.showsp {
  display: none !important
}

.contents_s3 .s3_flex>li .bx_sub {
  width: 500px;
  background: #1f3080;
  border: 2px solid #685bc7;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 40px 35px;
  box-sizing: border-box;
  position: relative
}

.contents_s3 .s3_flex>li .bx_sub p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.1em;
  color: #ffffff
}

.contents_s3 .s3_flex>li .bx_sub .bx_sub_fig {
  position: absolute;
  top: 35px;
  left: 240px
}

.contents_s3 .s3_flex>li:nth-child(2n) .flex_fig .fig_l {
  margin-left: -140px
}

.contents_s3 .s3_flex>li:nth-child(2n) .flex_fig .fig_s {
  position: absolute;
  bottom: -70px;
  right: -60px
}

.contents_s3 .s3_flex>li:nth-child(2n) .flex_txt {
  padding-left: 95px
}

.contents_s3 .s3_flex>li:nth-child(2n+1) .flex_fig .fig_l {
  margin-right: -140px
}

.contents_s3 .s3_flex>li:nth-child(2n+1) .flex_fig .fig_s {
  position: absolute;
  bottom: -70px;
  left: -60px
}

.contents_s3 .s3_txt_low {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 70px
}

.contents_s3 .s3_fig_low {
  display: block;
  margin: 0 auto;
  position: relative
}

.contents_s3 .s3_fig_low .bx_sub {
  background: #1f3080;
  border: 2px solid #685bc7;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 21px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 610px
}

.contents_s3 .s3_fig_low .bx_sub p {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff
}

.contents_s4 {
  padding: 110px 0 0;
  box-sizing: border-box
}

.contents_s4 .bg_line .sq_num .num {
  color: #40c3c3
}

.contents_s4 .bg_line::after {
  right: 0
}

.contents_s4 .bg {
  width: 1400px;
  height: 100%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%
}

.contents_s4 .bg .bg_img {
  position: absolute
}

.contents_s4 .bg .bg_img:nth-child(1) {
  top: -25px;
  left: 140px
}

.contents_s4 .bg .bg_img:nth-child(2) {
  top: 285px;
  left: 20px
}

.contents_s4 .s_title_ltxt {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 65px
}

.contents_s4 .s4_fig {
  position: relative
}

.contents_s4 .s4_fig .s4_fig_wrapper {
  width: 965px;
  height: 538px;
  position: relative;
  margin: 0 0 0 -5px
}

.contents_s4 .s4_fig .s4_fig_wrapper .s4_fig_main {
  display: block
}

.contents_s4 .s4_fig .s4_fig_wrapper .s4_fig_txt {
  display: inline-block;
  font-size: 21px;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
  background: #eeeeee;
  position: absolute;
  padding: 5px 20px
}

.contents_s4 .s4_fig .s4_fig_wrapper .s4_fig_txt.s4_fig_txt_1 {
  background: #40c3c3;
  top: 25px;
  left: 367.5px
}

.contents_s4 .s4_fig .s4_fig_wrapper .s4_fig_txt.s4_fig_txt_2 {
  background: #685bc7;
  top: 25px;
  left: 565px
}

.contents_s4 .s4_fig .s4_fig_bxs {
  position: absolute;
  top: 0;
  right: 15px
}

.contents_s4 .s4_fig .s4_fig_bxs>li {
  width: 400px;
  border-radius: 10px;
  padding: 35px 0;
  margin: 0 0 30px
}

.contents_s4 .s4_fig .s4_fig_bxs>li .label {
  width: 230px;
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 20px
}

.contents_s4 .s4_fig .s4_fig_bxs>li .txt {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #ffffff
}

.contents_s4 .s4_fig .s4_fig_bxs>li:nth-child(1) {
  border: 2px solid #685bc7;
  background: rgba(104, 91, 199, 0.2)
}

.contents_s4 .s4_fig .s4_fig_bxs>li:nth-child(1) .label {
  background: #685bc7
}

.contents_s4 .s4_fig .s4_fig_bxs>li:nth-child(2) {
  border: 2px solid #40c3c3;
  background: rgba(64, 195, 195, 0.2)
}

.contents_s4 .s4_fig .s4_fig_bxs>li:nth-child(2) .label {
  background: #40c3c3
}

.contents_s4 .s4_fig .s4_fig_bxs>li:last-child {
  margin-bottom: 0
}

.section_pd {
  padding: 110px 0 80px
}

.section_pd h2 {
  font-size: 40px;
  font-weight: 700;
  color: #001e62;
  text-align: center;
  margin: 0 auto 80px
}

.section_pd .swiper-container {
  margin: 0 auto 77.5px
}

.section_pd .swiper-container .swiper-slide {
  margin: 0 70px 0 0
}

.section_pd .swiper-container:last-child {
  margin-right: 0
}

.section_pd .swiper-container .angle_f {
  width: 344px
}

.section_pd .swiper-container .angle_l {
  width: 229px
}

.section_pd .swiper-container .angle_b {
  width: 345px
}

.section_pd .swiper-container .angle_r {
  width: 232px
}

.section_pd .swiper-pager {
  display: flex;
  justify-content: center;
  margin: 0 auto 25px
}

.section_pd .swiper-pager .swiper-pager-in {
  width: auto;
  height: auto;
  display: block;
  background: none;
  opacity: 1;
  margin: 0 5px;
  cursor: pointer
}

.section_pd .swiper-pager .swiper-pager-in img {
  height: 60px;
  display: block
}

.section_pd .swiper-pager-label {
  width: 820px;
  display: flex;
  justify-content: center;
  margin: 0 auto 25px
}

.section_pd .swiper-pager-label>li {
  font-size: 18px;
  text-align: center;
  color: #001e62;
  margin: 0;
  width: 275px;
  text-align: center
}

.section_pd .swiper-pager-label>li:last-child {
  margin-right: 0
}

.section_spec {
  background: #f7f7f7;
  padding: 110px 0 120px
}

.section_spec h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #001e62;
  text-align: center;
  margin: 0 auto 60px
}

.section_spec .spec_list {
  width: 870px;
  margin: auto
}

.section_spec .spec_list>li {
  display: flex;
  justify-content: center
}

.section_spec .spec_list>li .label,
.section_spec .spec_list>li .detail {
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
  color: #001e62;
  display: flex;
  align-items: center
}

.section_spec .spec_list>li .label {
  width: 200px;
  border-bottom: 1px solid #001e62;
  font-weight: 700
}

.section_spec .spec_list>li .detail {
  width: 670px;
  border-bottom: 1px solid #c6ccd9;
  padding: 20px 0 20px 30px;
  box-sizing: border-box
}

.section_spec .spec_notice {
  width: 870px;
  margin: 24px auto 0;
  color: #001e62;
  font-size: 14px;
  line-height: 1.6
}

.section_accessory {
  padding: 110px 0 120px;
  border-bottom: 1px solid #e0dfde
}

.section_accessory h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #001e62;
  text-align: center;
  margin: 0 auto 60px
}

.section_accessory .fig_upper {
  width: 1000px;
  margin: 0 auto 35px
}

.section_accessory .fig_upper .fig_photo {
  margin: 0 auto -40px;
  display: block
}

.section_accessory .fig_upper .fig_list {
  display: flex;
  justify-content: center;
  margin: 0 auto 35px
}

.section_accessory .fig_upper .fig_list>li {
  margin: 0 30px 0 0
}

.section_accessory .fig_upper .fig_list>li:last-child {
  margin-right: 0
}

.section_accessory .fig_upper .fig_list>li img {
  display: block
}

.section_accessory .fig_upper .pname {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #001e62;
  text-align: center
}

.section_accessory .fig_lower {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: left
}

.section_accessory .fig_lower img {
  display: block;
  margin: auto
}

.section_accessory .fig_lower .pname {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #001e62;
  text-align: center
}

.section_accessory .fig_lower>li:nth-child(1) {
  width: 166px;
  margin: 0 225px 0 0
}

.section_accessory .fig_lower>li:nth-child(1) img {
  width: 100%;
  margin: 0 auto 40px
}

.section_accessory .fig_lower>li:nth-child(2) {
  width: 164px;
  margin: 0 190px 0 0
}

.section_accessory .fig_lower>li:nth-child(2) img {
  width: 100%;
  margin: 55px auto 40px
}

.section_accessory .fig_lower>li:nth-child(3) {
  width: 232px;
  margin: 0
}

.section_accessory .fig_lower>li:nth-child(3) img {
  width: 100%;
  margin: 55px auto 40px
}

.section_film {
  padding: 100px 0 100px
}

.section_film .btn {
  width: 230px;
  font-size: 12px;
  font-weight: 700;
  background: #ff8026;
  padding: 8px 45px 8px 15px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px
}

.section_film .btn:hover {
  opacity: .7
}

.section_film .btn .arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 28px;
  height: 1px;
  background: #fff
}

.section_film .btn .arrow::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom;
  transform: rotate(-45deg)
}

.section_film .flex {
  display: flex;
  justify-content: center
}

.section_film .flex .fl,
.section_film .flex .fr {
  float: none !important
}

.section_film .flex .fl {
  width: 360px;
  border-right: 1px solid #000
}

.section_film .flex .fl a,
.section_film .flex .fl span,
.section_film .flex .fl img {
  display: block
}

.section_film .flex .fl .label {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: 145px;
  padding: 5px 0;
  margin: 0 0 10px;
  background: #000
}

.section_film .flex .fl .logo_upper {
  font-size: 16px;
  margin: 0 0 5px
}

.section_film .flex .fl .logo {
  width: 258px;
  margin: 0 0 20px
}

.section_film .flex .fl .size {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 25px
}

.section_film .flex .fr {
  width: 640px;
  padding: 0 0 0 90px;
  box-sizing: border-box
}

.section_film .flex .fr .list_film {
  display: flex;
  justify-content: center
}

.section_film .flex .fr .list_film>li {
  margin: 0 70px 0 0
}

.section_film .flex .fr .list_film>li img {
  display: block;
  margin: 0 auto 20px
}

.section_film .flex .fr .list_film>li .pname {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  display: block;
  text-align: center
}

.section_film .flex .fr .list_film>li .vol {
  font-size: 12px;
  line-height: 18px;
  display: block;
  text-align: center;
  letter-spacing: normal
}

@media screen and (max-width: 768px) {
  .showpc {
    display: none !important
  }
  .showsp {
    display: block !important
  }
  .brpc {
    display: none
  }
  .brsp {
    display: inline
  }
  .sp_menu {
    display: block
  }
  nav.navi {
    width: 100%;
    height: 0;
    overflow: visible;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0
  }
  nav.navi .inner {
    width: 100%;
    height: 0;
    overflow: hidden
  }
  .mv {
    height: auto
  }
  .mv .mv_img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0)
  }
  .langlist {
    display: none
  }
  .wrapper {
    width: 100%;
    overflow: hidden
  }
  .contents .bg_line::before {
    height: 10px
  }
  .contents .bg_line::after {
    width: 10px
  }
  .contents .bg_line .sq_num {
    width: 50px;
    height: 50px;
    top: 20px
  }
  .contents .bg_line .sq_num .num {
    font-size: 22px
  }
  .contents .s_title.s_title_bd {
    font-size: 27.5px;
    margin: 0 auto 15px;
    padding: 15px
  }
  .contents .s_title.s_title_bd::before,
  .contents .s_title.s_title_bd::after {
    width: 15px;
    height: 30px
  }
  .contents.contents_end::after {
    height: 10px
  }
  .contents_s1 {
    width: 100%;
    overflow: hidden;
    padding: 45px 0 70px;
    box-sizing: border-box;
    position: relative
  }
  .contents_s1 .bg {
    width: 1400px;
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%
  }
  .contents_s1 .bg .bg_img {
    width: 190px;
    height: 226px;
    position: absolute
  }
  .contents_s1 .bg .bg_img:nth-child(1) {
    top: 80px;
    left: 20px
  }
  .contents_s1 .bg .bg_img:nth-child(2) {
    top: 80px;
    left: 1190px
  }
  .contents_s1 .bg .bg_img:nth-child(3) {
    top: 385px;
    left: 140px
  }
  .contents_s1 .bg .bg_img:nth-child(4) {
    top: 385px;
    left: 1070px
  }
  .contents_s1 .bg .bg_img:nth-child(5) {
    top: 690px;
    left: 25px
  }
  .contents_s1 .bg .bg_img:nth-child(6) {
    top: 690px;
    left: 1185px
  }
  .contents_s1 .s_title {
    color: #ff8026;
    font-weight: 700;
    text-align: center
  }
  .contents_s1 .s_title.s_title_s1_1 {
    font-size: 17px;
    line-height: 30px;
    margin: 0 auto 40px
  }
  .contents_s1 .s_title.s_title_s1_2 {
    font-size: 22px;
    line-height: normal;
    margin: 0 auto 20px
  }
  .contents_s1 .yt_wrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto
  }
  .contents_s1 .yt_wrapper::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    z-index: -1
  }
  .contents_s1 .yt_wrapper.yt_wrapper_1 {
    width: auto;
    margin: 0 10px 25px
  }
  .contents_s1 .yt_wrapper.yt_wrapper_2 {
    width: auto;
    margin: 0 10px
  }
  .contents_s1 .yt_wrapper .yt_thumb {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease 0s;
    z-index: 10
  }
  .contents_s1 .yt_wrapper .player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  .contents_s1 .sp_bg {
    width: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 22.5px 40px
  }
  .contents_s1 .sp_bg.showsp {
    display: flex !important
  }
  .contents_s1 .sp_bg .bg_img {
    width: 30%;
    margin: 0 auto;
    position: relative
  }
  .contents_s1 .sp_bg .bg_img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 119.5%;
    position: relative
  }
  .contents_s1 .sp_bg .bg_img>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
  }
  .contents_s1 .sp_bg .bg_img>img:nth-child(1) {
    z-index: 1;
    opacity: 1
  }
  .contents_s1 .yt_wrapper_label {
    font-size: 13px;
    margin: 0 auto 15px
  }
  .contents_s1 .s1_feature {
    width: auto;
    margin: 0 20px 40px;
    justify-content: center
  }
  .contents_s1 .s1_feature>li {
    width: 100px;
    height: 100px;
    padding: 10px 0 0;
    margin: 0 6.25px
  }
  .contents_s1 .s1_feature>li .in {
    position: relative
  }
  .contents_s1 .s1_feature>li .in .num {
    font-size: 15px;
    margin: 0 auto 10px;
    color: #001e62
  }
  .contents_s1 .s1_feature>li .in .in_txt {
    font-size: 12px;
    line-height: 30px
  }
  .contents_s1 .s1_feature>li .arrow {
    bottom: -10px;
    left: 50%;
    width: 1px;
    height: 28px
  }
  .contents_s1 .s1_feature>li .arrow::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: bottom;
    transform: rotate(45deg)
  }
  .contents_s2 {
    padding: 65px 0 10px
  }
  .contents_s2 .s_title_ltxt {
    font-size: 14px;
    line-height: 23px;
    margin: 0 auto 25px
  }
  .contents_s2 .s_title_ltxt .small {
    font-size: 10px
  }
  .contents_s2 .s2_imgs .limg {
    width: 64%;
    height: auto;
    position: relative;
    margin: auto
  }
  .contents_s2 .s2_imgs .limg::after {
    content: "";
    display: block;
    padding-bottom: 118%
  }
  .contents_s2 .s2_imgs .limg_all {
    width: 100%;
    height: auto;
    margin: 0 auto 10px
  }
  .contents_s2 .s2_imgs .limg_trimmed {
    width: 61.6%;
    height: 68%;
    top: 10.6%;
    left: 50%;
    margin: 0 0 0 -31.3%
  }
  .contents_s2 .s2_imgs .limg_trimmed.expand {
    width: 90%;
    left: 50%;
    margin: 0 0 0 -45%
  }
  .contents_s2 .s2_imgs .limg_trimmed.expand::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
  }
  .contents_s2 .s2_imgs .limg_trimmed>img {
    width: auto;
    height: 100%
  }
  .contents_s2 .s2_imgs .limg_arrow {
    width: 52%;
    margin: -12% auto 25px
  }
  .contents_s2 .s2_imgs .limg_low {
    width: 59%;
    font-size: 10px;
    margin: 0 auto 15px
  }
  .contents_s2 .s2_imgs .simgs {
    width: 71.3%
  }
  .contents_s2 .s2_imgs .simgs>li {
    width: 48%;
    margin: 0 0 3%
  }
  .contents_s2 .s2_imgs .simgs>li img {
    width: 100%
  }
  .contents_s2 .s2_imgs .simgs>li:nth-child(1) {
    order: 1
  }
  .contents_s2 .s2_imgs .simgs>li:nth-child(2) {
    order: 2
  }
  .contents_s2 .s2_imgs .simgs>li:nth-child(3) {
    order: 5
  }
  .contents_s2 .s2_imgs .simgs>li:nth-child(4) {
    order: 6
  }
  .contents_s2 .s2_imgs .simgs>li:nth-child(5) {
    order: 3
  }
  .contents_s2 .s2_imgs .simgs>li:nth-child(6) {
    order: 4
  }
  .contents_s2 .s2_imgs .simgs>li:nth-child(7) {
    order: 7
  }
  .contents_s2 .s2_imgs .simgs>li:nth-child(8) {
    order: 8
  }
  .contents_s3 {
    padding: 65px 0 0
  }
  .contents_s3 .s3_flex {
    margin: 0 auto 50px
  }
  .contents_s3 .s3_flex>li {
    display: block
  }
  .contents_s3 .s3_flex>li:nth-child(1) {
    margin-bottom: 30px
  }
  .contents_s3 .s3_flex>li .flex_txt,
  .contents_s3 .s3_flex>li .flex_fig {
    width: 100%;
    box-sizing: border-box
  }
  .contents_s3 .s3_flex>li .flex_txt {
    width: 340px;
    margin: 0 auto 30px;
    position: relative;
    padding: 0 0 0 30px
  }
  .contents_s3 .s3_flex>li .flex_txt h3 {
    font-size: 21px;
    margin: 0 0 15px
  }
  .contents_s3 .s3_flex>li .flex_txt h3 .icon {
    width: 48px;
    height: 48px;
    margin: 0 15px 0 0
  }
  .contents_s3 .s3_flex>li .flex_txt>p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 15px
  }
  .contents_s3 .s3_flex>li .flex_fig {
    position: relative;
    margin: 0 auto 50px
  }
  .contents_s3 .s3_flex>li .flex_fig .fig_l {
    width: 85.33%;
    margin: 0 0 0 14.67%
  }
  .contents_s3 .s3_flex>li .flex_fig .fig_s {
    width: 39.1%
  }
  .contents_s3 .s3_flex>li .fig_sub {
    width: 265px;
    margin: 0 auto
  }
  .contents_s3 .s3_flex>li .fig_sub.showpc {
    display: none !important
  }
  .contents_s3 .s3_flex>li .fig_sub.showsp {
    display: flex !important
  }
  .contents_s3 .s3_flex>li .fig_sub>li img {
    width: 100%
  }
  .contents_s3 .s3_flex>li .bx_sub {
    width: 310px;
    margin: auto;
    border-width: 1px;
    border-radius: 5px;
    padding: 25px 20px;
    z-index: -1
  }
  .contents_s3 .s3_flex>li .bx_sub p {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff
  }
  .contents_s3 .s3_flex>li .bx_sub .bx_sub_fig {
    width: 145px;
    position: absolute;
    top: 17.5px;
    left: 140px
  }
  .contents_s3 .s3_flex>li:nth-child(2n) .flex_txt {
    padding-left: 30px
  }
  .contents_s3 .s3_flex>li:nth-child(2n) .flex_fig {
    margin: 0 auto 20px
  }
  .contents_s3 .s3_flex>li:nth-child(2n) .flex_fig .fig_l {
    margin-left: 0
  }
  .contents_s3 .s3_flex>li:nth-child(2n) .flex_fig .fig_s {
    bottom: -17%;
    right: 2%
  }
  .contents_s3 .s3_flex>li:nth-child(2n+1) .flex_fig .fig_l {
    margin-right: 0
  }
  .contents_s3 .s3_flex>li:nth-child(2n+1) .flex_fig .fig_s {
    bottom: -14%;
    left: 7%
  }
  .contents_s3 .low_wrapper {
    width: 100%;
    max-width: 340px;
    position: relative;
    margin: auto
  }
  .contents_s3 .s3_txt_low {
    font-size: 14px;
    line-height: 23px;
    margin: 0 auto 70px;
    position: absolute;
    top: 55px;
    left: 175px
  }
  .contents_s3 .s3_fig_low {
    display: block;
    margin: 0 auto;
    position: relative
  }
  .contents_s3 .s3_fig_low .bx_sub {
    border: 1px solid #685bc7;
    border-radius: 5px;
    padding: 10px 10px;
    top: 180px;
    left: 130px
  }
  .contents_s3 .s3_fig_low .bx_sub p {
    font-size: 12px;
    line-height: 20px
  }
  .contents_s3 .s3_fig_low .s3_fig_low_img {
    width: 100%
  }
  .contents_s4 {
    padding: 65px 0 0
  }
  .contents_s4 .bg.showsp {
    width: 290px;
    display: flex !important;
    justify-content: space-between;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    margin: 0 auto 30px
  }
  .contents_s4 .bg.showsp .bg_img {
    width: 145px;
    height: auto;
    position: relative;
    top: 0;
    left: 0
  }
  .contents_s4 .bg.showsp .bg_img>img {
    width: 100%
  }
  .contents_s4 .s_title_ltxt {
    font-size: 14px;
    line-height: 23px;
    margin: 0 auto 25px
  }
  .contents_s4 .s4_fig .s4_fig_wrapper {
    width: auto;
    height: auto;
    margin: 0 auto -110px
  }
  .contents_s4 .s4_fig .s4_fig_wrapper .s4_fig_main {
    width: 100%
  }
  .contents_s4 .s4_fig .s4_fig_wrapper .s4_fig_txt {
    font-size: 10.5px;
    border-radius: 15px;
    background: #eeeeee;
    padding: 2px 10px
  }
  .contents_s4 .s4_fig .s4_fig_wrapper .s4_fig_txt.s4_fig_txt_1 {
    top: 4%;
    left: 30%
  }
  .contents_s4 .s4_fig .s4_fig_wrapper .s4_fig_txt.s4_fig_txt_2 {
    top: 4%;
    left: 56%
  }
  .contents_s4 .s4_fig .s4_fig_bxs {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 20px
  }
  .contents_s4 .s4_fig .s4_fig_bxs>li {
    width: 260px;
    border-radius: 5px;
    padding: 15px 0;
    margin: 0 auto 15px
  }
  .contents_s4 .s4_fig .s4_fig_bxs>li .label {
    width: 145px;
    padding: 5px 0;
    font-size: 12px;
    margin: 0 auto 15px
  }
  .contents_s4 .s4_fig .s4_fig_bxs>li .txt {
    font-size: 18px
  }
  .contents_s4 .s4_fig .s4_fig_bxs>li:nth-child(1) {
    border: 1px solid #685bc7
  }
  .contents_s4 .s4_fig .s4_fig_bxs>li:nth-child(2) {
    border: 1px solid #40c3c3
  }
  .contents_s4 .s4_fig .s4_fig_bxs>li:last-child {
    margin-bottom: 0
  }
  .section_pd {
    padding: 55px 0
  }
  .section_pd h2 {
    font-size: 25px;
    margin: 0 auto 50px
  }
  .section_pd .swiper-container {
    margin: 0 auto 45px
  }
  .section_pd .swiper-container .swiper-slide {
    margin: 0 35px 0 0
  }
  .section_pd .swiper-container .swiper-slide>img {
    width: 100%
  }
  .section_pd .swiper-container:last-child {
    margin-right: 0
  }
  .section_pd .swiper-container .angle_f {
    width: 207px
  }
  .section_pd .swiper-container .angle_l {
    width: 139px
  }
  .section_pd .swiper-container .angle_b {
    width: 207px
  }
  .section_pd .swiper-container .angle_r {
    width: 139px
  }
  .section_pd .swiper-pager {
    margin: 0 auto 15px
  }
  .section_pd .swiper-pager .swiper-pager-in {
    margin: 0 3px
  }
  .section_pd .swiper-pager .swiper-pager-in img {
    height: 22.5px;
    display: block
  }
  .section_pd .swiper-pager-label {
    width: 340px;
    display: flex;
    justify-content: center;
    margin: 0 auto 25px
  }
  .section_pd .swiper-pager-label>li {
    font-size: 11px;
    margin: 0
  }
  .section_pd .swiper-pager-label>li:last-child {
    margin-right: 0
  }
  .section_spec {
    padding: 55px 0 65px
  }
  .section_spec h2 {
    font-size: 25px;
    margin: 0 auto 40px
  }
  .section_spec .spec_list {
    width: auto;
    margin: 0 25px
  }
  .section_spec .spec_list>li {
    display: block;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #c6ccd9
  }
  .section_spec .spec_list>li .label,
  .section_spec .spec_list>li .detail {
    padding: 0;
    font-size: 12px;
    line-height: 1;
    color: #001e62;
    display: block
  }
  .section_spec .spec_list>li .label {
    width: auto;
    border-bottom: none;
    font-weight: 700;
    margin: 0 0 5px
  }
  .section_spec .spec_list>li .detail {
    width: auto;
    font-weight: 300;
    line-height: 20px;
    border-bottom: none
  }
  .section_spec .spec_notice {
    width: auto;
    margin: 20px 25px 0;
    font-size: 11px;
    line-height: 1.5
  }
  .section_accessory {
    padding: 55px 0 65px
  }
  .section_accessory h2 {
    font-size: 25px;
    margin: 0 auto 25px
  }
  .section_accessory .fig_upper {
    width: 100%;
    margin: 0 auto 42.5px
  }
  .section_accessory .fig_upper .fig_photo {
    width: 100%;
    margin: 0 auto -20px
  }
  .section_accessory .fig_upper .fig_list {
    flex-wrap: wrap;
    margin: 0 auto
  }
  .section_accessory .fig_upper .fig_list>li {
    width: 145px;
    margin: 0 30px 25px 0
  }
  .section_accessory .fig_upper .fig_list>li:nth-child(1) {
    order: 1
  }
  .section_accessory .fig_upper .fig_list>li:nth-child(2) {
    order: 0;
    margin: 0 calc((100% - 145px) / 2) 25px
  }
  .section_accessory .fig_upper .fig_list>li:nth-child(3) {
    order: 2;
    margin-right: 0
  }
  .section_accessory .fig_upper .fig_list>li img {
    width: 100%
  }
  .section_accessory .fig_upper .pname {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #001e62;
    text-align: center
  }
  .section_accessory .fig_lower {
    width: auto;
    display: block
  }
  .section_accessory .fig_lower .pname {
    font-size: 11px;
    line-height: 16px;
    color: #001e62;
    text-align: center
  }
  .section_accessory .fig_lower>li img {
    display: block;
    width: 100%
  }
  .section_accessory .fig_lower>li:nth-child(1) {
    width: 134px;
    margin: 0 auto 50px
  }
  .section_accessory .fig_lower>li:nth-child(1) img {
    margin: 0 auto 20px
  }
  .section_accessory .fig_lower>li:nth-child(2) {
    width: 135px;
    margin: 0 auto 50px
  }
  .section_accessory .fig_lower>li:nth-child(2) img {
    margin: 0 auto 20px
  }
  .section_accessory .fig_lower>li:nth-child(3) {
    width: 187.5px;
    margin: 0 auto
  }
  .section_accessory .fig_lower>li:nth-child(3) img {
    margin: 0 auto 20px
  }
  .section_film {
    padding: 55px 0 65px
  }
  .section_film .btn {
    width: 225px;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0 10px 10px;
    border-radius: 5px;
    margin: auto
  }
  .section_film .btn .arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px
  }
  .section_film .btn .arrow::after {
    width: 1px;
    height: 12px;
    background: #fff
  }
  .section_film .flex {
    display: block;
    margin: 0 75px 22.5px
  }
  .section_film .flex .fl {
    width: auto;
    border-right: none
  }
  .section_film .flex .fl .label {
    font-size: 10px;
    font-weight: 500;
    width: 115px;
    padding: 5px 0;
    margin: 0 0 5px
  }
  .section_film .flex .fl .logo_upper {
    font-size: 12px;
    margin: 0 0 5px
  }
  .section_film .flex .fl .logo {
    width: 215px;
    margin: 0 0 15px
  }
  .section_film .flex .fl .size {
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 30px
  }
  .section_film .flex .fr {
    width: auto;
    padding: 0
  }
  .section_film .flex .fr .list_film {
    display: block
  }
  .section_film .flex .fr .list_film>li {
    margin: 0 auto 25px;
    display: flex;
    justify-content: left
  }
  .section_film .flex .fr .list_film>li:last-child {
    margin-bottom: 0
  }
  .section_film .flex .fr .list_film>li img {
    width: 96px;
    height: 135px;
    margin: 0 18px 0 0
  }
  .section_film .flex .fr .list_film>li .pname {
    font-size: 15px;
    margin: 45px 0 10px;
    text-align: left
  }
  .section_film .flex .fr .list_film>li .vol {
    font-size: 10px;
    line-height: 14px;
    display: block;
    text-align: left
  }
}


/*# sourceMappingURL=common.css.map*/
