/* ブラウザリセット */

body,
hr,
p,
ul,
ol,
h1,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
}

li {
  list-style-type: none;
}

img {
  border: none;
}

hr {
  border-bottom: none;
}

a {
  text-decoration: none;
  color: #333;
/*  transition-duration:0.7s;
  transition-timing-function:ease-out;
*/}

/*a:after {
  transition-duration:0.7s;
  transition-timing-function:ease-out;
}

a img {
  transition-duration:0.5s;
  transition-timing-function:ease-out;
}

a:hover {
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}*/

/* 共通 */
html {
    height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  overflow-y: scroll;
  color: #333;
  height: 100%;
  margin: 0;
}

.pc { display: block !important; }
.sp { display: none !important; }
.pc-i { display: inline !important; }
.sp-i { display: none !important; }

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* page-header */
.page-header {
  padding: 20px 0;
}

.page-header .logo {
  line-height: 0;
}

/* page-footer */

.page-footer {
  background-color: #DA0076;
  color: #fff;
  padding: 1% 0;
}

.page-footer a {
  color: #fff;
}

.page-footer .nav-list {
  text-align: center;
  margin-bottom: 1%;
}

.page-footer .nav-list .list-item {
  display: inline-block;
  margin: 0 4%;
}

.page-footer .nav-list .list-item a {
  text-decoration: underline;
}

.page-footer .nav-list .list-item a:hover {
  text-decoration: none;
}

.page-footer .copyright {
  text-align: right;
}

/* sect */

