/*--------------------------------------------------------------------
General settings
--------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

html {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
      scroll-padding-top: 120px;

}

body {
  color: #333;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 100%;
  width: 100%;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Common
--------------------------------------------------------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
  overflow: hidden;
}

/* Item set */
img {
  width: 100%;
  height: auto;
  display: block;
}

.iframe-content {
  position: relative;
  width: 100%;
}

.iframe-content iframe {
  width: 100%;
  height: 100%;
}

.ytmm {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.ytmm iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ic_ins {background-image: url(../img/header/ic-ins_w.png);}
.ic_fb {background-image: url(../img/header/ic-fb_w.png);}
.ic_line {background-image: url(../img/header/ic-line_w.png);}
.ic_yt {background-image: url(../img/header/ic-yt_w.png);}

.txtenb {
  display: block!important;
  font-size:80%;
  line-height: 1.25em;
  color:var(--color-777);
}


/*--------------------------------------------------------------------
Font
--------------------------------------------------------------------*/

.fs_en {
  font-family: 'Bebas Neue', cursive;
}


/*--------------------------------------------------------------------
Color settings
--------------------------------------------------------------------*/
:root {
  --color-1st: #b63138;
  --color-2nd: #BCB29F;
  --color-3rd: #93397E;
  --color-4th: #DB7243;
  --color-5th: #654695;
  --color-white: #fff;
  --color-black: #151515;
  --color-f8: #f8f8f8;
  --color-f5: #f5f5f5;
  --color-f3: #f3f3f3;
  --color-ccc: #cccccc;
  --color-999: #999;
  --color-777: #777;
  --color-333: #333;
  --font-en:'Lato', sans-serif;
}

body { background-color: var(--color-333); }

#wrapper { background-color: var(--color-white); }

a {
  color: var(--color-3rd);
  text-decoration: underline;
}

a:hover {
  color: var(--color-4th);
  text-decoration: none;
}

#submit {
  color:var(--color-white);
  background-color: var(--color-333);
}

.tc_1st {color:var(--color-1st)!important;}
.tc_2nd {color:var(--color-2nd)!important;}
.tc_3rd {color:var(--color-3rd)!important;}
.tc_4th {color:var(--color-4th)!important;}
.tc_5th {color:var(--color-5th)!important;}
.tc_999 {color:var(--color-999)!important;}
.tc_777 {color:var(--color-777)!important;}


