@charset "UTF-8";

html {
    height: 100%;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: inherit;
    font-weight:400;
}

* {
    font-family: 'Noto Sans Japanese', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #1a1a1a;
}

.noto-serif {
    font-family: "Noto Serif JP", serif;
}

a:focus {
    outline: none;
}

a:hover{
    opacity: 0.6;
}

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

audio,
canvas,
video {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6  {
    font-size: 100%;
    margin: 0em;
}

.container {
    max-width: 780px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

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

.common-title {
    position: relative;
    text-align: center;
    font-size: 38px;
    color: #f39800;
    padding-bottom: 25px;
    letter-spacing: -.05rem;
    font-family: "Noto Serif JP", serif;
}

.common-title:after {
    content: "";
    position: absolute;
    background: #f39800;
    width: 90px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

/* header */
header {
    background: #fff;
    padding: 7px 20px 5px;
    font-size: 0;
}

header img {
   width: 287px; 
}

/* section-top */
#top {
    padding-top: 1px;
}

#top .main-photo {
    position: relative;
}

#top .lead {
    background-color: rgb(76 76 76 / 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 14px 0 15px;
}

#top .lead .text {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    display: inline-block;
    text-align: left;
    line-height: 1.45;
    letter-spacing: .04rem;
}

#top .lead .text:first-child {
    position: relative;
    top: 3px;
}

#top .lead .text.lspace{
    letter-spacing: -.1rem;
    margin-left: -3px;
}

#top .lead .text span{
    color: #fff;
    font-weight: bold;
    font-size: 97px;
    display: inline-block;
    letter-spacing: .1rem;
}

#top .intro {
    background-color: rgb(233, 209, 113);
    position: relative;
    z-index: 2;
}

#top .intro .text {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    padding: 22px 0 25px;
    line-height: 1.6;
    letter-spacing: -.03rem;
}

#top .banner {
    background-color: rgb(242, 237, 228);
    padding: 30px;
    position: relative;
    z-index: 2;
}
.banner .limited_text,
#price .limited_text{
    background: #fee9e9;
    text-align:center;
    font-size: 160%;
    padding:1rem;
    border: 5px solid #fff;
}
.banner .limited_text *,
#price .limited_text *{
    color:inherit;
}

/* section-introduce */

#introduce {
    padding: 0 10px 13px;
}

#introduce .introduce-title {
    text-align: center;
    padding-block: 47px 26px;
}

#introduce .introduce-title p {
    display: inline-block;
    padding-inline: 100px;
    position: relative;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 900;
}

#introduce .introduce-title p:before {
    content: "";
    position: absolute;
    left: -59px;
    top: 48px;
    width: 153px;
    height: 3px;
    background: #1a1a1a;
    transform: rotate(60deg);
}

#introduce .introduce-title p:after {
    content: "";
    position: absolute;
    right: -59px;
    top: 48px;
    width: 153px;
    height: 3px;
    background: #1a1a1a;
    transform: rotate(-60deg);
}

#introduce .introduce-title span {
    font-size: 28px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
}

#introduce .introduce-title .diff {
    margin-top: 7px;
    display: block;
}

#introduce .video  iframe+iframe{
    margin-top: 6px;
}

/* section-concerns */

#concerns {
    background: url("../img/section/concerns/bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 92px 10px 174px;
}

#concerns .concerns-title {
    margin-bottom: 46px;
    color: #fff;
}

#concerns .concerns-title:after {
    background: #fff;
}

#concerns .lead {
    text-align: center;
    margin-bottom: 34px;
}

#concerns .lead .text {
    display: inline-block;
    font-size: 33px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
}

#concerns .lead .text:nth-child(2) {
    margin-inline: 5px;
}

#concerns .lead .text span {
    color: #59381b;
    background: #fff;
    line-height: 1.2;
    display: inline-block;
    margin-right: 5px;
}

#concerns .line {
    text-align: center;
    margin-bottom: 18px;
    line-height: 0;
}

#concerns .line img {
    max-width: 688px;
    display: inline-block;
}

