@charset "utf-8";
:root {
    --color-black: #333;
    --color-red: #910000;
    --background-red: #FFFAFA;
    --text-en: #ACACAC;
}
body {
    font-family: "Yu Mincho", "YuMincho", serif;
    margin-bottom: 70px;
}
@media screen and (min-width:1025px) {
    body {
        margin-bottom: 0px;
    }
    h2 span {
        font-size: 36px !important;
    }
}
main {
    line-break:strict;
    word-break:break-all;
    overflow-wrap:  break-word;
}
h2 {
    font-size: 22px;
    color: var(--color-red);
    font-weight: lighter;
}
h2 span {
    font-size: 18px;
}
a {
    display: inline-block;
}
p {
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 2.3px;
    line-height: 2;
    color: var(--color-black);
}
img {
    display: inline-block;
}

/* cssのパーツ */

.pc-only {
    display: none;
}
@media screen and (min-width:1025px) {
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
}
.en-title {
    text-align: center;
    font-size: 14px;
    color: var(--text-en);
}
@media screen and (min-width:1025px) {
    .en-title {
        text-align: center;
        font-size: 14px;
        color: var(--text-en);
    }
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 1s;
}

.btn_tool {
    text-align: center;
}
.btn_tool-text {
    font-size: 14px;
}
.btn_tool-text span {
    font-size: 18px;
    color: var(--color-red);
}
/*主な共通部分は省略*/
.btn {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 520px;
  cursor: pointer;
  padding: 20px 0 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  background-color: #F5F5F5;
}
.btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    margin: auto;
    left: 20px;
}

.btn-border {
    border: 1px solid #000;
    background-color: #F5F5F5;
  }
.btn-border p:nth-of-type(1) {
    line-height: 1;
    font-size: 20px;
    color: var(--color-red);
}
.btn-border:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #000;
}
.btn-border::after {
    content: '';
    height: 0.5px;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    background-color: #a45757;
    margin: auto;
    transition: all 1s;
}
.btn-border:hover::after {
    width: 70px;
    right: -35px;
}
.btn-border:hover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
@media screen and (min-width:1025px) {
    .btn img {
        top: -10px;
        width: 30px;
        left: 95px;
    }
    .btn-border p:nth-of-type(1) {
        font-size: 24px;
    }
    .btn-border::after {
        width: 80px;
        right: -40px;
    }
    .btn-border:hover::after {
        width: 120px;
        right: -60px;
    }
}


