@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');*/
/* ----------------------------------------------

 * 初期設定

---------------------------------------------- */
html {
  scroll-behavior: smooth;
}
body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.8;
  font-family: 'Roboto', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width : 768px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width : 769px) {
  body {
    font-size: 16px;
  }
}
/* ----------------------------------------------

 * レスポンシブ

---------------------------------------------- */
@media only screen and (max-width : 768px) {
  .onlyPc {
    display: none;
  }
  .Sp-taC {
    text-align: center;
  }
  .Sp-taL {
    text-align: left;
  }
}
@media only screen and (min-width : 769px) {
  .onlySp {
    display: none;
  }
  .Pc-taC {
    text-align: center;
  }
  .Pc-taL {
    text-align: left;
  }
}
@media only screen and (max-width : 1199px) {
  .none-SpTb {
    display: none;
  }
}
/* ----------------------------------------------

 * img/アンカー

---------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
a {
  font-size: 100%;
  color: #a28725;
  text-decoration: none;
}
a:hover, a:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /*background-image: linear-gradient(-20deg, #dcc6ec 0%, #5c1f87 100%);*/
  background: #fff;
  line-height: 1.8rem;
}
#header .container {
  width: 98%;
  margin: 0 auto;
}
.h-upper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
h1 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.h-tel {
  font-size: 1.6rem;
}
.h-tel img {
  margin: 0 3px 3px 0;
}
.h-tel a {
  color: #000;
}
#h_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "source-han-serif-japanese", serif;
}
.h_logo img {
  margin-right: 10px;
}
.h_logo a {
  color: #691b4f;
}
.h_logo a:hover, .h_logo a:active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#gNav a:hover {
  color: #477684;
}
nav li a {
  color: #000; /*メニュー文字カラー*/
}
nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #eef7f9; /*プルダウンメニュー背景*/
  /*background-image: linear-gradient(to top, #e8d8d2 0%, #b8d7e1 100%);*/
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width : 1199px) {
  nav li a {
    font-size: 14px; /*メニューPC文字サイズ→メニューSP文字サイズはmeanmenu.css*/
    /*letter-spacing: 0.01em;*/
  }
}
@media print, screen and (min-width : 1200px) {
  nav li a {
    font-size: 16px; /*メニューPC文字サイズ→メニューSP文字サイズはmeanmenu.css*/
    /*letter-spacing: 0.01em;*/
  }
}
@media only screen and (max-width : 768px) {
  #header {
    height: 60px;
  }
  .h-upper {
    display: none;
  }
  #h_top {
    height: 60px;
  }
  .h_logo {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100;
    font-size: 1.2rem;
  }
  .h_logo img {
    height: 50px;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}