#concerns .list-concerns {
    background: #fff;
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
    padding: 31px 30px 51px;
}

#concerns .list-concerns li {
    position: relative;
    list-style: none;
    font-size: 28px;
    font-weight: 600;
    padding-left: 32px;
}

#concerns .list-concerns li+li {
    margin-top: 17px;
}

#concerns .list-concerns li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #1a1a1a;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

#concerns .list-concerns li span {
    color: #f39800;
}

#concerns .banner {
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
}

/* section-plasmamed-bed */
#plasmamed-bed {
    padding-top: 99px;
}

#plasmamed-bed .plasmamed-bed-title {
    color: #f39800;
    padding-bottom: 28px;
    margin-bottom: 44px;
}

#plasmamed-bed .plasmamed-bed-title:after {
    background: #f39800;
}

#plasmamed-bed .photo {
    text-align: center;
    margin-bottom: 10px;
}

#plasmamed-bed .photo img {
    max-width: 614px;
    display: inline-block;
}

#plasmamed-bed .intro-text {
    padding-inline: 13px;
    font-size: 25px;
    letter-spacing: .04rem;
    line-height: 1.9;
    text-align: justify;
}

#plasmamed-bed .intro-text span {
    color: #fff;
    display: inline;
    background: #f39800;
    padding: 3px 0 5px 10px;
}

#plasmamed-bed .intro-text span.diff {
    padding: 3px 13px 5px 10px;
}

#plasmamed-bed .factorial {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    margin-block: 35px 21px;
}

#plasmamed-bed .factorial img {
    max-width: 229px;
}

#plasmamed-bed .list-point {
    background: url("../img/section/plasmamed/point-bg.png") no-repeat top 88px center;
    background-size: 100%;
    padding: 40px 20px 262px; 
    margin-top: 47px;
}

#plasmamed-bed .list-point li {
    position: relative;
    list-style: none;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
    padding: 0 65px 33px;
}

#plasmamed-bed .list-point li+li {
    margin-top: 53px;
}

#plasmamed-bed .list-point li .point {
    position: absolute;
    top: -20px;
    left: 18px;
    width: 176px;
}

#plasmamed-bed .list-point li .point-title {
    padding: 40px 0 8px;
    text-align: center;
    color: #f39800;
    font-size: 33px;
    font-style: italic;
    letter-spacing: .05rem;
}

#plasmamed-bed .list-point li .text {
    font-size: 25px;
    line-height: 1.9;
    text-align: justify;
    padding-inline: 4px;
}

#plasmamed-bed .list-point li .text span {
    font-style: italic;
}

/* section-voices */
#voices {
    padding-top: 14px;
}

#voices .voices-title {
    letter-spacing: .1rem;
    margin-bottom: 61px;
}

#voices .list-voices {
    padding-inline: 19px;
}

#voices .list-voices li {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
    border-radius: 27px;
    list-style: none;
    padding: 43px 27px 56px;
    background: #fff;
}

#voices .list-voices li+li {
    margin-top: 59px;
}

#voices .list-voices li .voices-intro {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 22px;
}

#voices .list-voices li .voices-intro .avatar {
    width: 188px;
}

#voices .list-voices li .voices-intro .wrap-title .voices-item-title {
    font-size: 53px;
    color: #f39800;
    letter-spacing: -.18rem;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-right: -19px;
}

#voices .list-voices li .voices-intro .wrap-title .lead {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .1rem;
}

#voices .list-voices li .voices-intro .wrap-title .lead span {
    letter-spacing: -.3rem;
    display: inline-block;
    margin-inline: 5px;
}

#voices .list-voices li .text {
    font-size: 25px;
    line-height: 1.9;
    text-align: justify;
}

