@charset "UTF-8";
/* ----------------------------------------
 module - default style reset
 ---------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
  max-width: 100%;
  outline: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

/* ----------------------------------------
 module - default template style reset
 ---------------------------------------- */
.s5-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* ----------------------------------------
 module - utility & default style
 ---------------------------------------- */
.b120 {
  display: none;
}

.b96 {
  display: none;
}

.b76 {
  display: none;
}

.b64 {
  display: none;
}

.b48 {
  display: none;
}

.b37 {
  display: none;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.inner,
.inner-9,
.inner-7 {
  margin: 0 auto;
  padding: 0 30px;
}

.inner {
  max-width: 1200px;
}

.inner-9 {
  max-width: 960px;
}

.inner-7 {
  max-width: 720px;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

a.fade {
  transition: 0.2s;
}

a.fade:hover {
  opacity: 0.5;
}

img.center {
  display: block;
  margin: 0 auto;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.sp {
  display: none !important;
}
@media (max-width: 1199px) {
  .nb120 {
    display: none;
  }
  .b120 {
    display: inline-block;
  }
}

@media (max-width: 959px) {
  .nb96 {
    display: none;
  }
  .b96 {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .main {
    padding-bottom: 8%;
  }
  .nb76 {
    display: none;
  }
  .b76 {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .inner,
  .inner-9,
  .inner-7 {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .nb64 {
    display: none;
  }
  .b64 {
    display: inline-block;
  }
  .b64c {
    display: inline-block;
  }
}

@media (max-width: 479px) {
  .nb48 {
    display: none;
  }
  .b48 {
    display: inline-block;
  }
}

@media (max-width: 374px) {
  .nb37 {
    display: none;
  }
  .b37 {
    display: inline-block;
  }
}

.main {
  font-family: 'SST W55 Regular', sans-serif;
  visibility: hidden;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  color: #000;
}

.main .transition-up,
.main .transition-delay {
  visibility: hidden;
}

.main.dom-ready {
  visibility: visible;
}

h1 {
  font-weight: 500;
}

h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-weight: 600;
}

.sans-serif,
.img-box,
.blackbox,
#section-03 .blackbox-content,
#section-05 .row2 .text-box,
.outro .btn {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Sawarabi Mincho',
    sans-serif, Verdana;
}

/* shared style */
sup {
  vertical-align: baseline;
  font-size: 75%;
}

section {
  padding-bottom: 120px;
}

.inner {
  max-width: 1200px;
  padding: 0 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 6.25vw;
  }
}

.inner-l {
  margin: 0 auto;
  max-width: 1600px;
  box-sizing: border-box;
}

.section-title-wrap {
  height: 350px;
  background-repeat: no-repeat;
  position: relative;
  background-size: auto;
  box-sizing: border-box;
}

.section-title-wrap::before,
.section-title-wrap::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 50%;
  height: 51px;
  background: #fff;
}

.section-title-wrap::before {
  left: -30px;
  transform: skewX(50deg);
}

.section-title-wrap::after {
  right: -30px;
  transform: skewX(-50deg);
}

.section-title-wrap .inner {
  height: 300px;
}

@media screen and (max-width: 767px) {
  .section-title-wrap {
    background-size: cover;
    height: 54.6875vw;
  }
  .section-title-wrap::before,
  .section-title-wrap::after {
    height: 7.96875vw;
  }
  .section-title-wrap::before {
    left: -4.6875vw;
  }
  .section-title-wrap::after {
    right: -4.6875vw;
  }
  .section-title-wrap .inner {
    height: 46.875vw;
  }
}

.section-title-content {
  height: 100%;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .section-title-content .number {
    height: 28.125vw;
  }
  .section-title-content .number img {
    height: 100%;
  }
}

.section-title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-left: 30px;
}

@media screen and (max-width: 959px) {
  .section-title {
    font-size: 1.575rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .section-title {
    font-size: 1.225rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-left: 4.6875vw;
  }
}

.inner.content {
  margin-top: 0px;
}

@media screen and (max-width: 959px) {
  .inner.content {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .inner.content {
    margin-top: 0px;
  }
}

.content-s {
  max-width: 666px;
  margin: 0 auto;
}
.content-m {
  max-width: 1164px;
}

.flex.two-columns .img-box {
  flex: 0 0 auto;
}

.flex.two-columns .text-box {
  flex: 0 1 auto;
}

.flex.two-columns .flex-item.last {
  margin-left: 50px;
}

@media screen and (max-width: 1399px) {
  .flex.two-columns {
    align-items: center;
  }
  .flex.two-columns .img-box {
    flex: 0 0 40%;
  }
  .flex.two-columns .flex-item.last {
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .flex.two-columns {
    display: block;
  }
  .flex.two-columns .flex-item.last {
    margin-left: 0;
  }
  .flex.two-columns .flex-item:last-child {
    margin-top: 30px !important;
  }
  .flex.two-columns .flex-item:last-child img{
    width: 100%;
    height: auto;
  }
  .flex.two-columns .img-box {
    text-align: center;
  }
  .flex.two-columns .img-box img {
    width: 100%;
  }
}

.text-box h3 {
  font-size: 1.5625rem;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .text-box h3 {
    font-size: 1.40625rem;
  }
}

@media screen and (max-width: 767px) {
  .text-box h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .text-box h3 {
    font-size: 1.09375rem;
  }
}

.text-box h3 + p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 959px) {
  .text-box h3 + p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .text-box h3 + p {
    font-size: 1.0125rem;
  }
}

.img-box {
  letter-spacing: 0.02em;
}

.img-box h4 {
  margin-top: 5px;
  font-size: 0.8125rem;
  line-height: 1.7;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .img-box h4 {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .img-box h4 {
    font-size: 0.73125rem;
  }
}

.img-box p {
  font-size: 0.75rem;
  line-height: 1.8;
  font-weight: normal;
}

@media screen and (max-width: 959px) {
  .img-box p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .img-box p {
    font-size: 0.675rem;
  }
}

.img-box .caption {
  font-size: 0.6875rem;
  margin-top: 5px;
  text-align: right;
  font-weight: normal;
}

@media screen and (max-width: 959px) {
  .img-box .caption {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .img-box .caption {
    font-size: 0.61875rem;
  }
}

.caption {
  font-size: 0.6875rem;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 959px) {
  .caption {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .caption {
    font-size: 0.61875rem;
  }
}

.caption + .caption {
  margin-top: 5px;
}

.blackbox {
  margin-top: 60px;
  background-color: #2f2f2f;
  color: #fff;
}

.fade {
  transition: 0.25s !important;
}

.fade:hover {
  opacity: 0.6;
}

.video {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 959px) {
  section {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding-bottom: 80px;
  }
}

/* header */
.header {
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header .inner {
  display: flex;
  align-items: center;
  height: 700px;
}

.header-title-box {
  flex: 0 0 auto;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.85);
}

.header-title-box h1 {
  color: #000;
}

.header-title {
  letter-spacing: 0.02em;
  font-size: 1.625rem;
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

@media screen and (max-width: 959px) {
  .header-title {
    font-size: 1.4625rem;
  }
}

@media screen and (max-width: 767px) {
  .header-title {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .header-title {
    font-size: 1.1375rem;
  }
}

.header-subtitle {
  display: block;
  margin-top: 15px;
  line-height: 1.25;
  font-size: 2rem;
}

.header-subtitle .middle {
  font-size: 3.75rem;
}

.header-subtitle .large {
  font-size: 5.3125rem;
}

.header-under {
  margin-top: 15px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1599px) {
  .header .inner {
    height: 600px;
  }
}

@media screen and (max-width: 1399px) {
  .header .inner {
    height: 500px;
  }
  .header-title-box {
    padding: 18.75px 30px;
  }
  .header-title {
    font-size: 1.21875rem;
  }
  .header-subtitle {
    margin-top: 11.25px;
    font-size: 1.5rem;
  }
  .header-subtitle .middle {
    font-size: 2.5rem;
  }
  .header-subtitle .large {
    font-size: 3.98438rem;
  }
  .header-under {
    margin-top: 11.25px;
  }
  .header-under img {
    width: 57px;
    height: auto;
  }
}

@media screen and (max-width: 959px) {
  .header .inner {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner {
    height: 400px;
  }
  .header-title-box {
    padding: 12.5px 20px;
  }
  .header-title {
    font-size: 0.8125rem;
  }
  .header-subtitle {
    margin-top: 7.5px;
    font-size: 1rem;
  }
  .header-subtitle .middle {
    font-size: 1.875rem;
  }
  .header-subtitle .large {
    font-size: 2.65625rem;
  }
  .header-under {
    margin-top: 7.5px;
  }
  .header-under img {
    width: 38px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-image: url(../img/mv_sp.jpg);
  }
  .header .inner {
    height: 114.0625vw;
    justify-content: center;
    align-items: flex-end;
  }
  .header-title-box {
    width: 100%;
    padding: 2.5vw;
    text-align: center;
    align-items: flex-end;
    margin-bottom: 2.5vw;
  }
  .header-title {
    font-size: 4vw;
  }
  .header-subtitle {
    margin-top: 2.5vw;
    font-size: 4vw;
  }
  .header-subtitle .middle {
    font-size: 8vw;
  }
  .header-subtitle .large {
    font-size: 12vw;
  }
  .header-under {
    margin-top: 2.5vw;
    justify-content: center;
  }
  .header-under img {
    width: auto;
    height: 17.65625vw;
  }
}

/* nav */
.page-nav {
  background: #4aa0b5;
}

.nav-item {
  flex: 0 0 20%;
  box-sizing: border-box;
  /*border-left: 1px solid rgba(255, 255, 255, 0.7);*/
  text-align: center;
  padding: 20px 0; 
  cursor: pointer;
  transition: all .4s;
}
.nav-item:hover{
  background: #5dcce6;
  color: #fff;
}

.nav-item:last-child {
  /*border-right: 1px solid rgba(255, 255, 255, 0.7);*/
}

.nav-link {
  height: 54px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.25s !important;
  font-size: 1.25rem;
  line-height: 1.5;
  /*font-weight: 600;*/
  border-right: 1px solid #fff; 
}
.nav-item:first-child .nav-link{
  border-left: 1px solid #fff;  
}
@media screen and (max-width: 767px) {
  .nav-item {
    padding: 0;
  }
  .nav-link {
    border-right: none; 
  }
  .nav-item:first-child .nav-link{
    border-left: none;
  }
}

.nav-item:hover a{
  color: #fff;
}

.nav-link .text span {
  font-size: 0.8em;
}

.nav-link .number,
.nav-link .arrow {
  position: absolute;
}

.nav-link .number {
  min-width: 44px;
  top: 10px;
  left: 10px;
  text-align: center;
}

.nav-link .arrow {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1399px) {
  .nav-link {
    height: 130px;
    font-size: 1rem;
  }
  .nav-link .number {
    min-width: 22px;
    max-height: 30px;
    height: 100%;
  }
  .nav-link .number img {
    height: 100%;
    width: auto;
  }
  .nav-link .arrow {
    bottom: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .nav-link {
    font-size: 0.875rem;
  }
  .nav-link .number {
    max-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding: 0 10px;
    font-size: 0.75rem;
  }
  .nav-link .number {
    max-height: 22px;
  }
}
@media screen and (max-width: 650px) {
  .nav-link {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .page-nav ul {
    display: block;
  }
  .nav-item {
    border-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    position: relative;
  }
  .nav-item:after {
    content: '';
    position: absolute;
    left: auto;
    bottom: auto;
    right: 6.25vw;
    top: 50%;
    width: 18px;
    height: 9px;
    /* transform: translate(0, -50%); */
    background-image: url('../img/nav_sp_arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav-item:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .nav-link {
    font-size: 5vw;
    height: 18.75vw;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .nav-link .number {
    max-height: 22px;
  }
  .nav-link .number {
    left: 6.25vw;
    top: 50%;
    transform: translateY(-50%);
    min-width: 6.5625vw;
    max-height: 10.9375vw;
  }
  .nav-link:after {
  }
  .nav-link .arrow img {
    width: 5.625vw;
  }
}

/* intro */
.intro {
  text-align: center;
  padding: 80px 0;
}

.intro p {
  /*font-weight: 600;*/
  font-size: 1.25rem;
  line-height: 2;
}

@media screen and (max-width: 959px) {
  .intro {
    padding: 45px 0;
  }
  .intro p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 30px 0 0;
    text-align: left;
  }
}

#section-01 .section-title-wrap {
  background-image: url(../img/01-bg.jpg);
  background-position: center -100px;
}

@media screen and (max-width: 767px) {
  #section-01 .section-title-wrap {
    background-image: url(../img/01-bg_sp.jpg);
    background-position: center right;
  }
}

#section-01 .two-columns .img-box {
  margin-top: -37px;
}

#section-01 .three-columns {
  margin-top: 120px;
}

#section-01 .three-columns .text-box {
  flex: 0 1 auto;
}

#section-01 .three-columns .img-box {
  margin-left: 50px;
  margin-top: 40px;
  flex: 0 0 24.82%;
}

#section-01 .three-columns .img-box:last-child {
  margin-left: 25px;
}

@media screen and (max-width: 959px) {
  #section-01 .three-columns {
    margin-top: 90px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #section-01 .three-columns .text-box {
    flex: 0 0 100%;
  }
  #section-01 .three-columns .img-box {
    margin-left: 0;
    margin-top: 30px;
    flex: 0 0 49%;
    max-width: 278px;
  }
  #section-01 .three-columns .img-box:last-child {
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  #section-01 .three-columns {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  #section-01 .three-columns {
    display: block;
  }
  #section-01 .three-columns .img-box {
    margin: 20px auto 0 !important;
  }
}

#section-01 .blackbox {
  padding: 35px 60px 25px 50px;
}

#section-01 .blackbox h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  #section-01 .blackbox h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #section-01 .blackbox h3 {
    font-size: 1.125rem;
  }
}