#area-1 {
    padding-top: 70px;
    margin-top: -70px;
}
#area-2 {
    padding-top: 50px;
    margin-top: -50px;
}
#area-3 {
    padding-top: 100px;
    margin-top: -100px;
}
#area-4 {
    padding-top: 80px;
    margin-top: -80px;
}
#area-5 {
    padding-top: 50px;
    margin-top: -50px;
}
#area-6 {
    padding-top: 70px;
    margin-top: -70px;
}
#area-7 {
    padding-top: 100px;
    margin-top: -100px;
}
@media screen and (min-width:1025px) {
    #area-1,
    #area-2,
    #area-3,
    #area-4,
    #area-5,
    #area-6,
    #area-7 {
        padding-top: 0px;
        margin-top: 0px;
    }
}
/*-----------------
header
-------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 80px;
    background-color: #fff;
    text-align: center;
}
.header-container {
    position: relative;
}
.header-left {
    position: absolute;
    top: 20px;
    left: 15px;
}
.header-logo {
    width: auto;
    height: 40px;
}
.header-center {
    padding-top: 10px;
}
.header-center p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 100;
    color: var(--color-red);
}
.header-center p:nth-of-type(1) {
    transform: scale(0.7)
}
.header-center p:nth-of-type(3) {
    transform: scale(0.6)
}
.header-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    background-color: #fff;
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn2{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    width: 50px;
    height:50px;
    cursor: pointer;
}
/*ボタン内側*/
.openbtn2 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    height: 2px;
    background-color: #666;
}
.openbtn2 span:nth-of-type(1) {
    top:10px; 
    width:40px;
    right: 0;
}
.openbtn2 span:nth-of-type(2) {
    top:23px;
    width:25px;
    right: 0;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn2.active span:nth-of-type(1) {
    top: 10px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 25px;
}
.openbtn2.active span:nth-of-type(2) {
    top: 22px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 25px;
}
.header-menu p {
    position: absolute;
    bottom: -2px;
    right: 0px;
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 100;
    top:0;
    right: -120%;
    width:100%;
    height: 100vh;
    background:#fff;
    transition: all 1s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 100; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
    text-align: center;
    margin-top: 50px;
    /*ナビゲーション天地中央揃え*/
    /* position: absolute;
    z-index: 100;
    top:30%;
    left:50%;
    transform: translate(-50%,-50%); */
}
/*リストのレイアウト設定*/
#g-nav li{
    list-style: none;
    text-align: center;
}
#g-nav li a{
    color: #333;
    font-size: 18px;
    text-decoration: none;
    padding:20px 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.menu-block {
    display: block;
}
.menu-block img {
    display: block;
    margin: 10px auto;
}
.menu-block2 {
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 1.75px;
    line-height: 1.75;
    display: block;
    position: relative;
}
.menu-block2 img {
    position: absolute;
    top: 10px;
    left: 12%;
    width: 25px;
}
.menu-block2 span {
    font-size: 16px;
    color: var(--color-red);
}
@media screen and (min-width:1025px) {
    header {
        position: unset;
        height: 140px;
    }
    .header-left {
        top: 50px;
        left: 60px;
    }
    .header-logo {
        height: 45px;
    }
    .header-center {
        padding-top: 20px;
    }
    .header-center p {
        font-size: 24px;
        line-height: 1.75;
    }
    .header-center p:nth-of-type(1) {
        font-size: 16px;
        margin-bottom: 5px;
        transform: scale(1)
    }
    .header-center p:nth-of-type(3) {
        font-size: 14px;
        transform: scale(1)
    }
    .menu-block,
    .menu-block2 {
        display: none;
    }
}

/*--------------------

mainのcss

---------------------*/
.top-image {
    margin-top: 80px;
    overflow: hidden;
    position: relative;
}
.top-image::before {
    content: "";
    display: block;
    padding-top: 40.5%;
}
.top-image__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width:1025px) {
    .top-image {
        position: unset;
        margin-top: 0;
        height: 600px;
    }
    .top-image::before {
        content: none;
    }
      .top-image__img {
        position: unset;
        object-fit: cover;
    }
}
/*--------------------
インスタや通販のリンク
---------------------*/
.shop-link {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 500;
    background-color: #fff;
    box-shadow: 0px 0px 6px #00000053;
}
.shop-container {
    position: relative;
    max-width: 500px;
}
.insta-btn {
    position: absolute;
    top: 11px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
}
.link-line {
    position: absolute;
    top: 11px;
    left: 23%;
    width: 1px;
    height: 50px;
    background-color: #707070;
}
.insta-btn img {
    width: auto;
    height: 25px;
    margin-top: 13px;
}
.shop-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    height: 50px;
    padding: 13px 20px 0 40px;
    background-color: #fff;
}
.shop-btn-red {
    color: var(--color-red);
}
.shop-btn a {
    position: relative;
    font-size: 16px;
    letter-spacing: 1.75px;
}
.shop-btn a img {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 25px;
    height: 25px;
    /* background-image: url(../img/shop-image.png); */
}
@media screen and (min-width:1025px) {
    .shop-link {
        left: unset;
        width: 500px;
        background-color: unset;
        box-shadow: unset;
    }
    .insta-btn {
        width: 55px;
        height: 55px;
        top: -65px;
        right: 0;
        left: unset;
        box-shadow: 0px 0px 6px #00000053;
    }
    .link-line {
        display: none;
    }
    .shop-btn {
        top: 0px;
        right: 0;
        display: inline-block;
        height: 70px;
        padding: 13px 30px 0 50px;
        box-shadow: 0px 0px 6px #00000053;
    }
    .shop-btn-big {
        display: block;
        margin-top:5px;
        font-size: 24px;
    }
    .shop-btn a img {
        top: 12px;
    }
}
/*--------------------
pcのメニュー
---------------------*/
.pc-nav {
    z-index: 100;
    background-color: #fff;
    border: 1px solid #E8E8E8;
}
.pc-nav nav ul {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}
.pc-nav nav ul li {
    color: #707070;
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 1.75px;
}
nav ul li.current {
    color:var(--color-red);
    border-bottom: 1px solid var(--color-red);
}

