@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* -----------------------------------------
 Reset
------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.5;
}
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
main {
	display: block;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
td, th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}
/* -----------------------------------
 基本
------------------------------------*/
html {
  font-size: 62.5%;
  font-size: calc(1em*.625);
}
body {
  color: #3d3a3a;
  background: #fff;
  font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
	vertical-align: top;
}
sup {
  position: relative;
  vertical-align: top;
  font-size: 0.7em;
}
*, *::before, *::after {
	box-sizing: border-box;
}
.product-title {
  position: relative;
  max-width: 50rem;
  margin: 0 auto 1.5em;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}
.product-title > span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1.2em;
  background-color: #fff;
}
.product-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
}
section{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto 6rem;
}
section .product-hd{
  background:#000;
  color: #FFF9B9;
  padding: .6em .8em;
  font-size: 3.2rem;
  display: block;
  line-height: 1.2;
}
section .product-hd.number {
  display: flex;
  padding: 0;
}
section .product-hd.number > span:nth-child(1) {
  display: flex;
  padding: .6em .8em;
  border-right: 1px solid #fff;
  text-align: center;
  white-space: nowrap;
}
section .product-hd.number > span:nth-child(2) {
  flex: 1;
  padding: .6em .8em;
}
section .product-sub-hd{
  font-size: 2.1rem;
  margin-bottom: .3em;
}
/* section .product-sub-hd::before{
  content: "■";
  margin-right: .3em;
  color: #d60011;
} */
.section__inner{
  padding: 2em;
  display: flex;
  justify-content: space-between;
}
.section__inner > div:nth-child(1) {
  width: 47rem;
}
.section__inner > div:nth-child(2) {
  width: 43rem;
  padding-right: 4rem;
  padding-left: 4rem;
}
.section__inner.evenly > div:nth-child(1) {
  width: 45rem;
}
.section__inner.evenly > div:nth-child(2) {
  width: 45rem;
  padding-right: 0;
  padding-left: 0;
}
.section__inner.column {
  flex-direction: column;
}
.section__inner.column > div:nth-child(1) {
  width: 100%;
}
.section__inner.column > div:nth-child(2) {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
ol.num-list{
  font-weight: bold;
  font-size: 2.1rem;
  list-style: none;
  counter-reset: listnum;
  list-style: none;
  margin-bottom: 1em;
}
.num-list li{
  position: relative;
  padding-left: 4.6rem;
  margin-bottom: .5em;
  border-bottom: 1px dotted #000;
  margin-top: .5em;
  padding-bottom: .5em;
}
.num-list li::before{
  counter-increment: listnum;
  content: counter(listnum);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  padding-bottom: 0.1em;
  font-size: 2rem;
  border: 2px solid #000;
  background: #FFF9B9;
  position: absolute;
  left: 0;
  top: .1em;
  color: #000;
  border-radius: 1em;
}
.max-450{
  max-width: 45rem;
  width: 100%;
}
.inner{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
.hide-pc{
  display: none;
}
.hide-sp{
  display: block;
}
.indent1{
  text-indent: -1em; margin-left: 1em
}
.line-h-large{
  line-height: 1.8;
}

/* -----------------------------------------
 リンク
------------------------------------------- */
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:active {
  color: inherit;
  text-decoration: none;
}
a:hover{
  opacity: .6;
  text-decoration: none;
}
/* -----------------------------------------
 文字装飾
------------------------------------------- */
.white{ color: #fff}
.bold { font-weight: bold; }
.red{ color: var(--red); }
.normal { font-weight: normal; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }
.txt-left { text-align: left; }
.block{ display: block; }
.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 !important; }
.mb5 { margin-bottom: .5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb25 { margin-bottom: 2.5rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb90 { margin-bottom: 9rem !important; }
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 1rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 4rem !important; }
.mt60 { margin-top: 4rem !important; }
.pt0 { padding-top: 0 !important; }
.pb0 { padding-bottom: 0 !important; }

/* -----------------------------------
 Header
------------------------------------*/
header{
  margin: 3rem auto;
}
header div{
  width: 100%;
  max-width: 100rem;
  display: flex;
  justify-content: space-between;
  height: 6rem;
}
header div a{
  align-items: center;
  display: flex;
}
.fujifilm-logo{ max-width: 176px; }
.tgc-logo{ max-width: 277px; }

/* -----------------------------------
 コンテンツ
------------------------------------*/
.mv{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
.intro p {
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
.intro p + p {
  margin-top: 1em;
}
.product-img{
  width: 100%;
  max-width: 100rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.gray-box{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  background: #F1F2F1;
  border-radius: 1rem;
  padding: 2em;
}
.order-term{
  font-weight: bold;
  text-align: center;
}
a.order-btn{
  background: #FFF9B9;
  color: inherit;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  width: 13em;
  text-align: center;
  padding: .8em 1em;
  border-radius: 3em;
  border: 4px solid #000;
  box-shadow: 0 6px 0 #000;
  position: relative;
}
a.order-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 1em;
  top:0;
  bottom:0;
  margin: auto;
  border-style: solid;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .4em solid #000;
  border-right: 0;
}

/* -----------------------------------
footer
------------------------------------*/
.comment{
  width: 100%;
  max-width: 110rem;
  margin: 0 auto 2rem;
  padding: 0 2rem;
  font-size: 1.2rem;
  text-align: right;
  color: #888888;
}
.comment__list {
  font-size: 1.2rem;
}
.comment__list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-footer {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 5rem;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #f1f2f1;
}
.l-footer .wrap {
  max-width: 144rem;
  padding: 0 2rem;
}
.l-footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* footer__links */
.l-footer__links {
  padding-bottom: 2.5rem;
}
.l-footer__links p {
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.l-footer__links .footer__links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 2.5rem;
}
.footer__links__list li:not(:first-child) {
  margin-left: 2.5rem;
}
.footer__links__list li a {
  font-size: 1.8rem;
}
/* l-footer__bottom */
.l-footer__bottom {
  display: flex;
  padding-top: 2.5rem;
}
.l-footer__logo {
  margin-right: 2.5rem;
}
.l-footer__bottom__body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 128px);
  margin-top: -6px;
  gap: 8px 1.5rem;
  font-size: 1.4rem;
}
.l-footer__nav a:not(:last-child) {
  margin-right: 1.5rem;
  position: relative;
}
.l-footer__nav a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: rgb(173, 173, 173);
  position: absolute;
  right: -1.5rem;
  top: 5px;
}
.l-footer__copyright {
  margin-top: 1.4rem;
  width: 100%;
  font-size: 12px;
}

/* -----------------------------------
 アニメーション
------------------------------------*/
/* フェードイン・アップ */
.fade-in-up, .fade-in{
  opacity: 0;
}
.fade-in.active {
  animation: fadeIn 1.2s ease-out forwards;
}
.fade-in-up.active {
  animation: fadeInUp 0.8s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.app-store__link {
  display: flex;
}
.app-store__link li:not(:first-child) {
  margin-left: 2rem;
}
.app-store__link li img {
  max-height: 5rem;
}
img.radius{
  border-radius: 1em;
}
a.arrow{
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
a.arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top:0;
  bottom:0;
  margin: auto;
  border-style: solid;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .4em solid #d60011;
  border-right: 0;
}
.price-table {
  width: 100%;
  font-size: 1.8rem;
}
.price-table thead th {
  padding: 0.8em 2em;
  font-weight: 700;
  background-color: #ECEDEC;
}
.price-table thead th:nth-of-type(1) {
  width: 40%;
}
.price-table thead th:nth-of-type(2) {
  width: 40%;
}
.price-table thead th:nth-of-type(3) {
  width: 20%;
}
.price-table tbody td {
  padding: 0.8em 2em;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.price-table tbody td:last-of-type {
  text-align: right;
}
.price-yen {
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.3em;
}
.price-yen em {
  margin-right: 0.1em;
  font-weight: 500;
  font-size: 1.5em;
}
.comment-block {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and ( min-width:1001px) {
  .pc-br-none br{ display: none; }
}
/* -----------------------------------------
Small PC
------------------------------------------- */
@media screen and ( max-width:1000px) {
  header{
    margin: 0;
    padding: 1em 1.5em;
  }
  header div{
    height: inherit;
  }
  .gray-box{
    width: inherit;
    margin: 0 2em;
  }
  .section__inner div{
    width: 50%;
  }
  .section__inner div:first-of-type{
    padding-right: 2em;
  }
  ol.num-list{
    width: 100%;
  }
  .tb-br-none br{ display: none; }

  .section__inner > div:nth-child(1) {
    width: 50%;
  }
  .section__inner > div:nth-child(2) {
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
  .section__inner.evenly > div:nth-child(1) {
    width: 50%;
  }
  .section__inner.evenly > div:nth-child(2) {
    width: 50%;
  }
  .price-table thead th {
    padding: 0.8em 1em;
  }
  .price-table tbody td {
    padding: 0.8em 1em;
  }
  .comment-block {
    margin: 0 2em;
  }
}

/* -----------------------------------------
 Tablet
------------------------------------------- */
@media screen and ( max-width:820px) {
  .hide-pc{
    display: block;
  }
  .hide-sp{
    display: none;
  }
  
  /* -----------------------------------
  footer
  ------------------------------------*/
  .comment{
    margin: 0 0 2rem;
    text-align: left;
  }
  .l-footer{
    padding-top: 0;
    padding-bottom: 6rem;
  }
  .l-footer .wrap{
    padding: 0 2.2rem;
  }
  .l-footer__bottom{
    display: block;
    padding-top: 4rem;
  }
  .l-footer__logo{
    display: block;
    margin-right: 0;
    margin-bottom: 4rem;
    text-align: center;
  }
  .l-footer__logo img{
    width: 15.2rem;
  }
  .l-footer__bottom__body{
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer__nav{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.6rem;
    gap: 8px 1.4rem;
    font-size: 1.4rem;
  }
  .l-footer__nav a:not(:last-child){
    margin-right: 1.4rem;
  }
  .l-footer__nav a:not(:last-child)::after {
      right: -1.4rem;
    }
  .l-footer__copyright{
    margin-top: 0;
    font-size: 1.2rem;
  }
  .price-table {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------
 SP
------------------------------------------- */
@media screen and (max-width: 599px){
  html {
    font-size: calc(100vw/38);
  }
  .sp-txt-center{ text-align: center; }
  .sp-txt-left{ text-align: left; }
  .tb-br-none br{ display: inline-block; }
  .sp-br-none br{ display: none; }
  .sp-fs60 { font-size: 6rem !important; }
  .sp-fs56 { font-size: 5.6rem !important; }
  .sp-fs52 { font-size: 5.2rem !important; }
  .sp-fs48 { font-size: 4.8rem !important; }
  .sp-fs44 { font-size: 4.4rem !important; }
  .sp-fs40 { font-size: 4rem !important; }
  .sp-fs36 { font-size: 3.6rem !important; }
  .sp-fs32 { font-size: 3.2rem !important; }
  .sp-fs30 { font-size: 3rem !important; }
  .sp-fs28 { font-size: 2.8rem !important; }
  .sp-fs24 { font-size: 2.4rem !important; }
  .sp-fs21 { font-size: 2.1rem !important; }
  .sp-fs18 { font-size: 1.8rem !important; }
  .sp-fs16 { font-size: 1.6rem !important; }
  .sp-fs14 { font-size: 1.4rem !important; }
  .sp-fs12 { font-size: 1.2rem !important; }
  .sp-fs10 { font-size: 1rem !important; }
  .sp-mb0 { margin-bottom: 0 !important; }
  .sp-mb5 { margin-bottom: .5rem !important; }
  .sp-mb10 { margin-bottom: 1rem !important; }
  .sp-mb15 { margin-bottom: 1.5rem !important; }
  .sp-mb20 { margin-bottom: 2rem !important; }
  .sp-mb25 { margin-bottom: 2.5rem !important; }
  .sp-mb30 { margin-bottom: 3rem !important; }
  .sp-mb40 { margin-bottom: 4rem !important; }
  .sp-mb50 { margin-bottom: 5rem !important; }
  .sp-mb60 { margin-bottom: 6rem !important; }
  .sp-mt0 { margin-top: 0 !important; }
  .sp-mt10 { margin-top: 1rem !important; }
  .sp-mt20 { margin-top: 2rem !important; }
  .sp-mt30 { margin-top: 3rem !important; }
  .sp-mt40 { margin-top: 4rem !important; }
  .sp-mt50 { margin-top: 4rem !important; }
  .sp-mt60 { margin-top: 4rem !important; }
  .sp-pt0 { padding-top: 0 !important; }
  .sp-pb0 { padding-bottom: 0 !important; }
  header {
      margin: 0;
      padding: 1em 1em;
  }
  .fujifilm-logo{ max-width: 120px; }
  .tgc-logo{ max-width: 150px; }
  .gray-box{
    width: inherit;
    margin: 0 1em;
  }
  .intro p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .product-img{
    margin-top: 1.5rem;
    padding: 0 1em;
  }
  section{
    margin: 0 auto 3rem;
  }
  .section__inner{
    padding: 1em;
    flex-direction: column;
  }
  .column-reverse{
    flex-direction: column-reverse;
    margin-bottom: 1em;
  }
  .section__inner > div{
    width: 100%;
  }
  .section__inner > div:first-of-type{
    padding-right: 0;
  }
  .section__inner > div:nth-child(1) {
    width: 100%;
  }
  .section__inner > div:nth-child(2) {
    width: 90%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 1em;
  }
  .section__inner.evenly > div:nth-child(1) {
    width: 90%;
    margin: 0 auto 1em;
  }
  .section__inner.evenly > div:nth-child(2) {
    width: 100%;
    margin-bottom: 0;
  }
  ol.num-list{
    font-size: 1.8rem;
    width: 100%;
  }
  .num-list li{
    position: relative;
    padding-left: 1.8em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #000;
    margin-top: .5em;
    padding-bottom: .5em;
  }
  .num-list li::before{
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.8rem;
    left: 0;
    top: 0.1em;
    border-radius: 1em;
  }
  .product-title {
    margin: 0 2em 1.2em;
    font-size: 2.8rem;
  }
  .product-title > span {
    padding: 0 1em;
  }
  section .product-hd{
    font-size: 2.2rem;
    line-height: 1.3;
  }
  section .product-hd.number > span:nth-child(1) {
    justify-content: center;
    align-items: center;
  }
  section .product-sub-hd{
    font-size: 1.8rem;
  }
  .table-scroll-wrap {
    padding-bottom: 1em;
    overflow: auto;
  }
  .price-table {
    min-width: 72rem;
    font-size: 1.6rem;
  }
  .price-table thead th {
    padding: 0.8em 1em;
  }
  .price-table tbody td {
    padding: 0.8em 1em;
  }
  .price-yen {
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.3em;
  }
  .price-yen em {
    margin-right: 0.1em;
    font-weight: 500;
    font-size: 1.5em;
  }
  .comment-block {
    margin: 0 1em;
  }
}
