@charset "UTF-8";
/*---------------------------------

https://bitgrit.net/
first commit by Qlip Co., Ltd.

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.demilight {
  font-weight: 300;
}

.regular {
  font-weight: normal;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.black {
  font-weight: 900;
}

.text-default {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.text-jp {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.14em;
}

.text-jp_bold, .share-tool-tip .url-block__url .copy .copy_btn, .setting .setting-inner .share-btn .btn, .slick-dots, .slick-dots li button:before {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.14em;
}

.text-en {
  font-family: scriptorama-markdown-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}

.text-en_light {
  font-family: scriptorama-markdown-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}

.text-en_regular {
  font-family: scriptorama-markdown-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}

.text-en_bold {
  font-family: scriptorama-markdown-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}

.flex--cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* debug
==========================================*/
.debug-font {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.debugHost {
  width: 100%;
  height: 0;
  text-align: center;
  position: fixed;
  z-index: 100;
  top: 25px;
  left: 50%;
  margin-left: -50%;
}
.debugHost span {
  color: #fff;
  text-shadow: 2px solid #000;
  font-size: 13px;
  line-height: 10px;
  font-weight: bold;
  padding: 4px 10px;
  position: absolute;
  top: -15px;
  transform: translate(-50%, 0);
}

.modeSP .debugHost {
  top: 20px;
  overflow-x: hidden;
}

/* 泡
==========================================*/
.pururun {
  margin: auto;
  transform: translateX(0);
  transform: translateY(0);
}

.slick-active .pururun {
  animation: pururun 1.4s linear 0s 1;
}

@keyframes pururun {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(0px, 15px);
  }
  10% {
    transform: translate(0px, 20px);
  }
  30% {
    transform: translate(0px, -35px);
  }
  40% {
    transform: translate(0px, -40px);
  }
  50% {
    transform: translate(0px, -42px);
  }
  60% {
    transform: translate(0px, -40px);
  }
  70% {
    transform: translate(0px, 15px);
  }
  80% {
    transform: translate(0px, -15px);
  }
  80% {
    transform: translate(0px, -5px);
  }
  90% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*
 * common
 ***/
html {
  font-size: 62.5%;
}
.modeSP html {
  -webkit-overflow-scrolling: touch;
}

body {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.modePC {
  font-size: 1.4rem;
}

.modeSP {
  font-size: 2.8rem;
}

/* device display control */
.modePC .hiddenPC {
  display: none;
}

.modeSP .hiddenSP {
  display: none;
}

/* page inner link */
/* hover opacity  */
.modePC .hover-opacity {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC .hover-opacity:hover {
  opacity: 0.5;
}

/* other */
.modePC.modeSP {
  display: none;
}

*:focus {
  outline: none;
}

.svg-symbols {
  width: 0;
  height: 0;
  display: none;
}

.lh2 {
  line-height: 2;
}

/*
 * structure
 ***/
.wide-full {
  width: 100%;
  margin: 0 auto;
}
.wide-inner {
  margin: 0 auto;
}
.modePC .wide-inner {
  width: 1140px;
}
.modeSP .wide-inner {
  width: 750px;
}

#Viewer.app {
  width: 100%;
}
.modePC #Viewer.app {
  overflow: hidden;
  height: 100vh;
  min-width: 1140px;
}
.modeSP #Viewer.app {
  width: 750px;
  height: auto;
}

.app {
  width: 100%;
}
.modePC .app {
  min-width: 1140px;
}
.modeSP .app {
  width: 750px;
  height: auto;
}

