@charset "utf-8";
/*-----------
   common
-----------*/
#container .wrapper {
  font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', 'Meiryo',"遊ゴシック体",'YuGothic',"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
#container .wrapper * {
  box-sizing: border-box;
}
#container .flex {
  align-items: flex-start;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#container .wrapper p {
  margin: 0;
}
#container a:hover,
#container a img:hover {
  opacity: 1;
}
#LP .topGroupName {
  background: none;
}
/*-- container --*/
#container {
  overflow: hidden;
}
#container section {
  margin: 0 auto;
  padding: 0;
}
#container img {/*Don't touch.*/
  pointer-events: none;
  width: 100%;
}
/*---------------
   mainvisual
---------------*/
:root {
  --main: #2f090f;
  --sub: #cc9cae;
}
#container .mainvisual {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/modeling-pack/fv-back.jpg) top center no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 5%;
  position: relative;
  text-align: center;
  height: 580px;
}
#container .mainvisual::after {
  content: '';
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 55%;
  width: 100%;
}
#container .mainvisual .title {
  margin-bottom: 5%;
  position: relative;
  z-index: 3;
}
#container .mainvisual .title .catch{
  color: #d01f3c;
  font: 2.6vw "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: -0.05rem;
  margin-bottom: 2%;
}
#container .mainvisual .title h1 img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#container .mainvisual .image {
  position: relative;
  height: 300px;
  width: 100%;
  z-index: 1;
}
#container .mainvisual .image .fv-image{
  position: absolute;
  top: 0;
  right: -15%;
  width: 75%;
}
#container .mainvisual .image .fv-item{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
}

#container .mainvisual .price {
  color: #ab001c;
  font: bold 1.4rem/1.2 'yu-mincho-pr6n', sans-serif;
  margin: -20px 0 0;
  position: relative;
  z-index: 2;
}
#container .mainvisual .price em {
  font-size: 2.4rem;
}
#container .mainvisual .price .small {
  font-size: 0.8rem;
}

#container p.buy-btn {
  border: solid 1px #ab001c;
  border-radius: 50px;
  display: block;
  font: normal 0.8rem/3 "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  position: relative;
  margin: 7% auto;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
#container p.buy-btn:hover {
  background: #ab001c;
  text-decoration: none;
  transition: all .1s;
}
#container p.buy-btn a {
  color: #ab001c;
  display: block;
  text-decoration: none;
  transition: all .1s;
}
#container p.buy-btn a:hover {
  color: #fff;
}
#container p.buy-btn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 1px #ab001c;
  border-right: solid 1px #ab001c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 5%;
} 
#container p.buy-btn a:hover::after {
  content: '';
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
/*--------line--------*/
.custom-shape-divider-bottom-mainvisual {
  position: absolute;
  bottom: 54%;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-mainvisual svg {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
}
.shape-fill {
  fill: #FFFFFF;
}
/*----------scroll----------*/
.scroll {
  opacity: 0;
  transition: all 1.5s ease;
}
.scroll.animation {
  opacity: 1;
  transform: none;
  animation: 1.0s fadeIn;
}
.s-bottom {
  transform: translate(0, 20px);
}
.s-left {
  transform: translate(-50px, 0);
}
/*---------------
   section
---------------*/
#container section {
  padding: 5%;
}
#container section p.des {
  color: #000;
  font: 0.8rem/1.6 "メイリオ", "Meiryo", 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  z-index: 2;
}
#container section .come{
  display: block;
  font-size: 0.6rem;
  text-align: left;
}
#container section .income{
  display: inline;
}

/*intro-area*/
#container .intro-area {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/modeling-pack/point-back.jpg) bottom center no-repeat;
  background-size: 200%;
  background-color: #fff;
  margin-bottom: 10%;
  position: relative;
  text-align: center;
}
#container .intro-area p.intro {
  color: #666;
  font: 1.2rem/1.8 "fot-tsukuardgothic-std", sans-serif;
  margin: 0 auto;
  padding: 10% 0;
}
/*--------line--------*/
.custom-shape-divider-bottom-waves {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: scale(-1, 1);
}
.custom-shape-divider-bottom-waves svg {
  position: relative;
  display: block;
  width: calc(145% + 1.3px);
  height: 40px;
}