/*--------------------
ABOUTのCSS
---------------------*/
.about {
    text-align: center;
}
.about-text {
    width: 100%;
    max-width: 730px;
    padding: 40px 0 90px;
    margin: 0 auto;
    text-align: left;
    background-color: var(--background-red);
}
.about-text div {
    width: 85%;
    max-width: 550px;
    margin: 0 auto;
}
.about-text div h2 {
    font-size: 22px;
    line-height: 1.75;
    color: #333;
}
.title-color {
    color: var(--color-red);
}
.about-text div p:nth-of-type(2) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 2.7px;
    font-weight: bold;
    color: #333;
}
.about-text div p span {
    color: #333;
}
.about img {
    position: relative;
    top: -45px;
    width: 82%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (min-width:1350px) {
    .about {
        display: flex;
        margin: 80px auto 0;
        padding: -70px 0 0;
        padding-bottom: 100px;
        max-width: 1500px;
    }
    .about .en-title {
        text-align: left !important;
    }
    .about-text {
        margin: unset;
        padding: 45px 0;
    }
    .about-text div h2 {
        font-size: 30px;
        letter-spacing: 2.75px;
        margin-top: 10px;
    }
    .title-color {
        font-size: 30px;
    }
    .about-text div p:nth-of-type(2) {
        margin-top: 15px;
        font-size: 16px;
        letter-spacing: 2.4px;
    }
    .about img {
        top: 50px;
        right: 80px;
        width: 50%;
        max-height: 500px;
        object-fit: contain;
        z-index: 10;
        max-width: 650px;
        margin: 0 auto;
        text-align: center;
    }
}
/*--------------------
CommitmentのCSS
---------------------*/
.Commitment {
    padding: 30px 0 40px;
    background-color: var(--background-red);
    text-align: center;
}
.Commitment-container {
    width: 85%;
    margin: 0 auto;
    max-width: 1000px;
}
.Commitment h2 {
    margin: 5px 0 5px;
    letter-spacing: 2.5px;
    line-height: 1.75;
}
.Commitment-topText {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.5;
    text-align: left;
}
.Commitment-flow {
    font-size: 14px;
    margin-top: 30px;
    padding: 30px 0 50px;
    background-color: #fff;
    border: 1px solid #E3E3E3;
}
.flow-title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.Commitment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.Commitment-box {
    width: 255px;
    /* border: 1px solid #000; */
}
.Commitment-box img {
    width: 100%;
}
.Commitment-box p:nth-of-type(1) {
    font-size: 24px;
    color: #C9C9C9;
}
.Commitment-line {
    width: 0.5px;
    height: 28px;
    margin: 0 auto;
    background-color: #9D9D9D;
}
.Commitment-box p:nth-of-type(2) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 12px 0 5px;
    font-weight: bold;
}
@media screen and (min-width:1025px) {
    .Commitment {
        padding: 60px 0 80px;
    }
    .Commitment h2 {
        font-size: 36px;
        margin: 5px 0 15px;
    }
    .Commitment-topText {
        font-size: 16px;
        letter-spacing: 2.4px;
        margin-top: 25px;
        text-align: center;
    }
    .Commitment-flow {
        font-size: 18px;
        margin-top: 40px;
        padding: 40px 0 70px;
    }
    .flow-title {
        font-size: 18px;
    }
    .Commitment-list {
        margin-top: 40px;
        gap: 50px 30px;
    }
    .Commitment-box {
        width: 255px;
    }
}
/*--------------------
ComparisonのCSS
---------------------*/
.Comparison {
    max-width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.Comparison h2 {
    margin: 5px 0 15px;
    letter-spacing: 2.4px;
    line-height: 1.6;
}
.Comparison p:nth-of-type(2) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin: 25px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.Comparison img:nth-of-type(2){
    position: relative;
    left: -25px;
    width: 100%;
    max-width: 170px;
    margin: 25px auto 15px;
    object-fit: cover;
}
.Comparison p:nth-of-type(3) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    display: inline-block;
    width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    /* color: #747474; */
}
@media screen and (min-width:1025px) {
    .Comparison {
        padding: 130px 0 70px;
    }
    .Comparison h2 {
        margin: 20px 0 25px;
        font-size: 36px;
    }
    .Comparison p:nth-of-type(2) {
        margin: 40px 0 0;
        font-size: 14px;
    }
    .Comparison img:nth-of-type(2) {
        max-width: 300px;
        margin: 90px auto 20px;
    }
    .Comparison p:nth-of-type(3) {
        width: 100%;
    }
}
/*--------------------
NutritionのCSS
---------------------*/
.nutrition {
    text-align: center;
    padding-bottom: 50px;
}
.nutrition h2 {
    font-size: 22px;
}
.title_line-image {
    width: 90% !important;
    max-width: 270px !important;
    margin: 25px auto !important;
}
.nutrition-line {
    width: 220px;
    height: 1px;
    margin: 25px auto;
    background-color: #707070;
}
.nutrition img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.nutrition > p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    text-align: left;
    line-height: 1.65;
    font-weight: 700;

}
.nutrition-list {
    width: 85%;
    max-width: 800px;
    padding: 40px 0 40px;
    margin: 20px auto 0;
    border: 1px solid #D8D8D8;
}
.nutrition-box ul {
    width: 200px;
    margin: 0 auto;
}
.nutrition-box ul li {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: var(--color-black);
    line-height: 1.5;
    text-align: left;
    font-weight: 700;
}
.nutrition-box-red {
    color: #E30840 !important;
    font-weight: 700;
}
.nutrition-list p {
    font-size: 18px;
    margin-top: 20px;
}
@media screen and (min-width:750px) {
    .nutrition-list > div {
        display: flex;
        justify-content: center;
        gap: 0 80px;
    }
}
@media screen and (min-width:1025px) {
    .nutrition h2 {
        font-size: 36px;
    }
    .nutrition-line {
        margin: 35px auto;
    }
    .nutrition-list {
        padding: 80px 0 70px;
        margin: 30px auto 0;
    }
    .nutrition-box ul {
        width: 210px;
        margin: 0 auto;
    }
    .nutrition-box ul li {
        display: block;
        margin-top: 20px;
        font-size: 18px;
    }
    .nutrition-list p {
        font-size: 18px;
        margin-top: 90px;
    }
}
/*--------------------
productsのCSS
---------------------*/
.products {
    max-width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 60px;
    text-align: center;
}
.products h2 {
    margin: 5px 0 15px;
    letter-spacing: 2.4px;
    line-height: 1.6;
}
.products p {
    margin: 5px 0 0;
}
.products-number {
    font-size: 26px;
}
.products-image {
    width: 100%;
    max-width: 1100px;
    margin: 25px auto 0;
    object-fit: cover;
}
.p1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 10px;
    text-align: right;
    color: #747474;
}
@media screen and (min-width:1025px) {
    .products h2 {
        font-size: 36px;
        margin: 5px 0 15px;
    }
    .products p {
        margin: 5px 0 0;
    }
    .products-firstText {
        font-size: 18px;
    }
    .products-number {
        font-size: 36px;
    }
    .products-image {
        margin: 30px auto 0;
    }
    .p1 {
        font-size: 12px;
    }
}
/*--------------------
voiceのCSS
---------------------*/