/* section-prof */
#profile {
    margin-top:3rem;
    background: rgb(241 241 241);
    padding:2rem 1rem;
}
#profile img{
    width: 40%;
    float:left;
    margin: 1rem;
    margin-bottom: 0;
    border-radius: 10px;
}
#profile p{
    font-size: 20px;
    line-height: 1.8;
    margin-top: 3rem;
}
@media (max-width: 780px) {
    #profile img{
        width: 80%;
        float: none;
        margin: 0 auto;
        margin-top: 22px;
    }
    #profile p{
        font-size: calc(calc(35 / 780) * 100vw);
        line-height: 1.6;
        margin-top: 28px;
    }
}

/* section-qa */
#qa {
    padding: 84px 11px 22px;
}

#qa .qa-title {
    margin-bottom: 52px;
}

#qa .list-qa li {
    list-style: none;
}

#qa .list-qa li+li {
    margin-top: 32px;
}

#qa .list-qa li .question {
    position: relative;
    font-size: 33px;
    color: #f39800;
    font-weight: 700;
    padding-left: 97px;
    line-height: 1.3;
    margin-bottom: 32px;
    min-height: 87px;
    display: flex;
    align-items: center;
}

#qa .list-qa li .question:before {
    content: "";
    position: absolute;
    width: 87px;
    height: 87px;
    background: url("../img/section/qa/icon-q.png") no-repeat;
    background-size: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#qa .list-qa li .answer {
    background-color: rgb(248, 245, 239);
    padding: 10px 10px 30px;
    font-size: 25px;
    line-height: 1.9;
    text-align: justify;
    letter-spacing: -.06rem;
}

#qa .list-qa li .answer .italic {
    font-style: italic;
    display: inline-block;
    margin-right: 3px;
}

#qa .list-qa li .answer .orange {
    color: #f39800;
    font-weight: 500;
}

/* section-price */
#price {
   background-color: rgb(254, 189, 78);
   padding: 30px;
}

/* section-future */
#future {
    padding: 25px 19px;
}

#future .future-container {
    border: 1px solid #f39800;
    border-radius: 27px;
    padding: 42px 20px 38px;
}

#future .future-title {
    padding-bottom: 27px;
    margin-bottom: 28px;
}

#future .photo {
    max-width: 550px;
    margin: 0 auto 18px;
}

#future .text {
    font-size: 25px;
    line-height: 1.9;
    text-align: justify;
    letter-spacing: -.05rem;
}

/* footer */
footer .ft-container {
    background-color: rgb(229, 229, 229);
    padding: 15px 0;
}

footer .saikouchiku {
    text-align: center;
    margin-top: 7px;
}

footer .saikouchiku img {
    display: inline-block;
    width: 200px;
    transform: translateX(59px);
}

#copyright {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    padding: 5px 0 170px;
}

#fix_bt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 47px;
    background: #ffffff66;
    backdrop-filter: blur(5px);
    padding: 30px 0;
    z-index: 99;
    opacity: 1;
}

#fix_bt a {
    width: 270px;
    height: 98px;
    border-radius: 10px;
    background-color: rgb(244, 120, 8);
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#fix_bt .limited_bt_text{
    font-size: 70%;
    margin-top: -6px;
    font-weight: 700;
    color: #f1ff00;
}

.wpcf7 input,
.wpcf7 select{
    font-size: 1.2rem;
    width: auto;
    max-width: 47%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: middle;
}
.wpcf7 .full{
    width:100%;
    max-width: 96%;
}
.wpcf7 textarea{
    width:100%;
    height: 240px;
    font-size: 1rem;
}
.wpcf7 label{
    font-size:1rem;
}
.wpcf7 .required{
    color: #D0423B;
    font-weight: 700;
    margin-left:1rem;
}
.wpcf7 .wpcf7-list-item{
    width: 17%;
}
.wpcf7 input[type="submit"]{
    padding: 9px 15px;
    background: #d0521b;
    border: 1px solid #d0521b;
    border-radius: 3px;
    color: #ffffff;
    margin: 0 auto;
    display: block;
}
.wpcf7-response-output{
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    width:100vw;
    height:100vh;
    margin: 0 !important;!i;!;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff85;
    backdrop-filter: blur(3px);
}
.wpcf7 form{
    padding:1rem;
    font-size: 20px;
}