#section-01 .blackbox p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 959px) {
  #section-01 .blackbox p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  #section-01 .blackbox p {
    font-size: 0.84375rem;
  }
}

#section-01 .blackbox .text-box {
  flex: 0 1 auto;
}

#section-01 .blackbox .img-box {
  flex: 0 0 auto;
  margin-left: 100px;
}

#section-01 .blackbox .logo-box {
  flex: 0 0 61px;
  margin-left: 30px;
}

#section-01 .blackbox .logo-box img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  #section-01 .blackbox .text-box {
    flex: 1 1 auto;
  }
  #section-01 .blackbox .img-box {
    margin-left: 50px;
  }
  #section-01 .blackbox .logo-box {
    flex: 0 0 5.45vw;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #section-01 .blackbox {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px;
  }
  #section-01 .blackbox .text-box {
    flex: 0 0 100%;
  }
  #section-01 .blackbox .img-box,
  #section-01 .blackbox .logo-box {
    flex: 0 1 auto;
  }
  #section-01 .blackbox .img-box {
    margin-left: 0;
    margin-top: 30px;
  }
  #section-01 .blackbox .logo-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #section-01 .blackbox {
    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding: 12.5vw 6.25vw;
  }
  #section-01 .blackbox .img-box,
  #section-01 .blackbox .logo-box {
    flex: 0 1 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  #section-01 .blackbox .img-box {
    flex: 0 0 43.75vw;
    margin-left: 0;
  }
  #section-01 .blackbox .logo-box {
    flex: 0 0 12.5vw;
  }
}