/*point-area*/
#container .point-area {
  padding-bottom: 10%;
  text-align: center;
}
#container h2 {
  color: var(--main);
  font: bold 1.8rem/1.2 'yu-mincho-pr6n', sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 5%;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}
#container .point {
  position: relative;
  overflow: visible;
  width: 100%;
}
#container .point h3{
  color: var(--main);
  background-image: linear-gradient(90deg, #c1eee2, #e5d7f4 40%, #fdcadd);
  font: 1.4rem / 1.2 'yu-mincho-pr6n', sans-serif;
  letter-spacing: -0.01rem;
  margin: 0 -50px;
  padding: 4%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
#container .textbox {
  margin: 15% 0;
  width: 80%;
  position: relative;
  z-index: 2;
}
#container .point h4{
  color: var(--sub);
  font-size: 1.2rem;
  line-height: 1.0;
  margin-bottom: 5%;
  text-align: left;
}
#container .point dd{
  position: absolute;
  top: 60px;
  right: -25%;
  width: 70%;
  z-index: 1;
}
#container .point1-2.flex {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  margin: 0 0 10% -20%;
  width: 120%;
}
#container .point1-2.flex dt{
  padding-left: 3%;
}
#container .point1-2.flex dt h4{
  width: 100%;
}
#container .point1-2.flex dd{
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
}
#container .point2{
  justify-content: flex-end;
}
#container .point2 .textbox{
  margin-right: 0;
  margin-left: auto;
  width: 70%;
}
#container .point2 dd{
  left: -25%;
}
#container .addfree-icon {
  justify-content: center;
  margin: 0 0 10%;
  padding: 0 5%;
}
#container .addfree-icon li {
  position: relative;
  width: calc(100%/4);
  z-index: 3;
}

/*effi-area*/
#container .effi-area {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/modeling-pack/effi-back.jpg) top center no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 20% 5% 60%;
  position: relative;
  text-align: center;
}
#container .effi-area ul{
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0 calc(50% - 50vw);
  padding: 5% 5% 10%;
  width: 100vw;
}
#container .effi-area ul::-webkit-scrollbar{
  display: none;
}
#container li.neumor {
  border-radius: 100%;
  background: rgb(249 207 208 / 60%);
  box-shadow: 10px 10px 20px #cf8077, -10px -5px 20px #ffe6e4;
  margin: 0 2%;
  padding: 10% 8%;
  height: 220px;
  width: 220px;
  flex: none;
  scroll-snap-align: center;
}
#container .effi-area h3 {
  color: var(--main);
  font: 1.2rem/1.0 'yu-mincho-pr6n', sans-serif;
  letter-spacing: -0.1em;
}
#container .effi-area h3 span {
  color: #fff;
  display: block;
}
/*--------line--------*/
.custom-shape-divider-top-curve {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-curve svg {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
}

/*dev-area*/
#container .dev-area {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/medisthe-series/back-mov.jpg) top center no-repeat;
  background-size: cover;
  background-color: #fff;
  margin-bottom: 10%;
  padding-bottom: 20%;
  position: relative;
  text-align: center;
}
#container .dev-area h2{
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  text-align: left;
}
#container .dev-area dl.dev0 {
  margin: 0;
  margin-left: auto;
  padding: 30% 0 10%;
  position: relative;
  width: 80%;
} 
#container .dev-area dl.dev0 dt {
  position: absolute;
  top: 0;
  left: -80%;
  width: 130%;
  z-index: 1;
}
#container .dev-area dl.dev0 dd{
  position: relative;
  z-index: 2;
}
#container .dev-area .flex dl {
  padding: 2%;
  width: calc(100%/2);
}
#container .dev-area .flex dt {
  margin-bottom: 5%;
}
/*--------line--------*/
.custom-shape-divider-bottom-curve {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-curve svg {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
}

/*howto-area*/
#container h2 span{
  color: var(--sub);
  display: block;
  font: 1.2rem "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0;
}
#container .howto-area h3 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 3%;
}
#container h3 span {
  color: var(--sub);
  display: block;
}
#container .howto-1,#container .howto-2,#container .howto-3{
  margin: 0 -50px;
  padding: 20% 15% 5%;
  position: relative;
}
#container .howto-1 {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/modeling-pack/texture1.jpg) top -10px left -30px no-repeat;
  background-size: 90%;
}
#container .howto-2 {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/modeling-pack/texture2.jpg) top -10px left -30px no-repeat;
  background-size: 90%;
}
#container .howto-3 {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/modeling-pack/texture3.jpg) top -10px left -30px no-repeat;
  background-size: 90%;
}
#container .howto-2 dl.flex {
  flex-wrap: nowrap;
  margin-bottom: 4%;
}
#container .howto-2 dl.flex dt,#container .howto-2 dl.flex dd {
  width: calc(100%/2);
}
#container .howto-2 dl.flex dt {
  padding-right: 5%;
}
#container .howto-2 span {
  color: var(--sub);
  display: block;
  font: bold 1.2rem "fot-tsukuardgothic-std", sans-serif;
}
/*----menu-box//accordion-area//----*/
#container .howto-3 dd.flex {
  margin: 3% 0;
}
#container .menu-box {
  margin: 2% 0;
  width: 100%;
}
#container .menu-title{
  cursor: pointer;
  font-size: 1.0rem;
  line-height: 3;
  position: relative;
  transition: all .5s ease;
}
#container .menu-title::before,
#container .menu-title::after{
  content:'';
  background-color: #fff;
  transition: 0.1s ease-in 0.05s;
  position: absolute;
  width: 15px;
  height: 2px;
}
#container .menu-title.menu01::before,
#container .menu-title.menu01::after{
  background-color: #ef91a1;
}
#container .menu-title.menu02::before,
#container .menu-title.menu02::after{
  background-color: #94dfbb;
}
#container .menu-title.menu03::before,
#container .menu-title.menu03::after{
  background-color: #94d0df;
}
#container .menu-title::before{
  top:48%;
  right:30%;
  transform: rotate(0deg);
}
#container .menu-title::after{    
  top:48%;
  right:30%;
  transform: rotate(90deg);
}
#container .menu-title.close::after{
  transform: rotate(0deg);
  transition: 0.1s ease-in 0.05s;
}