.voice {
    padding: 40px 0;
    text-align: center;
    background-color: #FFFAFA;
}
.voice h2 {
    margin-top: 10px;
}
.voice_list{
    width: 100%;
}

.voice_list div {
    position: relative;
    padding: 80px 0 30px;
    width: 100%;
    margin: 140px auto 30px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    max-width: 900px;
}
.voice_list2 div {
    margin-top: 200px;
}
.voice_list-image {
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
}
.voice_list div p:nth-of-type(1) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 30px;
    color: #910000;
    font-size: 20px;
    font-weight: bold;
}
.voice_list div p:nth-of-type(2),
.voice_list div p:nth-of-type(3) {
    display: inline-block;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    padding: 0 25px;
    font-weight: bold;
}
.voice_list div button {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 8px 25px;
    margin-top: 20px;
}
.voice_list-more {
    display: none !important;
}
.voice_list-up {
    display: none !important;
}

@media screen and (min-width:1025px) {
    .voice h2 {
        font-size: 36px;
        margin-top: 10px;
    }
    .voice_list div p:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .voice_list div p:nth-of-type(2),
    .voice_list div p:nth-of-type(3) {
        font-size: 16px;
        line-height: 1.65;
        padding: 0;
    }
    .more-delete,
    .more-delete2,
    .more-button,
    .more-button2,
    .more-button4,
    .more-button5,
    .more-button6 {
        display: none !important;
    }
    .voice_list-more {
        display: inline-block !important;
    }
}
@media screen and (min-width:1300px) {
    .voice_list div {
        text-align: left;
        right: -150px;
        padding: 40px 80px;
        margin: 150px auto 30px;
    }
    .voice_list-image {
        position: absolute;
        top: -100px;
        left: -170px;
        right: unset;
        width: 200px;
    }
}