#section-02 .section-title-wrap {
  background-image: url(../img/02-bg.jpg);
  background-position: center -500px;
}

@media screen and (max-width: 767px) {
  #section-02 .section-title-wrap {
    background-image: url(../img/02-bg_sp.jpg);
    background-position: center right;
  }
}

#section-02 .number {
  margin-left: -12px;
}

#section-02 .blackbox {
  padding: 35px 40px;
  justify-content: space-between;
}

#section-02 .blackbox h3 {
  margin-top: 20px;
  font-size: 1.1875rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  #section-02 .blackbox h3 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  #section-02 .blackbox h3 {
    font-size: 1.06875rem;
  }
}

#section-02 .blackbox p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  #section-02 .blackbox p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  #section-02 .blackbox p {
    font-size: 0.84375rem;
  }
}

#section-02 .blackbox .flex-item {
  margin-left: 5%;
  /* 画像の大きさが違うので変則指定 */
}

#section-02 .blackbox .flex-item:first-child {
  margin-left: 0;
}

#section-02 .blackbox .flex-item:first-child,
#section-02 .blackbox .flex-item:last-child {
  flex: 0 0 27.8846%;
}

#section-02 .blackbox .flex-item:nth-child(2) {
  flex: 0 0 31.6346%;
}
#section-02 .img-box p {
  font-size: 12px;
  margin-top: 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #section-02 .blackbox {
    box-sizing: border-box;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 767px) {
  #section-02 .blackbox {
    display: block;
    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding: 12.5vw 6.25vw;
  }
  #section-02 .blackbox .flex-item {
    margin-left: 0;
    margin-top: 60px;
  }
  #section-02 .blackbox .flex-item:first-child {
    margin-top: 0;
  }
  #section-02 .blackbox .flex-item img {
    display: block;
    margin: 20px auto 0;
  }
  #section-02 .blackbox h3 {
    margin-top: 0;
  }
}