.app {
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.app ::-webkit-scrollbar {
  width: 10px;
  transform: translateZ(10px);
}
.app ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.app ::-webkit-scrollbar-thumb {
  background: #666;
  margin-left: -10px;
  border-radius: 2px;
  transform: translateZ(10px);
}

/*
 * slick
 ***/
.modePC .slick-dots li {
  margin: 0 14px;
}
.modeSP .slick-dots li {
  display: none;
  margin: 0 30px;
}

.slick-dots li button:before {
  color: #333 !important;
  opacity: 1 !important;
}
.modePC .slick-dots li button:before {
  font-size: 14px;
}
.modeSP .slick-dots li button:before {
  font-size: 28px;
}

.slick-dots li.slick-active {
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: #0078c5 !important;
  opacity: 1 !important;
}

.slick-dots {
  list-style-type: none;
  counter-reset: number;
}

.slick-dots li button::before {
  counter-increment: number;
  content: "0" counter(number);
}

.slick-dots li:nth-child(9) ~ li button::before {
  content: counter(number);
}

/* footer
==========================================*/
.modePC #Viewer .footer {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.footer {
  width: 100%;
  height: auto;
}
.modePC .footer {
  position: relative;
  font-size: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modeSP .footer {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}
.modePC .footer__sns ul {
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}
.footer__sns ul li svg {
  fill: #777;
}
.modePC .footer__sns ul li svg {
  width: 20px;
  height: 20px;
}
.modePC .footer__sns ul li svg:hover {
  transition: fill 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
  fill: #000;
}
.modePC .footer__link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.modePC .footer__link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 340px;
}
.footer__link ul li {
  color: #666;
}
.footer__link ul li a {
  color: #666;
}
.modePC .footer__link ul li a:hover {
  transition: color 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
  color: #000;
}

/* header ヘッダー
==========================================*/
/*
** SPは静止したときのみメニューボタンを表示
****/
.modeSP.scrolling header .menu-btn {
  opacity: 0;
  transition: opacity 0.1333333333s cubic-bezier(0.47, 0.25, 0.47, 0.95);
  transition-delay: 0s !important;
  pointer-events: none !important;
}

.modeSP.scrolling header .howto {
  opacity: 0;
  transition: opacity 0.1333333333s cubic-bezier(0.47, 0.25, 0.47, 0.95);
  transition-delay: 0s !important;
  pointer-events: none !important;
}

.modeSP.menu-open .scrolling header .menu-btn {
  opacity: 1 !important;
}

.modeSP.menu-open .scrolling header .howto {
  opacity: 1 !important;
}

