@charset "UTF-8";


/*****スマホ　メインビジュアルの変な動きを抑える js連動　****/

@media screen and (max-width: 768px) {
.u_fit{
	display:initial;
}
}




@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
 /* font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;*/
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}


html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
  width: 100%;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}


/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: skewY(5deg) translate3d(0, 3em, 0);
    transform: skewY(5deg) translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: skewY(5deg) translate3d(0, 3em, 0);
    transform: skewY(5deg) translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.4, 0.2, 0.1, 1);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 153.6rem;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100%;
}

#max {
  width: 153.6rem;
}


@media screen and (min-width: 768px) {
  html {
    font-size: calc(100vw * 10 / 1536);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 600);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}



.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 5.3%;
    padding: 0;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
.h_logo {
  position: absolute;
  left: 3rem;
  top: 3rem;
  z-index: 2;
}

.h_logo img {
  width: 6.2rem;
}

#footer {
  position: relative;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}

.f_logo {
  margin-left: 9rem;
}

.f_logo img {
  width: 16.1rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    margin: 0 auto 2rem;
  }
}

.f_copy {
  margin-left: 9rem;
  font-size: 1rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    margin: 0;
  }
}

.f_sns {
  margin-bottom: 1rem;
}

.f_sns li {
  display: inline-block;
  margin-right: .5rem;
}

.f_sns img {
  width: 2.5rem;
}

@media screen and (max-width: 767px) {
  .f_sns {
    margin: 0 auto 2rem;
  }
}

.f_elecom img {
  width: 12.1rem;
}

@media screen and (max-width: 767px) {
  .f_elecom {
    margin: 0 auto 2rem;
  }
}