#container .menu-title h3 {
  text-align: center;
  font: 1.4rem/2 "fot-tsukuardgothic-std", sans-serif;
  margin: 0;
  position: relative;
  z-index: 2;
}
#container .menu-title p.circle {
  border-radius: 50% 50% 25% 65% / 60% 25% 40% 30%;
  position: absolute;
  top: 0;
  left: 32%;
  width: 35px;
  height: 35px;
}
#container .menu-title.menu01 p.circle {
  background-color: #ef91a1;
  transform: rotate(10deg);
}
#container .menu-title.menu02 p.circle {
  background-color: #94dfbb;
  transform: rotate(30deg);
}
#container .menu-title.menu03 p.circle {
  background-color: #94d0df;
  transform: rotate(50deg);
}

#container .menu{
  display: none;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 3%;
  text-align: justify;
}
#container .menu li {
  font-size: 1.0rem;
  text-align: center;
  margin-bottom: 7%;
  padding: 3%;
  position: relative;
}
#container .menu li span {
  font-size: 0.6rem;
}
#container #menu01 li {
  border: solid 1px #ef91a1;
  border-radius: 10px;
}
#container #menu02 li {
  border: solid 1px #94dfbb;
  border-radius: 10px;
}
#container #menu03 li {
  border: solid 1px #94d0df;
  border-radius: 10px;
}
#container #menu01 li.color-box {
  background: #ef91a1;
  color: #fff;
}
#container #menu02 li.color-box {
  background: #94dfbb;
  color: #fff;
}
#container #menu03 li.color-box {
  background: #94d0df;
  color: #fff;
}
/*　▼　*/
#container .menu li::after{
  content: '';
  clip-path: polygon(0 0, 50% 45%, 100% 0);
  position: absolute;
  bottom: -60%;
  left: 45%;
  height: 20px;
  width: 30px;
}
#container #menu01 li::after {
  background-color: #ef91a1;
}
#container #menu02 li::after {
  background-color: #94dfbb;
}
#container #menu03 li::after {
  background-color: #94d0df;
}
#container .menu li:last-child::after {
  display: none;
}

#container .howto-area .come {
  font-size: 0.8rem;
}

/*course-area*/
#container .course-area {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/modeling-pack/course-back.jpg) top left no-repeat;
  background-size: 150%;
  background-color: #fff;
  padding-top: 40%;
  position: relative;
}