.btn-reservation {
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c4934+0,793324+100 */
  background: rgb(156,73,52); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(156,73,52,1) 0%, rgba(121,51,36,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(156,73,52,1) 0%,rgba(121,51,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(156,73,52,1) 0%,rgba(121,51,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4934', endColorstr='#793324',GradientType=0 ); /* IE6-9 */
  border: 5px solid #58251B;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  text-shadow: 1px 1px 0 #000;
  padding: 1.5% 0;
  border-radius: 5px;
  max-width: 800px;
  margin: 0 auto;
}

.btn-reservation:hover {
  border-color: #B50101;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c40101+0,f25937+99 */
background: rgb(196,1,1); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(196,1,1,1) 0%, rgba(242,89,55,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(196,1,1,1) 0%,rgba(242,89,55,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(196,1,1,1) 0%,rgba(242,89,55,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40101', endColorstr='#f25937',GradientType=0 ); /* IE6-9 */
}

.ttl-1 {
  background-color: #DA0076;
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 2.5em;
  padding: 0.8% 0;
  margin-bottom: 2%;
}

.ttl-2 {
  color: #742827;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4em;
}

.ttl-3 {
  color: #DA0076;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4em;
}

.ttl-4 {
  color: #742827;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  border-left: 3px solid #DA0076;
  padding-left: 2%;
  margin-bottom: 2%;
}

/* home */

.page-home .hero {
  text-align: center;
  line-height: 0;
  background-image: url(../images/bg-hero.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}

.page-home .hero img {
  width: 100%;
  max-width: 1322px;
}

.page-home .lesson {
  background-image: url(../images/bg-lesson.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 3% 0 2% 0;
  background-size: auto 100%;
}

.page-home .lesson .txt {
  color: #742827;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 2%;
  text-align: center;
  text-shadow: -2px -1px 5px #fff, -2px 0px 5px #fff, -2px 1px 5px #fff, -1px -2px 5px #fff, -1px -1px 5px #fff, -1px 0px 5px #fff, -1px 1px 5px #fff, -1px 2px 5px #fff, 0px -2px 5px #fff, 0px -1px 5px #fff, 0px 0px 5px #fff, 0px 1px 5px #fff, 0px 2px 5px #fff, 1px -2px 5px #fff, 1px -1px 5px #fff, 1px 0px 5px #fff, 1px 1px 5px #fff, 1px 2px 5px #fff, 2px -1px 5px #fff, 2px 0px 5px #fff, 2px 1px 5px #fff, 0px 2px 8px #fff;
}

.page-home .lesson .img {
  text-align: center;
}

.page-home .lesson .img img {
  width: 100%;
  max-width: 546px;
}

.page-home .lesson .card {
  background-color: #FFFEF7;
  max-width: 520px;
  width: 96%;
  padding: 3%;
  margin: 0 auto 3% auto;
  border-radius: 4px;
  box-shadow: 0 5px 10px #C7A583;
}

.page-home .lesson .card-ttl {
  text-align: center;
  margin-bottom: 1%;
}

.page-home .lesson .card-price {
  text-align: center;
  margin-bottom: 2%;
}

.page-home .lesson .card-note {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}

.page-home .lesson .card-ttl img ,
.page-home .lesson .card-price img {
  max-width: 450px;
  width: 100%;
}

.page-home .lesson .card-note-item {
  font-size: 0.875em;
  color: #7E5221;
}

.page-home .sect-what .read {
  overflow: hidden;
  margin-bottom: 2%;
}

.page-home .sect-what .read-img {
  float: right;
  line-height: 0;
}

.page-home .sect-what .read-ttl {
  margin-bottom: 1%;
}

.page-home .sect-what .read-txt {
  color: #742827;
  font-size: 1.125em;
}

.page-home .sect-what .recommend-ttl {
  text-align: center;
  margin-bottom: 1%;
}

.page-home .sect-what .recommend-list {
  overflow: hidden;
  margin-bottom: 4%;
}

.page-home .sect-what .recommend-list .list-item {
  background-color: #FCEDF5;
  width: 49%;
  float: left;
  margin-bottom: 2%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 62px;
  display: table;
}

.page-home .sect-what .recommend-list .list-item:nth-child(even) {
  float: right;
}

.page-home .sect-what .recommend-list .list-item .item-ttl {
  border: 1px solid #DA0076;
  color: #DA0076;
  border-radius: 72px;
  width: 102px;
  height: 102px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  display: table-cell;
  position: relative;
}

.page-home .sect-what .recommend-list .list-item .item-ttl .wrap {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -27px;
}

@media all and (-ms-high-contrast: none){
  .page-home .sect-what .recommend-list .list-item .item-ttl .wrap{
    margin-top: 27px;
  }
}


.page-home .sect-what .recommend-list .list-item .item-ttl .small {
  font-size: 1.125em;
  line-height: 1.2em;
}

.page-home .sect-what .recommend-list .list-item .item-ttl .large {
  font-size: 2em;
  line-height: 1.2em;
}

.page-home .sect-what .recommend-list .list-item .item-txt {
  font-size: 1.125em;
  display: table-cell;
  color: #742827;
  padding: 0 2%;
  vertical-align: middle;
}

.page-home .sect-what .point-details {}

.page-home .sect-what .point-item {
  overflow: hidden;
  margin-bottom: 4%;
}

.page-home .sect-what .point-ttl {
  font-size: 1.25em;
  margin-bottom: 1%;
}

.page-home .sect-what .point-ttl {
  padding-left: 120px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 30px;
}

.page-home .sect-what .point-01 .point-ttl {
  background-image: url(../images/icon-point01.png);
}

.page-home .sect-what .point-02 .point-ttl {
  background-image: url(../images/icon-point02.png);
}

.page-home .sect-what .point-03 .point-ttl {
  background-image: url(../images/icon-point03.png);
}

.page-home .sect-what .point-04 .point-ttl {
  background-image: url(../images/icon-point04.png);
}

.page-home .sect-what .point-05 .point-ttl {
  background-image: url(../images/icon-point05.png);
}

.page-home .sect-what .point-06 .point-ttl {
  background-image: url(../images/icon-point06.png);
}

.page-home .sect-what .point-ttl img {
  vertical-align: middle;
}

.page-home .sect-what .point-txt {
  color: #742827;
  margin-bottom: 2%;
}

.page-home .sect-what .point-sub-ttl {
  font-size: 1.5em;
  border-bottom: 1px solid #DA0076;
  margin-bottom: 1%;
}

.page-home .sect-what .cbm-list {
  color: #DA0076;
  overflow: hidden;
  margin-bottom: 2%;
}

.page-home .sect-what .cbm-list .list-item {
  float: left;
  width: 17.5%;
  margin-right: 3%;
}

.page-home .sect-what .cbm-list .list-item:last-child {
  margin-right: 0;
}

.page-home .sect-what .cbm-list .list-item img {
  width: 100%;
  max-width: 176px;
}

.page-home .sect-what .point-details .btn {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec7cb8+0,da0277+100 */
  background: rgb(236,124,184); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(236,124,184,1) 0%, rgba(218,2,119,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(236,124,184,1) 0%,rgba(218,2,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(236,124,184,1) 0%,rgba(218,2,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7cb8', endColorstr='#da0277',GradientType=0 ); /* IE6-9 */
}

.page-home .sect-what .point-details .btn:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c40101+0,f25937+99 */
background: rgb(196,1,1); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(196,1,1,1) 0%, rgba(242,89,55,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(196,1,1,1) 0%,rgba(242,89,55,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(196,1,1,1) 0%,rgba(242,89,55,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40101', endColorstr='#f25937',GradientType=0 ); /* IE6-9 */
}

.page-home .sect-what .point-txt-group {
  float: left;
  width: 64%;
}

.page-home .sect-what .point-img {
  float: right;
  width: 32%;
}

.page-home .sect-what .point-img img {
  width: 100%;
  max-width: 320px;
}

.page-home .sect-effect .sub-ttl {
  border-bottom: 1px solid #E34098;
  font-size: 1.75em;
  margin-bottom: 2%;
}

.page-home .sect-effect .column {
  overflow: hidden;
  margin-bottom: 3%;
}

.page-home .sect-effect .column-02 .column-img {
  padding-top: 5%;
}

.page-home .sect-effect .column-txt-group {
  float: left;
  width: 55%;
}

.page-home .sect-effect .column-txt {
  color: #742827;
}

.page-home .sect-effect .column-txt .small {
  font-size: 0.75em;
}

.page-home .sect-effect .column-img {
  float: right;
  width: 42.5%;
}

.page-home .sect-effect .column-img img {
  width: 100%;
  max-width: 425px;
}

.page-home .sect-effect .column-img-list {
  overflow: hidden;
  clear: both;
  padding-top: 2%;
}

.page-home .sect-effect .column-img-item {
  float: left;
  text-align: center;
  width: 46.5%;
  color: #742827;
  position: relative;
}

.page-home .sect-effect .column-img-item img {
  max-width: 465px;
  width: 100%;
}

.page-home .sect-effect .column-img-item:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #742827;
  border-right: 3px solid #742827;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -10px;
}

.page-home .sect-effect .column-img-item:nth-child(even) {
  float: right;
}

.page-home .sect-effect .txt {
  color: #742827;
}

.page-home .sect-effect .img {
  text-align: center;
}

.page-home .sect-effect .img img {
  width: 100%;
  max-width: 463px;
}

.page-home .sect-effect .movie {
  text-align: center;
  width: 100%;
  max-width: 833px;
  margin: 0 auto 8% auto;
}

.page-home .sect-effect .movie .catch {
  margin-bottom: 2%;
}

.page-home .sect-effect .movie .catch img {
  width: 100%;
}

.page-home .sect-effect .movie iframe {
  width: 100%;
}

.page-home .sect-flow {
  background-color: #FDF1F7;
  padding-bottom: 3%;
}

.page-home .sect-flow .img {
  float: right;
  margin: -2% -10% 0 0;
  width: 46%;
  text-align: center;
}

.page-home .sect-flow .img img {
  width: 100%;
  max-width: 460px;
}

.page-home .sect-flow .flow-list {
  overflow: hidden;
  margin-bottom: 4%;
}

.page-home .sect-flow .flow-list .list-item {
  float: left;
  text-align: center;
  color: #da0076;
  background-color: #fff;
  font-weight: bold;
  line-height: 1.4em;
  width: 21%;
  border: 2px solid #DA0076;
  position: relative;
  height: 100px;
  box-sizing: border-box;
  margin-right: 4%;
  position:relative;
}

.page-home .sect-flow .flow-list .list-item:last-child {
  background-color: #DA0076;
  color: #fff;
  margin-right: 0;
  line-height: 1.2em;
  border-radius: 5px;
}

.page-home .sect-flow .flow-list .list-item:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left: 24px solid #fff;
  position: absolute;
  right: -74px;
  top: -2px;
  z-index: 4;
}

.page-home .sect-flow .flow-list .list-item:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-left: 24px solid #DA0076;
  position: absolute;
  right: -76px;
  top: -2px;
  z-index: 3;
}

.page-home .sect-flow .flow-list .list-item:last-child:before ,
.page-home .sect-flow .flow-list .list-item:last-child:after{
  display: none;
}

.page-home .sect-flow .flow-list .list-item .wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -20px;
}

.page-home .sect-flow .flow-list .list-item:last-child .wrap {
  margin-top: -28px;
}

.page-home .sect-flow .flow-list .list-item .large {
  font-size: 1.125em;
}

.page-home .sect-flow .flow-list .list-item .small {
  font-size: 0.875em;
}

.page-home .sect-flow .flow-list .list-item img {
  width: 100%;
  max-width: 237px;
}

.page-home .sect-flow .flow-list .list-item:last-child img {
  max-width: 212px;
}

.page-home .sect-flow .flow-ttl {
  font-size: 1.625em;
  color: #DA0076;
  font-weight: bold;
  padding: 1%;
}

.page-home .sect-flow .flow-ttl:before ,
.page-home .sect-flow .flow-ttl:after {
  content: "";
  display: block;
  max-width: 733px;
  width: 100%;
  height: 1px;
  background-image: url(../images/border-flow.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.page-home .sect-flow .having-list {
  margin-bottom: 1.5%;
}

.page-home .sect-flow .having-list .list-item {
  color: #8F5E4B;
}

.page-home .sect-flow .having-list .list-item em {
  font-style: normal;
  font-size: 1.375em;
  font-weight: bold;
  color: #DA0076;
}

.page-home .sect-flow .flow-having .sub {
  color: #8F5E4B;
}

.page-home .sect-voice {
  margin-bottom: 4%;
}

.page-home .sect-voice .inner {
  overflow: hidden;
}

.page-home .sect-voice .voice-box {
  width: 45%;
  float: left;
  box-sizing: border-box;
  padding: 2.5%;
  margin: 0 2.5% 2.5% 2.5%;
  background-color: #F2ECE9;
  color: #8F5E4B;
  border-radius: 4px;
}

.page-home .sect-voice .voice-box-long {
  height: 850px;
}

.page-home .sect-voice .voice-box-middle {
  height: 750px;
}

.page-home .sect-voice .voice-box-short {
  height: 650px;
}

.page-home .sect-voice .voice-box .img {
  text-align: center;
  line-height: 0;
  margin-bottom: 5%;
}

.page-home .sect-voice .voice-box .img img {
  width: 100%;
  max-width: 390px;
}

.page-home .sect-voice .voice-box .name {
  display: inline-block;
  border-bottom: 1px solid #8F5E4B;
  line-height: 1.4em;
  margin-bottom: 3%;
}

.page-home .sect-voice .voice-box .name .small {
  font-size: 1.125em;
}

.page-home .sect-voice .voice-box .name .large {
  font-size: 1.625em;
}

.page-home .sect-voice .voice-box .txt {
  font-size: 1.125em;
  line-height: 1.6em;
}

.page-home .sect-shop {
  background-image: url(../images/bg-list.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.page-home .sect-shop .txt {
  color: #742827;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  margin-bottom: 3%;
}

.page-home .sect-shop .shop-list {
  overflow: hidden;
}

.page-home .sect-shop .shop-list .list-item {
  width: 45%;
  float: left;
  text-align: center;
  margin: 0 2.5% 5% 2.5%;
}

.page-home .sect-shop .shop-list .list-item a {
  display: block;
  font-size: 1.875em;
  font-weight: bold;
  color: #fff;
  border: 5px solid #E23592;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec7cb8+0,da0277+100 */
  background: rgb(236,124,184); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(236,124,184,1) 0%, rgba(218,2,119,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(236,124,184,1) 0%,rgba(218,2,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(236,124,184,1) 0%,rgba(218,2,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7cb8', endColorstr='#da0277',GradientType=0 ); /* IE6-9 */
}

.page-home .sect-shop .shop-list .list-item a:hover {
  border-color: #B50101;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c40101+0,f25937+99 */
background: rgb(196,1,1); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(196,1,1,1) 0%, rgba(242,89,55,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(196,1,1,1) 0%,rgba(242,89,55,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(196,1,1,1) 0%,rgba(242,89,55,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40101', endColorstr='#f25937',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
  .pc-i { display: none !important; }
  .sp-i { display: inline !important; }

  body {
    font-size: 12px;
  }

  .inner {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .ttl-1 ,
  .ttl-2 ,
  .ttl-3 {
    font-size: 1.5em;
  }

  .btn-reservation {
    font-size: 1.5em;
  }

  .page-header .logo {
  }

  .page-header .logo img {
    width: 150px;
  }

  .page-footer .copyright {
    text-align: center;
  }

  .page-home .lesson {
    padding: 5% 0;
  }

  .page-home .lesson .txt {
    font-size: 1.3125em;
  }

  .page-home .lesson .txt br {
    /*display: none;*/
  }

  .page-home .lesson .card {
    width: 88%;
    padding: 5%;
  }

  .page-home .sect-what .read-ttl br {
    display: none;
  }

  .page-home .sect-what .read-img {
    float: none;
    text-align: center;
  }

  .page-home .sect-what .read-img img {
    width: 100%;
    max-width: 260px;
  }

  .page-home .sect-what .recommend-list .list-item {
    width: 100%;
    float: none;
    border-radius: 5px;
  }

  .page-home .sect-what .recommend-list .list-item .item-ttl {
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }

  .page-home .sect-what .point-ttl {
    background-position: center top;
    padding: 40px 0 0 0;
  }

  .page-home .sect-what .cbm-list .list-item {
    width: 48%;
    margin: 0 1% 1% 1%;
    text-align: center;
  }

  .page-home .sect-what .point-img {
    width: 100%;
    text-align: center;
  }

  .page-home .sect-what .point-txt-group {
    width: 100%;
  }

  .page-home .sect-what .point-img img {
    width: 100%;
    max-width: 320px;
  }

  .page-home .sect-effect .column-txt-group {
    width: 100%;
  }

  .page-home .sect-effect .column-img {
    width: 100%;
    text-align: center;
    margin-top: 2%;
  }

  .page-home .sect-effect .column-img img {
    max-width: 320px;
    width: 100%;
  }

  .page-home .sect-effect .movie iframe {
    height: 200px;
  }

  .page-home .sect-flow .flow-list .list-item {
    width: 100%;
    height: auto;
    padding: 2% 0;
    margin: 0 0 1% 0;
  }

  .page-home .sect-flow .flow-list .list-item:last-child {
    border-radius: 0;
  }

  .page-home .sect-flow .flow-list .list-item .wrap {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 !important;
  }

  .page-home .sect-flow .flow-list .list-item:before{
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -22px;
    top: auto;
    margin-left: -18px;
  }
  .page-home .sect-flow .flow-list .list-item:after{
    content: "";
    border: 12px solid transparent;
    border-top: 12px solid #DA0076;
    position: absolute;
    left: 50%;
    bottom: -24px;
    top: auto;
    margin-left: -18px;
  }
/*  .page-home .sect-flow .flow-list .list-item:last-child:before ,
  .page-home .sect-flow .flow-list .list-item:last-child:after{
    display: none;
  }*/


  .page-home .sect-flow .img {
    float: none;
    margin: 0 auto;
    width: 80%;
  }

  .page-home .sect-voice .voice-box {
    float: none;
    width: 90%;
    margin: 0 auto 4% auto;
    padding: 5%;
    height: auto;
  }

  .page-home .sect-shop .txt {
    font-size: 1.5em;
  }

  .page-home .sect-shop .shop-list .list-item a {
    font-size: 1.25em;
  }

}