@media print, screen and (min-width : 769px) {
  #header {
    height: 140px;
    padding: 10px 0 0px 0;
  }
  #h_top {
    height: 90px;
  }
  .h_nav {
    margin-top: 30px;
  }
  .h_logo {
    padding-bottom: 0px;
    font-size: 2.5rem;
  }
  #gNav ul {
    position: relative;
    display: flex;
    align-items: center;
  }
  #gNav li {
    position: relative;
    margin-right: 1em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 13px;
    margin-left: 3px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 60px;*/
  }
  #gNav li a:hover, #gNav li a:active {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #gNav li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.3s; /*変形の時間*/
  }
  #gNav li a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  }
  #gNav li:last-child a:hover::after {
    transform: scale(0, 1); /* ホバーしても伸びない（表示されない） */
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px 0;
    display: block;
    border-bottom: none;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #000; /*メニューマウスオーバー文字色*/
  }
  #gNav li:hover ul.sub-menu {
    top: 30px; /*プルダウンメニューの縦位置*/
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #477684; /*プルダウンメニュー文字*/
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}
/* ---------------------------------------------------------------------------------------------

　   MAIN

--------------------------------------------------------------------------------------------- */
/* main
--------------------------------*/
main {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#main p {
  word-break: break-all;
}
/* section
--------------------------------*/
section {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
  section .inner {
    padding: 50px 0;
  }
  section .inner0 {
    padding: 0;
  }
  section .title {
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  main {
    padding-top: 140px;
  }
  section .inner {
    padding: 100px 0;
  }
  section .inner0 {
    padding: 0;
  }
  section .title {
    padding: 100px 0 0 0;
  }
}
/* box
--------------------------------*/
@media only screen and (max-width: 768px) {
  .boxS, .boxM, .boxL, .box0 {
    width: 98%;
  }
  .boxS {
    margin: 15px auto 0 auto;
  }
  .boxM {
    margin: 25px auto 0 auto;
  }
  .boxL {
    margin: 50px auto 0 auto;
  }
  .box0 {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .boxS, .boxM, .boxL, .box0 {
    width: 98%;
  }
  .boxS {
    margin: 25px auto 0 auto;
  }
  .boxM {
    margin: 50px auto 0 auto;
  }
  .boxL {
    margin: 100px auto 0 auto;
  }
  .box0 {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .boxS, .boxM, .boxL, .box0 {
    width: 1200px;
  }
}
/* mainimg
--------------------------------*/
.mainimg img {
  width: 100%;
}
/* contents
--------------------------------*/
@media only screen and (max-width: 768px) {
  .contents {
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .contents {
    padding: 100px 0 0 0;
  }
}
/* ---------------------------------------------------------------------------------------------

　   h

--------------------------------------------------------------------------------------------- */
h2, h3, h4, h5 {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
}
h2.firsttime {
  padding-bottom: 4px;
  color: #e20367;
  background-image: linear-gradient(90deg, #691b4f 0 50%, #8cb63e 50%);
  background-repeat: no-repeat;
  background-size: 70% 10%;
  background-position: bottom;
}
h2.topics {
  color: #e20367;
  text-align: center;
  font-weight: normal;
}
h2 .en {
  padding: 0 5px;
  color: #bbb;
  font-weight: normal;
  display: inline-block;
  font-family: 'Roboto', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h2 .jp {
  display: block;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
h3.acai {
  color: #e20367;
}
h3.feature01 {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  background-color: #000;
  border-radius: 50px;
}
h3.feature02 {
  padding-bottom: 4px;
  background-image: linear-gradient(90deg, #691b4f 0 50%, #ebbe2e 50%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}
h3.product {}
h3.product .sub {
  color: #999;
  font-weight: normal;
  display: inline-block;
}
h3.product .main {
  display: block;
  color: #;
  text-align: center;
  font-weight: normal;
}
h3.shop01 {
  padding-bottom: 4px;
  background-image: linear-gradient(90deg, #333 0 50%, #aaa 50%);
  background-repeat: no-repeat;
  background-size: 100% 8%;
  background-position: bottom;
}
h4.feature {}
h4.feature .sub {
  font-weight: normal;
  display: inline-block;
}
h4.feature .main {
  display: block;
  color: #e20367;
  text-align: center;
  font-weight: normal;
}
.acai-inner h4 {
  margin-bottom: 25px;
  font-weight: normal;
  background: linear-gradient(transparent 60%, #ffdf79 40%);
  display: inline-block;
}
.feature-inner h5 {
  margin-bottom: 25px;
  font-weight: normal;
  background: linear-gradient(transparent 50%, #ffdf79 40%);
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  h1 {
    display: none;
  }
  h2.firsttime {
    font-size: 1.5rem;
  }
  h2.topics {
    font-size: 1.5rem;
  }
  h2 .en {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  h2 .jp {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  h3.acai {
    font-size: 2.3em;
  }
  h3.feature01 {
    font-size: 1.2em;
    padding: 5px 15px;
  }
  h3.feature02 {
    font-size: 1.2em;
    text-align: center;
  }
  h3.shop01 {
    font-size: 1.2em;
    text-align: center;
  }
  h4.feature .sub {
    font-size: 1.2rem;
  }
  h4.feature .main {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2.3em;
    line-height: 1.2;
  }
  .acai-inner h4 {
    font-size: 1.2em;
  }
  .feature-inner h5 {
    font-size: 1.2em;
  }
  .feature-inner h5.lowcost {
    font-size: 1em;
  }
  h3.product .sub {
    font-size: 1rem;
  }
  h3.product .main {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2em;
    line-height: 1.2;
  }
  h3.contact {
    font-size: 1.2rem;
  }
  .privacypolicy h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 0.9em;
    font-weight: normal;
  }
  h2.firsttime {
    font-size: 3rem;
  }
  h2.topics {
    font-size: 3rem;
  }
  h2 .en {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  h2 .jp {
    font-size: 3rem;
    margin-bottom: 100px;
  }
  h3.acai {
    font-size: 3em;
  }
  h3.feature01 {
    font-size: 2em;
    padding: 5px 25px;
  }
  h3.feature02 {
    font-size: 1.5em;
    text-align: left;
  }
  h3.product .sub {
    font-size: 1.6rem;
  }
  h3.product .main {
    margin-top: ;
    margin-bottom: 25px;
    font-size: 3em;
  }
  h3.shop01 {
    font-size: 1.5em;
    text-align: left;
  }
  h4.feature .sub {
    font-size: 1.8rem;
  }
  h4.feature .main {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 3.5em;
  }
  .acai-inner h4 {
    font-size: 1.5em;
  }
  .feature-inner h5 {
    font-size: 1.5em;
  }
  h3.contact {
    font-size: 2rem;
  }
  .privacypolicy h4 {
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  padding: 25px 0;
  background: #000;
  color: #fff;
  text-align: center;
}
#footer ul a {
  color: #fff;
}
#footer p {
  color: #aaa;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 25px 0;
  }
  #footer p {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 769px) {
  #footer {
    padding: 50px 0;
  }
}
/* ---------------------------------------------------------------------------------------------

　   CENERAL

--------------------------------------------------------------------------------------------- */
/* page-top
--------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  #page-top {
    width: 10%;
    bottom: 15px;
    right: 15px;
  }
}
/* link-adjust
--------------------------------*/
@media only screen and (max-width: 768px) {
  .link-adjust {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media print, screen and (min-width : 769px) {
  .link-adjust {
    margin-top: -140px;
    padding-top: 140px;
  }
}
/* color
--------------------------------*/
.color-base {
  color: #691b4f;
}
.bgc-purple {
  background-color: #e5c2e3;
}
.bgc-shop {
  background-color: #fff1e4;
}
.bgc-contact {
  background-color: #f2f2f2;
}
.color-gray {
  color: #666;
}
/* margin
--------------------------------*/
.mgnT-10 {
  margin-top: 10px;
}
.mgnT-25 {
  margin-top: 25px;
}
.mgnT-50 {
  margin-top: 50px;
}
.mgnT-75 {
  margin-top: 75px;
}
.mgnT-100 {
  margin-top: 100px;
}
.mgnB-100 {
  margin-bottom: 100px;
}
/* fontsize
--------------------------------*/
.fs-03 {
  font-size: 0.3em;
}
.fs-05 {
  font-size: 0.5em;
}
.fs-06 {
  font-size: 0.6em;
}
.fs-07 {
  font-size: 0.7em;
}
.fs-08 {
  font-size: 0.8em;
}
.fs-09 {
  font-size: 0.9em;
}
.fs-11 {
  font-size: 1.1em;
}
.fs-12 {
  font-size: 1.2em;
}
.fs-13 {
  font-size: 1.3em;
}
.fs-14 {
  font-size: 1.4em;
}
.fs-15 {
  font-size: 1.5em;
}
.fs-18 {
  font-size: 1.8em;
}
.fs-20 {
  font-size: 2em;
  line-height: 1.5;
}
.fs-25 {
  font-size: 2.5em;
}
.fs-30 {
  font-size: 3em;
}
.fs-35 {
  font-size: 3.5em;
}
.fs-40 {
  font-size: 4em;
}
.fs-50 {
  font-size: 5em;
}
.fs-60 {
  font-size: 6em;
}
.fs-70 {
  font-size: 7em;
}
.fs-80 {
  font-size: 8em;
}
/* line-height
--------------------------------*/
.lh-1 {
  line-height: 1;
}
.lh-15 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}
/* text-align
--------------------------------*/
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
/* liststyle
--------------------------------*/
.liststyleDisc {
  list-style: disc;
  padding-left: 1.5em;
}
.liststyleDecimal {
  list-style: decimal;
  padding-left: 1.5em;
}
/* ---------------------------------------------------------------------------------------------

　   contents

--------------------------------------------------------------------------------------------- */
/* under h2
--------------------------------*/
@media only screen and (max-width: 768px) {
  p.underh2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) {
  p.underh2 {
    margin-bottom: 100px;
  }
}
/* column1
--------------------------------*/
.column1 p:nth-child(n+2), .column1 ul {
  margin-top: 25px;
}
/* column
--------------------------------*/
.column2 {
  text-align: center;
}
.column2Right {
  text-align: left;
}
.column2Right p:nth-child(n+2), .column2Right ul {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .column2Left, .column2Right {
    width: 100%;
  }
  .column2Right {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 769px) {
  .column2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .column2Left, .column2Right {
    width: 48%;
  }
}

.column3 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .column3 img:nth-child(n+2) {margin-top: 25px;}
}
@media only screen and (min-width: 769px) {
  .column3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
	.column3 img{width: 32%;}
}
/* contentbox
--------------------------------*/
.contentbox {
  background: #fff;
  position: relative;
}
.contentbox:first-child {
  margin: 0 auto 0 auto;
}
.contentbox:nth-child(n+2) {
  margin: 100px auto 0 auto;
}
.contentbox .featureIcon, .contentbox .productIcon, .contentbox .acaiIcon {
  position: absolute;
  color: #fff;
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .contentbox {
    width: 92%;
    padding: 40px 2% 50px 2%;
  }
  .contentbox .featureIcon, .contentbox .acaiIcon {
    top: -15px;
    left: 5px;
  }
  .contentbox .productIcon {
    top: 10px;
    left: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .contentbox {
    width: 96%;
    max-width: 1200px;
    padding: 40px 100px 100px 100px;
  }
  .contentbox .featureIcon, .contentbox .acaiIcon {
    top: -20px;
    left: 20px;
  }
  .contentbox .productIcon {
    top: 20px;
    left: 0px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   top

--------------------------------------------------------------------------------------------- */
/* firsttime
--------------------------------*/
p.firsttime {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  p.firsttime {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px) {
  p.firsttime {
    font-size: 5.5rem;
  }
}
/* crofun
--------------------------------*/
.crofun {
  display: inline-block;
  padding: 10px 40px;
  color: #691b4f;
  font-weight: normal;
  border: 1px solid #691b4f;
  border-radius: 30px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .crofun {
    font-size: 1.2em;
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 769px) {
  .crofun {
    font-size: 2em;
    padding: 10px 25px;
  }
}
/* topics
--------------------------------*/
.info article {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px dotted #bdbdbd;
  text-align: left;
}
.info article:nth-child(n+2) {
  width: 100%;
  margin-top: 50px;
}
.info article:last-child {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
}
.info article .date {
  padding: 5px;
  color: #fff;
  background: #333;
  display: inline;
}
.info article .infotitle {
  margin-top: 15px;
}
.info article .sentence {
  margin-top: 15px;
}
.info article ul {
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
}
.info article ul li {
  margin: 0 0 0px 0;
}
@media only screen and (max-width: 768px) {
  .info article .date {
    font-size: 0.8em;
  }
  .info article .infotitle {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 769px) {
  .info article .date {
    font-size: 0.9em;
  }
  .info article .infotitle {
    font-size: 1.6em;
  }
}
/* 
.info article:last-child{
 border-bottom:none;
}
*/
/* 
.info .archive{
 width:auto;
 margin:10px 0 0 0;
 float:right;
}
.info .archive a{
 padding:2px 10px;
 color:#fff;
 font-size:0.9em;
 display:block;
 background:#a98f30;
}*/
/* ---------------------------------------------------------------------------------------------

　   acai

--------------------------------------------------------------------------------------------- */
/* acaiToc
--------------------------------*/
.acaiToc {
  text-align: center;
  display: block;
}
.acaiToc-inner {
  padding: 25px 120px;
  font-size: 1.1rem;
  text-align: left;
  display: inline-block;
  background-color: #f9f9f9;
  border: solid #dddddd 1px;
}
.acaiToc-inner li {
  margin-bottom: 10px;
}
.acaiToc-inner li:last-child {
  margin-bottom: 0px;
}
.acaiToc-inner li a {
  position: relative;
  display: block;
  color: #000;
  /*line-height: 60px;*/
}
.acaiToc-inner li a:hover, .acaiToc-inner li a:active {
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.acaiToc-inner li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.acaiToc-inner li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
@media only screen and (max-width: 768px) {
  .acaiToc {
    margin-bottom: 50px;
  }
  .acaiToc-inner {
    padding: 25px 50px;
  }
}
@media only screen and (min-width: 769px) {
  .acaiToc {
    margin-bottom: 100px;
  }
  .acaiToc-inner {
    padding: 25px 120px;
  }
}
/* acai-inner
--------------------------------*/
@media only screen and (max-width: 768px) {
  .acai-inner {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .acai-inner {
    margin-top: 100px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   feature

--------------------------------------------------------------------------------------------- */
/* featurebox
--------------------------------*/
.featurebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.featurefour {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
}
.feature-inner h4 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .featurebox img {
    width: 48%;
  }
  .featurebox img:nth-child(n+3) {
    margin-top: 25px;
  }
  .featurefour {
    line-height: 1.2;
  }
  .featurefour .fs01 {
    font-size: 5rem;
  }
  .featurefour .fs02 {
    font-size: 2rem;
  }
  .featurefour .fs03 {
    font-size: 3rem;
  }
  .feature-inner {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .featurefour {
    line-height: 1.5;
  }
  .featurefour .fs01 {
    font-size: 7rem;
  }
  .featurefour .fs02 {
    font-size: 3rem;
  }
  .featurefour .fs03 {
    font-size: 5rem;
  }
  .feature-inner {
    margin-top: 100px;
  }
  .featurebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
/* voice
--------------------------------*/
.voice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice-right-01 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  background: #f5f5f5;
  border-radius: 10px;
  text-align: left;
}
.voice-right-01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
}
.voice-right-01 p {
  margin: 0;
  padding: 0;
}
.voice-right-02 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
}
.voice-right-02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-right: 15px solid #FFF;
  z-index: 2;
}
.voice-right-02:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 16px solid #000;
  z-index: 1;
}
.voice-right-02 p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .voice {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .voice-left {
    width: 15%;
    line-height: 1.2;
  }
  .voice-right-01, .voice-right-02 {
    width: 80%;
    padding: 10px 10px;
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 769px) {
  .voice {
    width: 100%;
    max-width: 1200px;
    margin: 25px auto 0 auto;
  }
  .voice-left {
    width: 12%;
  }
  .voice-right-01, .voice-right-02 {
    width: 85%;
    padding: 20px 20px;
    min-width: 120px;
    max-width: 100%;
  }
}
/* ---------------------------------------------------------------------------------------------

　   product

--------------------------------------------------------------------------------------------- */
.product p {
  text-align: left;
}
.product table {
  width: 100%;
}
.product table th {
  white-space: nowrap;
  padding: 5px 15px;
  font-weight: normal;
  border: 1px solid #999;
  background: #eee;
  vertical-align: middle;
  text-align: center;
}
.product table td {
  padding: 5px 15px;
  border: 1px solid #999;
  background: #fff;
  text-align: left;
}
.product table td a {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .product p {
    margin-top: 25px;
  }
  .product table {
    margin-top: 25px;
    font-size: 0.9rem;
  }
  .product table th {
    padding: 5px 10px;
  }
  .product table td {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 769px) {
  .product p {
    margin-top: 50px;
  }
  .product table {
    margin-top: 50px;
    font-size: 0.9rem;
  }
  .product table th {
    padding: 5px 10px;
  }
  .product table td {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 768px) {
  img.btn-shoplink {
    width: 80%;
  }
}
@media only screen and (min-width: 769px) {
  img.btn-shoplink {
    width: 50%;
  }
}
/* ---------------------------------------------------------------------------------------------

　   contact

--------------------------------------------------------------------------------------------- */
/* infobox
--------------------------------*/
.infobox {
  border: 1px solid #ccc;
  display: inline-block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
}
.infobox a {
  color: #000;
}
.infobox p:nth-child(2) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .infobox {
    padding: 20px 20px;
  }
  .infobox p:nth-child(2) {
    font-size: 1.4rem;
  }
  .infobox p:nth-child(3) {
    font-size: 1.4rem;
    line-height: 1;
  }
  .infobox p:nth-child(3) img {
    width: 20px;
  }
  .infobox p:nth-child(4) {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .infobox {
    padding: 40px 80px;
  }
  .infobox p:nth-child(2) {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .infobox p:nth-child(3) {
    font-size: 1.8rem;
    line-height: 1;
  }
  .infobox p:nth-child(3) img {
    width: 20px;
  }
  .infobox p:nth-child(4) {
    font-size: 1.5rem;
  }
}
/* infobox
--------------------------------*/
table.tableRsp {
  background: #fff;
  border-top: 1px solid #999;
}
table.tableRsp th {
  padding: 25px 0;
  text-align: center;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}
table.tableRsp td {
  padding: 25px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}
table.tableRsp td p {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  table.tableRsp {
    width: 94%;
    margin: 0 auto;
    border-top: solid 1px #999;
  }
  table.tableRsp th {
    width: 100%;
    display: block;
    padding: 25px 0 0 0;
    border-bottom: 0;
  }
  table.tableRsp td {
    width: 100%;
    padding: 0 25px 25px 25px;
    display: block;
  }
  .ght {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  table.tableRsp {
    width: 100%;
  }
  table.tableRsp th {
    width: 25%;
  }
  table.tableRsp td {
    width: 75%;
    text-align: left;
  }
}
/* form
--------------------------------*/
input[type="text"], input[type="number"], input[type="tel"], textarea, select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  background-color: #eee;
  border: 1px solid #999;
} /*枠線を横幅に含める=はみ出し防止*/
input[type="text"], input[type="number"], input[type="tel"], input[type="submit"], input[type="reset"], textarea, select {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  input[type="text"], input[type="number"], input[type="tel"], input[type="submit"], input[type="reset"], textarea, select {
    font-size: 15px;
  }
  .fwS {
    width: 20%;
  }
  .fwM {
    width: 100%;
  }
  .fwL {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .fwS {
    width: 10%;
  }
  .fwM {
    width: 50%;
  }
  .fwL {
    width: 100%;
  }
}
.msg {
  color: #e20045;
} /* !!!メールフォームCGIに埋め込まれているclassっぽい!!!クラス名変更不可 */
.need {
  margin: 0 0 0 5px;
  padding: 0 2px;
  color: #ff0066;
  font-size: 0.7em;
  vertical-align: super;
}
/* privacypolicy
--------------------------------*/
.privacypolicy * {
  text-align: left;
}
.privacypolicy p:nth-of-type(n+2) {
  margin-top: 25px;
}
.privacypolicy a:link {
  color: #000;
}
/* ---------------------------------------------------------------------------------------------

　   ???

--------------------------------------------------------------------------------------------- */
/* btn
--------------------------------*/
.btn {
  display: inline-block;
  background: #000;
  transition: .4s;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
}
.btn a {
  color: #fff;
}
.btn:hover {
  background-color: #999;
}
@media only screen and (max-width: 768px) {
  .btn {
    padding: 10px 0px;
    font-size: 1rem;
  }
  .btn a {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .btn {
    padding: 20px 0px;
    font-size: 1.5em;
  }
  .btn a {
    padding: 20px 30px;
  }
}
/* contact-tel
--------------------------------*/
.contact-tel {}
.contact-tel img {
  margin: 0 5px 0px 0;
}
@media only screen and (max-width: 768px) {
  .contact-tel {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .contact-tel {
    font-size: 2.2rem;
  }
}