/* Style for PCs */
@media screen and (min-width: 1025px) {

  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
  }

  /* flexbox styles
  --------------------------------------------------------------------*/
  .flbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .al_center { align-items: center; }
  .al_flstart { align-items:flex-start; }

  .flc80 { width: 80%; }
  .flc70 { width: 70%; }
  .flc60 { width: 60%; }
  .flc50 { width: 50%; }
  .flc45 { width: 45%; }
  .flc40 { width: 40%; }
  .flc35 { width: 35%; }
  .flc33 { width: 33.3333333333%; }
  .flc30 { width: 30%; }
  .flc25 { width: 25%; }
  .flc20 { width: 20%; }

  .flline2 { width:50%; }
  .flline3 { width:33.3333333333%; }
  .flline4 { width:25%; }
  .flline5 { width:20%; }

  .ord1 { order: 1; }
  .ord2 { order: 2; }
  .ord3 { order: 3; }
  .ord4 { order: 4; }

  .ml_auto { margin-left:auto; }
  .mr_auto { margin-right: auto; }


  /* Padding all styles
  --------------------------------------------------------------------*/
  .p1 { padding: 1%;}
  .p2 { padding: 2%; }
  .p3 { padding: 3%; }
  .p5 { padding: 5%; }

  /* Padding side styles
    --------------------------------------------------------------------*/
  .ps05 { padding: 0 0.5%; }
  .ps1 { padding: 0 1%; }
  .ps2 { padding: 0 2%; }
  .ps3 { padding: 0 3%; }
  .ps5 { padding: 0 5%; }


  /* Margin  bottom styles
  --------------------------------------------------------------------*/
  .mb5 { margin-bottom: 5px !important; }
  .mb10 { margin-bottom: 10px !important; }
  .mb15 { margin-bottom: 15px !important; }
  .mb20 { margin-bottom: 20px !important; }
  .mb25 { margin-bottom: 25px !important; }
  .mb30 { margin-bottom: 30px !important; }
  .mb35 { margin-bottom: 35px !important; }
  .mb40 { margin-bottom: 40px !important; }
  .mb45 { margin-bottom: 45px !important; }
  .mb50 { margin-bottom: 50px !important; }
  .mb55 { margin-bottom: 55px !important; }
  .mb60 { margin-bottom: 60px !important; }
  .mb70 { margin-bottom: 70px !important; }
  .mb80 { margin-bottom: 80px !important; }
  .mb90 { margin-bottom: 90px !important; }
  .mb100 { margin-bottom: 100px !important; }


  /* Center box
  --------------------------------------------------------------------*/
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Font align
  --------------------------------------------------------------------*/
  .tac {
    text-align: center;
  }

  .tar {
    text-align: right;
  }


  /* Font style
  --------------------------------------------------------------------*/
  .sectitle01 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle02 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle03 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle04 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-1st);
  }

  .mmcc p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2.5em;
  }
  .mmcc p.pnom1 {
    margin-bottom: 1em;
  }
  .mmcc p.pnom {
    margin-bottom: 0;
  }


  /* Buttons
  --------------------------------------------------------------------*/
  .textbn {
    width:fit-content;
    height: auto;
    display: block;
    font-size:12px;
    font-weight: 400;
    line-height: 1.5em!important;
  }
  .textbn a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5px 35px 5px 15px;
    color:var(--color-white);
    background-color: var(--color-2nd);
    border-radius: 5px;
    background-image: url(../img/header/ic-ar_h_c.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .textbn a:hover {
    background-color: var(--color-1st);
  }

  .textbn_dw {
    width:fit-content;
    height: auto;
    display: block;
    font-size:14px!important;
    font-weight: 700;
    line-height: 1.5em!important;
    margin:0 auto;
  }
  .textbn_dw a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 15px 10px 80px;
    color:var(--color-white);
    background-color: var(--color-black);
    border-radius: 5px;
    text-align: right;
    background-image: url(../img/header/ic-download.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 26px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .textbn_dw a:hover {
    background-color: var(--color-1st);
  }



  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin:0 0 2.5em 1em;
  }

  ul.ulnom li {
    line-height: 1.6em;
    list-style-image: url(../img/lidot.png);
    margin:0 0 1.5em 0.5em;
  }

  ul.ulnom0 {
    margin:0 0 0 1em;
  }

  ul.ulnom0 li {
    line-height: 1.6em;
    list-style-image: url(../img/lidot.png);
    margin:0 0 1.5em 0.5em;
  }

  ol.olnom {
    margin:0 0 2.5em 1em;
  }

  ol.olnom li {
    line-height: 1.6em;
    margin:0 0 1.5em 0.5em;
    list-style: decimal;
  }


  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable01 dt {
    width: 20%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    text-align: left;
    font-weight: 400;
    color: var(--color-1st);
  }

  dl.dltable01 dd {
    width: 80%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 20%;
    padding: 15px 5px;
    border-bottom: 1px solid var(--color-1st);
    text-align: left;
    font-weight: 400;
    color: var(--color-black);
    vertical-align: top;
  }

  table.nomtable01 td {
    width: auto;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    vertical-align: top;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    border-collapse: collapse;
    border: 1px solid var(--color-ccc);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
    text-align: center;
    font-weight: 400;
    color: var(--color-white);
    background-color: var(--color-1st);
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-ccc);
    text-align: center;
  }


  /* Form Styles
  --------------------------------------------------------------------*/
  .formbox250 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 40%;
    border:1px solid #ccc;
    }

    .formbox150 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 30%;
    border:1px solid #ccc;
    }

    .formbox100 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 20%;
    border:1px solid #ccc;
    }

    .formbox750 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    form input#submit {
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    height: 50px;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
        display: table;
    margin: 0 auto;
    }



}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
  }

  /* flexbox styles
  --------------------------------------------------------------------*/
  .flbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .al_center { align-items: center; }
  .al_flstart { align-items:flex-start; }

  .flc80 { width: 100%; }
  .flc70 { width: 100%; }
  .flc60 { width: 100%; }
  .flc50 { width: 100%; }
  .flc45 { width: 100%; }
  .flc40 { width: 40%; }
  .flc35 { width: 35%; }
  .flc33 { width: 33.3333333333%; }
  .flc30 { width: 30%; }
  .flc25 { width: 25%; }
  .flc20 { width: 20%; }

  .flline2 { width:50%; }
  .flline3 { width:33.3333333333%; }
  .flline4 { width:25%; }
  .flline5 { width:20%; }

  .ord1 { order: 1; }
  .ord2 { order: 2; }
  .ord3 { order: 3; }
  .ord4 { order: 4; }

  .ml_auto { margin-left:auto; }
  .mr_auto { margin-right: auto; }


  /* Padding all styles
  --------------------------------------------------------------------*/
  .p1 { padding: 1%;}
  .p2 { padding: 2%; }
  .p3 { padding: 3%; }
  .p5 { padding: 5%; }

  /* Padding side styles
    --------------------------------------------------------------------*/
  .ps05 { padding: 0 0.5%; }
  .ps1 { padding: 0 1%; }
  .ps2 { padding: 0 2%; }
  .ps3 { padding: 0 3%; }
  .ps5 { padding: 0 5%; }


  /* Margin  bottom styles
  --------------------------------------------------------------------*/
  .mb5 { margin-bottom: 5px !important; }
  .mb10 { margin-bottom: 10px !important; }
  .mb15 { margin-bottom: 15px !important; }
  .mb20 { margin-bottom: 20px !important; }
  .mb25 { margin-bottom: 25px !important; }
  .mb30 { margin-bottom: 30px !important; }
  .mb35 { margin-bottom: 35px !important; }
  .mb40 { margin-bottom: 40px !important; }
  .mb45 { margin-bottom: 45px !important; }
  .mb50 { margin-bottom: 50px !important; }
  .mb55 { margin-bottom: 55px !important; }
  .mb60 { margin-bottom: 60px !important; }
  .mb70 { margin-bottom: 70px !important; }
  .mb80 { margin-bottom: 80px !important; }
  .mb90 { margin-bottom: 90px !important; }
  .mb100 { margin-bottom: 100px !important; }


  /* Center box
  --------------------------------------------------------------------*/
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Font align
  --------------------------------------------------------------------*/
  .tac {
    text-align: center;
  }

  .tar {
    text-align: right;
  }


  /* Font style
  --------------------------------------------------------------------*/
  .sectitle01 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 1em;
  }

  .sectitle02 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 1em;
  }

  .sectitle03 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 1em;
  }

  .sectitle04 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 1em;
  }

  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-3rd);
  }

  .mmcc p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2em;
  }

  /* Buttons
  --------------------------------------------------------------------*/
  .textbn {
    width:fit-content;
    height: auto;
    display: block;
    font-size:12px;
    font-weight: 400;
    line-height: 1.5em!important;
  }
  .textbn a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5px 35px 5px 15px;
    color:var(--color-white);
    background-color: var(--color-2nd);
    border-radius: 5px;
    background-image: url(../img/header/ic-ar_h_c.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .textbn a:hover {
    background-color: var(--color-1st);
  }

  .textbn_dw {
    width:fit-content;
    height: auto;
    display: block;
    font-size:14px!important;
    font-weight: 700;
    line-height: 1.5em!important;
    margin:0 auto;
  }
  .textbn_dw a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 15px 10px 80px;
    color:var(--color-white);
    background-color: var(--color-black);
    border-radius: 5px;
    text-align: right;
    background-image: url(../img/header/ic-download.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 26px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .textbn_dw a:hover {
    background-color: var(--color-1st);
  }

  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin:0 0 2.5em 1em;
  }

  ul.ulnom li {
    line-height: 1.6em;
    list-style-image: url(../img/lidot.png);
    margin:0 0 1.5em 0.5em;
  }

  ul.ulnom0 {
    margin:0 0 0 1em;
  }

  ul.ulnom0 li {
    line-height: 1.6em;
    list-style-image: url(../img/lidot.png);
    margin:0 0 1.5em 0.5em;
  }

  ol.olnom {
    margin:0 0 2.5em 1em;
  }

  ol.olnom li {
    line-height: 1.6em;
    margin:0 0 1.5em 0.5em;
    list-style: decimal;
  }


  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable01 dt {
    width: 20%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-5th);
    text-align: left;
    font-weight: 400;
    color: var(--color-1st);
  }

  dl.dltable01 dd {
    width: 80%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-5th);
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 20%;
    padding: 15px 5px;
    border-bottom: 1px solid var(--color-1st);
    text-align: left;
    font-weight: 400;
    color: var(--color-black);
    vertical-align: top;
  }

  table.nomtable01 td {
    width: auto;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-ccc);
    vertical-align: top;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    border-collapse: collapse;
    border: 1px solid var(--color-5th);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-5th);
    text-align: left;
    font-weight: 400;
    color: var(--color-1st);
    vertical-align: top;
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-5th);
    vertical-align: top;
  }


  /* Form Styles
  --------------------------------------------------------------------*/
  .formbox250 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 40%;
    border:1px solid #ccc;
    }

    .formbox150 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 30%;
    border:1px solid #ccc;
    }

    .formbox100 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 20%;
    border:1px solid #ccc;
    }

    .formbox750 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    form input#submit {
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    height: 50px;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
           display: table;
    margin: 0 auto;
    }


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

  /* Contents styles
  --------------------------------------------------------------------*/
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 5%;
  }

  /* flexbox styles
  --------------------------------------------------------------------*/
  .flbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .al_center { align-items: center; }
  .al_flstart { align-items:flex-start; }

  .flc80 { width: 100%; }
  .flc70 { width: 100%; }
  .flc60 { width: 100%; }
  .flc50 { width: 100%; }
  .flc45 { width: 100%; }
  .flc40 { width: 100%; }
  .flc35 { width: 100%; }
  .flc33 { width: 100%; }
  .flc30 { width: 100%; }
  .flc25 { width: 100%; }
  .flc20 { width: 100%; }

  .flline2 { width:50%; }
  .flline3 { width:33.3333333333%; }
  .flline4 { width:25%; }
  .flline5 { width:20%; }

  .ord1 { order: 1; }
  .ord2 { order: 2; }
  .ord3 { order: 3; }
  .ord4 { order: 4; }

  .ml_auto { margin-left:auto; }
  .mr_auto { margin-right: auto; }


  /* Padding all styles
  --------------------------------------------------------------------*/
  .p1 { padding: 1%;}
  .p2 { padding: 2%; }
  .p3 { padding: 3%; }
  .p5 { padding: 5%; }

  /* Padding side styles
    --------------------------------------------------------------------*/
  .ps05 { padding: 0 0.5%; }
  .ps1 { padding: 0 1%; }
  .ps2 { padding: 0 2%; }
  .ps3 { padding: 0 3%; }
  .ps5 { padding: 0 5%; }


  /* Margin  bottom styles
  --------------------------------------------------------------------*/
  .mb5 { margin-bottom: 5px !important; }
  .mb10 { margin-bottom: 10px !important; }
  .mb15 { margin-bottom: 15px !important; }
  .mb20 { margin-bottom: 20px !important; }
  .mb25 { margin-bottom: 25px !important; }
  .mb30 { margin-bottom: 30px !important; }
  .mb35 { margin-bottom: 35px !important; }
  .mb40 { margin-bottom: 40px !important; }
  .mb45 { margin-bottom: 45px !important; }
  .mb50 { margin-bottom: 50px !important; }
  .mb55 { margin-bottom: 55px !important; }
  .mb60 { margin-bottom: 60px !important; }
  .mb70 { margin-bottom: 70px !important; }
  .mb80 { margin-bottom: 80px !important; }
  .mb90 { margin-bottom: 90px !important; }
  .mb100 { margin-bottom: 100px !important; }


  /* Center box
  --------------------------------------------------------------------*/
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Font align
  --------------------------------------------------------------------*/
  .tac {
    text-align: center;
  }

  .tar {
    text-align: right;
  }


  /* Font style
  --------------------------------------------------------------------*/
  .sectitle01 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle02 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.6em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle03 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .sectitle04 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }

  .stul {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-3rd);
  }

  .mmcc p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2em;
  }

  /* Buttons
  --------------------------------------------------------------------*/
  .textbn {
    width:100%;
    height: auto;
    display: block;
    font-size:12px;
    font-weight: 400;
    line-height: 1.5em!important;
  }
  .textbn a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:5px 35px 5px 15px;
    color:var(--color-white);
    background-color: var(--color-2nd);
    border-radius: 5px;
    background-image: url(../img/header/ic-ar_h_c.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .textbn a:hover {
    background-color: var(--color-1st);
  }

  .textbn_dw {
    width:80%;
    height: auto;
    display: block;
    font-size:14px!important;
    font-weight: 700;
    line-height: 1.5em!important;
    margin:0 auto;
  }
  .textbn_dw a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding:10px 15px 10px 80px;
    color:var(--color-white);
    background-color: var(--color-black);
    border-radius: 5px;
    text-align: right;
    background-image: url(../img/header/ic-download.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 26px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .textbn_dw a:hover {
    background-color: var(--color-1st);
  }


  /* List Styles
  --------------------------------------------------------------------*/
  ul.ulnom {
    margin:0 0 2.5em 1em;
  }

  ul.ulnom li {
    line-height: 1.6em;
    list-style-image: url(../img/lidot.png);
    margin:0 0 1.5em 0.5em;
  }

  ul.ulnom0 {
    margin:0 0 0 1em;
  }

  ul.ulnom0 li {
    line-height: 1.6em;
    list-style-image: url(../img/lidot.png);
    margin:0 0 1.5em 0.5em;
  }

  ol.olnom {
    margin:0 0 2.5em 1em;
  }

  ol.olnom li {
    line-height: 1.6em;
    margin:0 0 1.5em 0.5em;
    list-style: decimal;
  }

  /* table Styles
  --------------------------------------------------------------------*/
  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.dltable01 dt {
    width: 20%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-5th);
    text-align: left;
    font-weight: 400;
    color: var(--color-1st);
  }

  dl.dltable01 dd {
    width: 80%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-5th);
  }

  /* Table(Flexible width) */

  table.nomtable01 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
  }

  table.nomtable01 th {
    width: 100%;
    height: auto;
    display:block;
    padding: 0px 0px 15px 0px;
    text-align: left;
    font-weight: 400;
    color: var(--color-black);
  }

  table.nomtable01 td {
    width: 100%;
    height: auto;
    display:block;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dotted var(--color-ccc);
    margin-bottom: 15px;
  }

  /* Table(flexible width with borderbox) */

  table.nomtable02 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    border-collapse: collapse;
    border: 1px solid var(--color-5th);
  }

  table.nomtable02 th {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-5th);
    text-align: left;
    font-weight: 400;
    color: var(--color-1st);
    vertical-align: top;
  }

  table.nomtable02 td {
    width: auto;
    padding: 15px 10px;
    border: 1px solid var(--color-5th);
    vertical-align: top;
  }


  /* Form Styles
  --------------------------------------------------------------------*/
  .formbox250 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    .formbox150 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    .formbox100 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 48%;
    border:1px solid #ccc;
    }

    .formbox750 {
    background-color: #f3f3f3;
    padding: 5px;
    width: 100%;
    border:1px solid #ccc;
    }

    form input#submit {
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    height: 50px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    }

}