/*----//table//----*/
#container .table-box {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;
  margin: 7% 0;
}
#container .table-img {
  width: 220%;
}

/*voice-area*/
#container .voice-area {
  background: url(https://7beauty.jp/contents/shop/sevenbeauty/img/freepage/modeling-pack/voice-back.jpg) top left 70% no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 20% 0;
  position: relative;
}
#container .voice-area ul {
  flex-wrap: nowrap;
  padding: 0 5%;
}
#container .voice-area li {
  width: 70%;
}
#container .voice-area li:first-child {
  margin-right: 5%;
  width: 30%;
}
#container .voice-area h3 {
  border-bottom: dotted 2px var(--sub);
  font: 1.4rem/1 'ta-koigokoro', sans-serif;
  margin: 3% 0;
  padding: 3% 0;
}
#container .voice-area p.user-name {
  font-size: 0.7rem;
  margin: 5% 0;
}
/*--------line--------*/
.custom-shape-divider-top-waves {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-waves svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 40px;
}
.custom-shape-divider-bottom-waves-voice {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-waves-voice svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 40px;
}

/*lineup-area*/
#container .lineup-area img {/*touch OK.*/
  pointer-events: auto;
}
#container .lineup-area dl {
  margin: 5% 0;
  width: calc(100%/2);
}
#container .lineup-area dd {
  padding: 0 3%;
}
#container .lineup-area p.catch {
  color: var(--sub);
  font: bold 1.0rem / 1.2 "fot-tsukuardgothic-std", sans-serif;
  margin: 0;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