@media screen and (min-width: 768px) {
  .f_right {
    position: absolute;
    right: 13rem;
    top: 0;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
#loading {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  background: url("../img/logo.svg") no-repeat 50%/contain;
  height: 100%;
}

.square-spin {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  height:12rem;
}

.top_main {
  position: relative;
}

.top_main .left, .top_main .right {
  position: relative;
}


@media screen and (max-width: 767px) {
  .top_main .left {
    height: 43vh;
  }
  .top_main .right {
    height:  43vh;
  }
}
@media screen and (max-width: 320px) {
 .top_main .left {
    height: 50vh;
  }
  .top_main .right {
    height:  50vh;
  }
}	
@media screen and (min-width: 768px) {
  .top_main .left {
    width: 50%;
    float: left;
    height: 100%;
  }
  .top_main .right {
    width: 50%;
    float: right;
    height: 100%;
  }
}



.c_scroll {
  width: 6rem;
  position: absolute;
  bottom: 0;
  right: 4rem;
  z-index: 4;
  height: 15rem;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .c_scroll {
    right: 0;
  }
}

.c_scroll span {
  position: absolute;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .1em;
}

.c_scroll a {
  display: block;
}

.c_scroll .line {
  width: 100%;
  height: 9rem;
  display: block;
  position: absolute;
  overflow: hidden;
}

.c_scroll .line:before {
  content: '';
  height: 100%;
  border-left: solid 1px #717171;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  animation: wrap_on 1s ease-in-out 1.5s forwards;
}

.c_scroll .line:after {
  content: '';
  height: 100%;
  border-left: solid 2px #fff;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  animation: scroll_border 2.5s ease-in-out 2.5s infinite;
}

@keyframes wrap_on {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes scroll_border {
  0%,
  100%,
  52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

.top_lead {
  padding: 14rem 0 12rem;
  text-align: center;
}

.top_lead dt {
  margin-bottom: 3.5rem;
}

.top_lead dt img {
  width: 54.1rem;
}

.top_lead dd {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .top_lead {
    margin: 0 5.3%;
  }
}

.top_img {
  text-align: center;
  margin-bottom: 38rem;
}

.top_img img {
  display: block;
  margin: 0 auto;
  width: 30rem;
  width: 26rem;
}

.top_img img.a {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .top_img {
    margin-bottom: 15rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .top_img > * {
    width: 33.333%;
  }
}

@media screen and (min-width: 768px) {
  .top_img li {
    display: inline-block;
    margin: 0 1rem;
  }
}

.fixed_best {
  height: 100vh;
  position: absolute;
  right: 5rem;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity .2s ease-in;
}

.fixed_best i {
  display: block;
  font-size: 1.8rem;
  color: #2c2320;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .3em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.fixed_best em {
  margin-bottom: .4em;
  letter-spacing: .2em;
}

.fixed_best.fixed {
  position: fixed;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .fixed_best {
    right: 1rem;
  }
  .fixed_best i {
    font-size: 1.6rem;
  }
}

.top_wrap {
  position: relative;
}

.top_sec {
  margin-bottom: 35rem;
}

.top_sec .img {
  position: relative;
  z-index: 2;
}

.top_sec .img img {
  width: 100%;
  display: block;
}

.top_sec dt {
  margin-bottom: 1.5rem;
}

.top_sec dt i {
  font-size: 1.8rem;
  font-weight: bold;
  color: #33a1db;
  border: solid 2px #33a1db;
  display: inline-block;
  border-radius: .5em;
  padding: .8em 1.5em;
  line-height: 1.33;
  margin-bottom: 3rem;
}

.top_sec dt i.b {
  color: #00ac97;
  border-color: #00ac97;
}

.top_sec dt i.c {
  color: #e95281;
  border-color: #e95281;
}

.top_sec dt img {
  width: 45.2rem;
  width: 50rem;
}

.top_sec dd {
  position: relative;
}

.top_sec dd p {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 4rem;
}

.top_sec .fig {
  right: 3rem;
  top: 6rem;
  position: absolute;
  font-size: 1.4rem;
}

.top_sec .fig img {
  width: 15.15em;
}

.top_sec .fig.b {
  top: 8rem;
}

.top_sec .fig.b img {
  width: 14.1em;
}

.top_sec .fig.c {
  top: 12rem;
}

.top_sec .fig.c img {
  width: 13.3em;
}

.top_sec .img {
  opacity: 0;
  transition: opacity .5s ease;
  overflow: hidden;
}

.top_sec .img img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transform: scale(1.5);
}

.top_sec .img.show {
  opacity: 1;
}

.top_sec .img.show img {
  transition: all 2s ease;
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: scale(1);
}

.top_sec .img1 {
  width: 30.8em;
}

.top_sec .img2 {
  width: 25.45em;
}

.top_sec .img3 {
  width: 30.8em;
}

.top_sec .img4 {
  width: 21.45em;
}

.top_sec .img5 {
  width: 30.8em;
}

.top_sec .img6 {
  width: 28.3em;
}

@media screen and (max-width: 767px) {
  .top_sec {
    margin-bottom: 28rem;
  }
  .top_sec .img {
    font-size: 1.2rem;
    margin-top: 5rem;
  }
  .top_sec .img1, .top_sec .img2 {
    font-size: 1.4rem;
  }
  .top_sec .img3, .top_sec .img4 {
    font-size: 1.4rem;
  }
  .top_sec .img1, .top_sec .img5 {
    margin-left: auto;
  }
  .top_sec .img4 {
    margin-left: auto;
  }
  .top_sec dl {
    margin: 5rem 5.3% 0;
  }
  .top_sec dl {
    margin: 5rem 5.3% 0;
  }
}

@media screen and (min-width: 768px) {
  .top_sec dl {
    position: relative;
    width: 54rem;
  }
  .top_sec.a dl {
    left: 50%;
  }
  .top_sec.b dl {
    left: 50%;
    margin-left: -48rem;
  }
  .top_sec .img1 {
    left: 50%;
    margin-left: -8rem;
  }
  .top_sec .img2 {
    margin-top: -37rem;
    margin-bottom: -8rem;
  }
  .top_sec .img3 {
    left: 50%;
    margin-left: -64.5rem;
    margin-top: -7rem;
  }
  .top_sec .img4 {
    left: 50%;
    margin-left: 15rem;
    margin-top: -18rem;
    margin-bottom: -27.5rem;
  }
  .top_sec .img5 {
    margin-top: 20rem;
    left: 50%;
    margin-left: -8rem;
  }
  .top_sec .img6 {
    margin-top: -25rem;
    margin-bottom: -4.5rem;
  }
}

.top_sec .link {
  position: relative;
}

.top_sec .link a {
  display: inline-block;
  background: #0071bb;
  border-radius: 2em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  padding: 1.1em 4em 1em;
}

.top_sec .link.b a {
  background: #a7ce39;
}

.top_sec .link.c a {
  background: #ec008d;
}

.top_sec .link a:hover {
  opacity: 1;
  background: #000 !important;
}

.top_sec .link img {
  animation: 4s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.top_slide {
  width: 142.1rem;
  height: 72rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_slide {
    width: auto;
    height: 34rem;
  }
}

@media screen and (min-width: 768px) {
  .top_slide.b {
    margin-left: auto;
  }
}

.c_ttl {
  text-align: center;
  margin-bottom: 5.5rem;
}

.c_ttl img {
  width: 12.6rem;
}

.c_ttl small {
  display: block;
  color: #221815;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .8em;
  margin-left: .8em;
  margin-top: 1em;
}

.top_point {
  margin: 0 auto 15rem;
}

.top_point .catch {
  background: url("../img/point_catch_bg_l.png") no-repeat left center/50rem;
  position: relative;
  height: 17.9rem;
}

.top_point .catch:before {
  content: '';
  position: absolute;
  background: url("../img/point_catch_bg_r.png") no-repeat right center/contain;
  width: 46.4rem;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.top_point .catch img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 52.5rem;
  margin-left: 30rem;
}

@media screen and (max-width: 767px) {
  .top_point .catch {
    background-size: 80%;
  }
  .top_point .catch:before {
    background-size: 84%;
  }
  .top_point .catch img {
    width: 52%;
    margin-left: 37%;
  }
}

.top_point .img {
  background: #e3e3e3;
  height: 36rem;
}

.top_point .img img {
  display: block;
  margin: 0 auto;
  width: 27rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.top_point li {
  position: relative;
  margin-bottom: 8.5rem;
}

.top_point li p {
  position: absolute;
  right: -3rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}

.top_point li p img {
  width: 2.1rem;
}

.top_point li p i {
  display: block;
  border-bottom: solid 1px #000;
  padding-bottom: .5em;
  margin-bottom: .8em;
}

.top_point li p span {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .05em;
  margin-left: .1em;
}

.top_point dt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .105em;
  margin: 1em 0 .5em;
}

.top_point dd {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_point {
    margin: 0 5.3% 5.5rem;
  }
  .top_point li {
    margin-bottom: 4rem;
    margin-right: 2rem;
  }
  .top_point dd {
    font-size: 1.6rem;
  }
  .top_point dd br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top_point {
    width: 130rem;
  }
  .top_point ul {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_point ul > * {
    margin-left: 6%;
    width: 29.33333%;
  }
  .top_point ul > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .top_point .catch {
    width: 96.4rem;
    margin: 0 auto;
  }
}

.top_spec {
  width: 141.2rem;
  margin: 0 auto 15rem;
}

@media screen and (max-width: 767px) {
  .top_spec {
    width: auto;
  }
}

.top_spec .bg {
  background: #f4f2f2;
  padding: 11rem 0 7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_spec .bg {
    margin: 0 5.3%;
    padding: 6rem 5.3% 7rem;
  }
}

.top_spec .model {
  width: 118rem;
  margin: 0 auto;
  color: #fff;
}

.top_spec .model a {
  display: block;
  background: #000000;
  padding: 1em 0;
  position: relative;
  overflow: hidden;
  font-size: 2rem;
}

.top_spec .model a:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 1em 1em 0;
  border-color: transparent #f4f2f2 transparent transparent;
}

.top_spec .model a:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 0 1em 1em;
  border-color: transparent transparent #f4f2f2 transparent;
}

.top_spec .model a.a {
  padding-left: 6em;
}

.top_spec .model a.a:before {
  top: 0;
  right: 0;
}

.top_spec .model a.a:after {
  bottom: 0;
  right: 0;
}

.top_spec .model a.a .arrow {
  left: -1em;
}

.top_spec .model a.b {
  padding-right: 6em;
}

.top_spec .model a.b:before {
  top: 0;
  left: 0;
  border-width: 2rem 2rem 0 0;
  border-color: #f4f2f2 transparent transparent transparent;
}

.top_spec .model a.b:after {
  bottom: 0;
  left: 0;
  border-width: 2rem 0 0 2rem;
  border-color: transparent transparent transparent #f4f2f2;
}

.top_spec .model a.b .arrow {
  transition-property: right;
  background-image: url("../img/ico_arrow02.png");
  right: -1em;
}

.top_spec .model a:hover {
  opacity: 1;
}

.top_spec .model a:hover.a .arrow {
  left: 0;
}

.top_spec .model a:hover.b .arrow {
  right: 0;
}

.top_spec .model .arrow {
  background: url("../img/ico_arrow01.png") no-repeat 50%/contain;
  height: 2.25em;
  width: 6.9em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left .2s ease-in;
}

.top_spec .model i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.4em;
  line-height: 1;
  padding-right: .83em;
  margin-right: .83em;
  position: relative;
}

.top_spec .model i:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 92%;
  border-right: solid 1px #fff;
  right: 0;
}

.top_spec .model small {
  display: block;
  font-size: 50%;
  line-height: inherit;
}

.top_spec .model em {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .09em;
text-align: left;
}

@media screen and (min-width: 768px) {
  .top_spec .model {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .top_spec .model > * {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .top_spec .model {
    width: auto;
  }
  .top_spec .model a {
    font-size: 1.8rem;
  }
  .top_spec .model li + li {
    margin-top: 1rem;
  }
}

.top_spec .link a {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  background: #1169ab;
  padding: 1.5em 0;
}

.top_spec .link a.b {
  background: #a82929;
}

.top_spec .link a.c {
  background: #9a8028;
}

.top_spec .link img {
  width: 1.5em;
  vertical-align: middle;
  margin-right: .8em;
}

@media screen and (max-width: 767px) {
  .top_spec .link {
    margin: 0 5.3%;
  }
  .top_spec .link a {
    text-align: left;
    padding-left: 8em;
  }
}

@media screen and (min-width: 768px) {
  .top_spec .link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .top_spec .link > * {
    width: 33.333%;
  }
}

.top_spec .item p {
  font-size: 1.4rem;
  text-align: left;
  display: inline-block;
}

.top_spec .item p b {
  display: block;
}

@media screen and (max-width: 767px) {
  .top_spec .item li + li {
    margin-top: 5rem;
  }
  .top_spec .item li + li img {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .top_spec .item li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5rem;
  }
  .top_spec .item li.a {
    width: 50.9rem;
  }
  .top_spec .item li.b {
    width: 30rem;
  }
}

.top_spec dl {
  margin: 6rem 0 7rem;
}

@media screen and (min-width: 768px) {
  .top_spec dl {
    display: inline-block;
  }
}

.top_spec dt {
  font-weight: bold;
  font-size: 1.4rem;
  border: solid 1px #000;
  padding: .3em;
}

.top_spec dd {
  font-size: 1.4rem;
  padding: .5em 0;
}

.top_spec dd p {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em 0 .5em;
}

.top_spec dd dl {
  margin: 0;
  display: block;
  white-space: nowrap;
}

.top_spec dd dt {
  border: none;
  background: #fff;
  padding: .1em .5em;
}

.top_spec dd dd {
  padding: .35em .5em .5em;
}

@media screen and (min-width: 768px) {
  .top_spec dd.data {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .top_spec dd.data > * {
    width: 49%;
  }
  .top_spec dd dd {
    padding: .35em 1em .5em;
  }
}

.top_my {
  margin-bottom: 6rem;
}

.top_my ul {
  margin-top: 5rem;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_my li {
  width: 16.666%;
}

.top_my li img {
  display: block;
}

.top_my .img {
  background: url("../img/my_img01.jpg") no-repeat 50%/cover;
  padding-top: 100%;
}

@media screen and (max-width: 767px) {
  .top_my li {
    width: 33.333%;
  }
}

#slider2 li {
  position: absolute;
  width: 100%;
  height: 100%;
}

#slider2 li .wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#slider2 li .img {
  background: no-repeat center center;
  background-size: cover;
  width: 50vw;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  #slider2 li .img {
    width: 100vw;
  }
}

/****スライダ切り替えスピード****/
#slider2 li.active .img {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateX(0);
}
/****スライダ切り替えスピード****/
#slider2 li.hide .wrap {
  width: 0;
  transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
}