/*--------------------
productsのCSS
---------------------*/
.details {
    padding: 40px 0;
    background-color: var(--background-red);
}
.details-container {
    width: 85%;
    margin: 0 auto;
}
.details .sp-only p:nth-of-type(1) {
    font-size: 18px;
}
.details .sp-only p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 16px;
    color: #CE0000;
}
.wrapper {
    width: 250px;
    margin: 40px auto 0;
}
/*tabの形状*/
.tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab li {
    position: relative;
}
.tab li a{
    display: block;
    margin:10px 0 0 0;
}
.tab li a img {
    width: 60px;
    height: 60px;
}
.tab li span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    width: 100%;
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    font-weight: lighter;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active3 a{
    border: 1px solid #333;
}
.tab li.active3 span{
    font-weight: bold;
}
/*エリアの表示非表示と形状*/
.area {
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
}
.area img {
    width: 250px;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.details-text {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
}
.details-text p:nth-of-type(3) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 3.2px;
    font-size: 16px;
}
.details-text p:nth-of-type(4) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1.65px;
    margin-top: 20px;
    font-weight: 700;
}
.details-text span {
    color: var(--color-red);
}
.details .btn_tool {
    margin-top: 20px;
}
.details .btn {
    padding-bottom: 20px;
}
@media screen and (min-width:1025px) {
    .details {
        padding: 80px 0;
    }
    .details-container {
        display: flex;
        justify-content: center;
    }
    .wrapper {
        width: 380px;
        margin: 0 auto;
    }
    .tab li a{
        margin:15px 0 0 0;
    }
    .tab li a img {
        width: 90px;
        height: 90px;
    }
    .area img {
        width: 380px;
    }
    .details-text {
        margin: 0 auto;
    }
    .details-text p:nth-of-type(1) {
        font-size: 32px;
    }
    .details-text p:nth-of-type(2) {
        font-size: 20px;
        color: #CE0000;
    }
    .details-text p:nth-of-type(3) {
        margin-top: 30px;
        line-height: 1.75;
    }
    .details-text p:nth-of-type(4) {
        margin-top: 30px;
    }
    .tab li span {
        font-size: 14px;
    }
}
/*--------------------
questionのCSS
---------------------*/
.question {
    text-align: center;
    padding: 40px 0;
    background-color: #FFFDFA;
}
.question h2 {
    letter-spacing: 3.6px;
    margin: 15px 0;
}
.question-container {
    margin-top: 40px;
}
.accordion-container {
    width: 90%;
    max-width: 800px;
    margin: 10px auto 0;
    position: relative;
    text-align: left;
    border-top: none;
    outline: 0;
    cursor: pointer
}
.accordion-content {
    position: relative;
    display: none;
    font-size: 14px;
    font-weight: 900;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    padding: 10px 10px 15px 60px;
}
.accordion-content::before {
    content: "A";
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 20px;
    color: var(--color-red);
}
.accordion-container .accordion-title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    width: 100%;
    display: block;
    position: relative;
    margin: 10px 0 0;
    padding: 10px 50px 10px 60px;
    font-size: 14px;
    line-height: 1.5;
    color: #E30840;
    background: #F0F0F0;
    cursor: pointer;
    font-weight: bold;
}
.accordion-title{
    position: relative;
}
.accordion-title::before {
    content: "Q";
    position: absolute;
    left: 25px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
    display: block;
    font-size: 20px;
    height: 45px;
    color: var(--color-black);
}
.accordion-title::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.6s;
}
.accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (min-width:1025px) {
    .question {
        padding: 80px 0;
    }
    .question h2 {
        font-size: 36px;
        letter-spacing: 7.2px;
        margin: 15px 0 25px;
    }
    .question-container {
        margin-top: 40px;
    }
    .accordion-container {
        margin: 20px auto 0;
    }
    .accordion-content {
        padding: 20px 10px 20px 80px;
    }
    .accordion-content p {
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.65;
    }
    .accordion-content::before {
        top: 20px;
        left: 30px;
        font-size: 28px;
    }
    .accordion-container .accordion-title {
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        margin: 10px 0 0;
        padding: 15px 60px 15px 80px;
        font-size: 18px;
    }
    .accordion-title::before {
        left: 30px;
        font-size: 28px;
        height: 60px;
    }
}
/*--------------------
messageのCSS
---------------------*/
.message {
    text-align: center;
    padding: 40px 0 80px;
}
.message h2 {
    font-size: 18px;
    letter-spacing: 3.6px;
    margin-bottom: 15px;
}
.message img:nth-of-type(1) {
    /* display: block; */
    margin: 0 auto;
}
.message img:nth-of-type(2) {
    width: 70%;
    max-width: 375px;
    margin: 30px auto 0;
}
.message > p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.message-container {
    width: 90%;
    max-width: 900px;
    margin: 25px auto 0;
    padding: 30px 20px;
    box-shadow: 0px 3px 6px #00000029;
}
.message-container p:nth-of-type(1) {
    font-size: 18px;
    color: var(--color-red);
    font-weight: bold;
}
.message-container p:nth-of-type(2) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    display: inline-block;
    margin-top: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    color: #292929;
}
.message-container p:nth-of-type(3) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    display: inline-block;
    margin-top: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    color: #292929;
}
.message-container3 {
    display: none !important;
}
.message-container button {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 8px 25px;
    margin-top: 20px;
}
@media screen and (min-width:1025px) {
    .message {
        max-width: 1400px;
        position: relative;
        text-align: center;
        padding: 70px 0 60px;
        margin: 0 auto;
    }
    .message h2 {
        font-size: 36px;
        letter-spacing: 3.6px;
        margin-bottom: 15px;
    }
    .message > p {
        font-size: 24px;
        margin-top: 10px;
    }
    .pc-message {
        display: flex;
    }
    .message-container img {
        width: 375px;
    }
    .message-container p:nth-of-type(1) {
        font-size: 20px;
        letter-spacing: 3.4px;
    }
    .message-container p:nth-of-type(2),
    .message-container p:nth-of-type(3) {
        font-size: 16px;
        font-weight: bold;
    }
    .massege-text {
        position: absolute;
        bottom: 50px;
        left: -450px;
        transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    }
    .massege-text p:nth-of-type(1) {
        font-size: 24px;
        color: var(--color-red);
    }
    .massege-text p:nth-of-type(2) {
        font-size: 16px;
    }
    .message-container3 {
        display: block !important;
    }
    .more-button3 {
        display: none;
    }
}
@media screen and (min-width:1300px) {
    .message-container {
        position: relative;
        margin: 60px 0 0 30%;
        padding: 60px 95px;
        box-shadow: 0px 3px 6px #00000029;
        text-align: left;
    }
    .message-container img {
        position: absolute;
        top: 50px;
        left: -350px;
        width: 375px;
    }
}

/* footerのcss */

footer {
    background-color: #838383;
    padding: 5px 0;
    text-align: center;
}
footer p {
    color: #fff;
}