@charset "UTF-8";
/* -----------------------------------------
 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul,ol{
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
em {
  font-style: normal;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color:rgba(0,0,0,.0); *//*透明*/
/* }
a:focus, *:focus { outline:none; }
div{
  -webkit-tap-highlight-color:rgba(0,0,0,.0); *//*透明*/
/* }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
} */
input, select {
  vertical-align: middle;
}
.nowrap {
  white-space: nowrap;
}
.hidden{
  overflow: hidden;
}
sup {
  position: relative;
  top: 1em;
  vertical-align: top;
  font-size: 60%;
}
.page-heading sup {
  font-size: 50%;
  top: 0.3em;
}
.main-text sup {
  top: 1.05em;
  font-size: 55%;
}
sup.size-s {
  font-size: 50%;
}
.shadow{
  text-shadow: 0 0 20px black,2px 2px 10px black;
}
*, :after, :before {
  box-sizing: border-box;
}

/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: calc(100vw/39);
}
body {
  line-height: 1.5;
  /* color: #fff;
  background: #fff; */
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.opa0{ opacity: 0 }
.shadow{
  text-shadow: 3px 3px 1px rgba(0,0,0,0.3);
}
/* -----------------------------------------
 レイアウト
------------------------------------------- */
.stage{
  position: relative;
  color: #fff;
  background: #474759;
}
.main {
  margin: 0 auto;
}
.stage p {
  line-height: 1.5;
}
.page-contents.home {
  padding: 2.4rem 2rem;
}

/* -----------------------------------------
 その他 UI
------------------------------------------- */
/*ユーザーセレクト none */
/* img, h1, div, p, a{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
} */

/* -----------------------------------------
 文字装飾
------------------------------------------- */
.white{
  color: #fff;
}
.bold {
  font-weight: bold;
}
.red{
  color: #E94235;
}
.comment{
  font-size: 1.2rem;
}
.normal {
  font-weight: normal;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.block{
  display: block;
}
.posabs{
  position: absolute;
}
.fs60 {
  font-size: 6rem !important;
}
.fs56 {
  font-size: 5.6rem !important;
}
.fs52 {
  font-size: 5.2rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs40 {
  font-size: 4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs30 {
  font-size: 3rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs10 {
  font-size: 1rem !important;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: .5rem;
}
.mb10 {
  margin-bottom: 1rem;
}
.mb15 {
  margin-bottom: 1.5rem;
}
.mb20 {
  margin-bottom: 2rem;
}
.mb25 {
  margin-bottom: 2.5rem;
}
.mb30 {
  margin-bottom: 3rem;
}
.mb40 {
  margin-bottom: 4rem;
}
.mb50 {
  margin-bottom: 5rem;
}
.mb60 {
  margin-bottom: 6rem;
}
.mb1e {
  margin-bottom: 1em;
}
.mb2e {
  margin-bottom: 2em;
}
.mt30 {
  margin-top: 3rem;
}
.mt1e {
  margin-top: 1em;
}
.ml10 {
  margin-left: 1rem;
}
.mr10 {
  margin-right: 1rem;
}
.mr20 {
  margin-right: 2rem;
}
.pt40 {
  padding-top: 4rem;
}
.pt0 {
  padding-top: 0;
}
.pr15 {
  padding-right: 1.5rem;
}
.pl10 {
  padding-left: 1rem;
}
.pl15 {
  padding-left: 1.5rem;
}

/* -----------------------------------------
 共通
------------------------------------------- */
/* a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: underline;
}
a:active {
  color: #eee;
  text-decoration: none;
} */
/* Clear Fix */
.cf:after {
  content: "";
  display: block;
  clear: both;
}
/* disc */
ul.disc li {
  position: relative;
  padding-left: 1.3em;
}
ul.disc li + li {
  margin-top: .3em;
}
ul.disc li::before {
  content: "";
  position: absolute;
  width: .5rem;
  height: .5rem;
  background: #198AA5;
  border-radius: 50%;
  left: .3em;
  top: .5em;
}
/* display */
@media screen and (min-width:1280px) {
  .hide-pc-l {
    display: none;
  }
  .only-pc-l {
    display: block;
  }
}
@media screen and (min-width:960px) {
  .hide-pc.show-tb {
    display: none;
  }
}
@media screen and (max-width:959px) {
  .hide-pc.show-tb {
    display: inline-block;
  }
}
@media screen and (min-width:640px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .hide-sp {
    display: none;
  }
  .show-pc-l-sp {
    display: none;
  }
}
@media screen and (min-width:1280px) {
  .show-pc-l-sp {
    display: block;
  }
}
/* -----------------------------------------
 ボタン
------------------------------------------- */
.btn-text {
  margin-bottom: 1.8rem;
  color: #652A96;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.btn-top-txt {
  margin-bottom: 1rem;
  color: #133D3E;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.photo-link-wrap {
  max-width: 32rem;
  margin: 0 auto;
}
.photo-link-btn {
  display: block;
  padding: 1.5rem 1.4rem;
  color: #133D3E !important;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: .7rem;
  text-align: center;
  background: #FFF500;
}
/* .btn{
  background-color: #4285F4;
  color: #fff;
  padding: .75em 1em;
  display: inline-block;
  border-radius: .3em;
  line-height: 1;
} */
.btn2{
  padding: .75em 1em;
  display: inline-block;
  border-radius: .5em;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
}
.btn.red{
  background-color: #E94235;
}
.btn.yellow{
  background-color: #FABB05;
}
.btn.gray{
  background-color: #666;
}
/* -----------------------------------------
 ヘッダー
------------------------------------------- */
.header{
  background-color: #fff;
}
.header-inner{
  width: 100%;
  padding: 0 1rem;
  margin: inherit;
  display: flex;
  justify-content:space-between;
}
.navi-logo {
  position: relative;
  padding: .5rem 0 1.1rem;
  background-color: #fff;
  width: 57%;
  display: flex;
}
.navi-logo a{
  display: flex;
  align-items: center;
}
.navi-logo img {
  display: block;
}
.navi-logo .ymobile_logo{
  width: 35%;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
}
.navi-logo .smaho_taiken_logo{
  width: 65%;
  margin-right: 1rem;
}
.header-inner ul{
  flex: 1;
  display: flex;
  justify-content:flex-end;
  align-items: center;
}
.header-inner ul li + li{
  margin-left: .6rem;
}
.header-inner ul li a {
  color: #fff;
  font-weight:bold;
  margin-left: auto;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  padding: .2rem 1rem;
  font-size: 3.4vw;
  border-radius: 7px;
  background: -webkit-gradient(linear, left bottom, left top, from(#EB6B2A), to(#E40012));
  background: linear-gradient(0deg, #EB6B2A 0%, #E40012 100%);
  min-height: 2.65rem;
}
.contents-banner {
  position: relative;
  margin: 0 auto;
  background: #F1F0F7;
}
.contents-banner .inner {
  display: block;
  position: relative;
}
.contents-banner .logo{
  width: 100%;
}
.contents-banner .bnr-logo {
  position: absolute;
  top: 31.55%;
  left: 7.69%;
  width: 54.61%;
}
.contents-banner .bnr-text {
  position: absolute;
  top: 66.5%;
  left: 10.51%;
  width: 39.48%;
}

/* -----------------------------------------
 メニュー
------------------------------------------- */
.menu{
  padding: 1.2rem 1.4rem;
}
.menu-text{
  display: flex;
  width: 100%;
}
.menu-text li{
  flex: 1;
}
.menu-text li:not(:first-child){
  margin-left: 1rem;
}
.menu-text li a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .7em 0;
  border-radius: .5rem;
  line-height: 1.3;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #652A96;
}
.menu-text li a.current{
  color: #000;
  background-color: #fff;
}
/* sub-menu-text */
.sub-menu-text{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sub-menu-text li a{
  display: inline-block;
  padding: 1.2em .1em 0;
  line-height: 1.3;
  color: #B7BBBE;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.sub-menu-text li a span {
  display: inline-block;
  padding: .2em 0;
  border-bottom: .1rem solid transparent;
}
.sub-menu-text li a.current span {
  color: #fff;
  border-bottom-color: #fff;
}
.sub-menu-text.center-mode {
  justify-content: center;
}
.sub-menu-text.center-mode li:not(:first-child) {
  margin-left: 2rem;
}

/* bnr-goa */
.bnr-goa {
  width: 80%;
  max-width: 48rem;
  margin: 2em auto 0;
  text-align: center;
}
.bnr-goa a {
  display: block;
  overflow: hidden;
  border-radius: 0.5em;
}

/* -----------------------------------------
 フッター
------------------------------------------- */
.sb-footer{
  padding: 3.5rem 0 10rem;
  text-align: center;
  background-color: #fff;
}
.sb-footer .footer-logo {
  max-width: 12.3rem;
  margin: 0 auto 3.2rem;
}
.sb-footer .footer-logo img {
  width: 100%;
}
.sb-footer .copyright {
  color: #707070;
  font-size: 1.2rem;
}

#nav-top-area{
 z-index: 2;
 bottom: 5em;
}

/* -----------------------------------------
 フローティング動線
------------------------------------------- */
.floating {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  padding: 1.2em 0;
  white-space: nowrap;
}
.floating-inner {
  width: 100%;
  margin: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-inner ul {
  display: flex;
  align-items: center;
  margin-left: 1em;
}
.floating-inner ul li {
  margin-right: .6rem;
}
.floating-inner ul li:last-child {
  margin-right: 0;
}
.floating-inner ul li a {
  color: #fff;
  font-weight:bold;
  margin-left: auto;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  padding: .2rem 1rem;
  font-size: 18px;
  border-radius: 7px;
  background: -webkit-gradient(linear, left bottom, left top, from(#EB6B2A), to(#E40012));
  background: linear-gradient(0deg, #EB6B2A 0%, #E40012 100%);
}
/* ページトップ */
#pagetop {
  display: block;
  position: fixed;
  bottom: 5em;
  right: 1rem;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#pagetop::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin: 0.3rem auto 0;
}
@media screen and (min-width:960px) {
  #pagetop:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
}

/* -----------------------------------------
 コンテンツ
------------------------------------------- */
.contents-block {
  overflow: hidden;
  color: #000;
  background: linear-gradient(-30deg, #ccc9e4 0%, #FDFDFD 40%, #F9F8FB 60%,#dfdff7 100%);
 
}
.contents-block p{
  color: #000;
  font-weight: bold;
}
.menu + .contents-block {
  padding-top: 0;
}
.page-head {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 6.4rem;
  padding: 1rem 8.7rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  background: linear-gradient(30deg, #3A2564 0%, #603F9F 20%, #6B61B5 70%,#748ECC 100%);
  color:#fff;
}
.page-head .page-title {
  line-height: 1.3;
  text-align: center;
}
.page-head [class*="btn-"] {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  margin: auto;
  font-size: 1.6rem;
}
.page-head .page-title span {
  display: block;
}
.page-head .btn-prev {
  left: 0;
  padding-left: 1.2rem;
}
.page-head .btn-next {
  right: 0;
  padding-right: 1.2rem;
}
.page-head [class*="btn-"] span {
  display: inline-block;
  position: relative;
  padding: .4em .8em;
  border-radius: .5rem;
  font-size: 1.2rem;
  background: #fff;
  color: #000;
}
.page-head .btn-prev span {
  padding-left: 2.2em;
}
.page-head .btn-next span {
  padding-right: 2.2em;
}
.page-head [class*="btn-"] span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  transform: rotate(45deg);
}
.page-head .btn-prev span::before {
  left: 1rem;
  border-bottom: .2rem solid #000;
  border-left: .2rem solid #000;
}
.page-head .btn-next span::before {
  right: 1rem;
  border-top: .2rem solid #000;
  border-right: .2rem solid #000;
}
.page-heading {
  padding: 1em 0;
  color: #000;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.main-text {
  margin-bottom: 1.3em;
  font-size: 1.6rem;
}
.main-contents {
  position: relative;
  padding: 0 1.8rem 2.4rem;
  color: #000;
}
.main-heading {
  margin-bottom: 2rem;
  line-height: 1.3;
  color: #652A96;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.main-sub-heading {
  margin-bottom: 2rem;
  padding: .35em .5em;
  border-radius: .7rem;
  color: #652A96;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  background-color: #fff;
}
/* contents-menu */
.side-menu {
  padding: 2.4rem 2rem;
}
.menu-title {
  margin-bottom: 1.8rem;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.contents-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.contents-menu li {
  width: calc((100% - 1.2rem) / 2);
}
.contents-menu li:nth-child(even) {
  margin-left: 1.2rem;
}
.contents-menu li:nth-of-type(n+3) {
  margin-top: 1.2rem;
}
.contents-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  overflow: hidden;
  color: #333;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #ebebf8;
}
.contents-menu .thumbnail {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.contents-menu .thumbnail::before {
  content: "";
  display: block;
  padding-top: 36.47%;
}
.contents-menu p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.6em;
  padding: .5em 0;
  line-height: 1.3;
  color: #000;
}
.contents-menu li a.current {
  background-color: #fff;
}
.contents-menu li a.current p{
  color: #000!important;
}
.bottom-btn {
  margin-top: .4rem;
  margin-bottom: 2.8rem;
  text-align: center; 
}
a.return-top {
  display: inline-block;
  padding: .5em .8em;
  border-radius: .5rem;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #fff;
  color: #000;
}
a.return-top span {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}
a.return-top span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-bottom: .2rem solid #000;
  border-left: .2rem solid #000;
  transform: rotate(45deg);
}
.main-photo{
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-photo::before{
  content: "";
  display: block;
  padding-top: 89%;
}
.label-block {
  margin-top: -.5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.label {
  display: inline-block;
  padding: .3em .5em;
  border: .2rem solid #133D3E;
  border-radius: .4rem;
  line-height: 1.3;
  color: #133D3E;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@-webkit-keyframes modalCtFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
    transform: translate3d(0, 5rem, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes modalCtFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5rem, 0);
    transform: translate3d(0, 5rem, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
/* -----------------------------------------
 modal
------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal.is-open {
  display: block;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background-color: rgba(80,80,80,.8);*/
  visibility: hidden;
  opacity: 0;
  -webkit-animation: modalOvFadeIn 600ms cubic-bezier(.23, 1, .32, 1);
  animation: modalOvFadeIn 600ms cubic-bezier(.23, 1, .32, 1);
}
.modal.is-open .modal-overlay {
  visibility: visible;
  opacity: 1;
}
.modal-content {
  position: absolute;
  top: 145px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 980px;
  height: 554px;
  padding: 0px;
/*  border: 4px solid #fff;*/
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: modalCtFadeIn 1000ms cubic-bezier(.23, 1, .32, 1);
  animation: modalCtFadeIn 1000ms cubic-bezier(.23, 1, .32, 1);
  box-sizing: border-box;
}
.modal.is-open .modal-content {
  transform: translateY(0); 
}
/* .modal-close {
  position: absolute;
  top: -27px;
  right: -20px;
  width: 54px;
  height: 54px;
  background: #000;
  border-radius: 50%;
  border: #fff 1px solid;
}
.modal-close.is-hide {
  display: none;
}
.modal-close::before,
.modal-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 32px;
  background-color: #fff;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
} */
@-webkit-keyframes modalCtFadeIn {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 5rem, 0);
      transform:translate3d(0, 5rem, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform:translate3d(0, 0, 0)
  }
}
@keyframes modalCtFadeIn {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 5rem, 0);
      transform:translate3d(0, 5rem, 0)
  }
  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

/* -----------------------------------------
 レスポンシブ設定
------------------------------------------- */
/* tablet */
@media screen and (min-width:640px) {
  html {
    font-size: 62.5%;
    font-size: calc(1em*.625);
  }
  .header-inner{
    margin: 0 auto;
    padding: 0 2rem;
  }
  .header-inner ul li + li {
    margin-left: .8rem;
  }
  .header-inner ul li a{
    padding: .4rem 2rem;
    font-size: 16px;
  }
  .navi-logo {
    width: 52%;
    max-width: 32rem;
    padding: .5rem 0 1rem;
  }
  .navi-logo .ymobile_logo {
    margin-right: 1.5rem;
}
  .page-head {
    font-size: 1.8rem;
  }
  .page-head [class*="btn-"] span {
    font-size: 1.3rem;
  }
  .page-contents.home {
    padding: 3.6rem 4rem;
  }
  .side-menu {
    padding: 3.6rem 4rem;
  }
  .contents-menu li {
    width: calc((100% - 2.4rem) / 3);
    margin-left: 1.2rem;
  }
  .contents-menu li:nth-child(2n) {
    margin-left: 1.2rem;
  }
  .contents-menu li:nth-child(3n+1) {
    margin-left: 0;
  }
  .contents-menu li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .contents-menu li:nth-of-type(n+4) {
    margin-top: 1.2rem;
  }
  .contents-menu li a {
    font-size: 1.6rem;
  }
  .main-contents {
    padding: 3.6rem 3.6rem;
  }
  .main-text {
    text-align: center;
  }
  .page-heading {
    font-size: 2.4rem;
  }
  .page-head .btn-prev {
    padding-left: 2rem;
  }
  .page-head .btn-next {
    padding-right: 2rem;
  }
  .page-head .page-title span {
    display: inline;
    padding-left: 0.6em;
  }
}
/* small pc */
@media screen and (min-width:960px) {
  a:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease 0s;
  }
  .header-inner{
    max-width: 96rem;
    margin: 0 auto;
    padding: 0;
  }
    .navi-logo {
      width: 52%;
      padding: .5rem 0 1rem;
      max-width: 100%;
    }
  .navi-logo .ymobile_logo {
    width: 21%;
    margin-right: 1.5rem;
}
  .navi-logo .smaho_taiken_logo {
    width: 31%;
    margin-right: 1rem;
}
  .page-contents.home {
    padding-bottom: 4rem;
  }
  .bottom-btn {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .btn-index{
    margin-top: 0;
    margin-bottom: 6rem;
  }
  .main {
    max-width: 96rem;
  }
  .page-contents.home {
    padding: 3.6rem 6rem;
  }
  .main-contents {
    padding: 4.8rem 3.6rem;
  }
  .main-text {
    font-size: 1.8rem;
  }
  .contents-banner {
    margin-bottom: 4rem;
  }
  .contents-banner .inner {
    max-width: 96rem;
    margin: 0 auto;
  }
  .main-photo::before {
    padding-top: 73.86%;
  }
  .contents-menu {
    max-width: 96rem;
  }
  .contents-menu li {
    width: calc((100% - 6rem) / 4);
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(2n) {
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(3n+1) {
    margin-left: 2rem;
  }
  .contents-menu li:nth-child(4n+1) {
    margin-left: 0;
  }
  .contents-menu li:nth-of-type(n+4) {
    margin-top: 0;
  }
  .contents-menu li:nth-of-type(n+5) {
    margin-top: 2rem;
  }
  .contents-menu li a {
    font-size: 1.6rem;
  }
  .page-head {
    font-size: 2rem;
  }
  .page-head [class*="btn-"] span {
    padding: .5em 1.1em;
    font-size: 1.4rem;
  }
  .page-head .btn-prev span {
    padding-left: 2.2em;
  }
  .page-head .btn-next span {
    padding-right: 2.2em;
  }
  .page-heading {
    padding: .8em 0;
    font-size: 2.8rem;
  }
}
/* large pc */
@media screen and (min-width:1280px) {
  .header-inner{
    max-width: 128rem;
    margin: 0 auto;
  }
  .navi-logo .ymobile_logo {
    width: 19%;
    margin-right: 2.5rem;
}
  .contents-banner {
    margin-bottom: 4rem;
  }
  .contents-banner .inner {
    max-width: 128rem;
  }
  .page-contents {
    display: flex;
    max-width: 128rem;
    margin: 0 auto;
  }
  .main {
    flex-grow: 1;
    flex-basis: 0;
    max-width: none;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .page-contents.home {
    padding: 0 3.6rem 6rem;
  }
  .side-menu {
    width: 33rem;
    height: 100%;
    margin-left: 4rem;
    padding: 1.5rem 0 0;
  }
  .side-menu .contents-menu {
    display: block;
  }
  .side-menu .contents-menu li {
    width: auto;
    margin-left: 0;
  }
  .side-menu .contents-menu li:nth-child(2n) {
    margin-left: 0;
  }
  .side-menu .contents-menu li:nth-child(3n+1) {
    margin-left: 0;
  }
  .side-menu .contents-menu li:nth-of-type(n+2) {
    margin-top: .2rem;
  }
  .side-menu .contents-menu li a {
    display: flex;
    width: 100%;
    border-radius: 0;
  }
  .side-menu .contents-menu .thumbnail {
    width: 12rem;
  }
  .side-menu .contents-menu p {
    flex-grow: 1;
    flex-basis: 0;
    justify-content: flex-start;
    min-height: 5em;
    padding: .5em .5em;
    font-size: 1.6rem;
    text-align: left;
  }
  .bottom-btn {
    margin-top: 6rem;
  }
  .btn-index{
    margin-top: 0;
  }
  .show-pc-l{
    display: block;
  }
  /* home */
  .home .contents-menu {
    max-width: 128rem;
  }
  .home .contents-menu p {
    min-height: 4em;
    padding: .7em .5em;
  }
}



/* -----------------------------------------
 エリア個別CSS
------------------------------------------- */
h2.ttl-article.text-center {
  font-size: 40px;
}
@media (max-width: 768px) {
  h2.ttl-article.text-center {
    font-size: 26px;
  }
}

.main-contents {
  overflow: hidden;
  padding-top: 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.contents-block {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.image-editing a.touch-btn::before,
.ai-image a.touch-btn::before,
.camera a.touch-btn::before,
.photo a.touch-btn::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.image-editing .tab-contents .tab-block.is-current.tab-movie,
.ai-image .tab-contents .tab-block.is-current.tab-movie,
.camera .tab-contents .tab-block.is-current.tab-movie {
  display: none;
}
.image-editing .tab-contents .tab-block,
.ai-image .tab-contents .tab-block,
.camera .tab-contents .tab-block {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.image-editing .tab-contents .tab-block.is-current,
.ai-image .tab-contents .tab-block.is-current,
.camera .tab-contents .tab-block.is-current {
  display: block;
  opacity: 1;
}
.image-editing .select-btn,
.ai-image .select-btn,
.camera .select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0.7rem;
}
.image-editing .select-btn li,
.ai-image .select-btn li,
.camera .select-btn li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.3rem;
}
.image-editing .btn-txt span,
.ai-image .btn-txt span,
.camera .btn-txt span {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.image-editing .btn-txt span::before,
.ai-image .btn-txt span::before,
.camera .btn-txt span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("/lineup/reno13a/assets/img/icon_touch_bl.svg") no-repeat;
  background-size: contain;
  width: 29px;
  height: 35px;
  left: -10px;
  top: -0.4rem;
  bottom: 0;
  margin: auto;
}
.image-editing .btn-txt-border::before,
.ai-image .btn-txt-border::before,
.camera .btn-txt-border::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 24%;
  top: 50%;
  left: 0;
}
.image-editing .btn-txt-border::after,
.ai-image .btn-txt-border::after,
.camera .btn-txt-border::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 25%;
  top: 50%;
  right: 0;
}

.image-editing .flow-ttl,
.image-correction .flow-ttl,
.battery .flow-ttl {
  color: #fff;
  background: linear-gradient(30deg, #3A2564 0%, #603F9F 20%, #6B61B5 70%, #748ECC 100%);
  border-radius: 0.2rem 0.2rem 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0;
  font-weight: bold;
}

.image-editing .device-side,
.ai-image .device-side {
  width: 50%;
}
.image-editing .movie-box,
.ai-image .movie-box {
  position: relative;
  max-width: 68rem;
  margin: 0 auto 2rem;
  width: 100%;
}
.image-editing .movie-box:before,
.ai-image .movie-box:before {
  content: "";
  display: block;
  padding-top: 214%;
}
.image-editing .movie,
.ai-image .movie {
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.image-editing .movie-inner,
.ai-image .movie-inner {
  position: absolute;
  top: 1%;
  left: 4%;
  width: 92%;
  height: 97%;
  overflow: hidden;
  background-color: #000;
  border-radius: 3%;
}
.image-editing .movie video,
.ai-image .movie video {
  position: absolute;
  top: -20%;
  left: -13%;
  width: 128%;
}
.image-editing .movie img,
.ai-image .movie img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.image-editing .device,
.ai-image .device {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.image-editing a.touch-btn,
.ai-image a.touch-btn {
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  width: 50%;
  max-width: 10rem;
  background: url(/lineup/reno13a/assets/img/btn_movie.png) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -48%) !important;
          transform: translate(-50%, -48%) !important;
  z-index: 150;
}
.image-editing .device-inner,
.ai-image .device-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 48rem;
  margin: auto;
}
.image-editing .txt-side,
.ai-image .txt-side {
  position: relative;
  width: 50%;
  padding-left: 2rem;
}
.image-editing .fukidashi,
.ai-image .fukidashi {
  position: absolute;
  top: 39%;
  left: 2%;
  width: 100%;
}
.image-editing .btn-txt-border,
.ai-image .btn-txt-border {
  position: relative;
  max-width: 40rem;
  margin: auto;
}

.image-editing .select-btn a,
.camera .select-btn a {
  display: block;
  padding: 0.5em 0.5em;
  border: 1px solid #414E5C;
  border-radius: 0.5rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.image-editing .select-btn a.is-current,
.camera .select-btn a.is-current {
  font-weight: bold;
  color: #FFF;
  background: linear-gradient(30deg, #3A2564 0%, #603F9F 20%, #6B61B5 70%, #748ECC 100%);
  opacity: 1;
}
.image-editing .select-btn a:not(.is-current) span,
.camera .select-btn a:not(.is-current) span {
  font-weight: bold;
}
.image-editing .tab-movie .img_1,
.camera .tab-movie .img_1 {
  max-width: 62rem;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 3em;
}

.image-editing .tab-clip {
  display: none;
}
.image-editing .select-btn {
  width: 100%;
  max-width: 38rem;
  margin: 1.5em auto 2em;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.image-editing .select-btn li {
  width: 48%;
  margin: 0 0.3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.image-editing .flow-box {
  border: #6061AD 2px solid;
  border-radius: 0.5rem;
  margin: auto;
  margin-bottom: 1.5em;
  max-width: 44rem;
  overflow: hidden;
}
.image-editing .flow-content {
  padding: 1.5em;
}
.image-editing .flow-content p {
  text-align: center;
  margin-top: 1em;
}
.image-editing .top-txt {
  position: relative;
  top: 7%;
  padding-left: 1rem;
}
.image-editing .fukidashi_1-2, .image-editing .fukidashi_1-3, .image-editing .fukidashi_1-4, .image-editing .fukidashi_2-2, .image-editing .fukidashi_2-3, .image-editing .fukidashi_2-4 {
  opacity: 0;
}
.image-editing .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 14px;
}

.ai-image .tab-portrait, .ai-image .tab-motion, .ai-image .tab-reimage {
  margin-bottom: 2rem;
  text-align: center;
}
.ai-image .tab-portrait img, .ai-image .tab-motion img, .ai-image .tab-reimage img {
  width: 60%;
  max-width: 26rem;
}
.ai-image .tab-motion, .ai-image .tab-reimage {
  display: none;
}
.ai-image .flow-logo-area {
  text-align: center;
  margin: auto;
  max-width: 30rem;
  position: relative;
  left: -1rem;
  margin-bottom: 2em;
}
.ai-image .select-btn li:nth-child(1) {
  margin-left: 0;
}
.ai-image .select-btn li:nth-child(3) {
  margin-right: 0;
}
.ai-image .select-btn a.color-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0.3em;
  border: 1px solid #414E5C;
  border-radius: 0.5rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  min-height: 7em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
}
.ai-image .select-btn a.color-box.is-current {
  font-weight: bold;
  color: #FFF;
  background: linear-gradient(30deg, #3A2564 0%, #603F9F 20%, #6B61B5 70%, #748ECC 100%);
  opacity: 1;
}
.ai-image .select-btn a.color-box:not(.is-current) span {
  font-weight: bold;
}
.ai-image .select-btn span.size-s {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 0.5em;
  display: block;
  height: 3em;
}
.ai-image .select-btn {
  width: 100%;
  max-width: 40rem;
  margin: 2em auto 2em;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.ai-image .select-btn li {
  width: 48%;
  margin: 0 0.6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 1.2;
}
.ai-image .top-txt {
  text-align: center;
  position: relative;
  top: 7%;
}
.ai-image .fukidashi.fukidashi_1-1, .ai-image .fukidashi.fukidashi_2-1, .ai-image .fukidashi.fukidashi_3-1 {
  position: absolute;
  top: 36%;
  left: 2%;
  width: 100%;
}
.ai-image .fukidashi_1-2, .ai-image .fukidashi_1-3,
.ai-image .fukidashi_2-2, .ai-image .fukidashi_2-3,
.ai-image .fukidashi_3-2, .ai-image .fukidashi_3-3, .ai-image .fukidashi_3-4 {
  opacity: 0;
}
.ai-image .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 14px;
}

.image-correction .point-inner p,
.photo .point-inner p,
.toughness .point-inner p {
  color: #fff;
}
.image-correction .point-ttl span,
.photo .point-ttl span,
.toughness .point-ttl span {
  position: relative;
}

.image-correction .flow-box,
.camera .flow-box {
  border: #6061AD 2px solid;
  border-radius: 0.5rem;
  margin: auto;
  margin-bottom: 1.5em;
  max-width: 68rem;
  overflow: hidden;
}

.image-correction .balloon,
.photo .balloon {
  text-align: center;
  margin-bottom: 0.5em;
}
.image-correction .balloon span,
.photo .balloon span {
  display: inline-block;
  position: relative;
  padding: 0 1.8em;
  font-weight: bold;
}
.image-correction .balloon span::before, .image-correction .balloon span::after,
.photo .balloon span::before,
.photo .balloon span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  bottom: 0;
  margin: auto;
  width: 0.2rem;
  height: 1.4em;
  background-color: #000;
}
.image-correction .balloon span::before,
.photo .balloon span::before {
  left: 0.5em;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.image-correction .balloon span::after,
.photo .balloon span::after {
  right: 0.5em;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.image-correction .point-inner .point-ttl,
.photo .point-inner .point-ttl {
  margin-bottom: 1em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3em;
}

.image-correction .point-inner,
.toughness .point-inner {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 68rem;
  background: #35353B;
  padding: 1.5em;
  border-radius: 0.5rem;
}
.image-correction .point-inner .point-box:first-child,
.toughness .point-inner .point-box:first-child {
  margin-bottom: 3rem;
}

.image-correction .img_1 {
  max-width: 68rem;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 2em;
}
.image-correction .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  width: 100%;
  padding: 1em 0;
  font-weight: bold;
  margin-bottom: 0;
}
.image-correction .flow-list li {
  padding-left: 0.7em;
}
.image-correction .flow-list li:not(:last-child) {
  margin-bottom: 0.3em;
  margin-right: 2rem;
}
.image-correction .flow-list li span {
  position: relative;
}
.image-correction .flow-list li span::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.3rem;
  height: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#593A93), color-stop(55%, #6681C2), to(#6683C3));
  background: linear-gradient(90deg, #593A93 0%, #6681C2 55%, #6683C3 100%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 50%;
  right: -1.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.image-correction .flow-list li:last-child span::before {
  display: none;
}
.image-correction .img_2, .image-correction .img_3 {
  margin-bottom: 1em;
}
.image-correction .point-inner .point-txt {
  font-size: 1.4rem;
}

.ai-toolbox .flow-content,
.toughness .flow-content {
  text-align: center;
}

.ai-toolbox .flow-inner .flow-box:not(:first-child) {
  margin-top: 2rem;
}
.ai-toolbox .flow-box {
  border: #6061AD 2px solid;
  border-radius: 0.5rem;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.ai-toolbox .flow-ttl {
  color: #fff;
  background: linear-gradient(30deg, #3A2564 0%, #603F9F 20%, #6B61B5 70%, #748ECC 100%);
  border-radius: 0.2rem 0.2rem 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
  font-weight: bold;
}
.ai-toolbox .flow-content p {
  padding: 1.5em 0;
}
.ai-toolbox .flow-content .img_box {
  width: 100%;
  margin: auto;
  max-width: 20rem;
}
.ai-toolbox .flow-content .img_box img {
  width: 100%;
}
.ai-toolbox .left-side {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-toolbox .left-side .img_1, .ai-toolbox .img_2, .ai-toolbox .img_3 {
  width: 50%;
  text-align: center;
  position: relative;
}
.ai-toolbox .left-side .img_1 img {
  width: 80%;
  margin: auto;
}
.ai-toolbox .left-side .txt_1, .ai-toolbox .txt_2, .ai-toolbox .txt_3 {
  width: 49%;
  margin-left: 1rem;
}
.ai-toolbox .point-bottom-content {
  margin-bottom: 2rem;
}
.ai-toolbox .point-bottom-content .point_2, .ai-toolbox .point-bottom-content .point_3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-toolbox .point-inner .point-subttl {
  padding: 0.2em 0.4em;
  background: #6683C3;
  color: #fff !important;
}
.ai-toolbox .point_2, .ai-toolbox .point_3 {
  margin-top: 2rem;
}
.ai-toolbox .side_bar_hukidashi {
  margin-bottom: 2rem;
}
.ai-toolbox .point-inner p.side_bar_hukidashi {
  color: #fff;
}
.ai-toolbox .side_bar_hukidashi span {
  background: #6B62B5;
  position: relative;
  padding: 0.6em 0.5em;
  border-radius: 0.2rem;
}
.ai-toolbox .side_bar_hukidashi span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3rem;
  margin-top: -1rem;
  border: 1rem solid transparent;
  border-right: 2.3rem solid #6B62B5;
}
.ai-toolbox .left-side .txt_1 {
  margin-top: 11%;
}
.ai-toolbox .point-inner .point-ttl {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ai-toolbox .point-inner .point-ttl span {
  background: #6683C3;
  color: #fff;
  padding: 0.6em 0.5em;
  margin: auto;
}
.ai-toolbox .side_bar_hukidashi sup {
  top: 0em;
}

.camera .select-btn {
  width: 100%;
  max-width: 36rem;
  margin: 1.8em auto 1rem;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.camera .select-btn li {
  width: 48%;
  margin: 0 0.3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-weight: bold;
}
.camera .device-content {
  position: relative;
  max-width: 26rem;
  margin: 0 auto 2rem;
}
.camera .tab-camera .img_1 {
  max-width: 68rem;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 2em;
}
.camera .scene-inner {
  background: #000;
  margin-bottom: 2rem;
}
.camera .scene-main {
  position: relative;
}
.camera .page-title span {
  display: block;
}
.camera .scene2, .camera .scene3, .camera .scene4 {
  display: none;
}
.camera .content-menu {
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
  color: #000;
  max-width: 57rem;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.camera .thumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.camera .thumb_wrap a {
  display: block;
  width: calc((100% - 1rem) / 4);
  opacity: 0.7;
}
.camera .thumb_wrap a + a {
  margin-left: 0.5rem;
}
.camera .thumb_wrap img {
  width: 100%;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.camera .thumb_wrap p {
  margin-top: 0.7em;
  color: inherit !important;
  line-height: 1.3;
  text-align: center;
}
.camera .thumb_wrap a.current {
  opacity: 1;
}
.camera .thumb_wrap a.current img {
  border-color: #fff;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.camera .thumb_wrap img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.camera .btn-txt {
  color: #000 !important;
  text-align: center;
  margin-bottom: 1.8rem;
  font-size: 14px;
}
.camera .btn-txt-border {
  position: relative;
}
.camera .btn-txt-border.top {
  max-width: 57rem;
  margin: auto;
  margin-top: 1.8em;
}
.camera .btn-txt-border.top::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 21%;
  top: 50%;
  left: 5%;
}
.camera .btn-txt-border.top::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 21%;
  top: 50%;
  right: 6%;
}
.camera .movie-box {
  max-width: 67rem;
  margin: auto;
  position: relative;
}
.camera .movie-bg {
  width: 96%;
  height: 96%;
  background-color: #000;
  border-radius: 8%;
  position: absolute;
  top: 1%;
  left: 2%;
  z-index: 1;
}
.camera .movie {
  width: 77%;
  position: absolute;
  top: 2.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 100;
}
.camera .movie::before {
  content: "";
  display: block;
  padding-top: 56%;
}
.camera .movie video {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.camera .device {
  z-index: 50;
  position: relative;
}
.camera a.touch-btn {
  display: block;
  position: absolute;
  top: 38%;
  left: 50%;
  width: 24%;
  max-width: 10rem;
  background: url(/lineup/reno13a/assets/img/btn_movie.png) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -38%) !important;
          transform: translate(-50%, -38%) !important;
  z-index: 150;
}
.camera .movie-caption {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2rem;
}
.camera .flow-inner {
  padding: 1em 1.5em 1.5em;
}
.camera .flow-box .flow-ttl {
  color: #fff;
  background: linear-gradient(30deg, #3A2564 0%, #603F9F 20%, #6B61B5 70%, #748ECC 100%);
  border-radius: 0.2rem 0.2rem 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.camera .flow-txt {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.camera .flow-img {
  max-width: 28rem;
  margin: auto;
  margin-top: 2rem;
}
.camera .flow-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.camera .split-img {
  max-width: 10rem;
  margin-right: 2rem;
}
.camera .split-txt {
  font-size: 1.4rem;
}
.camera .flow-img img {
  width: 100%;
}
.camera .flow-inner .comment {
  margin-top: 1em;
}

.photo .img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}
.photo .img-box {
  position: relative;
  width: calc(50% - 0.5rem);
}
.photo .img-box img {
  width: 100%;
}
.photo .img-inner .img-box:nth-child(even) {
  margin-left: 1rem;
}
.photo .img-inner .img-box:nth-child(n+3) {
  margin-top: 1rem;
}
.photo .img-inner .img-label {
  color: #fff !important;
  background: linear-gradient(30deg, #3A2564 0%, #603F9F 20%, #6B61B5 70%, #748ECC 100%);
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0.5em;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 99;
  width: 6em;
}
.photo .point-inner {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 72rem;
  background: #35353B;
  padding: 1.5em;
  border-radius: 0.5rem;
}
.photo .movie-box {
  position: relative;
  margin: auto;
  height: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 46rem;
}
.photo .movie-box:before {
  content: "";
  display: block;
  padding-top: 126%;
}
.photo .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  border-radius: 0;
  z-index: 50;
}
.photo .movie video {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
}
.photo a.touch-btn {
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  width: 35%;
  max-width: 10rem;
  background: url(/lineup/reno13a/assets/img/btn_movie.png) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -48%) !important;
          transform: translate(-50%, -48%) !important;
  z-index: 150;
}
.photo .point-txt {
  margin-bottom: 2rem;
}

.toughness .img_1,
.battery .img_1,
.file-share .img_1 {
  position: relative;
  max-width: 68rem;
  margin: auto;
  margin-bottom: 2em;
}

.toughness .info-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}
.toughness .info-img-box img {
  width: 8rem;
  margin-left: 2rem;
}
.toughness .info-img-box p {
  font-size: 2.4rem;
}
.toughness .flow-txt {
  padding: 1em 0;
}
.toughness .ip69-txt {
  font-size: 1.8rem;
}
.toughness .ip69-txt span {
  font-size: 2.8rem;
}
.toughness .txt-box sup {
  top: 0em;
}
.toughness .img-box {
  margin-top: 1em;
}
.toughness .point-inner .point-ttl {
  color: #fff;
  position: relative;
  font-weight: bold;
}
.toughness .point-inner .point-ttl::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #fff;
  width: 87%;
  top: 50%;
  right: 0;
}
.toughness .point-inner .point2 .point-ttl::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px solid #fff;
  width: 80%;
  top: 50%;
  right: 0;
}
.toughness .ip69-txt sup {
  top: 0.7em;
}

.battery .flow-box {
  max-width: 68rem;
  margin: auto;
  border: #6061AD 2px solid;
  border-radius: 0.5rem;
  margin-bottom: 1.5em;
  text-align: center;
  overflow: hidden;
}
.battery .flow-box p {
  padding: 1em 0 1.5em;
}
.battery .img-box {
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.battery .img_2 {
  width: 35%;
  margin-right: 2rem;
}
.battery .img_3 {
  width: 50%;
}
.battery .main-text sup {
  top: 0.3em;
}

.file-share .flow-content p {
  color: #fff;
}
.file-share .flow-inner {
  margin: auto;
  margin-bottom: 2rem;
  max-width: 68rem;
  background: #35353B;
  padding: 1.5em;
  border-radius: 0.5rem;
}
.file-share .flow-inner .flow-ttl {
  font-size: 1.8rem;
  background: #6683C3;
  color: #fff;
  padding: 0.3em 0em;
  margin: auto;
  text-align: center;
  margin-bottom: 1em;
}
.file-share .flow-logo-area {
  text-align: center;
  margin: auto;
  max-width: 30rem;
  position: relative;
  left: -1rem;
  margin-bottom: 1em;
}
.file-share .flow-logo-area img {
  width: 100%;
}
.file-share .flow-label span {
  color: #fff;
}
.file-share .flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  border-bottom: 1px dotted #fff;
  padding-bottom: 1.5em;
}
.file-share .flow-box .img-box {
  width: 45%;
  text-align: center;
  margin-left: 1rem;
}
.file-share .flow-box .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  width: 60%;
}
.file-share .flow-box .txt-box span {
  display: block;
  position: relative;
  width: 100%;
}
.file-share .flow-box .txt-box p:nth-child(2) {
  margin-top: 1rem;
}
.file-share .step2 .img-box img:nth-child(2) {
  margin-top: 2rem;
}
.file-share .flow-content .flow-box.step1 {
  margin-bottom: 2rem;
}
.file-share .flow-content .flow-box.step2 {
  margin-bottom: 2rem;
}
.file-share .flow-content .flow-box.step3 .img-box img {
  width: 80%;
}
.file-share .flow-box.step3 .txt-box {
  padding-bottom: 0;
}
.file-share .flow-box.step2 .hide-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* tablet */
@media screen and (min-width: 640px) {
  .image-editing .top-txt {
    padding-left: 2rem;
  }
  .image-correction .flow-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .image-correction .flow-list li:first-child {
    padding-left: 0;
  }
  .image-correction .point-inner {
    text-align: center;
  }
  .image-correction .point-ttl {
    font-size: 1.8rem;
    text-align: left;
  }
  .image-correction .flow-list li span::before {
    width: 1.1rem;
    height: 1.5rem;
  }
  .image-correction .point-inner .point-txt {
    font-size: 1.6rem;
  }
  .ai-toolbox .flow-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ai-toolbox .flow-box {
    width: calc(50% - 1rem);
  }
  .ai-toolbox .flow-inner .flow-box:not(:first-child) {
    margin-top: 0;
  }
  .ai-toolbox .flow-inner .flow-box:nth-child(even) {
    margin-left: 2rem;
  }
  .ai-toolbox .point-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
  }
  .ai-toolbox .left-side .img_1, .ai-toolbox .img_2, .ai-toolbox .img_3 {
    width: 100%;
    text-align: center;
  }
  .ai-toolbox .img_2, .ai-toolbox .img_3 {
    margin-bottom: 1rem;
  }
  .ai-toolbox .left-side .txt_1, .ai-toolbox .txt_2, .ai-toolbox .txt_3 {
    width: 100%;
    margin-left: 1rem;
  }
  .ai-toolbox .left-side .txt_1.hide-pc {
    display: none;
  }
  .ai-toolbox .right-side .txt_1.hide-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ai-toolbox .point-bottom-content .point_2, .ai-toolbox .point-bottom-content .point_3 {
    width: 48%;
    display: block;
  }
  .ai-toolbox .point-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ai-toolbox .left-side {
    width: 35%;
  }
  .ai-toolbox .right-side {
    width: 64%;
    margin-top: 7%;
  }
  .ai-toolbox .side_bar_hukidashi {
    margin-bottom: 2rem;
    margin-right: 2rem;
    width: 55%;
    max-width: 13rem;
  }
  .ai-toolbox .side_bar_hukidashi span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai-toolbox .point-inner .point-ttl span {
    background: #6683C3;
    color: #fff;
    padding: 0.6em 1.5em;
    margin: auto;
    font-size: 2rem;
  }
  .camera .btn-txt-border::before {
    width: 29%;
  }
  .camera .btn-txt-border::after {
    width: 30%;
  }
  .camera .btn-txt-border.top::before {
    width: 29%;
    top: 50%;
    left: 0;
  }
  .camera .btn-txt-border.top::after {
    width: 30%;
    top: 50%;
    right: 0;
  }
  .camera .flow-inner {
    padding: 1.5em 2em 1.5em;
  }
  .camera .flow-txt {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .camera .flow-img {
    width: 43%;
    margin-right: 2rem;
  }
  .camera .flow-img {
    max-width: 28rem;
    margin: auto;
    width: 50%;
  }
  .camera .flow-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
  }
  .camera .split-txt {
    font-size: 1.4rem;
  }
  .camera .flow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .camera .left-side {
    width: 50%;
    margin-right: 1rem;
  }
  .photo .point-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .photo .point-ttl {
    font-size: 1.8rem;
    text-align: left;
    max-width: 46rem;
    margin: auto;
  }
  .photo .point-txt {
    text-align: center;
  }
  .photo .img-inner .img-label {
    font-size: 1.6rem;
    padding: 0.3em 0.5em;
  }
  .photo .movie-box {
    width: 45%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .photo .movie-box:before {
    content: "";
    display: block;
    padding-top: 123%;
  }
  .photo .point-txt-box {
    width: 55%;
    margin-left: 2rem;
  }
  .photo .point-txt {
    text-align: left;
  }
  .photo .img-box {
    position: relative;
    width: calc(50% - 1rem);
  }
  .photo .img-inner .img-box:nth-child(even) {
    margin-left: 2rem;
  }
  .photo .img-inner .img-box:nth-child(n+3) {
    margin-top: 2rem;
  }
  .toughness .point-ttl {
    font-size: 2rem;
  }
  .toughness .point-inner .point-ttl::before {
    width: 89%;
    top: 50%;
    right: 0;
  }
  .toughness .point-inner .point2 .point-ttl::before {
    width: 86%;
    top: 50%;
    right: 0;
  }
  .toughness .point-inner {
    padding: 1.5em 2.5em;
  }
  .battery .img-box {
    width: 80%;
    margin: auto;
    margin-bottom: 2rem;
  }
  .file-share .flow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .file-share .flow-content-box {
    border-right: 1px dotted #fff;
    padding: 0 1.5em 0;
  }
  .file-share .flow-content-box.step3 {
    border-right: none;
  }
  .file-share .flow-box {
    display: block;
    position: relative;
    height: 85%;
    padding: 0;
    border-bottom: 0;
  }
  .file-share .flow-box .txt-box {
    width: 100%;
    padding-bottom: 0;
  }
  .file-share .flow-box.step1 .txt-box, .file-share .flow-box.step3 .txt-box {
    height: 5em;
  }
  .file-share .flow-box.step2 p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .file-share .flow-box .img-box {
    width: 100%;
    margin-left: 0;
  }
  .file-share .flow-content-box {
    width: 34%;
  }
  .file-share .flow-content .flow-box.step3 .img-box img {
    width: 100%;
  }
  .file-share .flow-logo-area {
    max-width: 35rem;
  }
  .file-share .flow-box.step2 .hide-pc {
    display: none;
  }
}
/* tablet end */
/* small pc */
@media screen and (min-width: 960px) {
  .image-correction .point-ttl {
    font-size: 2rem;
  }
  .image-correction .point-inner .point-txt {
    font-size: 1.8rem;
  }
  .ai-toolbox .right-side {
    width: 64%;
    margin-top: 8%;
  }
  .ai-toolbox .right-side .txt_1.hide-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
  }
  .camera .thumb_wrap a + a {
    margin-left: 2rem;
  }
  .camera .btn-txt {
    font-size: 1.6rem;
  }
  .photo .point-ttl {
    font-size: 2rem;
  }
  .photo .img-inner .img-label {
    font-size: 1.8rem;
    padding: 0.3em 0.5em;
  }
  .toughness .point-ttl {
    font-size: 2.2rem;
    padding-left: 1.1em;
  }
  .toughness .point-inner {
    padding: 1.5em 2.5em 1.5em 1.5em;
  }
  .toughness .flow-inner {
    margin-bottom: 2rem;
  }
  .toughness .flow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5em;
  }
  .toughness .flow-box {
    max-width: 68rem;
    margin: auto;
    padding-bottom: 0;
  }
  .toughness .flow-txt {
    text-align: left;
    padding: 0 0 1em;
    font-size: 1.8rem;
  }
  .toughness .flow-txt-box {
    text-align: left;
    width: 60%;
  }
  .toughness .img-box {
    max-width: 20rem;
    margin-top: 0;
  }
  .toughness .info-img-box {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 0;
  }
  .toughness .ip69-txt {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .toughness .ip69-txt span {
    font-size: 3.4rem;
    margin-top: 2rem;
  }
  .toughness .point-inner .point-ttl::before {
    width: 87%;
    top: 50%;
    right: 0;
  }
  .toughness .point-inner .point2 .point-ttl::before {
    width: 83%;
    top: 50%;
    right: 0;
  }
  .file-share .flow-inner {
    padding: 1.5em 1em 1em;
  }
}
/* small pc end */

/* カラバリカルーセル内トクサポ動画用 */
.swiper-pagination span:nth-child(4) {
    border-radius: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
/* /カラバリカルーセル内トクサポ動画用 */

@media (max-width: 375px) {
  .lineup-spec-list .col-md-6:nth-child(1) .box-small,
  .lineup-spec-list .col-md-6:nth-child(2) .box-small{
    align-items: center;
    min-height: 80px;
    display: flex;
  }
  .lineup-spec-list .col-md-6:nth-child(2) .box-small .text-size-s{
    font-size: 12px!important;
  }
}