#slider1 li {
  position: absolute;
  width: 100%;
  height: 100%;
}

#slider1 li .wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  bottom: 0;
}

#slider1 li .img {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #slider1 li .img {
    height: 43vh;
  }
}
@media screen and (max-width: 320px) {
  #slider1 li .img {
    height: 50vh;
  }
}

/****スライダ切り替えスピード****/
#slider1 li.active .img {
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateX(0);
}

/****スライダ切り替えスピード****/
#slider1 li.hide .wrap {
  height: 0;
  transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
}

.c_slider li {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c_slider li .wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  opacity: 0;
}

.c_slider li .img {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: scale(1.05);
}

.c_slider li.active .wrap {
  transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out;
  opacity: 1;
}

.c_slider li.show .img {
  transition: transform 5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: transform 5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: scale(1);
}

.c_slider li.hide .wrap {
  opacity: 0;
}

.slide_control {
  position: absolute;
  bottom: -5rem;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .slide_control {
    bottom: -3.5rem;
  }
}

.slide_control.a {
  right: 0;
}

.slide_control.a li {
  margin-left: 2rem;
}

.slide_control.b {
  left: 0;
}

.slide_control.b li {
  margin-right: 2rem;
}

.slide_control li {
  display: inline-block;
}

.slide_control li.active a {
  background: #000000;
}

.slide_control a {
  color: transparent;
  position: relative;
  display: block;
  height: .8rem;
  width: .8rem;
  border-radius: 100%;
  background: #e4e4e4;
}

.slide_control a:hover {
  opacity: 1;
}

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