#section-03 .section-title-wrap {
  background-image: url(../img/03-bg.jpg);
  background-position: center -645px;
}

@media screen and (max-width: 767px) {
  #section-03 .section-title-wrap {
    background-image: url(../img/03-bg_sp.jpg);
    background-position: center right;
  }
}

@media screen and (max-width: 1199px) {
  #section-03 .two-columns {
    align-items: flex-start;
  }
  #section-03 .two-columns .img-box {
    flex: 0 0 50%;
    margin-top: 30px;
    position: relative;
    padding-top: 28.125%;
  }
  #section-03 .two-columns .img-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 959px) {
  #section-03 .two-columns {
    display: block;
  }
  #section-03 .two-columns .img-box {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    padding-top: 56.25%;
  }
}

#section-03 .blackbox {
  padding: 45px 65px 35px;
  background-image: url(../img/03-blackbox-bg-default.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  #section-03 .blackbox {
    background-image: url(../img/03-blackbox-bg.png);
    background-position: right center;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) and (max-width: 1199px) {
  #section-03 .blackbox {
    background-image: url(../img/03-blackbox-bg@2x.png);
  }
}

@media screen and (max-width: 859px) {
  #section-03 .blackbox {
    background-position: right -50px center;
  }
}

@media screen and (max-width: 767px) {
  #section-03 .blackbox {
    padding: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 767px) {
  #section-03 .blackbox {
    margin-top: 0;
    background-image: none;
    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding: 3.125vw 6.25vw 12.5vw;
  }
}

#section-03 .blackbox h3 {
  font-size: 1.25rem;
}

@media screen and (max-width: 959px) {
  #section-03 .blackbox h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #section-03 .blackbox h3 {
    font-size: 1.125rem;
  }
}

#section-03 .blackbox p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 959px) {
  #section-03 .blackbox p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  #section-03 .blackbox p {
    font-size: 0.84375rem;
  }
}

#section-03 .blackbox .text-box {
  max-width: 60%;
}