#container .lineup-area h3 {
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  margin-bottom: 5%;
  text-align: center;
}
#container .lineup-area p.des {
  font-size: 0.8rem;
  padding: 0 3%;
}
@media screen and (min-width:480px) {/*tablet 480px-*/
#container .mainvisual {
  height: 400px;
}
#container .mainvisual::after {
  content: '';
  height: 35%;
}
.custom-shape-divider-bottom-mainvisual {
  bottom: 34%;
}
#container .mainvisual .title {
  float: left;
  width: 50%;
}
#container .mainvisual .image {
  width: 50%;
  margin: 0;
  margin-left: auto;
}  
#container .mainvisual .image .fv-image {
  top: -10%;
  right: -20%;
  width: 90%;
}
#container .mainvisual .image .fv-item {
  bottom: -25%;
  width: 80%;
}
#container .mainvisual .price {
  float: left;
  margin: -60px 0 0;
  width: 50%;
}
/*intro-area*/
#container .intro-area {
  margin: 0;
}
/*point-area*/
#container h2 {
  font-size: 2.2rem;
}
#container .point h3 {
  font-size: 1.8rem;
  text-align: left;
  justify-content: flex-start;
  padding: 7%;
}
#container .point2 h3{
  text-align: right;
  justify-content: flex-end;
}
#container .point dd {
  top: 40px;
  right: 0;
  width: 50%;
}
#container .point2 dd {
  left: 0;
}
#container .textbox {
  margin: 10% 0;
  width: 60%;
}#container .point2 .textbox {
  width: 60%;
}
#container .point h4 {
  font-size: 1.6rem;
}
#container section p.des{
  font-size: 0.9rem;
}
#container .point1-2.flex {
  margin: 0 0 10%;
  width: 100%;
}
#container .point1-2.flex dd {
  width: 100%;
}
#container .addfree-icon li {
  width: calc(100% / 7);
}
/*effi-area*/
.custom-shape-divider-top-curve svg,.custom-shape-divider-bottom-curve svg {
  height: 80px;
}
#container .effi-area ul {
  padding: 5% 0;
}
#container li.neumor{
  padding: 8%;
  height: 300px;
  width: 300px;
}
#container .effi-area h3{
  font-size: 1.8rem;
}
/*dev-area*/
#container .dev-area {
  margin-bottom: 5%;
  padding-bottom: 10%;
}
#container .dev-area dl.dev0 {
  padding: 10% 0;
  width: 70%;
}
#container .dev-area dl.dev0 dt {
  width: 100%;
}
/*howto-area*/
#container .howto-1, #container .howto-2, #container .howto-3{
  background-size: 40%;
  padding: 5% 10%;
}
#container .howto-1 dt,#container .howto-1 dd {
  width: calc(100%/2);
}
#container .howto-2 dl.flex {
  flex-direction: column;
  padding: 0 2%;
  width: calc(100% / 3);
}
#container .howto-2 dl.flex dt, #container .howto-2 dl.flex dd {
  padding: 0;
  width: 100%;
}
#container .howto-3 p.des{
  text-align: center;
}
#container .menu-box {
  padding: 0 1%;
  width: calc(100% / 3);
}
#container .menu {
  display: block;
}
#container .menu-title::before, #container .menu-title::after {
  display: none;
}
#container .menu-title p.circle {
  left: 20%;
}
#container .menu li{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
#container .menu li::after {
  content: '';
  bottom: -30%;
}
#container .menu li span {
  display: contents;
}
/*course-area*/
#container .table-img {
  width: 150%;
}
/*voice-area*/
#container .voice-area {
  padding: 10% 0;
}
.custom-shape-divider-top-waves svg,.custom-shape-divider-bottom-waves-voice svg {
  height: 80px;
}
#container .voice-area p.user-name {
  font-size: 0.9rem;
}
#container .voice-area h3{
  font-size: 1.8rem;
}
#container .lineup-area dl {
  width: calc(100% / 3);
}
}
@media screen and (min-width:960px) {/*pc 960px-*/
#container .width {
  margin: 0 auto;
  width: 980px;
}
#container .mainvisual {
  height: 640px;
  padding: 60px 0;
}
#container .mainvisual .title .catch{
  font-size: 1.6rem;
}
#container .mainvisual .image {
  height: 440px;
}
#container .mainvisual .image .fv-item {
  bottom: -30%;
}
#container .mainvisual .price{
  font-size: 2.0rem;
}
#container .mainvisual .price em {
  font-size: 3.4rem;
}
#container p.buy-btn {
  font-size: 1.0rem;
  line-height: 3.6;
  margin: 5% auto;
}
/*intro-area*/
#container section {
  padding: 50px;
}
#container .intro-area {
  background-position: top center;
  background-size: cover;
}
#container .intro-area p.intro {
  font-size: 1.6rem;
  padding: 40px 0;
}
.omeustom-shape-divider-bottom-waves svg {
  height: 100px;
}
/*point-area*/
#container .point h3 br {
  display: none;
}
#container .point h3 {
  margin: 0 -50vw;
  padding: 0 50vw;
}
#container .point2 h3 {
  justify-content: space-around;
}
#container .point dd {
  top: -20px;
  right: -100px;
}
#container .point2 dd {
  left: -100px;
}
#container .point1-2.flex {
  margin: 0 0 10%;
}
#container .point1-2.flex dd {
  width: 50%;
}
#container .textbox {
  width: 70%;
}
#container .point2 .textbox {
  width: 66%;
}
#container .addfree-icon {
  margin: 0 0 15% auto;
  padding: 0;
  width: 60%;
}
/*effi-area*/
#container .effi-area {
  padding: 180px 0 70vh;
  background-position: bottom center;
}
.custom-shape-divider-top-curve svg, .custom-shape-divider-bottom-curve svg {
  height: 120px;
}
#container .effi-area ul {
  justify-content: center;
}
#container li.neumor {
  padding: 70px 30px;
}
/*dev-area*/
#container .dev-area dl.dev0 {
  padding: 8% 0;
}
#container .dev-area div.flex {
  margin: 0 0 0 auto;
  width: 70%;
}
#container .dev-area {
  margin-bottom: 3%;
  padding-bottom: 5%;
}
/*howto-area*/
#container .howto-1, #container .howto-2, #container .howto-3 {
  padding: 8% 10% 2%;
  background-position: top left;
}
#container .menu-title p.circle {
  left: 30%;
}
/*course-area*/
#container .course-area {
  background-size: 100%;
  padding-top: 20%;
}
#container .table-img {
  width: 100%;
}
/*voice-area*/
#container .voice-area {
  padding: 5% 0;
}
#container .voice-area li:first-child {
  width: 20%;
}
#container .voice-area h3 {
  font-size: 2.0rem;
  margin: 0 0 3%;
}
#container .lineup-area p.catch {
  font-size: 1.4rem;
  margin: 5% 0 0;
}
#container .lineup-area h3 {
  font-size: 1.4rem;
}
}