.footer-sns{
  position: fixed;
  bottom: 0;
  background: #b63138;
  width: 100%;

}
.footer-sns ul li{
  float: left;
  width: 20%;
  border-right: 1px solid #fff;
}


.footer-sns ul li:last-child{
  border-right: none;
}


.footer-sns ul li a{
  display: block;
  padding: 8px 0px;

}

.footer-sns ul li a img{
  max-height: 30px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

footer{
  padding-bottom: 60px !important;

}



.header-sns{
  position: fixed;
  top: ;
  right: 0;
background: #b63138;
}







.header-sns li {

    float: left;
    width: 20%;
    padding: 0 20px;

}


.header-sns ul li a{
  display: block;
  padding: 8px 0px;

}


.header-sns ul li a img{
  max-height: 30px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}


.header-sns ul li a img:hover{
  opacity: 0.7;
}


.footer-sns ul li a img:hover{
  opacity: 0.7;
}



.footer-sns{
  display: none;
}

.footer-sns.hractive{
  display: block;
}


.header-sns.hractive{
  display: none;
}

img.y-icon{
  max-width: 24px;
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 1025px) {

.header-sns{
  display: none;

}


.footer-sns{
  display: block !important;
}





}


@media screen and (max-width: 640px) {

.footer-sns ul li a img{
  max-height: 20px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

}





/*追加*/






.youtube-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube-wrap iframe {
  width: 100%;
  height: 100%;
}


.iframe-wrap{
  width: 100%;
  aspect-ratio: 16 / 9;

}


.iframe-wrap iframe{
  width: 100%;
  height: 100%;

}







.content-01{
  color: #000;
  padding: 80px 20px;


  display: table;
  background: url(../img/index/bg01.jpg) no-repeat;
  background-size: cover;
  background-position:  center center;
}


.content-01-left{
width: 50%;
display: table-cell;
vertical-align: middle;

}


.content-01-right{
width: 50%;
display: table-cell;
vertical-align: middle;
padding-left: 50px;
}

.content-01-right h2{
  margin-bottom: 20px;
  font-size: 32px;

}

.content-01-right p{
  font-size: 16px;
  line-height: 2.2;

}


.btn-a{
  display: table;
  margin: 0 auto;
  margin-top: 30px;
}


.class-all li .btn-a{
  display: table;
  margin: 0 auto;
  margin-top: 0px !important;
}





.btn-a a{
  display: block;
  background: #000;
  color: #fff;
  text-decoration: none;
transition: all 0.2s ease-out;
border-radius: 5px;
width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 20px 35px 20px 25px;
    color: var(--color-white);
    background-color: #000;
    border-radius: 5px;
    background-image: url(../img/header/ic-ar_h_w.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto 14px;
    transition: all 0.2s ease-out;
}

.btn-a a:hover{
      background-color: #999;
          background-position: 96% center;
}

.first-logo-img{
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;

}


.first-logo-img img{
  max-width: 380px;

}




.content-02{
    color: #000;
  padding: 80px 20px 40px;

}

.content-02 h2{
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
  color: var(--color-1st) !important;
  font-weight: bold;
}



.content-02 ul{
width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;


    margin: 0 auto;
}


.content-02 ul li{
width: 29.33333333333%;
margin: 0 2%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #f5f5f5;
}


.content-02 ul li h3{
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0 20px;

}


.content-02 ul li p{
  font-size: 16px;
  line-height: 1.8;
    padding: 0 20px;
    padding-bottom: 20px; 

}

.content-03{
    color: #000;
  padding: 80px 20px 40px;
}

.content-03 h2{
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
    color: var(--color-1st) !important;
  font-weight: bold;
}

.content-03 ul{
width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
 

    margin: 0 auto;
}


.content-03 ul li{
width: 29.33333333333%;
margin: 0 2%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 40px;
}


.content-03 ul li h3{
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;

}


.content-03 ul li p{
  font-size: 16px;
  line-height: 1.8;

}

.content-04{
    color: #000;
  padding: 80px 20px;
}

.content-04 h2{
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
    color: var(--color-1st) !important;
  font-weight: bold;
}





.waffle td{
/*
  border: 1px solid #d9d9d9 !important;
*/
font-size: 12px !important;
}

.none{
  display: none;

}

.table-01{
  width: 100%;

  margin: 0 auto;
  border: 1px solid #d9d9d9 !important;
}



.table-02{
   
  margin: 0 auto;
  width: 100%;
  border: 1px solid #d9d9d9 !important;
}



.table-02 td{
  border: 1px solid #f5f5f5 !important;
  font-size: 18px !important;
}




.row-headers-background{
  display: none;

}

.table-01 tr td:nth-child(2){
  background: #ccc !important;
  display: none;

}


.table-01 tr{
  border-bottom: 1px solid #000 !important;

}


.c01{
  background-color:red !important;
  color: #fff !important;

}

   /* モーダル */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
    }
    .modal-content {
      background-color: #fff;
      margin: 10% auto;
      padding: 20px;
      width: 50%;
      border-radius: 8px;
    }
    .close {
      float: right;
      font-size: 20px;
      cursor: pointer;
    }


.event{
  cursor: pointer;
}


.event:hover{
  opacity: 0.7;
}



.shop-info-top{
  max-width: 1400px;
  margin: 0 auto;

}


.shop-info-top-left{
  float: left;
  width: 49%;

}

.shop-info-top-right{
  float: right;
  width: 49%;

}



/*voice*/


.voice-list{
width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}


.voice-list li{
width: 48%;
margin: 0 1%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 30px;
}




.cq_contents{
  padding: 20px;
    border: solid 1px #777;
  border-collapse:separate;
  border-spacing:10px;
    display: table;
}


.cq_contents-left{
  width: 50%;
  display: table-cell;
  vertical-align: top;

}


.cq_contents-right{
    width: 50%;
  display: table-cell;
  vertical-align: top;
}



.cq_contents::before,
.cq_contents::after
{
    content: none;
}

.cq_initialNameArea{

    margin: 0 0 5px;
    padding: 5px 10px;
    text-align: center;
    font-size: 20px;
    border-bottom: solid 1px #aaa;
}
.cq_content{
    width: 100%;
    height: calc(100% - 35px);
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}
.cq_content::before,
.cq_content::after
{
    content: none;
}

.cq_sex{
    font-size: 18px;
}
.sex_man{
    color: #3056bd;
    font-size: 15px;
}
.sex_woman{
    color: #a12020;
    font-size: 15px;
}
.cq_textArea{

    text-align: left;
}
.cq_textContent{
    width: 100%;
    margin: 10px 0 20px;
    padding: 0 10px 0 0;
}
.cq_textWrapper{
    width:100%;
    padding: 0 10px;
    border-bottom: solid 1px #be6b6b;
    font-size: 1.1em;
    font-weight: 500;
}
.cq_textBody{
    width:100%;
    padding: 0 10px;
    font-size: 0.9em;
}
.cq_imgArea{

}
.cq_imgArea > img{

}





.clumn-01{
  color: #000;
  padding: 0px 0px;


  display: table;
  margin-bottom: 80px;

}


.clumn-01-left{
width: 50%;
display: table-cell;
vertical-align: middle;

}


.clumn-01-right{
width: 50%;
display: table-cell;
vertical-align: middle;
padding-left: 50px;
}

.clumn-01-right h2{
  margin-bottom: 20px;
  font-size: 32px;
    color: var(--color-1st) !important;
  font-weight: bold;

}

.clumn-01-right p{
  font-size: 16px;
  line-height: 2.2;

}


.clumn-02{
  color: #000;
  padding: 0px 0px;


  display: table;
  margin-bottom: 80px;

}


.clumn-02-left{
width: 50%;
display: table-cell;
vertical-align: top;

}


.clumn-02-right{
width: 50%;
display: table-cell;
vertical-align: top;
padding-left: 50px;
}

.clumn-02-right h2{
  margin-bottom: 20px;
  font-size: 32px;

}

.clumn-02-right p{
  font-size: 16px;
  line-height: 2.2;

}


.tit-center{
  display: table !important;
  margin: 0 auto !important;
  margin-bottom: 40px !important;

}





.img-list{
width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}


.img-list li{
width: calc(100% / 3);
padding: 0 5px;

    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 10px;
}









@media screen and (max-width: 1400px) {


.table-scroll {
  overflow-x: auto;
  margin-bottom: 50px;
}

.price-table table{
  width: 100%;
  min-width: 100px;
  border-collapse: collapse;
  margin-bottom: 10px;
}


}



@media screen and (max-width: 768px) {


    .modal-content {
    margin: 30% auto;
      width: 90%;

    }


.voice-list li{
width: 100%;
margin: 0 0%;

    margin-bottom: 30px;
}

.cq_contents{

  border-spacing:0px;
    display: block;
}


.cq_contents-left{
  width: 100%;
    display: block;

}


.cq_contents-right{
  width: 100%;
    display: block;
}




.content-01{
  display: block;
  padding: 40px 20px;
}


.content-01-left{
width: 100%;
  display: block;
  margin-bottom: 30px;

}


.content-01-right{
width: 100%;
  display: block;
padding-left: 0px;
}

.content-01-right h2{

  font-size: 28px;
  text-align: center;

}

.content-01-right p{
  font-size: 14px;
2;

}


.first-logo-img img{
  max-width: 60%;
  display: table;
  margin: 0 auto;

}




.content-02{
    color: #000;
  padding: 50px 20px 40px;

}

.content-02 h2{
  font-size: 28px;

}



.content-02 ul{
width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;


    margin: 0 auto;
}


.content-02 ul li{
width: 100%;
margin: 0 0%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #f5f5f5;
    margin-bottom: 20px;
}


.content-02 ul li h3{
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0 20px;

}


.content-02 ul li p{
  font-size: 14px;
  line-height: 1.8;
    padding: 0 20px;
    padding-bottom: 20px; 

}

.content-03{
    color: #000;
  padding: 50px 20px 40px;
}

.content-03 h2{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
    color: var(--color-1st) !important;
  font-weight: bold;
}

.content-03 ul{
width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
 

    margin: 0 auto;
}


.content-03 ul li{
width: 100%;
margin: 0 0%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
}


.content-03 ul li h3{
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;

}


.content-03 ul li p{
  font-size: 16px;
  line-height: 1.8;

}

.content-04{
    color: #000;
  padding: 80px 20px;
}

.content-04 h2{
  font-size: 28px;

}







.shop-info-top{
  max-width: 1400px;
  margin: 0 auto;

}


.shop-info-top-left{
  float: none;
  width: 100%;

}

.shop-info-top-right{
  float: none;
  width: 100%;

}





.clumn-01{
  color: #000;
  padding: 0px 0px;


  display: table;
  margin-bottom: 80px;
  display: block;


}


.clumn-01-left{
width: 100%;
display: table-cell;
vertical-align: middle;
display: block;
  margin-bottom: 20px;

}


.clumn-01-right{
width: 100%;
display: block;
vertical-align: middle;
padding-left: 0px;
}

.clumn-01-right h2{

  font-size: 24px;


}

.clumn-01-right p{
  font-size: 14px;
  line-height: 2.2;

}


.clumn-02{
  color: #000;
  padding: 0px 0px;


  display: table;
  margin-bottom: 80px;
  display: block;

}


.clumn-02-left{
width: 100%;
display: table-cell;
vertical-align: top;
display: block;
margin-bottom: 20px;

}


.clumn-02-right{
width: 100%;
display: table-cell;
vertical-align: top;
padding-left: 0px;
display: block;
}

.clumn-02-right h2{
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;

}

.clumn-02-right p{
  font-size: 14px;
  line-height: 2.2;

}


.tit-center{
  display: table !important;
  margin: 0 auto !important;
  margin-bottom: 40px !important;

}


.img-list li{
width: calc(100% / 2);
padding: 0 5px;

    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


  }