@media screen and (max-width: 767px) {
  #section-03 .blackbox .text-box {
    max-width: 100%;
  }
}

#section-03 .blackbox-content {
  box-sizing: border-box;
  margin-left: -6.25vw;
  margin-right: -6.25vw;
  margin-top: 30px;
  padding: 12.5vw 6.25vw 3.125vw;
  background-color: #2f2f2f;
  color: #fff;
  background-image: none;
}

#section-03 .blackbox-content h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  #section-03 .blackbox-content h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #section-03 .blackbox-content h3 {
    font-size: 1.125rem;
  }
}

#section-03 .blackbox-content p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 959px) {
  #section-03 .blackbox-content p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  #section-03 .blackbox-content p {
    font-size: 0.84375rem;
  }
}

#section-04 .caption {
  text-align: left;
}

#section-04 .section-title-wrap {
  background-image: url(../img/04-bg.jpg);
  background-position: center -500px;
}

@media screen and (max-width: 767px) {
  #section-04 .section-title-wrap {
    background-image: url(../img/04-bg_sp.jpg);
    background-position: center right;
  }
}

#section-04 .number {
  margin-left: -18px;
}

#section-04 .two-columns {
  align-items: flex-end;
}

@media screen and (max-width: 1199px) {
  #section-04 .two-columns {
    align-items: flex-start;
  }
  #section-04 .two-columns .img-box {
    flex: 0 0 50%;
    margin-top: 30px;
    position: relative;
    padding-top: 28.125%;
  }
  #section-04 .two-columns .img-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 959px) {
  /* #section-04 .two-columns {
    display: block;
  } */
  #section-04 .two-columns .img-box {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 1190px) {
  #section-04 .two-columns .img-box p {
    position: absolute;
  }
}

#section-04 .graph {
  margin-top: 60px;
  text-align: center;
}

#section-04 .graph + .text-box {
  margin-top: 120px;
}

@media screen and (max-width: 959px) {
  #section-04 .graph {
    margin-top: 45px;
  }
  #section-04 .graph + .text-box {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  #section-04 .graph {
    margin-top: 30px;
  }
  #section-04 .graph + .text-box {
    margin-top: 60px;
  }
}

#section-05 {
  padding-bottom: 100px;
}

@media screen and (max-width: 959px) {
  #section-05 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  #section-05 {
    padding-bottom: 50px;
  }
}

#section-05 .section-title-wrap {
  background-image: url(../img/05-bg.jpg);
  background-position: center -500px;
}

@media screen and (max-width: 767px) {
  #section-05 .section-title-wrap {
    background-image: url(../img/05-bg_sp.jpg);
    background-position: center right;
  }
}

#section-05 .row1 .text-box {
  flex: 0 0 45.53%;
}

#section-05 .row1 .img-box {
  margin-top: -60px;
}

@media screen and (max-width: 1399px) {
  #section-05 .row1 .img-box {
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  #section-05 .row1 .img-box {
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 1599px) {
  #section-05 .row1 .img-box img {
    max-width: 90%;
  }
}

@media screen and (max-width: 1399px) {
  #section-05 .row1 .img-box img {
    max-width: 75%;
  }
}

@media screen and (max-width: 1199px) {
  #section-05 .row1 .img-box img {
    max-width: 100%;
  }
}

#section-05 .row2 {
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 959px) {
  #section-05 .row2 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first,
  #section-05 .row2 .last {
    display: flex;
    flex-wrap: wrap;
  }
  #section-05 .row2 .first figure,
  #section-05 .row2 .last figure {
    flex: 0 0 100%;
    order: 2;
    margin-top: 30px;
  }
  #section-05 .row2 .first .text-box,
  #section-05 .row2 .last .text-box {
    flex: 0 0 100%;
    order: 1;
    margin-top: 0;
  }
}

#section-05 .row2 .first img,
#section-05 .row2 .last img {
  max-width: none;
}

@media screen and (max-width: 1399px) {
  #section-05 .row2 .first img,
  #section-05 .row2 .last img {
    max-width: 110%;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first img,
  #section-05 .row2 .last img {
    max-width: 100%;
  }
}

#section-05 .row2 .first figure,
#section-05 .row2 .last figure {
  min-height: 490px;
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 .first figure,
  #section-05 .row2 .last figure {
    min-height: 0;
    height: 40.83vw;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first figure,
  #section-05 .row2 .last figure {
    height: auto;
  }
}

#section-05 .row2 .first {
  flex: 0 0 48.214%;
  width: 48.214%;
  max-width: 48.214%;
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first {
    flex: 0 0 120%;
    width: 100%;
    max-width: 100%;
  }
}

#section-05 .row2 .first figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first figure {
    flex: 0 0 120%;
    margin: 30px 0 30px;
    text-align: center;
  }
}

#section-05 .row2 .first img {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 .first img {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .first img {
    margin-top: 7.5vw;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first img {
    margin-top: 30px;
  }
}

