﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 62.5%;
  }
  
  body * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: -0.02em;
  }
  
  body div dl dt dd ul ol li h1 h2 h3 h4 h5 h6 pre form fieldset input textarea p blockquote th td {
    margin: 0;
    padding: 0;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  fieldset img abbr acronym {
    border: 0;
  }
  
  address caption cite code dfn em strong th var {
    font-style: normal;
    font-weight: normal;
  }
  
  ol ul {
    list-style: none;
  }
  
  caption th {
    text-align: left;
  }
  
  h1 h2 h3 h4 h5 h6 {
    font-size: 100%;
    font-weight: normal;
  }
  
  p {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  q:before,
  
  q:after {
    content: '';
  }
  
  img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
  
  #wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .content-wrap_all {
    position: relative;
    z-index: 1;
  }
  
  section {
    position: relative;
    width: 100%;
    margin: auto;
  }
  
  body {
    width: 100%;
    font-family: Noto Sans, Noto Sans JP, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
    padding: 0px;
    margin: 0px;
    color: #212121;
    font-size: 16px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    font-weight:
        normal;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
    line-height: 1.4;
    background-color: #FFF;
  }
  
  .small {
    font-size: small;
  }
  
  a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  
  a:hover {
    opacity: .7;
    text-decoration: none;
  }
  
  a[href^="tel:"] {
    pointer-events: none;
  }
  
  @media screen and (min-width: 768px) {
    html body {
        -webkit-overflow-scrolling: touch !important;
    }
  }
  
  @media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
  }
  
  @media screen and (min-width:768px) {
    .sp {
        display: none !important;
    }
  }
  
  /* -------------------------------------------------------------------
  ICON
  ------------------------------------------------------------------- */
  
  [class*=" icon-"]:after [class*=" icon-"]:before [class^=icon-]:after [class^=icon-]:before {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  i {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  
  /* -------------------------------------------------------------------
  Pagetitle
  ------------------------------------------------------------------- */
  
  .sectionTitle {
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  
  .sectionTitle-inner {
    margin: 0 auto;
    display: inline-block;
    position: relative;
  }
  
  .sectionTitle h2 .sectionTitle h1 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .05em;
  }
  
  .sectionTitle p {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    display: block;
  }
  
  .sectionTitle h2 span {
    color: #D80C24;
    text-align: center;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 55px;
  }
  
  .sectionTitle h2 span.large {
    margin: 0 0 -6px;
    font-size: 7rem;
    padding: 0 .05em;
    font-family: Outfit;
  }
  
  
  /* -------------------------------------------------------------------
  Layout(Common)
  ------------------------------------------------------------------- */
  .maxwidth-container,
  section .inner {
    width: 100%;
    margin: auto;
  }
  
  @media screen and (min-width: 768px) {
    .maxwidth-container {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 40px;
    }
  }
  
  .container-fluid {
    position: relative;
  }
  
  .container-fluid p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 100;
    letter-spacing: 0;
  }
  
  #ContentsWrap {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  
  
  /* -------------------------------------------------------------------
  Button
  ------------------------------------------------------------------- */
  .baseBtnStyle {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-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;
    border-radius: 0;
    position: relative;
  }
  
  .baseBtnStyle.btn-ellipse {
    width: 590px;
    height: 73px;
    margin: auto;
    border-radius: 50px;
    background: #D80C24;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
    position: relative;
  }
  
  .baseBtnStyle.btn-ellipse a {
    width: 100%;
    height: 100%;
    color: #fff;
    margin-left: -1em;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    letter-spacing: .02em;
  }
  
  .baseBtnStyle.btn-ellipse a:after {
    content: "";
    height: 16px;
    width: 16px;
    margin: auto 0;
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    background: #fff;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10;
  }
  
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover,
  button[type=submit]:hover,
  input[type=button]:focus,
  input[type=reset]:focus,
  input[type=submit]:focus,
  button[type=submit]:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12121200000', endColorstr='#1a000000', GradientType=0);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.10))) !important;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10)) !important;
  }
  
  button[type=submit] i {
    padding-right: 12px;
  }
  
  @media screen and (max-width: 767px) {
    .baseBtnStyle.btn-ellipse {
        width: 330px;
        height: 50px;
        border-radius: 50px;
        margin-top: 6px;
    }
  
    .baseBtnStyle.btn-ellipse a {
        font-size: 1.8rem;
    }
  
    .baseBtnStyle.btn-ellipse a:after {
        content: "";
        height: 8px;
        width: 9px;
        right: -14px;
        position: relative;
    }
  }
  
  
  @media screen and (max-width: 380px) {
    .baseBtnStyle.btn-ellipse {
        width: 84.61538461538461vw;
    }
  }
  
  
  @media screen and (max-width: 320px) {
    .baseBtnStyle.btn-ellipse a {
        font-size:4.615384615384616vw;
    }
  
  }
  
  
  /* -------------------------------------------------------------------
  CTA
  ------------------------------------------------------------------- */
  .cta p.txt-popup.style03 {
    margin-bottom: 0;
    filter: drop-shadow(0 7px 3px rgba(0, 0, 0, 0.3));
    z-index: 1;
  }
  
  @media screen and (max-width: 767px) {
    .cta p.txt-popup.style03 {
        filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.25));
    }
  }
  
  /* -----------------------------------------------------------
  Flex Contents
  ------------------------------------------------------------*/
  .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
  }
  
  
  /* -------------------------------------------------------------------
  section.pagenav
  ------------------------------------------------------------------- */
  @media screen and (min-width: 768px) {
    section.pagenav {
        width: 100%;
        margin: 0 auto;
        padding: 90px 0 80px;
        background: #FFF;
    }
  
    #mv .h1Area h1 {
        background: url(/campaign/images/cameramatsuri/mv_h1.png) center center no-repeat;
        background-size: 373px;
    }
  
    .mainVisual .bg01 {
        background: url(/campaign/images/cameramatsuri/main_pc.jpg) center 0 no-repeat;
        background-size: cover;
    }
  
    .pagenav .sectionTitle h2 {
        /* max-width: 517.848px; */
        /* max-height: 60.728px; */
        /* width: 47.077090909090906vw; */
        /* height: 5.520727272727273vw; */
        width: 517.848px;
        height: 60.728px;
        flex-shrink: 0;
        font-size: 0;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
        background: url(/campaign/images/cameramatsuri/h2_pagenav.svg) center center no-repeat;
        background-size: 100%;
    }
  
    .pagenav .sectionTitle h2 span {
        margin-bottom: -12px;
        font-size: 4rem;
        color: #b81b60;
        font-weight: 600;
        letter-spacing: 0.05em;
        vertical-align: bottom;
        display: inline-block;
    }
  
    .pagenav .sectionTitle h2 span.large {
        margin-bottom: -3px;
        font-size: 7rem;
    }
  
    section.pagenav .sectionTitle {
        margin-bottom: 0;
    }
  
    section.pagenav .maxwidth-container {
        margin: 4.296875vw auto 0;
    }
  
    section.pagenav nav {
        width: 100%;
        margin: 0 auto 5.859375vw;
        padding: 0;
        position: relative;
        z-index: 1;
    }
  
    section.pagenav nav+p {
        width: fit-content;
        margin: 0 auto 75px;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.7;
        /* 171.429% */
        letter-spacing: 0.42px;
        display: block;
    }
  
    section.pagenav ul {
        width: 71.66666666666667vw;
        max-width: 860px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3.671875vw 1.8181818181818181vw;
    }
  
    section.pagenav ul li {
        max-width: 416px;
        /* width: 48.372093023255815%; */
        width: 34.66666666666667vw;
        max-height: 230px;
        height: 19.166666666666668vw;
        padding: 0;
        margin: 0;
        display: block;
        position: relative;
        /* overflow: hidden; */
    }
  
    section.pagenav ul li a {
        width: 100%;
        /* max-width: 415px; */
        height: 100%;
        margin: auto;
        padding: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
        transition: 0.5s ease;
        background: #fff;
        /* border-radius: 12px; */
        border: solid 4px #D80C24;
    }
  
    section.pagenav ul li a:hover {
        opacity: .65;
    }
  
    section.pagenav ul li p {
        font-size: 0;
        text-indent: 100%;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 2;
    }
  
    section.pagenav ul li.benefit-01 p {
				max-width: 352px;
				width: 84.61538461538461%;
				/* max-height: 120.423px; */
				height: 0;
				padding-top: 36.77884615384615%;
				margin: 0 auto 0 8.173076923076923%;
				top: 18.26086956521739%;
        /* top: 45px; */
        background: url(/campaign/images/cameramatsuri/page_nav01.png) center 0 no-repeat;
        background-size: contain;
    }
  
    section.pagenav ul li.benefit-02 p {
				max-width: 341.548px;
				width: 83.71274509803922%;
				/* max-height: 154.202px; */
				height: 0;
				padding-top: 37.745098039215684%;
				margin: 0 auto;
				margin-left: 11.538461538461538%;
				margin-right: 6.25%;
				top: 20.089285714285715%;
        background: url(/campaign/images/cameramatsuri/page_nav02.png) center center no-repeat;
        background-size: 100%;
    }
  
    section.pagenav ul li.benefit-03 p {
        max-width: 389.469px;
        width: 95.45808823529411%;
        /* max-height: 116.173px; */
        height: 0;
        padding-top: 27.92620192307692%;
        margin: 0 auto 0 3.125%;
        top: 24.347826086956523%;
        background: url(/campaign/images/cameramatsuri/page_nav03.png) center center no-repeat;
        background-size: 100%;
    }
  
    section.pagenav ul li.benefit-04 p {
        max-width: 349.304px;
        width: 85.61372549019607%;
        /* max-height: 122.499px; */
        height: 0;
        padding-top: 29.446875%;
        margin: 0 auto;
        top: 21.73913043478261%;
        background: url(/campaign/images/cameramatsuri/page_nav04.png) center center no-repeat;
        background-size: 100%;
    }
  
    section.pagenav ul li a span.more {
        text-align: center;
        font-size: 0;
        display: block;
        width: 21px;
        height: 11px;
        margin: auto;
        padding: 0;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 14px;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDE2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTIyLjQ0NjcgMS4zODA5OEwxMS45NDY3IDEyLjM4MUwxLjQ0NjcyIDEuMzgwOTgiIHN0cm9rZT0iI0Q4MEMyNCIgc3Ryb2tlLXdpZHRoPSI0Ii8+PC9zdmc+") center center no-repeat;
        background-size: 21px;
    }
  
    section.pagenav ul li .benefit-tokuten {
        max-width: 152px;
        width: 13.818181818181818vw;
        max-height: 56px;
        height: 5.090909090909091vw;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: -1.9090909090909092vw;
        left: 0;
        right: 0;
        z-index: 2;
        border-radius: 80px;
        background: #fff;
        border: solid 3px #D80C24;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8181818181818181vw;
        color: #D80C24;
        text-align: center;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .08em;
        box-sizing: border-box;
    }
  
    section.pagenav ul li .benefit-tokuten .number {
        margin: 0 0 0 4px;
        font-size: 3.6363636363636362vw;
        font-weight: 600;
        line-height: 1;
    }
  }
  
  
  @media screen and (min-width: 1200px) {
    section.pagenav {
        padding: 90px 0 80px;
    }
  
    #mv .h1Area h1 {
        background: url(/campaign/images/cameramatsuri/mv_h1.png) center center no-repeat;
        background-size: 373px;
    }
  
    .mainVisual .bg01 {
        background: url(/campaign/images/cameramatsuri/main_pc.jpg) center 0 no-repeat;
        background-size: cover;
    }
  
    section.pagenav .sectionTitle {
        margin-bottom: 0;
    }
  
    section.pagenav .maxwidth-container {
        margin: 55px auto 0;
    }
  
    section.pagenav nav {
        margin: 0 auto 75px;
    }
  
    section.pagenav nav+p {
        margin: 0 auto 75px;
        font-size: 1.4rem;
    }
  
    section.pagenav ul {
        gap: 47px 20px;
    }
  
    section.pagenav ul li .benefit-tokuten {
        top: -21px;
        font-size: 2rem;
    }
  
    section.pagenav ul li .benefit-tokuten .number {
        margin: -2px 0 0 4px;
        font-size: 4rem;
    }
  
    section.pagenav ul li.benefit-01 p {
        margin-left: 48px;
        /* margin-right: 26px; */
    }
  }
  
  @media screen and (min-width: 768px) and (max-width:1119px) {
    section.pagenav ul {
        margin: 0 auto;
    }
  }
  
  
  @media screen and (max-width: 767px) {
    .pagenav .sectionTitle h2 span {
        margin-bottom: 0;
        font-size: 2.4rem;
        color: #b81b60;
        font-weight: 600;
        letter-spacing: 0.05em;
        vertical-align: bottom;
        display: inline-block;
    }
  
    .pagenav .sectionTitle h2 span.large {
        font-size: 4rem;
    }
  
    section.pagenav ul li a span.small {
        width: 100%;
        margin: -8px auto 8px;
        padding: 0;
        display: block;
        font-size: 1.4rem;
        color: #000;
        font-weight: 600;
        line-height: 1.25;
    }
  }
  
  @media screen and (max-width: 767px) {
    section.pagenav {
        width: 97.43589743589743vw;
        margin: 0 auto;
        padding-left: 1.282051282051282vw;
        padding-right: 1.282051282051282vw;
        padding-bottom: 10px;
        background: #FFF;
    }
  
    #mv .h1Area h1 {
        background: url(/campaign/images/cameramatsuri/mv_h1.png) center center no-repeat;
        background-size: 373px;
    }
  
    .mainVisual .bg01 {
        background: url(/campaign/images/cameramatsuri/main_pc.jpg) center 0 no-repeat;
        background-size: cover;
    }
  
    .pagenav .sectionTitle h2 {
        /* max-width: 340px; */
        width: 87.17948717948718vw;
        /* max-height: 43px; */
        height: 11.025641025641026vw;
        max-width: 517.848px;
        max-height: 60.728px;
        font-size: 0;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
        background: url(/campaign/images/cameramatsuri/h2_pagenav.svg) center center no-repeat;
        background-size: 100%;
    }
  
    .pagenav .sectionTitle h2 span {
        margin-bottom: -12px;
        font-size: 4rem;
        color: #b81b60;
        font-weight: 600;
        letter-spacing: 0.05em;
        vertical-align: bottom;
        display: inline-block;
    }
  
    .pagenav .sectionTitle h2 span.large {
        margin-bottom: -3px;
        font-size: 7rem;
    }
  
    section.pagenav .sectionTitle {
        /* margin-bottom: 33px; */
        margin-bottom: 8.461538461538462vw;
    }
  
    section.pagenav .maxwidth-container {
        padding: 0;
    }
  
    section.pagenav nav {
        width: 100%;
        margin: 0 auto 6.666666666666667vw;
        padding: 0;
        position: relative;
        z-index: 1;
    }
  
    section.pagenav ul {
        width: 87.17948717948718vw;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* gap: 38px 2.564102564102564vw; */
        gap: 9.743589743589745vw 2.564102564102564vw;
    }
  
    section.pagenav ul li {
        width: calc((100% - 2.564102564102564vw) / 2);
        /* max-height: 105px; */
        height: 26.923076923076923vw;
        padding: 0;
        margin: 0;
        display: block;
        position: relative;
    }
  
    section.pagenav ul li a {
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
        transition: 0.5s ease;
        background: #fff;
        border: solid 2px #D80C24;
        border-width: 0.5128205128205128vw;
    }
  
    section.pagenav ul li a:hover {
        opacity: 1;
    }
  
    section.pagenav ul li p {
        font-size: 0;
        text-indent: 100%;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 2;
    }
  
    section.pagenav ul li.benefit-01 p {
        /* width: 140px; */
        /* height: 70px; */
				width: 151px;
        height: 82px;
        width: 38.71794871794872vw;
        height: 21.025641025641026vw;
        margin: 4.871794871794872vw auto 0;
        background: url(/campaign/images/cameramatsuri/page_nav01_sp.png) center center no-repeat;
        background-size: 100%;
    }
  
    section.pagenav ul li.benefit-02 p {
				width: 35.8974358974359vw;
				height: 17.94871794871795vw;
				margin: 4.871794871794872vw auto 0;
        background: url(/campaign/images/cameramatsuri/page_nav02_sp.png) center center no-repeat;
        background-size: 100%;
    }
  
    section.pagenav ul li.benefit-03 p {
        /* width: 151.681px; */
        /* height: 114.487px; */
        width: 38.8925641025641vw;
        height: 29.35564102564102vw;
        margin: 4.871794871794872vw auto 0;
        background: url(/campaign/images/cameramatsuri/page_nav03_sp.png) center 0 no-repeat;
        background-size: 100%;
    }
  
    section.pagenav ul li.benefit-04 p {
        /* width: 138.88px; */
        /* height: 60.601px; */
        width: 35.610256410256405vw;
        height: 15.538717948717947vw;
        margin: 5.897435897435897vw auto 0;
        background: url(/campaign/images/cameramatsuri/page_nav04_sp.png) center center no-repeat;
        background-size: 100%;
    }
  
    section.pagenav ul li a span.more {
        text-align: center;
        font-size: 0;
        display: block;
        width: 12px;
        height: 6px;
        margin: auto;
        padding: 0;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 4px;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDE2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTIyLjQ0NjcgMS4zODA5OEwxMS45NDY3IDEyLjM4MUwxLjQ0NjcyIDEuMzgwOTgiIHN0cm9rZT0iI0Q4MEMyNCIgc3Ryb2tlLXdpZHRoPSI0Ii8+PC9zdmc+") center center no-repeat;
        background-size: 12px;
    }
  
    section.pagenav ul li .benefit-tokuten {
        /* max-width: 80px; */
        width: 20.51282051282051vw;
        /* max-height: 30px; */
        height: 7.6923076923076925vw;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: -3.8461538461538463vw;
        left: 0;
        right: 0;
        z-index: 2;
        border-radius: 80px;
        background: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        /* font-size: 1.2rem; */
        font-size: 3.076923076923077vw;
        color: #D80C24;
        text-align: center;
        font-weight: 600;
        line-height: 2.75;
        letter-spacing: .08em;
        border: solid 2px #D80C24;
    }
  
    section.pagenav ul li .benefit-tokuten .number {
        margin: 0 0 0 2px;
        /* font-size: 2rem; */
        font-size: 5.128205128205128vw;
        font-weight: 400;
        line-height: 1;
    }
  }
  
  
  /* -------------------------------------------------------------------
  Layout(Common)
  ------------------------------------------------------------------- */
  .container-fluid p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.65;
    font-weight: normal;
    letter-spacing: 0.05rem;
  }
  
  /* -----------------------------------------------------------
  loading
  ------------------------------------------------------------*/
  
  #loader-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    background: rgba(255, 255, 255, .9);
    z-index: 1001;
    display: none;
  }
  
  #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 33px;
    padding: 0px 0px;
    margin-top: -37px;
    margin-left: -17px;
    text-align: center;
    color: #333;
    z-index: 10001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  #loader {
    -webkit-animation-name: fadeout-mv;
    animation-name: fadeout-mv;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: animation-direction;
    animation-direction: animation-direction;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  
  
  /* -------------------------------------------------------------------
  COMMON PARTS
  ------------------------------------------------------------------- */
  
  body #ContentsWrap {
    margin: 0 auto;
    overflow: hidden;
  }
  
  @media screen and (min-width: 768px) {
    body #ContentsWrap {
        padding-bottom: 0;
    }
  }
  
  /* -------------------------------------------------------------------
  MV
  ------------------------------------------------------------------- */
  
  #mv .h1Area h1,
  #mv .h1Area .camera,
  #mv .h1Area .mv-period,
  #mv .h1Area .mv-note {
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    opacity: 0;
  }
  
  #mv .h1Area .camera.showAni,
  #mv .h1Area h1.showAni,
  .mainVisual .bg01.showAni,
  #mv .h1Area .mv-period.showAni,
  #mv .h1Area .mv-note.showAni {
    opacity: 1;
  }
  
  .mainVisual .bg01 {
    opacity: 0;
    filter: blur(7px);
    transition: opacity 1s ease, filter 1s ease, transform 1s ease;
  }
  
  .mainVisual .bg01.showAni {
    opacity: 1;
    filter: blur(0);
  }
  
  .mv-wrap {
    margin: 0 auto;
    z-index: 10;
    overflow: hidden;
    background: #fff;
    position: relative;
  }
  
  @media screen and (min-width:768px) {
    #mv {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
  
    .mv-wrap {
        width: 100%;
        height: 0;
        padding-top: 35.15625vw;
    }
  
    #mv .h1Area {
        width: 44.140625vw;
        height: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        right: 4.609375vw;
        z-index: 100;
        display: block;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-delay: 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
  
    #mv .h1Area .inner {
        width: 100%;
        height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #FFF;
        display: block;
        -o-transition: .8s;
        transition: .8s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transition-delay: .4;
        opacity: 1;
    }
  
    #mv .h1Area h1 {
        width: 36.09375vw;
        height: 13.4375vw;
        margin: 2.34375vw 0 0.78125vw;
        font-size: 0;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        position: relative;
        /* top: 2.34375vw; */
        left: 4.765625vw;
        right: 3.28125vw;
        z-index: 1;
        background: url(/campaign/images/cameramatsuri/mv_h1.png) center center no-repeat;
        background-size: 100%;
    }
  
    #mv .h1Area .camera {
        width: 100%;
        /* width: 35.9375vw; */
        /* max-width: 460px; */
        margin: 0 auto;
        position: relative;
        /* top: 0; */
        /* left: 1.25%; */
        /* left: 0; */
        /* right: 0; */
        text-align: center;
        display: block;
    }
  
    #mv .h1Area .camera .mv-camera_img {
        width: 35.9375vw;
        /* max-width: 460px; */
        margin: 0 auto;
    }
  
    #mv .h1Area .camera p.mv-makerlogo {
        width: 44.140625vw;
        margin: -0.8593750000000001vw 0 0 auto;
        /* margin-top: -11px; */
        position: relative;
        display: grid;
    }
  
    #mv .h1Area .camera p.mv-note {
        margin: 0.078125vw 0 0.625vw;
        text-align: right;
        color: #000;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.6667;
        /* 166.667% */
    }
  
    #mv .h1Area .mv-period {
        width: 35.390625vw;
        max-width: 453px;
        height: 2.34375vw;
        margin: 0 auto;
        font-size: 0;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
        background: url(/campaign/images/cameramatsuri/mv_period.png) center center no-repeat;
        background-size: 100%;
    }
  
    .mainVisual {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
  
    .mainVisual .mainimg {
        -webkit-transition: .4s ease;
        -o-transition: .4s ease;
        transition: .4s ease;
    }
  
    .mainVisual .mainimg.showAni {
        opacity: 1;
    }
  
    .mainVisual .bg01 {
        width: 46.875vw;
        height: 35.15625vw;
        margin: auto 0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: .6s ease;
        -o-transition: .6s ease;
        transition: .6s ease;
        opacity: 0;
        background: url(/campaign/images/cameramatsuri/main_pc.jpg) center 0 no-repeat;
        background-size: cover;
        z-index: 10;
    }
  
    .mainimg {
        width: 100%;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        overflow: hidden;
    }
  
    #mv svg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
  
    #mv .logo-wrap {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
  
    #mv #logo {
        max-width: 74px;
        width: 5.78125vw;
        max-height: 74px;
        height: 5.78125vw;
        display: block;
        position: absolute;
        top: 20px;
        right: 1.6666666666666667%;
        z-index: 1000;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
  }
  
  @media screen and (max-width: 767px) {
    .mv-wrap {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        /* top: 0; */
        /* left: 0; */
        /* right: 0; */
    }
  
    #mv .h1Area h1 {
        background: url(/campaign/images/cameramatsuri/mv_h1_sp.png) center center no-repeat;
        background-size: 193px;
    }
  
    #mv {
        width: 100%;
        height: 100%;
        /* height: 0; */
        margin: 0 auto;
        padding-bottom: 12.051282051282051vw;
        /* padding-left: 0; */
        /* padding-right: 0; */
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
  
    #mv .h1Area {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-top: 61.3772378516624vw;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        display: block;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-delay: 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
  
    #mv .h1Area .inner {
        width: 100%;
        height: 100%;
        margin: auto;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #FFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        -o-transition: .8s;
        transition: .8s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transition-delay: .4;
        opacity: 1;
    }
  
    #mv .h1Area h1 {
        width: 76.92307692307693vw;
        height: 0;
        padding-top: 28.974358974358978vw;
        margin: 5.128205128205128vw auto 2.564102564102564vw;
        font-size: 0;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
        background: url(/campaign/images/cameramatsuri/mv_h1.png) center center no-repeat;
        background-size: 100%;
    }
  
    #mv .h1Area .camera {
        margin: 0 auto;
        position: relative;
        display: block;
        vertical-align: bottom;
    }
  
    #mv .h1Area .camera .mv-camera_img {
        width: 87.17948717948718vw;
        margin: 1px auto 2.564102564102564vw;
        display: block;
    }
  
    #mv .h1Area .mv-makerlogo {
        width: 82.82051282051283vw;
        /* margin: 0 auto; */
        margin: -3.33333333333333vw auto 4.102564102564102vw;
        display: flex;
    }
  
    #mv .h1Area p.mv-note {
        margin: 0 auto;
        text-align: center;
        color: #000;
        /* font-size: 1.2rem; */
        font-size: 3.076923076923077vw;
        font-weight: 400;
        line-height: 1.8;
        opacity:1;
    }
  
    #mv .h1Area .mv-period {
        width: 77.94871794871796vw;
        /* max-width: 304px; */
        height: 7.6923076923076925vw;
        margin: 0 auto 1.282051282051282vw;
        font-size: 0;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
        background: url(/campaign/images/cameramatsuri/mv_period.png) center center no-repeat;
        background-size: 100%;
    }
  
    .mainVisual {
        width: 100%;
        height: 0;
        padding-top: 61.3772378516624vw;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
  
    .mainVisual .mainimg {
        -webkit-transition: .4s ease;
        -o-transition: .4s ease;
        transition: .4s ease;
    }
  
    .mainVisual .mainimg.showAni {
        opacity: 1;
    }
  
    .mainVisual .bg01 {
        width: 100%;
        height: 61.3772378516624vw;
        margin: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: .6s ease;
        -o-transition: .6s ease;
        transition: .6s ease;
        opacity: 0;
        background: url(/campaign/images/cameramatsuri/main_sp.jpg) center 0 no-repeat;
        background-size: 100%;
        z-index: 10;
    }
  
    .mainimg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }
  
    .mainVisual img,
    .mainVisual image {
        width: 100%;
        height: auto;
    }
  
    #mv svg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
  
    #mv #logo {
        max-width: 50px;
        width: 12.82051282051282vw;
        max-height: 50px;
        height: 12.82051282051282vw;
        display: block;
        position: absolute;
        top: 20px;
        right: 2.8205128205128207vw;
        z-index: 1000;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
  }
  
  
  
  /* -------------------------------------------------------------------
  Tokuten
  ------------------------------------------------------------------- */
  
  /* -------------------------------------------------------------------
  終了告知
  ------------------------------------------------------------------- */
  /* .tokuten-02 */
  .tokuten-02 ul {
    max-width: 900px;
    margin: 80px 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.667;
  }
  
  /* .tokuten-03 */
  .tokuten-03 ul {
    max-width: 900px;
    margin: 80px 0 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.667;
  }
  
  /* .tokuten-04 */
  .tokuten-04 ul {
    max-width: 900px;
    margin: 80px 0 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.667;
  }
  
  
  @media screen and (min-width: 768px) {
  
    /* 共通要素 */
    section.tokuten {
        width: 100%;
        padding: 0 0 100px;
        margin: 0 auto;
        background: #FFF;
        position: relative;
        z-index: -1;
    }
  
    section.tokuten:before {
        content: "";
        max-width: 952px;
        width: 100%;
        height: 4px;
        margin: 0 auto 40px;
        background: #E8E8E8;
        display: block;
        position: relative;
    }
  
    [class *=tokuten-] {
        margin: 0 auto;
        text-align: center;
    }
  
    .container-fluid [class *=tokuten-] p {
        margin: 0 auto 8px;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0;
        display: block;
    }
  
    .container-fluid [class *=tokuten-] p.small {
        margin: 0 auto;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.2;
    }
  
    [class *=tokuten-] h3 {
        color: #E86977;
        font-weight: 600;
    }
  
    .tokuten.first .maxwidth-container {
        max-width: 1200px;
    }
  
    section.tokuten .sectionTitle {
        width: fit-content;
        margin-bottom: 40px;
        padding: 0;
    }
  
    section.tokuten.second .sectionTitle {
        margin-bottom: 70px;
        padding: 0 50px 0 100px;
    }
  
    section.tokuten.third .sectionTitle {
        margin-bottom: 70px;
    }
  
    section.tokuten .sectionTitle h2.undeline {
        display: none;
    }
  
    section.tokuten .sectionTitle h2.undeline:after {
        content: "";
        width: 100%;
        height: 5px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background: url(/campaign/images/cameramatsuri/dotted.svg) 0 bottom repeat-x;
    }
  
    section.tokuten.first .sectionTitle h2 {
				width: 572px;
				height: 280px;
				margin: 0 auto 20px;
        font-size: 0;
        text-indent: 100%;
        overflow: hidden;
        background: url(/campaign/images/cameramatsuri/tokuten02_h2.png) 0 0 no-repeat;
        background-size: 100%;
    }
  
    section.tokuten.second .sectionTitle h2 {
        /* width: 451px; */
        /* height: 120.423px; */
        width: 387.863px;
        height: 207.202px;
        margin-left: 16px;
        font-size: 0;
        text-indent: 100%;
        overflow: hidden;
        background: url(/campaign/images/cameramatsuri/tokuten01_h2.png) 0 0 no-repeat;
        background-size: 100%;
    }
  
    section.tokuten.second .sectionTitle h2+p {
        margin: 0 auto;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2.8;
        /* 285.714% */
        letter-spacing: 0.42em;
    }
  
    section.tokuten.third .sectionTitle h2 {
        margin: 0 auto;
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 1.667;
        /* 166.667% */
        letter-spacing: .05em;
        display: none;
    }
  
    section.tokuten.third .sectionTitle h2 .large {
        font-size: 6.4rem;
        font-family: Outfit;
    }
  
    section.tokuten.third .sectionTitle p {
        margin: 0 auto 13px;
        color: #333;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 2.1;
        letter-spacing: .1em;
        display: none;
    }
  
    section.tokuten.fourth .sectionTitle p {
        margin: 0 auto 20px;
        /* text-align: center; */
        /* font-size: 2rem; */
        /* font-weight: 600; */
        /* line-height: 1.2; */
        /* 120% */
        display: none;
    }
  
    section.tokuten.fourth h2 {
        min-width: 567px;
        margin: 0 auto;
        color: #D80C24;
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 1.6px;
    }
  
    section.tokuten.fourth h2 .large {
        font-size: 6.4rem;
        font-family: Outfit;
        letter-spacing: 3.2px;
    }
  
    .sectionTitle .tk-nmbr {
        width: 152px;
        height: 56px;
        padding: 0;
        margin: 0 auto 15px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        border-radius: 80px;
        background: #FFF;
        border: solid 3px #D80C24;
        font-size: 2rem;
        color: #D80C24;
        text-align: center;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .08em;
    }
  
    .sectionTitle .tk-nmbr .number {
        margin: 0 0 0 4px;
        font-size: 4rem;
        font-weight: 600;
        line-height: 1;
    }
  
    section.tokuten.second .sectionTitle .tk-nmbr {
        margin-bottom: 20px;
    }
  
    section.tokuten.third .sectionTitle .tk-nmbr,
    section.tokuten.fourth .sectionTitle .tk-nmbr {
        margin-bottom: 0;
    }
  
  
    /* .tokuten-01 */
    .container-fluid .tokuten-01 .txt-lv1 {
        margin: 0 auto 20px;
        color: #333;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0;
    }
  
    .container-fluid .tokuten-01 .txt-lv1 span {
        color: #D80C24;
        font-size: 2.4rem;
        line-height: 1.667;
    }
  
    .tokuten-01 .img-box {
        margin: 0 auto 70px;
        display: block;
    }
  
    .tokuten-01 .img-box .img-box-camera {
        max-width: 1035px;
        margin: 0 auto 24px;
    }
  
    .tokuten-01 .img-box .img-box-logo {
        max-width: 1072px;
        margin: 0 auto 15px;
        display: block;
    }
  
    .tokuten-01 .flexBox {
        width: calc(100%);
        margin: 0 auto 10px;
    }
  
    .tokuten-01 ul {
        max-width: 1035px;
        margin: 80px auto;
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.667;
    }
  
    .tokuten-01 [class *=flb-] {
        min-height: 280px;
        margin: 0 10px 28px;
        padding: 30px 16px;
        position: relative;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-flow: row wrap;
        color: #1A1A1C;
        background: #FFF;
        border: solid 1px #1A1A1C;
        transition: 0.5s ease;
    }
  
    .tokuten-01 [class *=flb-]:after {
        content: "";
        width: 100%;
        height: 100%;
        margin: 0;
        position: absolute;
        right: -8px;
        bottom: -8px;
        border: solid 1px #1A1A1C;
        display: block;
        z-index: -1;
    }
  
    .tokuten-01 .img-area {
        max-width: 208px;
        width: 38.51851851851852%;
        height: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
  
    .tokuten-01 .txt-area {
        height: 100%;
        margin: 0 auto;
    }
  
    .container-fluid .tokuten-01 .txt-area h4 {
        margin: 0 0 15px;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.25;
    }
  
    .container-fluid .tokuten-01 .txt-area p {
        margin: 0;
        line-height: 1;
    }
  
    .container-fluid .tokuten-01 .txt-area .price {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-flow: row wrap;
    }
  
    .container-fluid .tokuten-01 .txt-area .price p {
        font-size: 2.4rem;
        font-weight: 600;
        font-family: Outfit;
    }
  
    .container-fluid .tokuten-01 .txt-area .price-normal .container-fluid .tokuten-01 .txt-area .price-special {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: space-between;
        flex-flow: row wrap;
        position: relative;
    }
  
    .container-fluid .tokuten-01 .txt-area .price-special p {
        color: #E86977;
        font-family: Outfit;
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 1.8px;
    }
  
    .container-fluid .tokuten-01 .txt-area .price p .small {
        margin: 0;
        font-family: 'Noto Sans JP';
        font-size: 1.6rem;
        color: #1A1A1C;
        font-weight: normal;
        display: inline-block;
    }
  
    /* .tokuten-02 */
    .tokuten-02 .img-box {
        max-width: 699px;
        margin: 0 auto 65px;
        display: block;
    }
  
    .tokuten-02 .img-box img {
        margin: 0 auto 16px;
    }
  
    .tokuten-02 .flexBox {
        width: 100%;
        margin: 0 auto 7.909090909090908vw;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4.545454545454546vw 1.6666666666666667vw;
        align-items: stretch;
    }
  
    .container-fluid .tokuten-02 .price-example-note {
        margin: 0 auto 6.363636363636363vw;
        text-align: center;
        color: #000;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: .04em;
    }
  
    .tokuten-02 [class *=flb-] {
        width: 30%;
        max-width: 360px;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        color: #1A1A1C;
        gap: 0;
    }
  
    .tokuten-02 ul li a span.small {
        width: 100%;
        margin: -8px auto 8px;
        padding: 0;
        display: block;
        font-size: 2rem;
        color: #000;
        font-weight: 600;
        line-height: 1.25;
    }
  
    .tokuten-02 .img-area {
        width: 100%;
        max-width: 360px;
        margin: 0 auto 1px;
        display: block;
        z-index: 2;
        position: relative;
    }
  
    .tokuten-02 .txt-area {
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 2;
        display: block;
    }
  
    .container-fluid .tokuten-02 h4 {
        margin: 0 auto 4px;
        padding: 0 0 8px;
        font-size: 1.9090909090909092vw;
        font-weight: 700;
        text-align: left;
        color: #333;
        line-height: 1.1;
        white-space: nowrap;
        border-bottom: solid 1px #808080;
    }
  
    .container-fluid .tokuten-02 .txt-area p {
        margin: 0;
        font-weight: 400;
        line-height: 1.429;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
  
    .container-fluid .tokuten-02 .txt-area .price-group-01 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        align-content: center;
    }
  
    .price-normal {
        margin-top: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
  
    .container-fluid .tokuten-02 .price-normal span {
        margin: 0;
        font-size: 1.4rem;
        line-height: 1;
        display: inline-block;
        color:#000;
    }
  
    .container-fluid .tokuten-02 .price-normal p {
        max-width: 153px;
        width: 13.90909090909091vw;
        max-height: 46px;
        height: 4.181818181818182vw;
        font-size: 0;
        background: url(/campaign/images/cameramatsuri/price-375210.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .price-special p {
        max-width: 254.882px;
        width: 23.17109090909091vw;
        max-height: 50px;
        height: 4.545454545454546vw;
        flex-shrink: 0;
        margin: 7px auto 0;
        font-size: 0;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
        background: url(/campaign/images/cameramatsuri/price-sp-318150.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .nikon-z8 .price-group-01 .price-special p {
        background: url(/campaign/images/cameramatsuri/price-70000.png) center bottom no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .nikon-z8 .price-group-01 .price-normal p {
        background: url(/campaign/images/cameramatsuri/price-589050.png) center bottom no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .nikon-z6 .price-group-01 .price-normal p {
        background: url(/campaign/images/cameramatsuri/price-460350.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .nikon-z6 .price-group-01 .price-special p {
        max-width: 245.936px;
        width: 22.357818181818182vw;
        background: url(/campaign/images/cameramatsuri/price-75000.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .sony-alp7 .price-group-01 .price-normal p {
        background: url(/campaign/images/cameramatsuri/price-375210.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .sony-alp7 .price-group-01 .price-special p {
        max-width: 245.936px;
        width: 22.357818181818182vw;
        background: url(/campaign/images/cameramatsuri/price-40000.png) center center no-repeat;
        background-size: 100%;
    }
  
    .price-special_subtxt {
        margin: 0 auto;
        color: #D80C24;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2;
        letter-spacing: .04em;
        display: block;
    }
  
    /* .tokuten-03 */
    .tokuten-03 .content-wrap {
        z-index: 2;
    }
  
    .tokuten-03 .offer-area {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        /* max-width: 558px; */
        /* width: 43.59375vw; */
        margin: 0 auto 35px;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
  
    .tokuten-03 .title-main {
        margin: 0 auto;
        position: relative;
    }
  
    .tokuten-03 .title-main-img {
        max-width: 630px;
        margin: 0 auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
    }
  
    .tokuten-03 .description {
        max-width: 881.34px;
        margin: 0 auto 70px;
    }
  
    .tokuten-03 .description h2 {
        margin: 0 0 0 -8px;
    }
  
    .container-fluid .tokuten-03 .txt-lv1 {
        margin: 0 auto 60px;
        font-size: 1.8rem;
        letter-spacing: 0;
        line-height: 1.75;
        font-weight: 400;
        line-height: 30px;
    }
  
    .tokuten-03 ul li a span.small {
        width: 100%;
        margin: -8px auto 8px;
        padding: 0;
        display: block;
        font-size: 2rem;
        color: #000;
        font-weight: 600;
        line-height: 1.25;
    }
  
    .tokuten-03 .txt-area {
        height: 100%;
        margin: 0 auto;
        z-index: 2;
    }
  
    .container-fluid .tokuten-03 .txt-area p {
        margin: 0;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.429;
    }
  
    .tokuten-03 .img-area {
        margin: 0;
        display: block;
        z-index: 2;
    }
  
    .container-fluid .tokuten-03 .txt-area h4 {
        margin: 0 0 10px;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.429;
    }
  
    .container-fluid .tokuten-03 .txt-area .price {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        align-content: center;
        flex-flow: row wrap;
    }
  
    .container-fluid .tokuten-03 .offer-logoimg {
        width: 343.739px;
        height: 44.523px;
        margin: 0 auto 40px;
        padding: 0;
    }
  
    .container-fluid .tokuten-03 .offer-productimg {
        width: 651px;
        /* height: 182px; */
        margin: 7px auto 0 6px;
        padding: 0;
    }
  
    .container-fluid .tokuten-03 p.offer-note {
        width: 558px;
        color: #000;
        margin: -2em 0 0;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.65;
        text-align: right;
        z-index: 1;
    }
  
    .container-fluid .tokuten-03 .offer-lead {
        margin: 0 auto 35px;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 1.4;
        /* 140.625% */
        letter-spacing: .05em;
        position: relative;
        display: block;
    }
  
    .tokuten-03 .offer-discount {
        width: 488px;
        height: 97px;
        margin: 0 auto 20px;
        font-size: 0;
        text-indent: 100%;
        overflow: hidden;
        background: url(/campaign/images/cameramatsuri/tokuten03_h2.png) 0 0 no-repeat;
        background-size: 100%;
    }
  
    /* .tokuten-04 */
    .tokuten-04 .content-wrap {
        z-index: 2;
    }
  
    .tokuten-04 .title-area {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 630px;
        width: 57.27272727272727vw;
        margin: 0 auto 50px;
        display: -ms-grid;
        display: grid;
        gap: 31px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
  
    section.tokuten.fourth .tokuten-04 h2.title-main {
        min-width: unset;
        max-width: 630px;
        width: 49.21875vw;
        max-height: 278px;
        height: 21.71875vw;
        margin: 0 auto;
        position: relative;
        font-size: 0;
        text-indent: 100%;
        overflow: hidden;
        background: url(/campaign/images/cameramatsuri/tokuten04_h2.png) 0 0 no-repeat;
        background-size: 100%;
    }
  
    section.tokuten.fourth .tokuten-04 .title-text {
        max-width: 256px;
        width: 20vw;
        margin: 0 auto;
        position: absolute;
        left: -15.46875vw;
        top: 7.734375vw;
        font-size: 0;
        display: block;
    }
  
    section.tokuten.fourth .tokuten-04 .description {
        max-width: 1021px;
        width: 79.765625vw;
        margin: 0 auto 70px;
    }
  
    section.tokuten.fourth .tokuten-04 .description h2 {
        margin: 0 0 0 -8px;
    }
  
  
    .tokuten-04 .txt-area {
        height: 100%;
        margin: 0 auto;
        z-index: 2;
    }
  
    .container-fluid .tokuten-04 .txt-area p {
        margin: 0;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.429;
    }
  
    .tokuten-04 .img-area {
        margin: 0;
        display: block;
        z-index: 2;
    }
  
    .container-fluid .tokuten-04 .txt-area .price {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        align-content: center;
        flex-flow: row wrap;
    }
  
    .tokuten-04 .title-image {
        max-width: 225px;
        width: 19.6875vw;
        position: absolute;
        right: -14.14062500000000vw;
        top: 11.25vw;
    }
  
  }
  
  
  @media screen and (min-width: 1200px) {
  
    /* 共通要素 */
    section.tokuten .sectionTitle {
        margin-bottom: 40px;
    }
  
    section.tokuten.second .sectionTitle {
        margin-bottom: 72px;
        padding: 0 50px 0 100px;
    }
  
    section.tokuten.third .sectionTitle {
        margin-bottom: 65px;
    }
  
    section.tokuten .sectionTitle h2.undeline {
        /* padding: 0 0 18px; */
    }
  
    section.tokuten.first .sectionTitle h2 {
        margin-left: 16px;
    }
  
    section.tokuten.second .sectionTitle h2 {
        margin: 0 auto 20px;
    }
  
    section.tokuten.second .sectionTitle h2+p {
        font-size: 1.4rem;
    }
  
    section.tokuten.third .sectionTitle h2 {
        /* font-size: 3.6rem; */
    }
  
    section.tokuten.third .sectionTitle h2 .large {
        font-size: 6.4rem;
    }
  
    section.tokuten.third .sectionTitle p {
        margin: 0 auto 13px;
        font-size: 2.4rem;
        /* display: none; */
    }
  
    section.tokuten.fourth .sectionTitle p {
        /* margin: 0 auto 20px; */
        /* font-size: 2rem; */
    }
  
    section.tokuten.fourth h2 {
        font-size: 3.2rem;
    }
  
    section.tokuten.fourth h2 .large {
        font-size: 6.4rem;
    }
  
    .sectionTitle .tk-nmbr {
        margin: 0 auto 15px;
        font-size: 2rem;
    }
  
    .sectionTitle .tk-nmbr .number {
        margin: -1px 0 0 4px;
        font-size: 4rem;
    }
  
    /* .tokuten-02 */
    .tokuten.second .maxwidth-container {
        padding: 0;
    }
  
    .tokuten-02 .flexBox {
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 50px 1.6666666666666667vw;
    }
  
    .container-fluid .tokuten-02 .price-example-note {
        margin: 0 auto 70px;
        font-size: 1.4rem;
    }
  
    .tokuten-02 ul li a span.small {
        margin: -8px auto 8px;
        font-size: 2rem;
    }
  
    .container-fluid .tokuten-02 h4 {
        min-width: 231px;
        margin: 9px auto 4px;
        padding: 0 0 8px;
        font-size: 2.1rem;
    }
  
    .price-normal {
        gap: 10px;
    }
  
    .container-fluid .tokuten-02 .price-normal span {
        font-size: 1.4rem;
    }
  
    .price-special_subtxt {
        font-size: 1.6rem;
    }
  
  
    /* .tokuten-04 */
    .tokuten-04 .title-area {
        gap: 31px;
    }
  
    section.tokuten.fourth .tokuten-04 .title-text {
        left: -198px;
        top: 100px;
    }
  
    section.tokuten.fourth .tokuten-04 .description {
        margin: 0 auto 70px;
    }
  
    section.tokuten.fourth .tokuten-04 .description h2 {
        margin: 0 0 0 -8px;
    }
  
    .tokuten-04 .title-image {
        right: -177px;
        top: 145px;
    }
  }
  
  
  
  @media screen and (max-width: 767px) {
  
    /* 共通要素 */
    section.tokuten {
        width: 100%;
        padding: 40px 20px 50px;
        margin: 0 auto;
        background: #FFF;
        position: relative;
    }
  
    section.tokuten:before {
        content: "";
        width: 100%;
        height: 4px;
        margin: 0 auto 40px;
        background: #E8E8E8;
        display: block;
        position: relative;
    }
  
    section.tokuten.first {
        z-index: 100;
        padding-top: 80px;
        padding-bottom: 50px;
    }
  
    section.tokuten.fourth {
        padding-bottom: 100px;
    }
  
    section.tokuten .sectionTitle {
        max-width: 766px;
        width: fit-content;
        margin-bottom: 50px;
        padding: 0;
    }
  
    [class *=tokuten-] {
        margin: 0 auto;
        text-align: center;
    }
  
    .container-fluid [class *=tokuten-] p.small {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1;
    }
  
    [class *=tokuten-] h3 {
        color: #E86977;
        font-weight: 600;
    }
  
    .sectionTitle .tk-nmbr {
        width: 152px;
        height: 56px;
        /* width: 38.97435897435898vw; */
        /* height: 14.358974358974358vw; */
        padding: 0;
        margin: 0 auto 24px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        border-radius: 80px;
        background: #fff;
        border: solid 3.2px #D80C24;
        font-size: 2rem;
        color: #D80C24;
        text-align: center;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .08em;
    }
    
    section.tokuten.third .sectionTitle .tk-nmbr,
    section.tokuten.fourth .sectionTitle .tk-nmbr {
        margin-bottom: 0;
    }
  
    section.tokuten.second .sectionTitle {
        margin-bottom: 60px;
        padding: 0;
    }
  
    section.tokuten.third .sectionTitle {
        margin-bottom: 58px;
    }
  
    section.tokuten.fourth .sectionTitle {
        margin-bottom: 40px;
    }
  
    section.tokuten .sectionTitle h2.undeline {
        margin: 0 auto;
        padding: 0 0 18px;
        text-align: center;
        position: relative;
        display: block;
    }
  
    section.tokuten .sectionTitle h2.undeline:after {
        content: "";
        width: 100%;
        height: 5px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background: url(/campaign/images/cameramatsuri/dotted.svg) 0 bottom repeat-x;
    }
  
    section.tokuten.first .sectionTitle h2 {
				max-width: 305px;
				width: 78.2051282051282vw;
				max-height: 139px;
				height: 35.64102564102564vw;
				margin: 0 auto 20px;
				font-size: 0;
				text-indent: 100%;
				overflow: hidden;
        background: url(/campaign/images/cameramatsuri/tokuten02_h2_sp.png) 0 0 no-repeat;
        background-size: 100%;
    }
  
    section.tokuten.second .sectionTitle h2 {
				max-width: 330px;
				max-height: 176.291px;
				/* aspect-ratio: 330.00/176.29; */
				width: 84.61538461538461vw;
				height: 45.202820512820516vw;
				font-size: 0;
				text-indent: 100%;
				overflow: hidden;
        background: url(/campaign/images/cameramatsuri/tokuten01_h2_sp.png) 0 0 no-repeat;
        background-size: 100%;
    }
  
    section.tokuten.second .sectionTitle h2+p {
        margin: 0 auto;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2.8;
        /* 285.714% */
        letter-spacing: 0.42em;
    }
  
    section.tokuten.third .sectionTitle h2 {
        /* margin: 0 auto; */
        /* font-size: 2rem; */
        /* font-weight: 600; */
        /* line-height: 1.667; */
        /* 166.667% */
        /* letter-spacing: .05em; */
    }
  
    section.tokuten.third .sectionTitle h2 .large {
        font-size: 4rem;
        font-family: Outfit;
        display: block;
    }
  
    section.tokuten.third .sectionTitle p {
        /* margin: 0 auto 0; */
        /* color: #333; */
        /* font-size: 1.4rem; */
        /* font-weight: 600; */
        /* line-height: 2.1; */
        /* letter-spacing: .1em; */
    }
  
    section.tokuten.fourth .sectionTitle p {
        /* margin: 0 auto; */
        text-align: center;
        /* font-size: 1.4rem; */
        /* font-weight: 600; */
        /* line-height: 1.714; */
        /* 120% */
        display: none;
    }
  
    section.tokuten.fourth .sectionTitle h2 {
        /* margin: 0 auto; */
        /* color: #D80C24; */
        /* font-size: 2rem; */
        /* font-weight: 600; */
        /* line-height: 1.25; */
        /* letter-spacing: 1.6px; */
        display: none;
    }
  
    section.tokuten.fourth h2 .large {
        font-size: 4rem;
        font-family: Outfit;
        letter-spacing: 3.2px;
    }
  
    .sectionTitle .tk-nmbr .number {
        margin: -2px 0 0 4px;
        font-size: 4rem;
        line-height: 1;
    }
  
    /* .tokuten-01 */
    .container-fluid .tokuten-01 {
        /* padding:0 20px; */
    }
  
    .container-fluid .tokuten-01 .txt-lv1 {
        margin: 0 auto 40px;
        padding: 0 10px;
        font-size: 1.4rem;
        letter-spacing: 0;
        font-weight: normal;
        line-height: 2.143;
        text-align: left;
    }
  
    .container-fluid .tokuten-01 .txt-lv1 span {
        color: #D80C24;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1;
    }
  
    .container-fluid .tokuten-01 p.small {
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
    }
  
    .tokuten-01 .img-box {
        margin: 0 auto 50px;
        display: block;
    }
  
    .tokuten-01 .img-box .img-box-camera {
        /* max-width: 584px; */
        margin: 0 auto 31px;
        max-width: 320px;
        height: auto;
        vertical-align: bottom;
    }
  
    .tokuten-01 .img-box .img-box-logo {
        margin: 0 auto;
        max-width: 310px;
        height: auto;
        display: block;
    }
  
    .tokuten-01 .flexBox {
        width: calc(100% + 20px);
        margin: 0 -10px 10px;
    }
  
    .tokuten-01 ul {
        margin: 55px 0 40px;
        padding: 0 10px;
        text-align: left;
        font-size: 1.2rem;
        line-height: 1.667;
    }
  
    .tokuten-01 ul li {
        text-indent: -1em;
        padding-left: 1em;
    }
  
    .tokuten-01 [class *=flb-] {
        margin: 0 10px 28px;
        padding: 22px 16px 30px 16px;
        position: relative;
        text-align: left;
        display: block;
        color: #1A1A1C;
        background: #FFF;
        border: solid 1px #1A1A1C;
        transition: 0.5s ease;
    }
  
    .tokuten-01 [class *=flb-]:after {
        content: "";
        width: 100%;
        height: 100%;
        margin: 0;
        position: absolute;
        right: -8px;
        bottom: -8px;
        border: solid 1px #1A1A1C;
        display: block;
        z-index: -1;
    }
  
    .tokuten-01 .img-area {
        width: 100%;
        margin: 0 0 22px;
        display: block;
        text-align: center;
    }
  
    .tokuten-01 .txt-area {
        height: 100%;
        margin: 0 auto;
    }
  
    .container-fluid .tokuten-01 .txt-area h4 {
        margin: 0 auto 15px;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.25;
        text-align: center;
    }
  
    .container-fluid .tokuten-01 .txt-area p {
        margin: 0;
        line-height: 1;
    }
  
    .container-fluid .tokuten-01 .txt-area .price {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-flow: row wrap;
    }
  
    .container-fluid .tokuten-01 .txt-area .price p {
        font-size: 2.4rem;
        font-weight: 600;
    }
  
    .container-fluid .tokuten-01 .txt-area .price-normal .container-fluid .tokuten-01 .txt-area .price-special {
        width: 100%;
        margin: 10px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-flow: row wrap;
    }
  
    .container-fluid .tokuten-01 .txt-area .price-special p {
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 1;
        color: #E86977;
        font-family: Outfit;
    }
  
    .container-fluid .tokuten-01 .txt-area .price p .small {
        margin: 0;
        font-size: 1.6rem;
        color: #1A1A1C;
        font-weight: normal;
        display: inline-block;
    }
  
    /* .tokuten-02 */
    .tokuten-02 .img-box {
        max-width: 255px;
        width: 75.89285714285714%;
        margin: 0 auto 40px;
        display: block;
    }
  
    .tokuten-02 .img-box img {
        margin: 0 auto 10px;
    }
  
    .tokuten-02 [class *=flb-]:last-child:after {
        content: none;
    }
  
    .tokuten-02 ul li a span.small {
        width: 100%;
        margin: -8px auto 8px;
        padding: 0;
        display: block;
        font-size: 2rem;
        color: #000;
        font-weight: 600;
        line-height: 1.25;
    }
  
    .container-fluid .tokuten-02 .txt-area .price p .small {
        margin: 0;
        color: #000;
        font-size: 1.4rem;
        font-weight: 400;
        display: inline-block;
    }
  
    .container-fluid .tokuten-02 .txt-area .price .price-special p .small {
        font-size: 1.6rem;
    }
  
    .tokuten-02 [class *=flb-] {
        width: 100%;
        max-width: unset;
        margin: 0 auto 95px;
        padding: 0;
        position: relative;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        flex-grow: 1;
        color: #1A1A1C;
    }
  
    .flb-lg-1-3.sony-alp7 {
  
    }
  
    .tokuten-02 .img-area {
        max-width: 360px;
        width: 100%;
        text-align: center;
        margin: 0 auto 1px;
        display: block;
        z-index: 2;
        position: relative;
    }
  
    .tokuten-02 .txt-area {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        z-index: 2;
        display: block;
    }
  
    .container-fluid .tokuten-02 h4 {
        max-width: 230px;
        margin: 0 auto 4px;
        padding: 0 0 6px;
        font-size: 2.1rem;
        font-weight: 700;
        text-align: left;
        color: #333;
        line-height: 1.4;
        white-space: nowrap;
        border-bottom: solid 1px #808080;
    }
  
    .container-fluid .tokuten-02 .txt-area p {
        margin: 0;
        font-size: 0;
        font-weight: 400;
        line-height: 1.429;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
  
    .container-fluid .tokuten-02 .txt-area .price-group-01 {
        margin: 0 auto;
    }
  
    .price-normal {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
  
    .container-fluid .tokuten-02 .price-normal span {
        margin: 0;
        font-size: 1.4rem;
        line-height: 1;
        display: inline-block;
        color:#000;
    }
  
    .container-fluid .tokuten-02 .price-normal p {
        width: 153px;
        height: 46px;
        background: url(/campaign/images/cameramatsuri/price-375210.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .price-special p {
        width: 254.882px;
        height: 50px;
        flex-shrink: 0;
        margin: 0 auto;
        font-size: 0;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
        background: url(/campaign/images/cameramatsuri/price-sp-318150.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .nikon-z8 .price-group-01 .price-special p {
        background: url(/campaign/images/cameramatsuri/price-70000.png) center bottom no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .nikon-z8 .price-group-01 .price-normal p {
        background: url(/campaign/images/cameramatsuri/price-589050.png) center bottom no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .nikon-z6 .price-group-01 .price-normal p {
        width: 153px;
        height: 46px;
        background: url(/campaign/images/cameramatsuri/price-460350.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .nikon-z6 .price-group-01 .price-special p {
        width: 245.936px;
        background: url(/campaign/images/cameramatsuri/price-75000.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .sony-alp7 .price-group-01 .price-normal p {
        width: 153px;
        height: 46px;
        background: url(/campaign/images/cameramatsuri/price-375210.png) center center no-repeat;
        background-size: 100%;
    }
  
    .container-fluid .tokuten-02 .sony-alp7 .price-group-01 .price-special p {
        width: 245.936px;
        background: url(/campaign/images/cameramatsuri/price-40000.png) center center no-repeat;
        background-size: 100%;
    }
  
    .price-special_subtxt {
        margin: 0 auto 10px;
        color: #D80C24;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2;
        letter-spacing: .04em;
        display: block;
    }
  
    .container-fluid .tokuten-02 .price-example-note {
        margin: 0 auto 38px;
        text-align: left;
        color: #000;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: .04em;
    }
  
    .tokuten-02 ul {
        margin-top: 0;
        margin-bottom: 40px;
        padding: 0;
    }
  
    .tokuten-02 ul li {
        /*text-indent: -1em;
        padding-left: 1em;*/
    }
  
  
    /* .tokuten-03 */
    .tokuten-03 ul li a span.small {
        width: 100%;
        margin: -8px auto 8px;
        padding: 0;
        display: block;
        font-size: 2rem;
        color: #000;
        font-weight: 600;
        line-height: 1.25;
    }
  
    .tokuten-03 .img-area {
        margin: 0;
        display: block;
    }
  
    .container-fluid .tokuten-03 .txt-lv1 {
        margin: 0 auto 17px;
        font-size: 1.3rem;
        letter-spacing: 0;
        font-weight: normal;
        line-height: 1.923;
    }
  
    .tokuten-03 .txt-area {
        height: 100%;
        margin: 0 auto;
        z-index: 2;
    }
  
    .container-fluid .tokuten-03 .txt-area h4 {
        margin: 0 0 1px;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2;
        letter-spacing: -0.02em;
        white-space: nowrap;
    }
  
    .container-fluid .tokuten-03 .txt-area p {
        margin: 0;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.538;
    }
  
    .tokuten-03 .content-wrap {
        padding: 0;
        z-index: 2;
    }
  
    .tokuten-03 .offer-area {
        /* width: 322px; */
        /* height: 74.475px; */
        margin: 0 auto 28px;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
  
    .tokuten-03 .title-main {
        margin: 0 auto;
        position: relative;
    }
  
    .container-fluid .tokuten-03 .offer-logoimg {
        width: 285px;
        margin: 0 auto 15px;
        padding: 0;
    }
    
    .container-fluid .tokuten-03 .offer-productimg{
        width: calc(100% + 50px);
        max-width: 355px;
        margin: 0 -25px;
    }
  
    .container-fluid .tokuten-03 p.offer-note {
        width:100%;
        color: #000;
        margin: -1em 0 0;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.65;
        text-align: right;
        z-index: 1;
    }
  
    .container-fluid .tokuten-03 .offer-lead {
        margin: 0 auto 30px;
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.25;
        /* 140.625% */
        letter-spacing: .05em;
        position: relative;
        display: block;
    }
  
    .tokuten-03 .offer-discount {
        width: 287px;
        height: 148px;
        margin: 0 auto 20px;
        font-size: 0;
        text-indent: 100%;
        overflow: hidden;
        background: url(/campaign/images/cameramatsuri/tokuten03_h2_sp.png) 0 0 no-repeat;
        background-size: 100%;
    }
    .tokuten-03 .flexBox {
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }
  
    .container-fluid .tokuten-03 .txt-area .price {
        width: fit-content;
        margin: 10px auto 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        align-content: center;
        flex-flow: row wrap;
    }
  
    .tokuten-03 ul {
        margin-top: 40px;
        padding: 0 20px;
    }
  
    .tokuten-03 ul li {
        text-indent: -1em;
        padding-left: 1em;
    }
  
  
    /* .tokuten-04 */
    .tokuten-04 .img-area {
        margin: 0;
        display: block;
    }
  
    .tokuten-04 .txt-area {
        height: 100%;
        margin: 0 auto;
        z-index: 2;
    }
  
    .container-fluid .tokuten-04 .txt-area p {
        margin: 0;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.538;
    }
  
    .tokuten-04 .content-wrap {
        margin-bottom: 48px;
        padding: 0;
        z-index: 2;
    }
  
    .tokuten-04 .title-area {
        max-width: 356px;
        width: 100%;
        margin: 0 auto 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        position: relative;
    }
  
    .tokuten-04 .title-main {
        width: 282px;
        height:168px;
        margin: 0 auto;
        font-size: 0;
        text-indent: 100%;
        overflow: hidden;
        background: url(/campaign/images/cameramatsuri/tokuten04_h2_sp.png) 0 0 no-repeat;
        background-size: 100%;
    }
  
    .tokuten-04 .title-text {
        max-width: 169.768px;
        width: calc(47.353760445682454% + 5px);
        margin: 2.564102564102564vw 2.564102564102564vw 0 0;
        display: block;
    }
  
    .tokuten-04 .title-image {
        max-width: 166px;
        width: calc(46.239554317548745%);
        margin: 24px 0 0 0;
    }
  
    .tokuten-04 .description {
        height: auto;
        margin: 0 auto;
    }
  
      .tokuten-04 .description h3 {
          max-width: 372px;
          width: 95.38461538461539vw;
          margin: 0 auto;
      }
  
    .tokuten-04 .description h2 {
        margin: 0 0 0 -3px;
    }
  
    .tokuten-04 .flexBox {
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }
  
    .container-fluid .tokuten-04 .txt-area .price {
        width: fit-content;
        margin: 10px auto 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        align-content: center;
        flex-flow: row wrap;
    }
  
    .tokuten-04 ul {
        margin-top: 40px;
        padding: 0 10px;
    }
  
    .tokuten-04 ul li {
        text-indent: -1em;
        padding-left: 1em;
    }
  
  }
  
  @media screen and (max-width:420px) {
    .tokuten-04 .description {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
  }
  
  /* -------------------------------------------------------------------
  PopUp
  ------------------------------------------------------------------- */
  
  @media screen and (min-width:768px) {
    p.txt-popup.style03 {
        width: fit-content;
        min-height: 45px;
        margin: 0 auto 20px;
        padding: 0 38px;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.8px;
        /* color: #FFFFFF; */
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e8e8e8;
        border-radius: 50px;
        position: relative;
    }
  
    p.txt-popup.style03:after {
        content: "";
        height: 21px;
        width: 24px;
        margin: 0 auto;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -16px;
        background: #e8e8e8;
        -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(90deg);
        transform: rotate(180deg);
        z-index: 10;
    }
  
    section.tokuten.second>p.txt-popup.style03 {
        left: 30px;
        padding: 0 21px;
        letter-spacing: 0;
    }
  
    p.txt-popup.style03>span:not(.large) {
        line-height: 1;
        letter-spacing: .8px;
        padding-bottom: 5px;
    }
  
    p.txt-popup.style03 .large {
        font-size: 3.2rem;
        line-height: 1;
        letter-spacing: 1.6px;
        display: inline-block;
    }
  }
  
  @media screen and (max-width: 767px) {
    p.txt-popup.style03 {
        max-width: 184px;
        width: 47.179487179487175vw;
        max-height: 27px;
        height: 6.923076923076923vw;
        margin: 0 auto;
        padding: 3px 10px;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.8px;
        /* color: #FFFFFF; */
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e8e8e8;
        border-radius: 50px;
        position: relative;
    }
  
    p.txt-popup.style03:after {
        content: "";
        height: 14px;
        width: 16px;
        margin: 0 auto;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -14px;
        background: #e8e8e8;
        -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(90deg);
        transform: rotate(180deg);
        z-index: 10;
    }
  
    p.txt-popup.style03>span:not(.large) {
        line-height: 1;
        letter-spacing: .8px;
        padding-bottom: 5px;
    }
  
    p.txt-popup.style03 .large {
        font-size: 1.6rem;
        line-height: 1;
        letter-spacing: 1.6px;
        display: inline-block;
    }
  }
  
  a {
    text-decoration: none !important;
  }
  
  p {
    line-height: unset;
    margin: unset;
    text-align: unset;
  }
  
  
  .float-bnr {
    width: 54px;
    height: 265px;
    padding: 0;
    margin: auto 0;
    border-radius: 10px 0 0 10px;
    background: #D80C24;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
    position: fixed;
    top:0;
    bottom:0;
    right: 0;
    display: grid;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 100;
  }
  
  .float-bnr a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 0 0;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  
  .float-bnr a:after {
    content: "";
    height: 13px;
    width: 20px;
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 0;
    left:0;
    bottom: 30px;
    background: #fff;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10;
  }
  
  .float-bnr:hover {
    opacity: .85;
  }
  
  @media screen and (max-width:767px) {
    .float-bnr {
        width: 38px;
        height: 234px;
        position: fixed;
        top:125px;
        /*top:23.076923076923077vw;
        bottom:unset;*/
        z-index: 100;
    }
  
    .float-bnr a {
        padding: 0;
        font-size: 1.6rem;
        justify-content: center;
        letter-spacing: .15em;
    }
  
  .float-bnr a:after {
        content: "";
        height: 8px;
        width: 12px;
        left: 3px;
        bottom: 25px;
    }
  }
  
  
  div#wFooterContents {
    max-width: 1080px;
    width: 100%;
  }
  
  #wFooterContents #fPT {
    margin: 0 auto 20px;
  }
  
  @media screen and (min-width:768px) {
    div#wFooter {
        width: calc(100% - 80px);
        padding: 0 40px;
        margin: 0 auto;
    }
  }
  
  @media screen and (max-width:767px) {
    div#wFooter {
        width: 97.43589743589743vw;
        margin: 0 auto;
        background: #FFF;
    }
  }
  
  
  /************************************************************
  KEYFRAMEs Animation
  ************************************************************/
  
  @-webkit-keyframes fadeIn {
    0% {
        filter: alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        opacity: 0;
    }
  
    100% {
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
        opacity: 1;
    }
  }
  
  @keyframes fadein {
    0% {
        filter: alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        opacity: 0;
    }
  
    100% {
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
        opacity: 1;
    }
  }
  
  
  @-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
  
    100% {
        opacity: 1;
    }
  }
  
  @keyframes fade {
    0% {
        opacity: 0;
    }
  
    100% {
        opacity: 1;
    }
  }
  
  
  @-webkit-keyframes show {
    from {
        opacity: 0;
    }
  
    to {
        opacity: 1;
    }
  }
  
  @keyframes show {
    from {
        opacity: 0;
    }
  
    to {
        opacity: 1;
    }
  }
  
  @-webkit-keyframes hide {
    from {
        opacity: 1;
    }
  
    to {
        opacity: 0;
    }
  }
  
  @keyframes hide {
    from {
        opacity: 1;
    }
  
    to {
        opacity: 0;
    }
  }
  
  @-webkit-keyframes fadeout-mv {
  
    0%,
    50%,
    75%,
    85% {
        opacity: 1;
    }
  
    95%,
    100% {
        opacity: 0;
    }
  }
  
  @keyframes fadeout-mv {
  
    0%,
    50%,
    75%,
    85% {
        opacity: 1;
    }
  
    95%,
    100% {
        opacity: 0;
    }
  }
  
  #wMM,header+nav {
    display: none;
  }
  

  .tokuten-02 .note {
    margin: 80px auto 70px;
}

.tokuten-02 .note p {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 768px) {
.tokuten-02 .note {
    margin: 0 auto 40px;
}
.tokuten-02 .note p {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
}
}


.info-all {
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(26, 26, 28,.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
}
.info-all p{
    width: 100vw;
    height: 100vh;
    margin: auto;
    font-size:4rem;
    font-weight:600;
    color:#FFF;
    text-align: center;
    position:sticky;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

div#wGM {
    position: relative;
    z-index: 5000;
}

@media screen and (max-width:767px) {
    .info-all p{
        font-size:2rem;
    }
}