#access{
    margin-top:3rem;
}
.in_jyouhou {
    border-collapse:collapse;
    margin:1rem;
    margin-bottom:3rem;
}
.in_jyouhou ul{
    margin-left : 20px;
}
.in_jyouhou th,
.in_jyouhou td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.in_jyouhou th {
  background: #f9fafc;
  text-align: left;
  width: 25%;
}
 
@media only screen and (max-width: 800px) {
.in_jyouhou tr,
.in_jyouhou th,
.in_jyouhou td {
    display: block;
    width: auto;
  }
  
.in_jyouhou tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
.in_jyouhou th,
.in_jyouhou td {
    border-top: none;
  }
}


@media (min-width: 779px) {
    .pc{display: inherit;}
    .sp{display:none;}
}

@media (max-width: 780px) {
    .sp{display:initial;}
    .pc{display:none;}

    .common-title {
        font-size: calc(calc(50/780) * 100vw);
        padding-bottom: calc(calc(25/780) * 100vw);
    }

    .common-title:after {
        width: calc(calc(90/780) * 100vw);
        height: calc(calc(4/780) * 100vw);
    }

    header {
        padding: calc(calc(7/780) * 100vw) calc(calc(20/780) * 100vw) calc(calc(5/780) * 100vw);
    }

    header img {
        width: calc(calc(287/780) * 100vw);
    }

    /* section-top */
    #top .lead {
       padding: calc(calc(10/780) * 100vw) 0 calc(calc(14/780) * 100vw);
    }

    #top .lead .text {
        font-size: calc(calc(38/780) * 100vw);
    }

    #top .lead .text:first-child {
        top: calc(calc(3/780) * 100vw);
    }

    #top .lead .text span {
        font-size: calc(calc(97/780) * 100vw);
    }

    #top .intro .text {
        font-size: calc(calc(29/780) * 100vw);
        padding: calc(calc(22/780) * 100vw) 0 calc(calc(25/780) * 100vw);
    }

    #top .banner {
       padding: calc(calc(30/780) * 100vw); 
    }

    /* section-introduce */
    #introduce {
       padding: 0 calc(calc(10/780) * 100vw) calc(calc(8/780) * 100vw);
    }

    #introduce .introduce-title {
       padding-block: calc(calc(47/780) * 100vw) calc(calc(26/780) * 100vw);
    }

    #introduce .introduce-title p {
        padding-inline: calc(calc(100/780) * 100vw);
        font-size: calc(calc(40/780) * 100vw);
    }

    #introduce .introduce-title .diff {
        margin-top: calc(calc(7/780) * 100vw);
    }

    #introduce .introduce-title span {
        font-size: calc(calc(28/780) * 100vw);
    }

    #introduce .introduce-title p:before {
        left: calc(calc(-59/780) * 100vw);
        top: calc(calc(48/780) * 100vw);
        width: calc(calc(153/780) * 100vw);
        height: calc(calc(3/780) * 100vw);
    }

    #introduce .introduce-title p:after {
        right: calc(calc(-59/780) * 100vw);
        top: calc(calc(48/780) * 100vw);
        width: calc(calc(153/780) * 100vw);
        height: calc(calc(3/780) * 100vw);
    }

    #introduce .video iframe {
        height: calc(calc(450/780) * 100vw) !important;
    }

    #introduce .video iframe+iframe {
        margin-top: calc(calc(2/780) * 100vw);
    }

    /* section-concerns */
    #concerns {
        padding: calc(calc(92/780) * 100vw) calc(calc(10/780) * 100vw) calc(calc(170/780) * 100vw);
    }

    #concerns .concerns-title {
        margin-bottom: calc(calc(46/780) * 100vw);
    }

    #concerns .lead {
        margin-bottom: calc(calc(33/780) * 100vw);
    }

    #concerns .lead .text {
        font-size: calc(calc(33/780) * 100vw);
    }

    #concerns .lead .text span {
        margin-right: calc(calc(5/780) * 100vw);
    }

    #concerns .lead .text:nth-child(2) {
        margin-inline: calc(calc(5/780) * 100vw);
    }

    #concerns .line {
        margin-bottom: calc(calc(22/780) * 100vw);
    }

    #concerns .line img {
        max-width: calc(calc(688/780) * 100vw);  
    }

    #concerns .list-concerns {
        max-width: calc(calc(688/780) * 100vw); 
        padding: calc(calc(31/780) * 100vw) calc(calc(30/780) * 100vw) calc(calc(51/780) * 100vw);
    }

    #concerns .list-concerns li {
        font-size: calc(calc(28/780) * 100vw);
        padding-left: calc(calc(32/780) * 100vw);
    }

    #concerns .list-concerns li+li {
        margin-top: calc(calc(18/780) * 100vw);
    }

    #concerns .list-concerns li:before {
        left: calc(calc(10/780) * 100vw);
        width: calc(calc(11/780) * 100vw);
        height: calc(calc(11/780) * 100vw);
    }

    #concerns .banner {
        max-width: calc(calc(688/780) * 100vw); 
    }

    /* section-plasmamed-bed */
    #plasmamed-bed {
        padding-top: calc(calc(94/780) * 100vw);
    }

    #plasmamed-bed .plasmamed-bed-title {
        padding-bottom: calc(calc(28/780) * 100vw);
        margin-bottom: calc(calc(44/780) * 100vw);
    }

    #plasmamed-bed .photo {
        margin-bottom: calc(calc(5/780) * 100vw);
    }

    #plasmamed-bed .photo img {
        max-width: calc(calc(614/780) * 100vw);
    }

    #plasmamed-bed .intro-text {
        padding-inline: calc(calc(13/780) * 100vw);
        font-size: calc(calc(35/780) * 100vw);
    }

    #plasmamed-bed .intro-text span {
        padding: calc(calc(3/780) * 100vw) 0 calc(calc(5/780) * 100vw) calc(calc(10/780) * 100vw);
        letter-spacing: 0;
    }

    #plasmamed-bed .intro-text span.diff {
        padding: calc(calc(3/780) * 100vw) calc(calc(13/780) * 100vw) calc(calc(5/780) * 100vw) calc(calc(10/780) * 100vw);
    }

    #plasmamed-bed .factorial {
        column-gap: calc(calc(20/780) * 100vw);
        margin-block: calc(calc(35/780) * 100vw) calc(calc(21/780) * 100vw);
    }

    #plasmamed-bed .factorial img {
        max-width: calc(calc(229/780) * 100vw);
    }

    #plasmamed-bed .list-point {
        background: url("../img/section/plasmamed/point-bg.png") no-repeat top calc(calc(88/780) * 100vw) center;
        background-size: 100%;
        padding: calc(calc(40/780) * 100vw) calc(calc(20/780) * 100vw) calc(calc(260/780) * 100vw);
        margin-top: calc(calc(47/780) * 100vw);
    }

    #plasmamed-bed .list-point li {
        border-radius: calc(calc(25/780) * 100vw);
        padding: 0 calc(calc(65/780) * 100vw) calc(calc(34/780) * 100vw);
    }

    #plasmamed-bed .list-point li .point {
        top: calc(calc(-20/780) * 100vw);
        left: calc(calc(18/780) * 100vw);
        width: calc(calc(176/780) * 100vw);
    }

    #plasmamed-bed .list-point li .point-title {
        padding: calc(calc(40/780) * 100vw) 0 calc(calc(8/780) * 100vw);
        font-size: calc(calc(40/780) * 100vw);
    }

    #plasmamed-bed .list-point li .text {
        font-size: calc(calc(35/780) * 100vw);
        padding-inline: calc(calc(4/780) * 100vw);
    }

    #plasmamed-bed .list-point li+li {
        margin-top: calc(calc(60/780) * 100vw);
    }

    /* section-voices */
    #voices {
        padding-top: calc(calc(14/780) * 100vw);
    }

    #voices .voices-title {
        margin-bottom: calc(calc(58/780) * 100vw);
    }

    #voices .list-voices {
        padding-inline: calc(calc(19/780) * 100vw);
    }

    #voices .list-voices li {
        border-radius: calc(calc(27/780) * 100vw);
        padding: calc(calc(43/780) * 100vw) calc(calc(27/780) * 100vw) calc(calc(56/780) * 100vw);
    }

    #voices .list-voices li+li {
        margin-top: calc(calc(59/780) * 100vw);
    }

    #voices .list-voices li .voices-intro {
        column-gap: calc(calc(15/780) * 100vw);
        margin-bottom: calc(calc(22/780) * 100vw);
    }

    #voices .list-voices li .voices-intro .avatar {
        width: calc(calc(188/780) * 100vw);
    }

    #voices .list-voices li .voices-intro .wrap-title .voices-item-title {
        font-size: calc(calc(53/780) * 100vw);
        margin-bottom: calc(calc(24/780) * 100vw);
        margin-right: calc(calc(-19/780) * 100vw);
        letter-spacing: -.24rem;
    }

    #voices .list-voices li .voices-intro .wrap-title .lead {
        font-size: calc(calc(28/780) * 100vw);
    }

    #voices .list-voices li .text {
        font-size: calc(calc(35/780) * 100vw);
        line-height: 1.6;
    }

    /* section-qa */
    #qa {
        padding: calc(calc(147/780) * 100vw) calc(calc(11/780) * 100vw) calc(calc(22/780) * 100vw);
    }

    #qa .qa-title {
        margin-bottom: calc(calc(52/780) * 100vw);
    }

    #qa .list-qa li+li {
        margin-top: calc(calc(32/780) * 100vw);
    }

    #qa .list-qa li .question {
        font-size: calc(calc(42/780) * 100vw);
        padding-left: calc(calc(97/780) * 100vw);
        margin-bottom: calc(calc(32/780) * 100vw);
        min-height: calc(calc(87/780) * 100vw);
    }

    #qa .list-qa li .question:before {
        width: calc(calc(87/780) * 100vw);
        height: calc(calc(87/780) * 100vw);
    }

    #qa .list-qa li .answer {
        padding: calc(calc(10/780) * 100vw) calc(calc(10/780) * 100vw) calc(calc(30/780) * 100vw);
        font-size: calc(calc(35/780) * 100vw);
    }

    #price {
        padding: calc(calc(30/780) * 100vw);
    }

    /* section-future */
    #future {
        padding: calc(calc(25/780) * 100vw) calc(calc(19/780) * 100vw);
    }

    #future .future-container {
        border-radius: calc(calc(27/780) * 100vw);
        padding: calc(calc(42/780) * 100vw) calc(calc(20/780) * 100vw) calc(calc(38/780) * 100vw);
    }

    #future .photo {
        max-width: calc(calc(550/780) * 100vw);
        margin: 0 auto calc(calc(18/780) * 100vw);
    }

    #future .text {
        font-size: calc(calc(35/780) * 100vw);
    }

    footer .ft-container {
        padding: calc(calc(15/780) * 100vw) 0;
    }

    footer .saikouchiku {
        margin-top: calc(calc(7/780) * 100vw);
    }

    footer .saikouchiku img {
        width: calc(calc(200/780) * 100vw);
        transform: translateX(calc(calc(59/780) * 100vw));
    }

    #copyright {
        font-size: calc(calc(20/780) * 100vw);
        padding: calc(calc(5/780) * 100vw) 0 calc(calc(170/780) * 100vw);
    }

    #fix_bt {
        column-gap: calc(calc(25/780) * 100vw);
        padding: calc(calc(30/780) * 100vw) 0;
    }

    #fix_bt a {
        width: calc(calc(235/780) * 100vw);
        height: calc(calc(98/780) * 100vw);
        border-radius: calc(calc(10/780) * 100vw);
        font-size: calc(calc(35/780) * 100vw);
        line-height: 1.2;
    }
    #fix_bt .limited_bt_text{
        margin-top:0;
    }

}