#section-05 .row2 .first .figcaption1,
#section-05 .row2 .first .figcaption2 {
  position: absolute;
  font-size: 0.7875rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: sans-serif;
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .first .figcaption1,
  #section-05 .row2 .first .figcaption2 {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first .figcaption1,
  #section-05 .row2 .first .figcaption2 {
    font-size: 0.61875rem;
  }
}

#section-05 .row2 .first .figcaption1 {
  top: 80px;
  left: 260px;
}

@media screen and (max-width: 1399px) {
  #section-05 .row2 .first .figcaption1 {
    left: 230px;
  }
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 .first .figcaption1 {
    left: 40%;
    top: 14%;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first .figcaption1 {
    top: 3%;
  }
}

#section-05 .row2 .first .figcaption2 {
  bottom: 8px;
  left: 130px;
}

@media screen and (max-width: 1399px) {
  #section-05 .row2 .first .figcaption2 {
    bottom: 45px;
    left: 115px;
  }
}

@media screen and (max-width: 1199px) {
  #section-05 .row2 .first .figcaption2 {
    top: 85.5%;
    left: 18%;
  }
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .first .figcaption2 {
    top: 84%;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .first .figcaption2 {
    top: 102%;
    left: 20%;
  }
}

#section-05 .row2 .last {
  margin-left: 90px;
  width: 42.857%;
}

@media screen and (max-width: 1399px) {
  #section-05 .row2 .last {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .last {
    margin-left: 0;
    margin-top: 60px;
    width: 100%;
  }
  #section-05 .row2 .last figure {
    text-align: center;
  }
}

#section-05 .row2 .text-box {
  margin-top: 60px;
}

#section-05 .row2 .text-box h3 {
  font-size: 1.25rem;
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .text-box h3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .text-box h3 {
    font-size: 1.125rem;
  }
}

#section-05 .row2 .text-box p {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 959px) {
  #section-05 .row2 .text-box p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  #section-05 .row2 .text-box p {
    font-size: 0.84375rem;
  }
}

.outro-top-line {
  border-color: #000;
  margin: 0;
}

.outro {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .outro {
    padding-top: 45px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .outro {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.outro h2 {
  font-size: 2.125rem;
  letter-spacing: 0.045em;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  .outro h2 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .outro h2 {
    font-size: 1.4875rem;
  }
}

@media screen and (max-width: 479px) {
  .outro h2 {
    font-size: 1.275rem;
  }
}

.outro p {
  margin-top: 30px;
  font-size: 1.1875rem;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .outro p {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 479px) {
  .outro p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 374px) {
  .outro p {
    font-size: 0.75rem;
  }
}

.outro img {
  margin-top: 50px;
}

@media screen and (max-width: 959px) {
  .outro img {
    margin-top: 37.5px;
  }
}

@media screen and (max-width: 767px) {
  .outro img {
    margin-top: 25px;
  }
}

.outro .btn-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  .outro .btn-wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .outro .btn-wrap {
    margin-top: 20px;
  }
}

.outro .btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
  height: 66px;
  background: #404040;
  color: #fff;
  line-height: 66px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
  transition: 0.25s;
}

@media screen and (max-width: 959px) {
  .outro .btn {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .outro .btn {
    font-size: 0.95625rem;
  }
}

.outro .btn .arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.aside .flex {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .aside .flex {
    display: block;
  }
}

.aside .flex-item {
  flex: 0 1 460px;
}

.aside .flex-item:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .aside .flex-item {
    text-align: center;
  }
  .aside .flex-item:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
}

/*======================================================*/
/*//section--block//*/
/*======================================================*/

.border-block {
  max-width: 873px;
  margin: 70px auto 0;
  border: 1px solid #000;
}
.border-block .column_block {
  padding: 60px;
}
.border-block .flex-item {
  width: 47%;
  margin-right: 6%;
}
.border-block .flex-item:last-child {
  margin-right: 0;
}
.border-block .flex-item h3 {
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 21px;
}
.border-block .flex-item p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  
}
@media screen and (max-width: 767px) {
  .border-block {
    max-width: 100%;
    margin: 35px auto 0;
    border: 1px solid #000;
  }
  .border-block .column_block {
    padding: 12.5vw;
  }
  .border-block .flex-item {
    width: 100%;
    margin-right: 0;
  }
  .border-block .flex-item:last-child {
    margin-right: 0;
  }
  .border-block .flex-item h3 {
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 21px;
  }
  .border-block .flex-item p {
    font-size: 15px;
    line-height: 1.8;
  }
}
.banner-link {
  text-align: center;
}
.banner-link a {
  display: inline-block;
  transition: all 0.4s;
}
.banner-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .banner-link {
    padding: 0 12.5vw;
  }
}