header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modePC header h1 {
  font-size: 12px;
  position: fixed;
  background: #000;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 40px;
}
header h1 svg {
  fill: #fff;
}
.modePC header h1 svg {
  width: 97.2455px;
  height: 12.0395px;
}
.modeSP header h1 svg {
  width: 353.62px;
  height: 43.78px;
}
header .menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modePC header .menu-btn {
  background: #000;
  width: 55px;
  height: 55px;
  border-bottom: 1px solid #36373f;
}
.modeSP header .menu-btn {
  border-left: 1px solid #36373f;
  border-bottom: 1px solid #36373f;
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
  transition-delay: 2s;
  width: 100px;
  height: 100px;
}
.modePC header .menu-btn:hover {
  background: #282937;
  transition: background 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC header .menu-btn:hover .text {
  color: #aaa;
  transition: color 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC header .menu-btn__elemental {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modePC header .menu-btn__elemental .icon {
  margin-bottom: 1px;
}
.modeSP header .menu-btn__elemental .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
}
header .menu-btn__elemental .icon svg {
  fill: #6d7081;
}
.modePC header .menu-btn__elemental .icon svg {
  width: 20px;
  height: 20px;
}
.modeSP header .menu-btn__elemental .icon svg {
  width: 40px;
  height: 40px;
}
header .menu-btn__elemental .text {
  font-weight: bold;
  color: #999;
}
.modePC header .menu-btn__elemental .text {
  font-size: 11px;
}
.modeSP header .menu-btn__elemental .text {
  font-size: 17px;
}
header .howto {
  position: fixed;
  z-index: 100;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modePC header .howto {
  background: #000;
  border-left: 1px solid #36373f;
  border-bottom: 1px solid #36373f;
  width: 55px;
  height: 55px;
  top: 0;
  right: 55px;
}
.modeSP header .howto {
  border-left: 1px solid #36373f;
  border-bottom: 1px solid #36373f;
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
  transition-delay: 2s;
  width: 100px;
  height: 100px;
  top: 100px;
  right: 0;
}
.modePC header .howto:hover {
  background: #282937;
  transition: background 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC header .howto:hover .text {
  color: #aaa;
  transition: color 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC header .howto__elemental {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modePC header .howto__elemental .icon {
  margin-bottom: 1px;
}
.modeSP header .howto__elemental .icon {
  margin-bottom: 1px;
}
header .howto__elemental .icon svg {
  fill: #6d7081;
}
.modePC header .howto__elemental .icon svg {
  width: 20px;
  height: 20px;
}
header .howto__elemental .text {
  font-weight: bold;
  color: #999;
}
.modePC header .howto__elemental .text {
  font-size: 11px;
}
header .share {
  position: fixed;
  top: 55px;
  z-index: 100;
  pointer-events: auto;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modePC header .share {
  border-right: 1px solid #36373f;
  border-bottom: 1px solid #36373f;
  width: 55px;
  height: 55px;
  right: 0;
}
.modePC header .share:hover {
  background: #282937;
  transition: background 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC header .share:hover .text {
  color: #aaa;
  transition: color 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC header .share__elemental {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modePC header .share__elemental .icon {
  margin-bottom: 1px;
}
.modeSP header .share__elemental .icon {
  margin-bottom: 1px;
}
header .share__elemental .icon svg {
  fill: #6d7081;
}
.modePC header .share__elemental .icon svg {
  width: 20px;
  height: 20px;
}
header .share__elemental .text {
  font-weight: bold;
  color: #999;
}
.modePC header .share__elemental .text {
  font-size: 11px;
}
.modePC.menu-open header .header-bar__menu-btn a .icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 47px;
}
.modePC.menu-open header .header-bar__menu-btn a .icon span:nth-child(2) {
  transform: rotate(-45deg);
  top: 47px;
  width: 36px;
}

.modeSP.menu-open header .header-bar__menu-btn a .icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 67px;
}
.modeSP.menu-open header .header-bar__menu-btn a .icon span:nth-child(2) {
  transform: rotate(-45deg);
  top: 67px;
  width: 56px;
}

.remodal.howto {
  text-align: left;
}
.remodal.howto__inner {
  text-align: left;
}

/* viewer ビューワー
==========================================*/
/*
** 構造
*****/
.viewer {
  width: 100%;
  box-sizing: border-box;
}
.modePC .viewer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modeSP .viewer {
  height: auto;
}
.modePC .viewer .viewerWrapper {
  position: relative;
}
.modeSP .viewer .viewerWrapper {
  height: 100%;
}
.viewer .viewerWrapper::before {
  content: "";
  display: block;
}
.viewer .viewerWrapper .viewerContent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*
** MBP
*****/
.frame {
  width: 100%;
  height: 100%;
  position: relative;
}
.modePC .frame {
  padding-top: 3.3rem;
}
.frame__image {
  width: 100%;
  height: 100%;
  background: #000;
}
.modePC .frame__image {
  overflow: hidden;
}
.frame__image img {
  width: 100%;
}
.modePC .frame__url-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.3rem;
  background-image: url(../img/mbp/browser_bg.png);
  background-repeat: repeat-x;
  background-position: top left;
}
.modeSP .frame__url-bar {
  display: none;
}
.frame__url-bar i {
  display: block;
  background-image: url(../img/mbp/browser.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 3.3rem;
}
.modePC .frame__mbp {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}
.modeSP .frame__mbp {
  display: none;
}
.frame__mbp .mbp-body {
  position: relative;
  width: 100%;
  height: 100%;
}
.frame__mbp .mbp-body .parts {
  position: absolute;
}
.frame__mbp .mbp-body .left-top {
  background-image: url(../img/mbp/left-top.png);
  background-repeat: no-repeat;
  width: 43px;
  height: 39px;
  left: -43px;
  top: -39px;
}
.frame__mbp .mbp-body .right-top {
  background-image: url(../img/mbp/right-top.png);
  background-repeat: no-repeat;
  width: 43px;
  height: 39px;
  right: -43px;
  top: -39px;
}
.frame__mbp .mbp-body .left-bottom {
  background-image: url(../img/mbp/left-bottom.png);
  background-repeat: no-repeat;
  width: 210px;
  height: 100px;
  left: -210px;
  bottom: -100px;
}
.frame__mbp .mbp-body .right-bottom {
  background-image: url(../img/mbp/right-bottom.png);
  background-repeat: no-repeat;
  width: 210px;
  height: 100px;
  right: -210px;
  bottom: -100px;
}
.frame__mbp .mbp-body .top {
  top: -39px;
  left: 0;
  height: 39px;
  width: 100%;
}
.frame__mbp .mbp-body .top img {
  width: 100%;
  height: 39px;
}
.frame__mbp .mbp-body .right {
  top: 0;
  right: -43px;
  height: 100%;
  width: 43px;
}
.frame__mbp .mbp-body .right img {
  width: 43px;
  height: 100%;
}
.frame__mbp .mbp-body .bottom {
  bottom: -100px;
  left: 0;
  height: 100px;
  width: 100%;
}
.frame__mbp .mbp-body .bottom img {
  width: 100%;
  height: 100px;
}
.frame__mbp .mbp-body .left {
  top: 0;
  left: -43px;
  height: 100%;
  width: 43px;
}
.frame__mbp .mbp-body .left img {
  width: 43px;
  height: 100%;
}

/* パラメーターにおけるセッティング
==========================================*/
.frame-off .frame {
  padding-top: 0;
}
.frame-off .viewer {
  padding: 0 100px !important;
}
.frame-off .viewerWrapper {
  margin-top: 0 !important;
}
.frame-off .frame__url-bar {
  display: none;
}
.frame-off .frame__mbp {
  display: none;
}
.frame-off .frame__mbp .mbp-body {
  display: none;
}

.menu-open .setting {
  top: 0 !important;
}

/* viewer-setting ビューワーの設定
==========================================*/
.setting {
  position: fixed;
  left: 0;
  background: #20212d;
  z-index: 1;
  box-sizing: border-box;
}
.modePC .setting {
  top: -100px;
  width: calc(100% - 110px);
  border-bottom: 1px solid #36373f;
  height: 55px;
  transition: top 0.2s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modeSP .setting {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  top: -200%;
  padding-top: 80px;
  transition: top 0.2s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC .setting h2 {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}
.modeSP .setting h2 {
  text-align: center;
  margin-bottom: 30px;
}
.setting .setting-inner {
  box-sizing: border-box;
}
.modePC .setting .setting-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  min-width: 1140px;
  border-bottom: 1px solid #36373f;
}
.modeSP .setting .setting-inner {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  text-align: left;
}
.modePC .setting .setting-inner .unit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 1px solid #36373f;
}
.modeSP .setting .setting-inner .unit {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.setting .setting-inner .unit .item {
  position: relative;
  /* 個別 */
  /* hover action */
}
.modePC .setting .setting-inner .unit .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  border-right: 1px solid #36373f;
  height: 55px;
}
.modeSP .setting .setting-inner .unit .item {
  width: 100%;
  padding: 30px 0;
}
.modeSP .setting .setting-inner .unit .item.vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modeSP .setting .setting-inner .unit .item.vertical .title {
  margin-bottom: 16px;
}
.modeSP .setting .setting-inner .unit .item.horizontal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.setting .setting-inner .unit .item:hover .title .title__text {
  opacity: 1;
  bottom: -30px;
  transition: opacity 0.2s cubic-bezier(0.47, 0.25, 0.47, 0.95), bottom 0.1333333333s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.setting .setting-inner .unit .item .title {
  color: #ddd;
}
.modeSP .setting .setting-inner .unit .item .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modePC .setting .setting-inner .unit .item .title__icon {
  margin-right: 12px;
}
.modeSP .setting .setting-inner .unit .item .title__icon {
  margin-right: 12px;
}
.setting .setting-inner .unit .item .title__icon svg {
  fill: #737e86;
}
.modePC .setting .setting-inner .unit .item .title__icon svg {
  width: 20px;
  height: 20px;
}
.modeSP .setting .setting-inner .unit .item .title__icon svg {
  width: 40px;
  height: 40px;
}
.modePC .setting .setting-inner .unit .item .title__icon svg.wh {
  width: 28px;
  height: 28px;
}
.modeSP .setting .setting-inner .unit .item .title__icon svg.wh {
  margin-left: -8px;
  width: 48px;
  height: 48px;
}
.setting .setting-inner .unit .item .title__text {
  box-sizing: border-box;
  color: #aaa;
}
.modePC .setting .setting-inner .unit .item .title__text {
  position: absolute;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  bottom: -22px;
  left: 12px;
  background: #000;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
}
.modeSP .setting .setting-inner .unit .item .title__text {
  padding-left: 8px;
}
.modePC .setting .setting-inner .unit .item .title__text span {
  display: none;
}
.modeSP .setting .setting-inner .unit .item .title__text span {
  font-size: 20px;
  padding-left: 20px;
  color: #666;
}
.modePC .setting .setting-inner .unit .item .title__text::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: none;
  border-bottom: 8px solid #000;
}
.modePC .setting .setting-inner .unit .item span {
  font-size: 1.3rem;
  padding-left: 4px;
}
.modePC .setting .setting-inner .share-btn {
  margin-left: auto;
  margin-right: 20px;
}
.modeSP .setting .setting-inner .share-btn {
  margin-top: 60px;
}
.setting .setting-inner .share-btn .btn {
  letter-spacing: 0em;
  color: #fff;
  background: #275FFE;
}
.setting .setting-inner .share-btn .btn {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.modePC .setting .setting-inner .share-btn .btn {
  font-size: 12px;
  height: 26px;
  border-radius: 50px;
  transition: color 0.05s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modeSP .setting .setting-inner .share-btn .btn {
  font-size: 28px;
  height: 100px;
  border-radius: 100px;
}
.setting .setting-inner .share-btn .btn::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #0078c5;
  transform: scale(0, 1);
  transform-origin: left top;
}
.modePC .setting .setting-inner .share-btn .btn:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.setting .setting-inner .share-btn .btn:hover svg {
  right: -6px;
}
.modePC .setting .setting-inner .share-btn .btn {
  width: 70px;
}
.modeSP .setting .setting-inner .share-btn .btn {
  width: 285px;
}
.modePC .setting .setting-inner .share-btn .btn:hover {
  color: #0078c5;
}
.setting .setting-inner .share-btn .btn::after {
  background: #fff;
}
.setting .link {
  background: #000;
}
.modePC .setting .link {
  display: none;
}
.modeSP .setting .link {
  padding: 40px 30px;
  margin-top: 80px;
  text-align: center;
  font-size: 20px;
}
.modeSP .setting .link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  margin: 0 auto;
}
.setting .link ul li a {
  color: #999;
}
.modeSP .setting .link .copy {
  margin-top: 30px;
  color: #666;
}

/*
 * form
****/
.modePC .setting .unit .url input {
  width: 370px;
}
.modeSP .setting .unit .url input {
  width: 690px;
}
.modePC .setting .unit .width input {
  text-align: right;
  width: 54px;
}
.modeSP .setting .unit .width input {
  width: 200px;
  margin-right: 10px;
}
.modePC .setting .unit .height input {
  text-align: right;
  width: 54px;
}
.modeSP .setting .unit .height input {
  width: 200px;
  margin-right: 10px;
}
.modeSP .setting .unit .background input {
  width: 100px;
  height: 40px;
}
input[type=text],
textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.modePC input[type=text],
.modePC textarea {
  padding: 5px 8px;
  border-radius: 4px;
}
.modeSP input[type=text],
.modeSP textarea {
  border-radius: 10px;
  font-size: 26px;
  padding: 20px;
}

::placeholder {
  color: #aaa;
}
/* input Design
==========================================*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    background: var(--b, var(--background));
  }
  .modePC input[type=checkbox],
.modePC input[type=radio] {
    height: 21px;
    border: 1px solid var(--bc, var(--border));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .modeSP input[type=checkbox],
.modeSP input[type=radio] {
    height: 42px;
    border: 2px solid var(--bc, var(--border));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .modePC input[type=checkbox]:not(.switch),
.modePC input[type=radio]:not(.switch) {
    width: 21px;
  }
  .modeSP input[type=checkbox]:not(.switch),
.modeSP input[type=radio]:not(.switch) {
    width: 42px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  }
  .modePC input[type=checkbox] + label,
.modePC input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    margin-left: 4px;
  }
  .modePC input[type=checkbox] + label,
.modePC input[type=radio] + label {
    font-size: 28px;
    line-height: 42px;
    margin-left: 8px;
  }

  .modePC input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  .modeSP input[type=checkbox]:not(.switch) {
    border-radius: 14px;
  }
  input[type=checkbox]:not(.switch):after {
    border-top: 0;
    border-left: 0;
    transform: rotate(var(--r, 20deg));
  }
  .modePC input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    left: 7px;
    top: 4px;
  }
  .modeSP input[type=checkbox]:not(.switch):after {
    width: 10px;
    height: 18px;
    border: 4px solid var(--active-inner);
    left: 14px;
    top: 8px;
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  .modePC input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .modeSP input[type=checkbox].switch {
    width: 92px;
    border-radius: 22px;
  }
  input[type=checkbox].switch:after {
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
    border-radius: 50%;
  }
  .modePC input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    width: 15px;
    height: 15px;
  }
  .modeSP input[type=checkbox].switch:after {
    left: 4px;
    top: 4px;
    width: 30px;
    height: 30px;
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
  }
  .modePC input[type=checkbox].switch:checked {
    --x: 17px;
  }
  .modeSP input[type=checkbox].switch:checked {
    --x: 50px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  .modePC input[type=radio]:after {
    width: 19px;
    height: 19px;
  }
  .modeSP input[type=radio]:after {
    width: 38px;
    height: 38px;
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
.share-open .share-tool-tip {
  pointer-events: auto;
  opacity: 1;
  transition: top 0.1s cubic-bezier(0.47, 0.25, 0.47, 0.95), opacity 0.1s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC .share-open .share-tool-tip {
  top: 75px !important;
}
.modeSP .share-open .share-tool-tip {
  top: 0;
}

.share-tool-tip {
  opacity: 0;
  position: fixed;
  z-index: 100;
  pointer-events: none;
  background: #fff;
  color: #333;
  box-sizing: border-box;
}
.modePC .share-tool-tip {
  transition: top 0.1s cubic-bezier(0.47, 0.25, 0.47, 0.95), opacity 0.1s cubic-bezier(0.47, 0.25, 0.47, 0.95);
  top: 66px;
  right: 20px;
  border-radius: 10px;
  width: 350px;
  height: 610px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.modeSP .share-tool-tip {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  transition: top 0.1s cubic-bezier(0.47, 0.25, 0.47, 0.95), opacity 0.1s cubic-bezier(0.47, 0.25, 0.47, 0.95);
  top: 0;
  right: 0;
  width: 100%;
  padding: 80px 30px 400px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.share-tool-tip::before {
  content: "";
  display: block;
  position: absolute;
}
.modePC .share-tool-tip::before {
  top: -13px;
  right: 132px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: none;
  border-bottom: 15px solid #fff;
}
.modePC .share-tool-tip .sp-share-tool-tip-close {
  display: none;
}
.modeSP .share-tool-tip .sp-share-tool-tip-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100px;
  height: 100px;
  background: #ccc;
}
.share-tool-tip .sp-share-tool-tip-close svg {
  fill: #6d7081;
}
.modeSP .share-tool-tip .sp-share-tool-tip-close svg {
  width: 40px;
  height: 40px;
}
.share-tool-tip .title {
  text-align: center;
  font-weight: bold;
}
.modePC .share-tool-tip .title {
  margin-bottom: 20px;
}
.modeSP .share-tool-tip .title {
  font-size: 36px;
  margin-bottom: 40px;
}
.share-tool-tip .url-block__url .input textarea {
  width: 100%;
  word-break: break-all;
}
.modePC .share-tool-tip .url-block__url .input textarea {
  font-size: 11px;
  min-height: 90px;
  padding: 8px;
  line-height: 20px;
}
.modeSP .share-tool-tip .url-block__url .input textarea {
  font-size: 18px;
  min-height: 180px;
  border-radius: 10px;
  padding: 24px;
  line-height: 20px;
}
.modePC .share-tool-tip .url-block__url .copy {
  margin-top: 10px;
}
.modeSP .share-tool-tip .url-block__url .copy {
  margin-top: 40px;
}
.share-tool-tip .url-block__url .copy .copy_btn {
  letter-spacing: 0em;
  color: #fff;
  background: #275FFE;
}
.share-tool-tip .url-block__url .copy .copy_btn {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.modePC .share-tool-tip .url-block__url .copy .copy_btn {
  font-size: 12px;
  height: 26px;
  border-radius: 50px;
  transition: color 0.05s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modeSP .share-tool-tip .url-block__url .copy .copy_btn {
  font-size: 28px;
  height: 100px;
  border-radius: 100px;
}
.share-tool-tip .url-block__url .copy .copy_btn::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #0078c5;
  transform: scale(0, 1);
  transform-origin: left top;
}
.modePC .share-tool-tip .url-block__url .copy .copy_btn:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.share-tool-tip .url-block__url .copy .copy_btn:hover svg {
  right: -6px;
}
.modePC .share-tool-tip .url-block__url .copy .copy_btn {
  width: 90%;
}
.modeSP .share-tool-tip .url-block__url .copy .copy_btn {
  width: 285px;
}
.share-tool-tip .url-block__url .copy .copy_btn::after {
  background: #527fff;
}
.share-tool-tip .url-block__url .copy .copy_btn.copied {
  pointer-events: none;
  background: #333333;
  color: #ffffff;
}
.share-tool-tip .url-block__url .copy .copy_btn.copied:hover {
  cursor: auto;
}
.modePC .share-tool-tip .url-block__sup-text {
  margin-top: 10px;
}
.modeSP .share-tool-tip .url-block__sup-text {
  margin-top: 40px;
}
.share-tool-tip .url-block__sup-text p {
  color: #666;
  margin: 0 auto;
  word-break: break-all;
}
.modePC .share-tool-tip .url-block__sup-text p {
  width: 90%;
  line-height: 1.3;
  font-size: 12px;
}
.modeSP .share-tool-tip .url-block__sup-text p {
  font-size: 24px;
  line-height: 1.6;
}
.share-tool-tip .url-block__sup-text p a {
  font-weight: bold;
  color: #275FFE;
  opacity: 1;
}
.modePC .share-tool-tip .url-block__sup-text p a:hover {
  opacity: 0.75;
  transition: opacity 0.0666666667s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.modePC .share-tool-tip .sns-block {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.modeSP .share-tool-tip .sns-block {
  border-top: 2px solid #ccc;
  margin-top: 60px;
  padding-top: 60px;
}
.share-tool-tip .sns-block h4 {
  font-weight: bold;
  text-align: center;
}
.modeSP .share-tool-tip .sns-block h4 {
  font-size: 36px;
  margin-bottom: 40px;
}
.share-tool-tip .sns-block p {
  text-align: center;
}
.modePC .share-tool-tip .sns-block p {
  margin-top: 10px;
}
.modeSP .share-tool-tip .sns-block p {
  margin-bottom: 40px;
}
.share-tool-tip .sns-block ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modePC .share-tool-tip .sns-block ul {
  width: 170px;
  margin-top: 20px;
}
.modeSP .share-tool-tip .sns-block ul {
  width: 80%;
}
.share-tool-tip .sns-block ul li a svg {
  fill: #666;
}
.modePC .share-tool-tip .sns-block ul li a svg {
  width: 24px;
  height: 24px;
}
.modeSP .share-tool-tip .sns-block ul li a svg {
  width: 80px;
  height: 80px;
}
.share-tool-tip .sns-block ul li a svg:hover {
  fill: #aaa;
  transition: fill 0.4s cubic-bezier(0.47, 0.25, 0.47, 0.95);
}
.share-tool-tip .qr-block {
  text-align: center;
}
.modePC .share-tool-tip .qr-block {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.modeSP .share-tool-tip .qr-block {
  border-top: 2px solid #ccc;
  margin-top: 40px;
  padding-top: 80px;
}
.share-tool-tip .qr-block h4 {
  font-weight: bold;
  text-align: center;
}
.share-tool-tip .qr-block p {
  margin: 0 auto;
}
.modePC .share-tool-tip .qr-block p {
  margin-top: 10px;
  width: 150px;
}
.modeSP .share-tool-tip .qr-block p {
  width: 80%;
}
.share-tool-tip .qr-block p img {
  width: 100%;
}
#contact {
  /* contact お問い合わせ
  ==========================================*/
}
#contact .sec-page-title {
  background: #20212d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modePC #contact .sec-page-title {
  padding: 100px 0;
}
#contact .sec-page-title .title {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.modePC #contact .sec-page-title .title {
  margin-bottom: 40px;
}
.modeSP #contact .sec-page-title .title {
  margin-bottom: 80px;
}
.modePC #contact .sec-page-title .title .en {
  font-size: 28px;
}
.modeSP #contact .sec-page-title .title .en {
  font-size: 60px;
}
.modePC #contact .sec-page-title .title .jp {
  font-size: 18px;
}
.modeSP #contact .sec-page-title .title .jp {
  font-size: 32px;
}
#contact .sec-page-title .lead-text {
  line-height: 2;
}
.modePC #contact .sec-page-title .lead-text {
  font-size: 14px;
}
#contact .sec-page-title .lead-text span {
  color: #aaa;
}
#contact .sec-contact {
  width: 100%;
}
.modePC #contact .sec-contact .container {
  padding-top: 80px;
}
#contact .sec-contact .container iframe {
  margin: 0 auto;
  display: block;
}
.modePC #contact .sec-contact .container iframe {
  min-width: 650px;
  height: 1200px;
}
#feedback {
  /* contact お問い合わせ
  ==========================================*/
}
#feedback .sec-page-title {
  background: #20212d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modePC #feedback .sec-page-title {
  padding: 100px 0;
}
#feedback .sec-page-title .title {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.modePC #feedback .sec-page-title .title {
  margin-bottom: 40px;
}
.modeSP #feedback .sec-page-title .title {
  margin-bottom: 80px;
}
.modePC #feedback .sec-page-title .title .en {
  font-size: 28px;
}
.modeSP #feedback .sec-page-title .title .en {
  font-size: 60px;
}
.modePC #feedback .sec-page-title .title .jp {
  font-size: 18px;
}
.modeSP #feedback .sec-page-title .title .jp {
  font-size: 32px;
}
#feedback .sec-page-title .lead-text {
  line-height: 2;
}
.modePC #feedback .sec-page-title .lead-text {
  font-size: 14px;
}
#feedback .sec-page-title .lead-text span {
  color: #aaa;
}
#feedback .sec-page-title .lead-text span a {
  color: #275EFE;
}
#feedback .sec-contact {
  width: 100%;
}
.modePC #feedback .sec-contact .container {
  padding-top: 80px;
}
#feedback .sec-contact .container iframe {
  margin: 0 auto;
  display: block;
}
.modePC #feedback .sec-contact .container iframe {
  min-width: 650px;
  height: 1200px;
}