.point .content-s {
  margin: 40px auto 0;
}
.point h3 {
  text-align: center;
  font-size: 19px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .point h3 {
    text-align: center;
    font-size: 3.4375vw;
    font-weight: normal;
  }
}
.point p.text-box {
  font-size: 15px;
  line-height: 2;
  margin-top: 40px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .point p.text-box {
    font-size: 3.4375vw;
    line-height: 1.7;
    margin-top: 6.25vw;
    letter-spacing: 0px;
  }
}
.point .note {
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .point .note {
    font-size: 12px;
    margin-top: 12px;
    line-height: 1.5;
  }
}
.point .img-box {
  text-align: center;
}

.video-box{
  position: relative;
}
.point03 .video-box .video-box_thumb{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}
@media screen and (max-width: 767px) {
  .point03 .video-box .video-box_thumb img{
    width: 100%;
  }
}

.point02 .content-s .img-box,
.point03 .content-s .video-box,
.point04 .content-s .img-box,
.point05 .content-s .img-box {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .video-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .video-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.title_border {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.title_border h2 {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .title_border h2 {
    font-size: 4.6875vw;
    text-align: center;
    font-weight: normal;
    margin-top: 6.25vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .about-text{
    padding-bottom: 80px;
  }
}
.point01 .description-img {
  margin-top: 40px;
}
.point01 .description-img .flex-item {
  margin-right: 20px;
}
.point01 .description-img .flex-item:last-child {
  margin-right: 0;
}
.point01 .description-img .flex-item p {
  font-size: 12px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .point01 .description-img {
    margin-top: 6.25vw;
    padding: 0 12.5vw;
  }
  .point01 .description-img .flex-item {
    margin-right: 0;
  }
  .point01 .description-img .flex-item img {
    width: 100%;
    height: auto;
  }
  .point01 .description-img .flex-item p {
    line-height: 1.7;
  }
}
.point02 .img-box p.caption{
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .point02 .img-box p.caption{
    line-height: 1.7;
  }
}
.point04 .banner-link {
  margin-bottom: 50px;
}
.point04 .border-block .column_block {
  padding: 60px 60px 30px;
}
.point04 .banner-link a{
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .point04 .banner-link {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .point04 .border-block .column_block {
    padding: 12.5vw 12.5vw 0;
  }
}
.movie-4k {
  background: #ddece7;
  padding-bottom: 60px;
  /*display: none;*/
  margin-bottom: 20px;
}
.movie-4k .inner.content {
  padding: 60px 0 0 0;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movie-4k .inner.content {
    padding: 40px 6.25vw 0 6.25vw;
  }
}
.movie-4k .two-columns .flex-item:first-child {
  width: 35%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .movie-4k .two-columns .flex-item:first-child {
    width: 100%;
    margin-right: 0%;
  }
}
.movie-4k .two-columns .flex-item:last-child {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .movie-4k .two-columns .flex-item:last-child {
    width: 100%;
  }
}
.movie-4k .two-columns .flex-item h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .movie-4k .two-columns .flex-item h3 {
     font-size: 4.6875vw;
  }
}
.movie-4k .two-columns .flex-item p {
  line-height: 1.8;
  font-size: 15px;
  margin-top: 20px;
}

.highlightmoviemaker {
  background-image: url('../img/highlightmoviemaker_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0px auto 150px;
  padding: 60px 0;
  width: 100%;
}
.highlightmoviemaker .inner.content {
  margin: 0 auto;
  max-width: 940px;
  padding: 0 10px;
}
.highlightmoviemaker .text-box {
  max-width: 680px;
}
.highlightmoviemaker .text-box h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
}
.highlightmoviemaker .text-box p {
  margin-top: 40px;
  line-height: 1.5;
  font-size: 15px;
}
.highlightmoviemaker .text-box p.note {
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.5;
}
.highlightmoviemaker .text-box p.note a {
  color: #1200fd;
  transition: all .4s;
}
.highlightmoviemaker .text-box p.note a:hover {
  color: #275eff;
}
.highlightmoviemaker .img-box {
  margin-top: 55px;
}
@media screen and (max-width: 959px){
  .highlightmoviemaker .txt-shadow{
    text-shadow: 0px 0px 4px #ffffff, 0px 0px 2px #ffffff, 0px 0px 1px #ffffff;
  }
}

@media screen and (max-width: 959px) {
  .highlightmoviemaker {
    background-position: right 25% top 0;
  }
  .highlightmoviemaker .text-box{
    text-shadow:0px 0px 4px #ffffff,0px 0px 2px #ffffff,0px 0px 1px #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .highlightmoviemaker {
    background-color: #c9d985;
    background-image: url('../img/highlightmoviemaker_bg_sp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0px auto 30vw;
    padding: 9.375vw 0;
    width: 100%;
  }
  .highlightmoviemaker .inner.content {
    margin: 0 auto;
    padding: 0 5.625vw;
  }
  .highlightmoviemaker .text-box p {
    font-size: 3.4375vw;
    line-height: 1.7;
    margin-top: 3.4375vw;
  }
  .highlightmoviemaker .text-box {
    max-width: 59%;
  }
  .highlightmoviemaker .text-box h2 {
    font-size: 4.6875vw;
    font-weight: normal;
    line-height: 1.5;
  }
  .highlightmoviemaker .img-box {
    margin-top: 7.5vw;
  }
}

.grip .content-m {
  background: #e6ebe7;
}
.grip .text-box {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.grip h2 {
  font-size: 27px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 40px;
}
.grip h3 {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 28px;
}
.grip p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 25px;
}
.grip .column_block .text-box {
  text-align: center;
  margin-top: 20px;
  max-width: 700px;
  margin: 40px auto;
}
.grip .two-columns {
  margin-top: 50px;
  padding: 0 50px 40px;
}
.grip .two-columns .flex-item:first-child {
  width: 40%;
}
.grip .two-columns .flex-item:first-child .row {
  margin-left: 20px;
}
.grip .two-columns .flex-item:last-child {
  width: 60%;
}
.grip .flex-item p {
  margin-top: 0;
}
.grip .col--2 {
  float: left;
  width: 30%;
}
.grip .col--2:first-child {
  width: 30%;
}
.grip .col--2:first-child p:nth-child(1) {
  font-size: 14px;
}
.grip .col--2:first-child p:nth-child(2) {
  font-size: 17px;
}
.grip .col--2:last-child {
  width: 70%;
}
.grip .col--2 .btn-box a {
  display: block;
  background: #00729e;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  max-width: 168px;
  margin-top: 10px;
  transition: all 0.4s;
}
.grip .col--3 {
  float: left;
  text-align: center;
  width: 33.33%;
}
.grip .col--3 p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .grip h2 {
    font-size: 4.0625vw;
    margin-top: 20px;
    padding: 0 5.625vw;
  }
  .grip h3 {
    font-size: 3.75vw;
    font-weight: normal;
    margin-bottom: 14px;
    padding: 0 5.625vw;
  }
  .grip p {
    font-size: 2.8125vw;
    line-height: 1.7;
    margin-top: 10px;
    padding: 0 10px;
  }
  .grip .two-columns {
    margin: 25px auto 0;
    padding: 0 5.625vw 5.625vw;
    overflow: hidden;
  }
  .grip .two-columns .flex-item:first-child {
    width: 100%;
    overflow: hidden;
  }
  .grip .two-columns .flex-item:first-child .row {
    margin-left: 10%;
  }
  .grip .two-columns .flex-item:last-child {
    width: 100%;
    overflow: hidden;
  }
  .grip .flex-item p {
    margin-top: 0;
  }
  .grip .col--2 {
    float: left;
    width: 30%;
  }
  .grip .col--2:first-child {
    width: 30%;
  }
  .grip .col--2:first-child p:nth-child(1) {
    font-size: 14px;
  }
  .grip .col--2:first-child p:nth-child(2) {
    font-size: 17px;
  }
  .grip .col--2:last-child {
    width: 70%;
    text-align: left;
  }
  .grip .col--2 .btn-box {
  }
  .grip .col--2 .btn-box a {
    display: inline-block;
    background: #00729e;
    color: #ffffff;
    text-align: center;
    padding: 5px 20px;
    font-size: 13px;
    max-width: 100%;
    margin-top: 10px;
    transition: all 0.4s;
  }

  .grip .row {
    text-align: center;
  }
  .grip .col--3 {
    width: 47%;
    float: none;
    display: inline-block;
  }
}

.line-up {
  text-align: center;
}
.line-up p {
  font-size: 17px;
  margin: 75px 0;
  line-height: 1.8;
}
.line-up .btn-box a {
  margin: 60px auto 0;
}
.line-up .btn-box a {
  display: block;
  background: #00729e;
  color: #ffffff;
  padding: 18px;
  max-width: 284px;
  text-align: center;
  transition: all 0.4s;
}
.line-up .banner-link{
  margin-top: 100px;
}
.recommended-item{
  margin-top: 100px;
}
.recommended-item p{
  font-size: 17px;
  line-height: 1.8;
}
.recommended-item .banner-link{
  margin: 30px auto auto;
}
.grip .col--2 .btn-box a:hover,
.line-up .btn-box a:hover {
  background: #0788b9;
}
.recommended-item .banner-link a{
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .line-up p {
    font-size: 3.4375vw;
    margin: 12.5vw 0;
    line-height: 1.8;
  }
  .line-up .btn-box a {
    margin: 60px auto 0;
  }
  .line-up .banner-link{
    margin-top: 60px;
    padding: 0;
  }
  .recommended-item{
    margin-top: 0;
  }
  .recommended-item p{
    font-size: 3.4375vw;
    margin: 12.5vw 0;
    line-height: 1.8;
  }
  .recommended-item .banner-link{
    padding: 0;
    margin: 0;
  }
}
section#section-08 {
  padding-bottom: 30px;
  overflow: visible;
}
.s5-toSitemap{
  line-height: 1.7;
}
