@charset "UTF-8";
.clear {
  clear: both; }

iframe {
  max-width: 100%; }

img {
  max-width: 100%; }

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px; }

.wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
@media only screen and (max-width: 1060px) {
  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box; } }
@media only screen and (max-width: 833px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; } }

.fl-wrap, .fl-wrap-l, .fl-wrap-lc, .fl-wrap-c, .fl-wrap-cc, .fl-wrap-b, .fl-wrap-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.fl-wrap-l {
  justify-content: flex-start; }

.fl-wrap-lc {
  justify-content: flex-start;
  align-items: center; }

.fl-wrap-c {
  align-items: center; }

.fl-wrap-cc {
  justify-content: center;
  align-items: center; }

.fl-wrap-b {
  align-items: flex-end; }

.fl-wrap-bc {
  align-items: center;
  justify-content: space-between; }

@media only screen and (min-width: 834px) {
  .sp {
    display: none!important; }
  .tac_pc {
    text-align: center; } }
@media only screen and (max-width: 833px) {
  .pc {
    display: none!important; } }

.mab1 {
  margin-bottom: 1em; }

.tac {
  text-align: center; }

.bg_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.pagenation li {
  padding: 0 5px; }
@media only screen and (max-width: 833px) {
  .pagenation li {
    padding: 0 3px; } }
.pagenation li.num a, .pagenation li.num span {
  width: 57px;
  height: 57px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #E3E3E3;
  color: #000;
  border-radius: 4px;
  background-size: cover;
  font-weight: 600;
  font-size: 1.6rem; }
@media only screen and (max-width: 833px) {
  .pagenation li.num a, .pagenation li.num span {
    width: 35px;
    height: 35px;
    border-radius: 2px;
    font-size: 1rem; } }
.pagenation li.num a:hover,
.pagenation li.num.active span {
  color: #fff;
  background-color: #888888; }
.pagenation li.prev a, .pagenation li.next a {
  border: 1px solid #E3E3E3;
  width: 57px;
  height: 57px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  color: #888888;
  border-radius: 4px;
  background-size: cover;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none; }
@media only screen and (max-width: 833px) {
  .pagenation li.prev a, .pagenation li.next a {
    width: 35px;
    height: 35px;
    font-size: 1rem; } }
.pagenation li.prev a:hover, .pagenation li.next a:hover {
  opacity: .7; }

.form-err {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #f00; }
@media only screen and (max-width: 833px) {
  .form-err {
    font-size: 1.2rem; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: helvetica , "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  line-height: 1.5; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  color: #414141; }

a:hover {
  text-decoration: underline; }

a:visited {
  text-decoration: underline; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  margin: 0;
  vertical-align: baseline; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0; }

img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  max-width: 100%;
  height: auto; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem; }
@media only screen and (max-width: 1060px) {
  body.fix {
    overflow: hidden; } }

a {
  color: #000; }

a:hover {
  color: #000;
  text-decoration: underline; }

img {
  max-width: 100%; }

ul {
  padding: 0; }

li {
  list-style: none; }

b {
  font-weight: 600; }

.main {
  width: 100%;
  overflow: hidden; }

.top_mv {
  width: 100%;
  height: 100vh;
  background: url(../img/top/mv_bg.png);
  background-position: left center;
  background-size: cover;
  position: relative; }
.top_mv .bg {
  content: "";
  z-index: 17;
  width: 100%;
  height: 100%;
  background: url(../img/top/mv_img01.png) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 0; }
.top_mv .img {
  content: "";
  z-index: 18;
  width: 521px;
  height: 637px;
  background: url(../img/top/mv_img02.png) no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%); }
.top_mv .mv_copy {
  z-index: 19;
  position: absolute;
  top: 40%;
  left: 140px;
  transform: translateY(-50%);
  width: 426px;
  height: 284px; }
.top_mv .mv_news_bg {
  z-index: 16;
  width: 100%;
  height: 74px;
  background: url(../img/top/bg_news.png);
  background-position: left center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0; }
.top_mv .mv_news {
  z-index: 19;
  width: 100%;
  height: 74px;
  padding: 20px 350px 20px 140px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0; }
.top_mv .mv_news .txt {
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.top_mv .mv_news .txt a {
  width: 100%;
  font-size: 1.4rem;
  line-height: 34px;
  color: #fff;
  text-decoration: none; }
.top_mv .mv_news .txt a:hover {
  text-decoration: underline; }
.top_mv .mv_news .txt a .date {
  color: #fff;
  font-weight: 600; }
.top_mv .mv_news .txt a .date::after {
  content: "　｜　"; }
@media only screen and (max-width: 833px) {
  .top_mv {
    width: 100%;
    height: 100vh;
    background: url(../img/top/mv_sp.png);
    background-position: center center;
    background-size: cover;
    position: relative; }
  .top_mv .bg {
    display: none; }
  .top_mv .img {
    display: none; }
  .top_mv .mv_copy {
    z-index: 19;
    position: absolute;
    top: 40%;
    left: 20px;
    transform: translateY(-50%);
    width: 168px;
    height: 245px; }
  .top_mv .mv_news_bg {
    height: 37px;
    background-position: left center; }
  .top_mv .mv_news {
    height: 37px;
    padding: 5px 13px; }
  .top_mv .mv_news .txt a {
    font-size: 1rem;
    line-height: 27px; } }

.top01 {
  padding: 0 0 192px;
  background: url(../img/top/bg.png) repeat-y;
  background-position: top -10px center;
  background-size: 100% auto; }
.top01 .wrap {
  padding-top: 100px; }
.top01 .top01-l {
  width: 45%; }
.top01 .top01-r {
  width: 52%;
  margin-bottom: 110px; }
.top01 .top01_ttl {
  height: 46px;
  margin-bottom: 20px; }
.top01 .top01_ttl img {
  height: 100%;
  width: auto; }
.top01 .top_about .top01_ttl {
  height: 38px;
  margin-bottom: 28px; }
.top01 .top01_copy {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1; }
.top01 .top01-l .btn_bk {
  margin-top: 50px;
  width: 200px;
  height: 44px; }
.top01 .top01-l .btn_bk img {
  margin-top: 14px;
  height: 12px; }
.top01 .top01_img {
  background-color: #F7F8F8;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/top/img01_pc.png);
  padding-top: 624px;
  font-size: 0;
  line-height: 0;
  text-align: center; }
.top01 .top01-r .copy {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  line-height: 1.6; }
.top01 .top01-r .txt {
  margin-top: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  line-height: 2.3; }
@media only screen and (max-width: 833px) {
  .top01 {
    padding: 0 0 67px; }
  .top01 .wrap {
    padding-top: 35px; }
  .top01 .top01-l {
    width: 100%; }
  .top01 .top01-r {
    width: 100%;
    margin-bottom: 35px; }
  .top01 .top01_ttl {
    height: 30px;
    margin-bottom: 10px; }
  .top01 .top_about .top01_ttl {
    height: 25px;
    margin-bottom: 15px; }
  .top01 .top01_copy {
    font-size: 1.3rem; }
  .top01 .top01-l .btn_bk img {
    margin-top: 14px; }
  .top01 .top01_img {
    background-image: url(../img/top/img01_sp.png);
    padding-top: 218px; }
  .top01 .top01-r .copy {
    margin-top: 22px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.6; }
  .top01 .top01-r .txt {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.6; } }
  .top01 .top01-r .btn_bk {
    margin-top: 20px; }

.top02 {
  padding: 160px 20px 120px;
  background-color: #F7F8F8;
  position: relative;
  justify-content: center; }
.top02::before {
  content: "";
  width: 100%;
  height: 342px;
  background: url(../img/top/border.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: -171px;
  left: 0; }
.top02 .top02_ttl {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
  font-size: 0;
  line-height: 0; }
.top02 .top02_ttl img {
  height: 43px;
  width: auto; }
.top02 .top02_copy {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1; }
.top02 .top02_img {
  width: 100%;
  height: 136px;
  margin-top: 28px;
  text-align: center;
  font-size: 0;
  line-height: 0; }
.top02 .top02_img img {
  height: 100%;
  width: auto; }
.top02 .top02_txt {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.15; }
.top02 .top02-itm {
  margin: 0 30px;
  padding-bottom: 90px;
  width: calc(50% - 60px);
  max-width: 470px;
  overflow: hidden;
  position: relative; }
.top02 .top02-itm .img {
  width: 100%;
  height: 364px;
  text-align: center;
  position: relative;
  overflow: hidden; }
.top02 .top02-itm.lineup02 .img {
  padding-top: 27px; }
.top02 .top02-itm .name {
  margin-top: 20px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  line-height: 1.8; }
.top02 .top02-itm .copy {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5; }
.top02 .top02-itm .txt {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.8; }
.top02 .top02-itm .txt .sml {
  font-size: 1rem; }
.top02 .top02-itm .txt2 {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8; }
.top02 .top02-itm .note {
  margin-top: 12px;
  font-size: 1.2rem;
  line-height: 1.8; }
.top02 .top02-itm .dtl {
  margin-top: 12px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8; }
.top02 .top02-itm .btn_bk {
  position: absolute;
  bottom: 0;
  left: 0; }
@media only screen and (min-width: 834px) {
  .top02-itm .top02-itm_dtl {
    height: auto!important; } }
@media only screen and (max-width: 833px) {
  .top02 {
    padding: 50px 10px 55px; }
  .top02::before {
    height: 84px;
    top: -42px; }
  .top02 .top02_ttl {
    margin-bottom: 4px; }
  .top02 .top02_ttl img {
    height: 27px; }
  .top02 .top02_copy {
    font-size: 1rem; }
  .top02 .top02_img {
    height: 83px;
    margin-top: 15px; }
  .top02 .top02_txt {
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 0 10px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.75; }
  .top02 .top02-itm {
    margin: 0 10px;
    padding-bottom: 56px;
    width: calc(50% - 20px); }
  .top02 .top02-itm .img {
    height: 242px; }
  .top02 .top02-itm .img img {
    height: 100%;
    width: auto; }
  .top02 .top02-itm.lineup02 .img {
    padding-top: 18px; }
  .top02 .top02-itm .name {
    margin-top: 15px;
    text-align: left;
    font-size: 2rem;
    line-height: 1.4; }
  .top02 .top02-itm .copy {
    margin-top: 12px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 17px; }
  .top02 .top02-itm .txt {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
  .top02 .top02-itm .txt .sml {
    vertical-align: top;
    font-size: .6rem; }
  .top02 .top02-itm .txt2 {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }
  .top02 .top02-itm .note {
    margin-top: 17px;
    font-size: 1rem;
    line-height: 1.5; }
  .top02 .top02-itm .dtl {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5; } }

.top03 {
  position: relative;
  padding: 85px 0;
  background: #212634; }
.top03 .top03_ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 0;
  line-height: 0; }
.top03 .top03_ttl img {
  height: 32px;
  width: auto; }
.top03 .top03_copy {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1; }
.top03 .top03_news-inn {
  width: 100%;
  max-width: 1035px;
  padding: 45px 0 40px;
  margin: 0 auto;
  align-items: flex-start; }
.top03 .top_news__itm {
  width: 33%;
  padding: 0 17px; }
.top03 .top_news__itm:nth-child(4) {
  display: none; }
.top03 .top_news__link {
  text-decoration: none; }
.top03 .top_news__link:hover .top_news__ttl {
  text-decoration: underline; }
.top03 .top_news__link:hover .top_news__thumb {
  opacity: .7; }
.top03 .top_news__thumb {
  width: 100%;
  height: 310px;
  overflow: hidden; }
.top03 .top_news__thumb img {
  min-height: 100%;
  min-width: 100%; }
.top03 .top_news__meta {
  margin-top: 10px; }
.top03 .top_news__date {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1; }
.top03 .top_news__cat {
  display: inline-block;
  margin-left: 5px;
  padding: 0 10px;
  height: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 20px;
  border-radius: 3px;
  background-color: #7C7D82; }
.top03 .top_news__ttl {
  margin-top: 15px;
  margin-top: 10px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 26px; }
.top03 .btn_wh {
  width: 270px;
  margin: 0 auto; }
@media only screen and (max-width: 833px) {
  .top03 {
    padding: 40px 0; }
  .top03 .top03_ttl {
    margin-bottom: 10px; }
  .top03 .top03_ttl img {
    height: 20px; }
  .top03 .top03_copy {
    font-size: 1rem; }
  .top03 .top03_news-inn {
    padding: 20px 10px 3px; }
  .top03 .top_news__itm {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
  .top03 .top_news__itm:nth-child(4) {
    display: block; }
  .top03 .top_news__thumb {
    height: 130px; }
  .top03 .top_news__meta {
    margin-top: 3px; }
  .top03 .top_news__date {
    font-weight: 600;
    font-size: 1.1rem; }
  .top03 .top_news__cat {
    margin-left: 2px;
    padding: 0 10px;
    height: 20px;
    font-size: 1.1rem;
    line-height: 20px; }
  .top03 .top_news__ttl {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 18px; }
  .top03 .btn_wh {
    width: 177px; } }


.p_body-gr {
  background-color: #F8F8F8; }


.about {
  border-bottom: 1px solid #F7F8F8; }
.about .ttl_en {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600; }
.about .ttl_jp {
  margin-top: 12px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600; }
.about .video_wrap {
  padding: 95px 20px 105px;
  margin: 0 auto;
  width: 100%;
  max-width: 712px; }
.about .video {
  width: 100%;
  padding-top: 56.25%;
  position: relative; }
.about .video img,
.about .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.about .about1 {
  padding: 0 20px 100px;
  width: 100%;
  max-width: 826px;
  margin: 0 auto; }
.about .about1 .copy {
  margin-top: 35px;
  padding-top: 35px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600; }
.about .about1 .copy::before {
  content: "";
  width: 22px;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11px; }
.about .about1 .txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.1; }
.about .about1 .img {
  margin: 60px auto 65px;
  width: 100%; }
.about .about2 {
  padding: 105px 0 410px;
  background-color: #F4F4F4;
  background-image: url(../img/about/bg02.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
  position: relative; }
.about .about2 .bg_img {
  content: "";
  width: 490px;
  height: 566px;
  background-image: url(../img/about/img02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 60px; }
.about .about2 .ttl {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  font-weight: 800; }
.about .about2 .copy {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  font-weight: 600; }
.about .about2 .itm {
  width: calc(33% - 40px);
  margin-top: 45px; }
.about .about2 .itm .img {
  width: 100%; }
.about .about2 .itm .name {
  height: 114px;
  padding-top: 44px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  line-height: 20px;
  background-position: center center;
  background-size: auto 67px;
  background-repeat: no-repeat; }
.about .about2 .itm.itm01 .name {
  background-image: url(../img/num01_wh.svg); }
.about .about2 .itm.itm02 .name {
  background-image: url(../img/num02_wh.svg); }
.about .about2 .itm.itm03 .name {
  background-image: url(../img/num03_wh.svg); }
.about .about2 .txt {
  width: 100%;
  margin-top: 10px;
  padding-right: 55%;
  font-size: 1.4rem;
  line-height: 2.1; }
.about .about3 {
  padding: 110px 40px 95px; }
.about .about3 .ttl {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600; }
.about .about3 .copy {
  margin: 40px auto 30px;
  height: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle; }
.about .about3 .copy .img {
  margin-left: 20px;
  display: inline-block;
  height: 40px;
  vertical-align: middle; }
.about .about3 .copy .img img {
  width: auto;
  height: 100%; }
.about .about3 .txt {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.1; }
.about .about4 {
  padding: 95px 0 55px;
  background: url(../img/about/bg04_pc.png) right center no-repeat;
  background-size: cover; }
.about .about4 .reason_itms {
  width: 720px;
  margin: 35px auto 0;
  padding-top: 35px;
  position: relative; }
.about .about4 .reason_itms::before {
  content: "";
  width: 22px;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11px; }
.about .about4 .reason_itm {
  margin-bottom: 55px;
  min-height: 67px;
  padding-left: 130px;
  background-size: auto 67px;
  background-position: left center;
  background-repeat: no-repeat; }
.about .about4 .reason_itm:nth-child(1) {
  background-image: url(../img/num01_gr.svg); }
.about .about4 .reason_itm:nth-child(2) {
  background-image: url(../img/num02_gr.svg); }
.about .about4 .reason_itm:nth-child(3) {
  background-image: url(../img/num03_gr.svg); }
.about .about4 .reason_itm:nth-child(4) {
  background-image: url(../img/num04_gr.svg); }
.about .about4 .reason_itm .ttl {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600; }
.about .about4 .reason_itm .txt {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600; }
.about .about5 {
  padding: 80px 0 85px; }
.about .about5 .about5_wrap {
  padding: 60px 50px 50px;
  background: url(../img/about/bg05.png) center center no-repeat;
  background-size: cover; }
.about .about5 .ttl {
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1; }
.about .about5 .txt {
  margin-top: 25px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.1; }
@media only screen and (max-width: 833px) {
  .about {
    border-bottom: none; }
  .about .ttl_en {
    font-size: 2.4rem; }
  .about .ttl_jp {
    margin-top: 6px;
    font-size: 1rem; }
  .about .video_wrap {
    padding: 35px 20px; }
  .about .about1 {
    padding: 0 20px 37px; }
  .about .about1 .copy {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  line-height: 1.75; }
  .about .about1 .copy::before {
    width: 12px;
    margin-left: -6px; }
  .about .about1 .txt {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.7; }
  .about .about1 .img {
    margin: 20px auto 22px; }
  .about .about2 {
    padding: 35px 0 305px;
    background-size: 200% auto; }
  .about .about2 .bg_img {
    width: 220px;
    height: 260px;
    bottom: 26px;
    margin-left: -110px; }
  .about .about2 .ttl {
    font-size: 2.1rem; }
  .about .about2 .copy {
    margin-bottom: 23px;
    margin-top: 12px;
    font-size: 1.2rem; }
  .about .about2 .wrap {
    padding: 0; }
  .about .about2 .itm {
    width: 100%;
    padding-left: 50%;
    margin-top: 0;
    position: relative; }
  .about .about2 .itm.itm02 {
    padding: 0 50% 0 0; }
  .about .about2 .itm .img {
    width: 50%;
    height: 160px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .about .about2 .itm.itm02 .img {
    left: inherit;
    right: 0; }
  .about .about2 .itm .name {
    height: 160px;
    padding-top: 69px;
    font-size: 1.6rem;
    line-height: 1;
    background-size: auto 45px; }
  .about .about2 .txt {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.2rem;
    line-height: 1.7; }
  .about .about3 {
    padding: 35px 20px; }
  .about .about3 .ttl {
    font-size: 1.6rem;
    line-height: 1.75; }
  .about .about3 .copy {
    margin: 12px auto;
    height: auto;
    font-size: 1.2rem;
    line-height: 1; }
  .about .about3 .copy .img {
    margin-left: 0;
    margin-top: 12px;
    display: block;
    text-align: center;
    height: 36px; }
  .about .about3 .txt {
    max-width: 100%;
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 1.7; }
  .about .about4 {
    padding: 35px 20px 15px;
    background-image: url(../img/about/bg04_sp.png); }
  .about .about4 .reason_itms {
    width: 100%;
    margin: 20px auto 0;
    padding-top: 20px; }
  .about .about4 .reason_itms::before {
    width: 12px;
    margin-left: -6px; }
  .about .about4 .reason_itm {
    margin-bottom: 22px;
    min-height: inherit;
    padding-left: 64px;
    background-size: auto 32px; }
  .about .about4 .reason_itm .ttl {
    font-size: 1.3rem;
    line-height: 1.6; }
  .about .about4 .reason_itm .txt {
    margin-top: 6px;
    font-size: 1.2rem;
    line-height: 1.6; }
  .about .about5 {
    padding: 37px 20px; }
  .about .about5 .about5_wrap {
    padding: 25px 20px 22px; }
  .about .about5 .ttl {
    font-size: 1.5rem; }
  .about .about5 .txt {
    margin-top: 13px;
    font-size: 1.2rem;
    line-height: 1.6; } }


.future {
  padding: 95px 0 170px; }
.future .ttl {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600; }
.future .copy {
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600; }
.future .copy2 {
  position: relative;
  padding-top: 35px;
  margin-top: 35px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  line-height: 1; }
.future .copy2::before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11px; }
.future .txt {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2.1; }
@media only screen and (max-width: 833px) {
  .future {
    padding: 35px 20px 45px; }
  .future .ttl {
    font-size: 2.6rem; }
  .future .copy {
    margin-top: 10px;
    font-size: 1rem; }
  .future .copy2 {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.6; }
  .future .copy2::before {
    width: 12px;
    margin-left: -6px; }
  .future .txt {
    margin-top: 17px;
    font-size: 1.2rem;
    line-height: 1.8; } }


.lineuplist {
  padding: 130px 50px 100px;
  background-color: #F7F8F8;
  position: relative; }
.lineuplist::before {
  content: "";
  width: 100%;
  height: 342px;
  background: url(../img/top/border.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: -171px;
  left: 0; }
.lineuplist .ttl {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600; }
.lineuplist .ttl_jp {
  margin-top: 15px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600; }
.lineuplist .lineup-itm {
  width: 100%;
  max-width: 910px;
  margin: 0 auto 110px;
  flex-direction: row;
  justify-content: center; }
.lineuplist .lineup-itm .img {
  width: calc(100% - 430px);
  padding: 0 5px;
  background: url(../img/lineup/img01.png) top right no-repeat;
  background-size: contain; }
.lineuplist .lineup-itm .img img {
  visibility:hidden;
  width: 100%;
  height: auto; }
.lineuplist .lineup-itm.lineup01 .img {
  order: 2; }
.lineuplist .lineup-itm.lineup02 .img {
  background-image: url(../img/lineup/img02.png);
  background-position: top left; }
.lineuplist .lineup-itm .dtl {
  width: 415px; }
.lineuplist .lineup-itm .name {
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5; }
.lineuplist .lineup-itm .copy {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5; }
.lineuplist .lineup-itm .txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 2; }
.lineuplist .lineup-itm .txt .sml {
  font-size: 1rem;
  vertical-align: top; }
.lineuplist .lineup-itm .txt .note {
  font-size: 1.2rem; }
.lineuplist .lineup-itm .btn_inn .btn_buy {
  width: 270px;
  height: 68px;
  line-height: 68px;
  font-size: 2.2rem;
  font-weight: 600; }
.lineuplist .lineup-itm .btn_inn .btn_bk {
  width: 132px;
  height: 68px;
  border-radius: 4px;
  line-height: 68px;
  font-size: 1.4rem; }
.lineuplist .lineup-jelly {
  width: 100%;
  max-width: 975px;
  padding: 50px 350px 50px 60px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 10px 10px 7px 0px #E9EDF1;
  background: #fff url(../img/lineup/bg03_pc.png) no-repeat;
  background-size: cover; }
.lineuplist .lineup-jelly .name {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 48px; }
.lineuplist .lineup-jelly .name .copy {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem; }
.lineuplist .lineup-jelly .txt {
  margin: 23px 0 28px;
  font-size: 1.4rem;
  line-height: 2.1; }
.lineuplist .lineup-jelly .img {
  position: absolute;
  top: 38px;
  right: 39px;
  width: 321px; }
.lineuplist .lineup-jelly .img img {
  width: 100%;
  height: auto; }
.lineuplist .lineup-jelly .btn_buy {
  z-index: 12;
  position: relative;
  width: 200px; }
.lineuplist .lineup-jelly .img_link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
.lineuplist .lineup-jelly .img_link:hover {
  opacity: .3;
  background-color: #fff; }
@media only screen and (max-width: 833px) {
  .lineuplist {
    padding: 40px 20px 45px; }
  .lineuplist::before {
    height: 84px;
    top: -42px; }
  .lineuplist .ttl {
    font-size: 2.6rem; }
  .lineuplist .copy {
    margin-top: 7px;
    margin-bottom: 25px;
    font-size: 1rem; }
  .lineuplist .lineup-itm {
    margin: 0 auto 50px; }
  .lineuplist .lineup-itm .img {
    width: 80%;
    padding: 0; }
  .lineuplist .lineup-itm.lineup01 .img {
    order: 1; }
  .lineuplist .lineup-itm.lineup01 .dtl {
    order: 2; }
  .lineuplist .lineup-itm .dtl {
    width: 100%; }
  .lineuplist .lineup-itm .name {
    margin-bottom: 10px;
    font-size: 2.1rem; }
  .lineuplist .lineup-itm .copy {
    margin-bottom: 20px;
    font-size: 1.2rem; }
  .lineuplist .lineup-itm .txt {
    margin-bottom: 17px;
    font-size: 1.2rem;
    line-height: 1.7; }
  .lineuplist .lineup-itm .txt .sml {
    font-size: .9rem; }
  .lineuplist .lineup-itm .txt .note {
    font-size: 1rem; }
  .lineuplist .lineup-itm .btn_inn form {
    width: 100%; }
  .lineuplist .lineup-itm .btn_inn .btn_buy {
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 1.8rem; }
  .lineuplist .lineup-itm .btn_inn .btn_bk {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    border-radius: 2px;
    line-height: 40px;
    font-size: 1.2rem; }
  .lineuplist .lineup-jelly {
    padding: 10px 15px 25px;
    box-shadow: 0px 17px 7px -10px #E9EDF1;
    background-image: url(../img/lineup/bg03_sp.png); }
  .lineuplist .lineup-jelly .name {
    text-align: center;
    font-size: 1.6rem;
    line-height: 25px; }
  .lineuplist .lineup-jelly .name .copy {
    font-size: 1.4rem; }
  .lineuplist .lineup-jelly .txt {
    margin: 10px 0 14px;
    font-size: 1.2rem;
    line-height: 1.7; }
  .lineuplist .lineup-jelly .img {
    margin: 0 auto 12px;
    position: relative;
    top: inherit;
    right: inherit;
    width: 195px; }
  .lineuplist .lineup-jelly .btn_buy {
    margin: 0 auto;
    width: 165px; } }


.product {
  border-bottom: 1px solid #F7F8F8; }
.product .ttl_en {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600; }
.product .ttl_jp {
  margin-top: 12px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600; }
.product .product1 {
  padding: 100px 0 170px;
  position: relative; }
.product .product1 .img {
  width: 478px;
  height: 663px;
  position: absolute;
  top: 0;
  right: 40px;
  background: url(../img/lineup/gel/img01.png) center top no-repeat; }
.product.lineup_lotion .product1 .img {
  background-image: url(../img/lineup/lotion/img01.png); }
.product .product1 .ttl {
  margin-bottom: 65px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.2rem;
  line-height: 1; }
.product .product1 .copy {
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  line-height: 1; }
.product .product1 .copy2 {
  margin-bottom: 45px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  line-height: 1; }
.product .product1 .txt {
  font-size: 1.4rem;
  line-height: 2; }
.product .product2 {
  padding: 140px 0 70px;
  background-color: #F7F8F8;
  position: relative; }
.product .product2::before {
  content: "";
  width: 100%;
  height: 342px;
  background: url(../img/top/border.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: -171px;
  left: 0; }
.product .product2 .ttl {
  margin-bottom: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.2rem;
  text-align: center;
  position: relative; }
.product .product2 .ttl::before {
  content: "※";
  font-size: 1.3rem;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -42px; }
.product.lineup_lotion .product2 .ttl::before {
  margin-left: -168px; }
.product .product2 .copy {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600; }
.product .product2 .note {
  text-align: center;
  font-size: 1rem;
  line-height: 1; }
.product .product2 .img1 {
  text-align: center;
  margin-top: 42px;
  height: 136px; }
.product .product2 .img1 img {
  height: 100%;
  width: auto; }
.product .product2 .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2; }
.product .product2 .txt b {
  font-size: 1.8rem; }
.product .product3 {
  text-align: center;
  padding: 0 0 280px;
  background-color: #F7F8F8; }
.product .product3 .ttl {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.7; }
.product .product3 .ttl .name {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 2.6rem; }
.product .product3 .ttl .copy {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 2.8rem; }
.product .product3 .ttl .copy .sml {
  font-size: 1rem;
  vertical-align: top; }
.product .product3 .ttl .note {
  position: absolute;
  bottom: -10px;
  right: 0;
  font-family: helvetica , "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1; }
.product .product3 .itm {
  width: calc(33% - 40px);
  margin-top: 45px; }
.product .product3 .itm .img {
  width: 100%; }
.product .product3 .itm .name {
  height: 114px;
  padding-top: 44px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  line-height: 20px;
  background-position: center center;
  background-size: auto 67px;
  background-repeat: no-repeat; }
.product .product3 .itm.itm01 .name {
  background-image: url(../img/num01_wh.svg); }
.product .product3 .itm.itm02 .name {
  background-image: url(../img/num02_wh.svg); }
.product .product3 .itm.itm03 .name {
  background-image: url(../img/num03_wh.svg); }
.product .product3 .itm .name .sml {
  font-size: 1rem; }
.product .product3 .itm .txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2; }
.product .product4 .product4_inn {
  margin-top: -220px;
  background: url(../img/lineup/gel/bg03_pc.png);
  background-size: cover;
  border-radius: 8px;
  padding: 70px 20px 70px 340px; }
.product .product4 .ttl {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1; }
.product .product4 .free {
  margin-top: 40px;
  text-align: center; }
.product .product4 .free span {
  display: inline-block;
  min-width: 120px;
  padding: 10px 30px;
  margin: 3px;
  font-weight: 600;
  font-weight: 1.6rem;
  line-height: 1.25;
  color: #fff;
  background-color: #9F9F9F;
  border-radius: 33px; }
.product .product4 .txt {
  margin-top: 40px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2; }
.product .product5 {
  padding-top: 125px;
  padding-bottom: 100px; }
.product .product5 .howto {
  margin-top: 50px;
  border-bottom: 1px solid #EFEFEF; }
.product .product5 .howto_itm {
  padding: 25px 0;
  border-top: 1px solid #EFEFEF; }
.product .product5 .howto_itm .num {
  margin-right: 14px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F0F0F0;
  text-align: center;
  font-size: 2rem;
  line-height: 50px;
  font-weight: 600; }
.product .product5 .howto_itm .txt {
  width: calc(100% - 65px);
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600; }
.product .product5 .howto_itm .note {
  margin-top: 20px;
  padding-left: 64px;
  font-size: 1.2rem;
  line-height: 1.5; }
.product .product5 .sample {
  margin-top: 35px; }
.product .product5 .sample .img {
  width: calc(50% - 35px); }
.product .product5 .sample .txt_inn {
  width: 50%; }
.product .product5 .sample .ttl {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  line-height: 1; }
.product .product5 .sample .copy {
  margin-top: 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  line-height: 1; }
.product .product5 .sample .txt {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #EFEFEF;
  font-size: 1.4rem;
  line-height: 2; }
.product .product6 {
  padding: 85px 0 110px;
  background-color: #F7F8F8; }
.product .product6 .ttl_jp {
  margin-bottom: 45px; }
.product .product6 .voice_itm {
  width: 834px;
  padding: 50px 55px;
  margin: 0 auto 1px;
  background-color: #fff; }
.product .product6 .voice_itm .meta {
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0; }
.product .product6 .voice_itm .addr {
  display: inline-block;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 26px;
  color: #fff;
  background-color: #000; }
.product .product6 .voice_itm .name {
  display: inline-block;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 26px;
  color: #fff;
  background-color: #7C7D82; }
.product .product6 .voice_itm .txt {
  font-size: 1.4rem;
  line-height: 2; }
.product .product7 {
  padding: 100px 0 80px; }
.product .product7 .wrap {
  max-width: 834px; }
.product .product7 .img {
  width: 457px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -82px; }
.product .product7 .dtl {
  z-index: 1; }
.product .product7 .name {
  margin-bottom: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5; }
.product .product7 .copy {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5; }
.product .product7 .txt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2; }
.product .product7 .txt .sml {
  font-size: 1rem;
  vertical-align: top; }
.product .product7 .txt .note {
  font-size: 1.2rem; }
.product .product7 .price {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.66; }
.product .product7 .btn_buy {
  width: 200px; }
.product .product7 .deliver {
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 1.8; }
.product .product7 .txt_buy {
  display: none;
  margin-top: 20px;
  color: #888;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5; }
.product .product7 .comp {
  margin-top: 30px;
  background-color: #F7F8F8;
  padding: 25px; }
.product .product7 .comp_ttl {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1; }
.product .product7 .comp_txt {
  font-size: 1.2rem;
  line-height: 2; }
@media only screen and (max-width: 833px) {
  .prduct {
    border-bottom: none; }
  .product .ttl_en {
    font-size: 2.4rem; }
  .product .ttl_jp {
    margin-top: 6px;
    font-size: 1rem; }
  .product .product1 {
    padding: 350px 20px 50px; }
  .product .product1 .img {
    width: 216px;
    height: 300px;
    top: 20px;
    right: auto;
    left: 50%;
    background-size: auto 100%;
    margin-left: -108px; }
  .product .product1 .ttl {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.3rem; }
  .product .product1 .copy {
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.7rem;
    line-height: 1.7; }
  .product .product1 .copy2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.2rem; }
  .product .product1 .txt {
    font-size: 1.2rem;
    line-height: 1.8; }
  .product .product2 {
    padding: 60px 0 25px; }
  .product .product2::before {
    height: 84px;
    top: -42px; }
  .product .product2 .ttl {
    margin-bottom: 10px;
    font-size: 2.3rem; }
  .product .product2 .ttl::before {
    font-size: .9rem;
    top: -5px;
    margin-left: -23px; }
  .product.lineup_lotion .product2 .ttl::before {
    margin-left: 11px; }
  .product .product2 .copy {
    margin-bottom: 7px;
    font-size: 1.2rem; }
  .product .product2 .note {
    font-size: 1rem; }
  .product .product2 .img1 {
    margin-top: 20px;
    height: 71px; }
  .product .product2 .txt {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.8; }
  .product .product2 .txt b {
    font-size: 1.3rem; }
  .product .product2_sp {
    background-color: #F7F8F8;
    padding-bottom: 20px; }
  .product .product2_sp .img {
    width: 100%;
    padding-top: 62%;
    background: url(../img/lineup/gel/img02.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px; }
  .product .product2_sp .img2 {
    width: 100%;
    padding-top: 62%;
    background: url(../img/lineup/lotion/img02.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px; }
  .product .product2_sp .img3 {
    width: 100%;
    padding-top: 56.5%;
    background: url(../img/top/img02.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px; }
  .product .product2_sp .ttl {
    padding: 18px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 600;
    color: #fff;
    background-color: #7C7D82; }
  .product .product2_sp .content {
    padding: 23px 0;
    background-color: #fff; }
  .product .product2_sp .content .txt {
    margin-bottom: 23px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7; }
  .product .product2_sp .content .point_inn {
    padding: 0 20px; }
  .product .product2_sp .content .point_ttl {
    padding: 18px;
    text-align: center;
    background-color: #BDCCD4;
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.7; }
  .product .product2_sp .content .point_itm {
    margin-top: 20px; }
  .product .product2_sp .content .point_itm_ttl {
    width: 62px;
    height: 20px;
    display: block;
    margin: 0 auto 5px;
    font-weight: 600;
    background-color: #BDCCD4;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    line-height: 20px; }
  .product .product2_sp .content .point_itm_txt {
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.7; }
  .product .product3 {
    padding: 20px 0 195px; }
  .product .product3 .ttl {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.7; }
  .product .product3 .ttl .name {
    font-size: 1.6rem; }
  .product .product3 .ttl .copy {
    font-size: 1.8rem; }
  .product .product3 .ttl .copy .sml {
    font-size: .9rem; }
  .product .product3 .ttl .note {
    bottom: -15px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: .9rem; }
  .product .product3 .itm {
    width: 100%;
    margin-top: 35px; }
  .product .product3 .itm .img {
    width: 200px;
    margin: 0 auto; }
  .product .product3 .itm .name {
    height: 100px;
    padding-top: 37px;
    font-size: 1.9rem;
    line-height: 17px;
    background-size: auto 57px; }
  .product .product3 .itm .name .sml {
    font-size: .9rem; }
  .product .product3 .itm .txt {
    font-size: 1.2rem;
    line-height: 1.7; }
  .product .product4 {
    padding: 0 20px; }
  .product .product4 .product4_inn {
    margin-top: -160px;
    background: url(../img/lineup/gel/bg03_sp.png);
    background-size: cover;
    border-radius: 4px;
    padding: 140px 20px 20px; }
  .product .product4 .ttl {
    font-size: 1.8rem; }
  .product .product4 .free {
    margin-top: 15px; }
  .product .product4 .free span {
    display: block;
    width: 100%;
    padding: 0;
    height: 22px;
    margin: 0 0 3px;
    font-weight: 1rem;
    line-height: 22px;
    border-radius: 11px; }
  .product .product4 .txt {
    margin-top: 20px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.7; }
  .product .product5 {
    padding-top: 55px;
    padding-bottom: 36px; }
  .product .product5 .howto {
    margin-top: 22px;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF; }
  .product .product5 .howto_itm {
    padding: 13px 20px; }
  .product .product5 .howto_itm .num {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    font-size: 1rem;
    line-height: 24px; }
  .product .product5 .howto_itm .txt {
    width: calc(100% - 35px);
    font-size: 1.2rem;
    line-height: 1.5; }
  .product .product5 .howto_itm .note {
    margin-top: 17px;
    padding-left: 0;
    font-size: 1rem; }
  .product .product5 .sample {
    margin-top: 18px; }
  .product .product5 .sample .img {
    width: 100%; }
  .product .product5 .sample .txt_inn {
    width: 100%;
    margin-top: 20px; }
  .product .product5 .sample .ttl {
    text-align: center;
    font-size: 2.3rem; }
  .product .product5 .sample .copy {
    text-align: center;
    margin-top: 12px;
    font-size: 1.2rem; }
  .product .product5 .sample .txt {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 1.2rem;
    line-height: 1.7; }
  .product .product6 {
    padding: 35px 20px 40px; }
  .product .product6 .ttl_jp {
    margin-bottom: 20px; }
  .product .product6 .voice_itm {
    width: 100%;
    padding: 20px; }
  .product .product6 .voice_itm .meta {
    margin-bottom: 15px; }
  .product .product6 .voice_itm .addr {
    padding: 0 6px;
    font-size: 1rem;
    line-height: 22px; }
  .product .product6 .voice_itm .name {
    padding: 0 6px;
    font-size: 1rem;
    line-height: 22px; }
  .product .product6 .voice_itm .txt {
    font-size: 1.2rem;
    line-height: 1.7; }
  .product .product7 {
    padding: 35px 0 37px; }
  .product .product7 .img {
    width: 260px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
    top: inherit;
    right: inherit; }
  .product .product7 .name {
    margin-bottom: 15px;
    font-size: 2.1rem; }
  .product .product7 .copy {
    margin-bottom: 25px;
    font-size: 1.2rem; }
  .product .product7 .txt {
    margin-bottom: 17px;
    font-size: 1.2rem;
    line-height: 1.7; }
  .product .product7 .txt .sml {
    font-size: .9rem; }
  .product .product7 .txt .note {
    font-size: 1rem; }
  .product .product7 .price {
    margin-bottom: 18px;
    font-size: 1.2rem; }
  .product .product7 .btn_buy {
    width: 100%; }
  .product .product7 .deliver {
    margin-top: 20px;
    font-size: 1.1rem; }
  .product .product7 .txt_buy {
    margin-top: 20px;
    font-size: 1.1rem; }
  .product .product7 .comp {
    margin-top: 20px;
    padding: 20px; }
  .product .product7 .comp_ttl {
    margin-bottom: 10px;
    font-size: 1.2rem; }
  .product .product7 .comp_txt {
    font-size: 1.1rem;
    line-height: 1.7; } }


.jelly {
  border-bottom: 1px solid #F7F8F8; }
.jelly .jelly1 {
  max-width: 940px;
  padding: 110px 0 120px;
  background: url(../img/lineup/jelly/img01.png) no-repeat;
  background-position: right top 90px;
  background-size: 50% auto; }
.jelly .jelly1 .copy {
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.4rem;
  line-height: 1; }
.jelly .jelly1 .ttl {
  margin-bottom: 35px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.2rem;
  line-height: 1; }
.jelly .jelly1 .copy2 {
  margin-bottom: 35px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2; }
.jelly .jelly1 .txt {
  font-size: 1.4rem;
  line-height: 2; }
.jelly .jelly2 .wrap {
  margin-bottom: -235px;
  padding-right: 440px;
  position: relative;
  background-color: #000;
  background-image: url(../img/lineup/jelly/img02_pc.png);
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat; }
.jelly .jelly2 .txt {
  padding: 70px 60px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  background-color: #000; }
.jelly .jelly3 {
  padding: 325px 0 100px;
  background-color: #F7F8F8; }
.jelly .jelly3 .itm {
  width: calc(33% - 40px);
  padding: 25px;
  background-color: #fff; }
.jelly .jelly3 .itm .img {
  padding-left: 40px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%; }
.jelly .jelly3 .itm .img img {
  width: auto;
  height: 266px; }
.jelly .jelly3 .itm .name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8; }
.jelly .jelly3 .itm .txt {
  font-size: 1.4rem;
  line-height: 1.8; }
.jelly .jelly3 .eat {
  padding: 115px 0 35px; }
.jelly .jelly3 .eat .copy {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  text-align: center;
  font-size: 3rem;
  line-height: 1.8; }
.jelly .jelly3 .eat .eats {
  margin-top: 25px;
  justify-content: center; }
.jelly .jelly3 .eat .eats .how {
  margin: 15px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff; }
.jelly .jelly3 .eat .eats .txt {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.85; }
.jelly .jelly3 .present {
  padding: 0 20px; }
.jelly .jelly3 .present .wrap {
  padding: 45px 20px 20px;
  background-color: #fff; }
.jelly .jelly3 .present .ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1; }
.jelly .jelly3 .present .txt {
  margin-top: 25px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.85; }
.jelly .jelly3 .present .box {
  margin-top: 30px;
  padding: 50px 35px 40px;
  background-color: #F1F2F2;
  width: 100%; }
.jelly .jelly3 .present .b_img {
  width: 50%;
  margin-right: 30px; }
.jelly .jelly3 .present .b_dtl {
  width: 40%; }
.jelly .jelly3 .present .b_ttl {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.85; }
.jelly .jelly3 .present .b_txt {
  font-size: 1.6rem;
  line-height: 1.85; }
.jelly .jelly4 {
  padding: 95px 0 80px; }
.jelly .jelly4 .wrap {
  max-width: 880px; }
.jelly .jelly4 .img {
  width: 525px;
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 0; }
.jelly .jelly4 .dtl {
  z-index: 1; }
.jelly .jelly4 .name {
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 65px; }
.jelly .jelly4 .name .sml {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 65px; }
.jelly .jelly4 .price {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.85; }
.jelly .jelly4 .btn_buy {
  width: 200px; }
.jelly .jelly4 .deliver {
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 1.8; }
.jelly .jelly4 .txt_buy {
  display: none;
  margin-top: 20px;
  color: #888;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5; }
.jelly .jelly4 .info {
  width: 100%;
  margin: 30px auto 0; }
.jelly .jelly4 .info tr {
  border-bottom: 1px solid #fff; }
.jelly .jelly4 .info th {
  padding: 15px 20px;
  width: 190px;
  vertical-align: middle;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #F1F2F2; }
.jelly .jelly4 .info td {
  padding: 15px 20px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #F7F8F8; }
.jelly .bnr_sq {
  padding: 10px 0 80px;
  text-align: center; }
.jelly .bnr_sq a:hover {
  text-decoration: none;
  opacity: .7; }
.jelly .bnr_sq img {
  width: 200px;
  height: auto; }
@media only screen and (max-width: 833px) {
  .jelly {
    border-bottom: none; }
  .jelly .jelly1 {
    padding: 260px 0 30px;
    background-position: center top 30px;
    background-size: 250px auto; }
  .jelly .jelly1 .copy {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2.3rem; }
  .jelly .jelly1 .ttl {
    margin-bottom: 22px;
    text-align: center;
    font-size: 2.3rem; }
  .jelly .jelly1 .copy2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8; }
  .jelly .jelly1 .txt {
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 1.8; }
  .jelly .jelly2 {
    padding: 0 20px; }
  .jelly .jelly2 .wrap {
    margin-bottom: -245px;
    padding: 200px 0 0;
    background-image: url(../img/lineup/jelly/img02_sp.png);
    background-size: 100% auto;
    background-position: center top; }
  .jelly .jelly2 .txt {
    padding: 20px;
    font-size: 1.2rem;
    line-height: 1.8; }
  .jelly .jelly3 {
    padding: 285px 0 35px; }
  .jelly .jelly3 .itm {
    width: 100%;
    margin-bottom: 17px;
    padding: 25px; }
  .jelly .jelly3 .itm .img {
    padding-left: 40px;
    margin-bottom: 12px;
    width: 100%; }
  .jelly .jelly3 .itm .img img {
    width: 125px;
    height: auto; }
  .jelly .jelly3 .itm .name {
    margin-bottom: 5px;
    font-size: 1.3rem; }
  .jelly .jelly3 .itm .txt {
    font-size: 1.2rem; }
  .jelly .jelly3 .eat {
    padding: 20px; }
  .jelly .jelly3 .eat .copy {
    font-size: 1.6rem; }
  .jelly .jelly3 .eat .eats {
    margin-top: 10px; }
  .jelly .jelly3 .eat .eats .how {
    margin: 10px;
    width: 120px;
    height: 120px; }
  .jelly .jelly3 .eat .eats .txt {
    font-size: 1.2rem; }
  .jelly .jelly3 .present .wrap {
    padding: 20px 12px 12px; }
  .jelly .jelly3 .present .ttl {
    font-size: 1.3rem; }
  .jelly .jelly3 .present .txt {
    margin-top: 17px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8; }
  .jelly .jelly3 .present .box {
    margin-top: 56px;
    padding: 0 18px 18px; }
  .jelly .jelly3 .present .b_img {
    width: 100%;
    margin-bottom: 3px;
    margin-top: -47px;
    margin-right: 0; }
  .jelly .jelly3 .present .b_dtl {
    width: 100%; }
  .jelly .jelly3 .present .b_ttl {
    font-size: 1.2rem;
    line-height: 1.8; }
  .jelly .jelly3 .present .b_txt {
    font-size: 1.2rem;
    line-height: 1.8; }
  .jelly .jelly4 {
    padding: 27px 0 37px; }
  .jelly .jelly4 .img {
    width: 230px;
    padding-left: 15px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    top: inherit;
    right: inherit; }
  .jelly .jelly4 .name {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.65; }
  .jelly .jelly4 .name .sml {
    font-size: 2.1rem;
    line-height: 1.65; }
  .jelly .jelly4 .price {
    margin-bottom: 25px;
    font-size: 1.2rem; }
  .jelly .jelly4 .btn_buy {
    width: 100%; }
  .jelly .jelly4 .deliver {
    margin-top: 20px;
    font-size: 1.1rem; }
  .jelly .jelly4 .txt_buy {
    margin-top: 20px;
    font-size: 1.1rem; }
  .jelly .jelly4 .info {
    margin: 30px auto 0; }
  .jelly .jelly4 .info th {
    padding: 6px 9px;
    width: 100px;
    font-size: 1.1rem; }
  .jelly .jelly4 .info td {
    padding: 6px 9px;
    font-size: 1.1rem; }
  .jelly .bnr_sq {
    padding: 10px 30px 30px; }
  .jelly .bnr_sq img {
    width: 100%; } }


.jelly .m_copy {
  margin-top: 90px;
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.8;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.jelly .jelly1.jelly1_n {
  margin-bottom: 30px;
  background-position: right center; }
.jelly .jelly1.jelly1_n .copy {
  width: 45%;
  text-align: center;
  font-size: 2rem; }
.jelly .jelly1.jelly1_n .ttl {
  width: 45%;
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.8; }
.jelly .jelly1.jelly1_n .txt {
  width: 45%;
  text-align: center; }
.jelly .jelly2.jelly2_n .wrap {
  background-size: 440px auto; }
.jelly .jelly3 .jelly3_c1 {
  margin-bottom: 60px; }
.jelly .jelly3 .jelly3_c1 .c1_copy {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.jelly .jelly3 .jelly3_c1 .c1_ttl {
  margin-bottom: 65px;
  text-align: center;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.jelly .jelly3 .jelly3_c1 .c1_img {
  margin-left: 5%;
  width: 40%; }
.jelly .jelly3 .jelly3_c1 .c1_txt {
  margin-right: 10%;
  width: 40%;
  font-weight: 1.4rem;
  line-height: 1.8; }
.jelly .jelly3 .jelly3_c2 {
  margin-top: 100px; }
.jelly .jelly3 .jelly3_c2 .c2_copy {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.jelly .jelly3 .jelly3_c2 .c2_ttl {
  width: 100%;
  margin-bottom: 65px;
  text-align: center;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.jelly .jelly3 .jelly3_c2 .c2_itm {
  width: 24%;
  padding: 120px 20px 20px;
  background-position: top 30px center;
  background-repeat: no-repeat;
  background-size: auto 60px;
  background-color: #fff; }
.jelly .jelly3 .jelly3_c2 .c2_itm:nth-child(1) {
  background-image: url(../img/num01_gr.svg); }
.jelly .jelly3 .jelly3_c2 .c2_itm:nth-child(2) {
  background-image: url(../img/num02_gr.svg); }
.jelly .jelly3 .jelly3_c2 .c2_itm:nth-child(3) {
  background-image: url(../img/num03_gr.svg); }
.jelly .jelly3 .jelly3_c2 .c2_itm:nth-child(4) {
  background-image: url(../img/num04_gr.svg); }
.jelly .jelly3 .jelly3_c2 .c2_itm .ttl {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.jelly .jelly3 .jelly3_c2 .c2_itm .txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8; }
.jelly .jelly3 .jelly3_c2 .c2_img {
  width: 70%;
  margin: 80px auto 0; }
.jelly .jelly3 .itm_list_txtinn {
  width: 100%;
  padding: 100px 0 60px; }
.jelly .jelly3 .itm_list_copy {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.jelly .jelly3 .itm_list_ttl {
  text-align: center;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.jelly .jelly3 .itm_n1 .itm_list_copy {
  margin-bottom: 20px; }
.jelly .jelly3 .itm_n2 .itm_list_ttl {
  margin-bottom: 20px; }
.jelly .jelly3 .itm_n1 .itm .name {
  margin-bottom: 15px; }
.jelly .jelly3 .itm_n2 .itm .img {
  padding-left: 0; }
.jelly .jelly3 .itm_n2 .itm .img img {
  width: 100%;
  height: auto; }
@media only screen and (max-width: 833px) {
  .jelly .m_copy {
    margin-top: 45px;
    font-size: 2rem; }
  .jelly .jelly1.jelly1_n {
    background-position: center top 30px; }
  .jelly .jelly1.jelly1_n .copy {
    width: 100%;
    font-size: 1.6rem; }
  .jelly .jelly1.jelly1_n .ttl {
    width: 100%;
    font-size: 2.2rem; }
  .jelly .jelly1.jelly1_n .txt {
    width: 100%;
    text-align: center; }
  .jelly .jelly2.jelly2_n .wrap {
    background-size: 100% auto; }
  .jelly .jelly3 .jelly3_c1 {
    margin-bottom: 40px; }
  .jelly .jelly3 .jelly3_c1 .c1_copy {
    margin-bottom: 10px;
    font-size: 1.6rem; }
  .jelly .jelly3 .jelly3_c1 .c1_ttl {
    margin-bottom: 30px;
    font-size: 2rem; }
  .jelly .jelly3 .jelly3_c1 .c1_img {
    order: 2;
    margin: 0 auto;
    width: 80%; }
  .jelly .jelly3 .jelly3_c1 .c1_txt {
    order: 1;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 1.2rem; }
  .jelly .jelly3 .jelly3_c2 {
    margin-top: 35px; }
  .jelly .jelly3 .jelly3_c2 .c2_copy {
    margin-bottom: 10px;
    font-size: 1.6rem; }
  .jelly .jelly3 .jelly3_c2 .c2_ttl {
    margin-bottom: 35px;
    font-size: 2rem; }
  .jelly .jelly3 .jelly3_c2 .c2_itm {
    width: 100%;
    margin-bottom: 10px;
    padding: 70px 15px 15px;
    background-position: top 15px center;
    background-size: auto 40px; }
  .jelly .jelly3 .jelly3_c2 .c2_itm .ttl {
    font-size: 1.3rem; }
  .jelly .jelly3 .jelly3_c2 .c2_itm .txt {
    margin-top: 10px;
    font-size: 1.2rem; }
  .jelly .jelly3 .jelly3_c2 .c2_img {
    width: 90%;
    margin: 30px auto 0; }
  .jelly .jelly3 .itm_list_txtinn {
    padding: 40px 0 35px; }
  .jelly .jelly3 .itm_list_copy {
    font-size: 1.4rem; }
  .jelly .jelly3 .itm_list_ttl {
    font-size: 1.8rem; }
  .jelly .jelly3 .itm_n1 .itm_list_copy {
    margin-bottom: 15px; }
  .jelly .jelly3 .itm_n2 .itm_list_ttl {
    margin-bottom: 15px;
    line-height: 1.6; }
  .jelly .jelly3 .itm_n1 .itm .name {
    margin-bottom: 10px; }
  .jelly .jelly3 .itm_n2 .itm .img {
    padding-left: 0; } }


.company {
  padding: 90px 0 80px; }
.company .ttl_en {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600; }
.company .ttl_jp {
  margin-top: 12px;
  margin-bottom: 35px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600; }
.company .company_inn {
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 45px 85px; }
.company .company_inn .ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1; }
.company .company_inn .txt {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2; }
.company .company_inn .txt .lg {
  font-size: 1.6rem; }
.company .company_inn .txt1 {
  width: auto;
  display: inline-block; }
.company .company_inn .copy {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1; }
.company .company_inn .img1 {
  margin-bottom: 25px;
  height: 120px;
  text-align: center; }
.company .company_inn .img2 {
  height: 148px;
  text-align: center; }
.company .company_inn .img1 img,
.company .company_inn .img2 img {
  width: auto;
  height: 100%; }
.company .company-info {
  width: 100%;
  background-color: #fff;
  padding: 45px 37px 37px; }
.company .company-info .info_pc {
  width: 100%;
  margin: 30px auto 0; }
.company .company-info .info_pc tr {
  border-bottom: 1px solid #fff; }
.company .company-info .info_pc th {
  padding: 17px 20px;
  width: 190px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #F1F2F2; }
.company .company-info .info_pc td {
  padding: 17px 20px;
  font-size: 1.4rem;
  background-color: #F7F8F8; }
.company .company-info .info_pc td a {
  text-decoration: underline; }
.company .company-info .info_pc td a:hover {
  text-decoration: none; }
@media only screen and (max-width: 833px) {
  .company {
    padding: 27px 0 37px; }
  .company .ttl_en {
    font-size: 2.4rem; }
  .company .ttl_jp {
    margin-top: 6px;
    margin-bottom: 17px;
    font-size: 1rem; }
  .company .company_inn {
    margin-bottom: 14px;
    padding: 20px; }
  .company .company_inn .ttl {
    margin-bottom: 15px;
    font-size: 1.4rem; }
  .company .company_inn .txt {
    font-size: 1.2rem;
    line-height: 1.7; }
  .company .company_inn .txt .lg {
    font-size: 1.2rem; }
  .company .company_inn .txt1 {
    width: 100%;
    display: block; }
  .company .company_inn .copy {
    margin-bottom: 5px;
    font-size: 1.3rem; }
  .company .company_inn .img1 {
    margin-bottom: 20px;
    height: 75px; }
  .company .company_inn .img2 {
    height: 100px; }
  .company .company-info {
    padding: 20px; }
  .company .company-info .info_sp {
    width: 100%;
    margin: 16px auto 0; }
  .company .company-info .info_sp li {
    padding: 10px 0;
    line-height: 1.5;
    border-top: 1px solid #E6E6E6; }
  .company .company-info .info_sp b {
    margin-bottom: 7px;
    font-size: 1.2rem;
    font-weight: 600; }
  .company .company-info .info_sp p {
    font-size: 1.2rem; }
  .company .company-info .info_sp p a {
    text-decoration: underline; }
  .company .company-info .info_sp p a:hover {
    text-decoration: none; } }


.news_copy {
  font-size: 1.4rem;
  line-height: 1.65;
  text-align: center; }
.news_links {
  margin-top: 34px;
  margin-bottom: 48px; }
.news_link {
  display: block;
  width: calc(25% - 15px);
  height: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 50px;
  color: #fff;
  background-color: #7C7D82;
  border-radius: 5px;
  text-decoration: none; }
.news_link:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7; }
.news_link.active {
  background-color: #000; }
.post-lists {
  width: 100%;
  max-width: 1140px;
  padding: 55px 53px 100px; }
.post-lists .post-list {
  width: 100%;
  align-items: flex-start; }
.post-lists .post_itm {
  width: 33.3%;
  padding: 0 17px 35px; }
.post-lists .post_link {
  text-decoration: none; }
.post-lists .post_link:hover .post_ttl {
  text-decoration: underline; }
.post-lists .post_link:hover .post_thumb {
  opacity: .7; }
.post-lists .post_thumb {
  width: 100%;
  height: 220px;
  overflow: hidden; }
.post-lists .post_thumb img {
  min-height: 100%;
  min-width: 100%; }
.post-lists .post_meta {
  margin-top: 10px; }
.post-lists .post_date {
  color: #898989;
  font-size: 1.2rem;
  line-height: 1; }
.post-lists .post_cat {
  min-width: 84px;
  display: inline-block;
  margin-left: 5px;
  padding: 0 10px;
  height: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 20px;
  border-radius: 3px;
  background-color: #7C7D82; }
.post-lists .post_ttl {
  margin-top: 15px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5; }
.post-lists .pagenation {
  padding-top: 35px; }
@media only screen and (max-width: 833px) {
  .news_copy {
    padding: 0;
    font-size: 1.2rem;
    text-align: left; }
  .news_links {
    padding: 0;
    margin-top: 12px;
    margin-bottom: 20px; }
  .news_link {
    width: calc(50% - 3px);
    height: 28px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 28px;
    border-radius: 3px; }
  .post-lists {
    padding: 23px 20px 37px; }
  .post-lists .post_itm {
    width: 50%;
    padding: 0 0 19px 9px; }
  .post-lists .post_itm:nth-child(2n+1) {
    padding: 0 9px 19px 0; }
  .post-lists .post_thumb {
    height: 130px; }
  .post-lists .post_meta {
    margin-top: 10px; }
  .post-lists .post_date {
    font-size: 1rem; }
  .post-lists .post_cat {
    margin-left: 3px;
    padding: 0 7px;
    height: 14px;
    font-size: 1rem;
    line-height: 14px;
    border-radius: 2px; }
  .post-lists .post_ttl {
    margin-top: 7px;
    font-size: 1.2rem; }
  .post-lists .pagenation {
    padding-top: 10px; } }


.news-inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 90px 50px 80px; }
.news-inner .news-date {
  color: #9FA0A0;
  font-size: 1.6rem;
  line-height: 1; }
.news-inner .news-cat {
  display: inline-block;
  min-width: 120px;
  margin-left: 5px;
  padding: 0 20px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 25px;
  border-radius: 5px;
  background-color: #7C7D82; }
.news-inner .news-ttl {
  margin-top: 15px;
  font-size: 3.2rem;
  line-height: 1.4; }
.news-inner .news-thumb {
  margin-top: 35px;
  padding: 0 10%; }
.news-inner .news-img {
  width: 100%;
  height: auto; }
.news-inner .news-body {
  margin-top: 20px;
  margin-bottom: 60px; }
.news-inner .news-body p {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 2; }
.news-inner .news-body img {
  margin-top: 30px;
  margin-left: 10%;
  width: 80%;
  height: auto; }
.news-inner .news-body h3 {
  margin-top: 50px;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.7; }
.news-inner .news-body h4 {
  margin-top: 45px;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.7; }
.news-inner .news-body h5 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.7; }
.news-inner .btn_bk {
  width: 180px;
  border-radius: 4px;
  margin: 0 10px; }
.news-inner .btn_back {
  width: 120px;
  background: #D8A238; }
.news-inner .btn_prev {
  position: relative;
  background: #000; }
.news-inner .btn_prev::after {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 17px;
  transform: scaleX(-1);
  background-color: #000;
  background-image: url(../img/arw_r_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 11px; }
@media only screen and (max-width: 833px) {
  .news-inner {
    padding: 25px 20px 35px; }
  .news-inner .news-date {
    font-size: 1rem; }
  .news-inner .news-cat {
    min-width: 65px;
    margin-left: 3px;
    padding: 0 7px;
    height: 16px;
    font-size: 1rem;
    line-height: 16px;
    border-radius: 2px; }
  .news-inner .news-ttl {
    margin-top: 15px;
    font-size: 1.7rem; }
  .news-inner .news-thumb {
    margin-top: 12px; }
  .news-inner .news-body {
    margin-top: 5px;
    margin-bottom: 20px; }
  .news-inner .news-body p {
    margin-top: .8em;
    font-size: 1.2rem; }
  .news-inner .news-body img {
    margin-top: 15px; }
  .news-inner .news-body h3 {
    margin-top: 26px;
    font-size: 1.5rem; }
  .news-inner .news-body h4 {
    margin-top: 23px;
    font-size: 1.3rem; }
  .news-inner .news-body h5 {
    margin-top: 20px;
    font-size: 1.2rem; }
  .news-inner .btn_bk {
    width: 90px;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    margin: 0 5px; }
  .news-inner .btn_back {
    width: 60px; }
  .news-inner .btn_prev::after {
    width: 8px;
    left: 10px;
    background-size: 4px 8px; } }


.contact {
  padding: 90px 0 80px;
  background-color: #F8F8F8; }
.contact .contact_txt {
  margin-bottom: 70px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center; }
.contact .contact_frm {
  padding: 0 0 65px;
  background-color: #fff; }
.contact .contact_nav {
  width: 100%; }
.contact .contact_nav-itm {
  width: 50%;
  height: 73px;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 73px;
  color: #fff;
  background-color: #7C7D82;
  text-decoration: none; }
.contact .contact_nav-itm.current {
  background-color: #000;
  position: relative; }
.contact .contact_nav-itm.current::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 17px 0 17px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -17px; }
.contact a.contact_nav-itm:hover {
  opacity: .7; }
.contact .step-list {
  margin-top: 60px;
  margin-bottom: 30px; }
.contact .step-list li {
  width: 240px;
  height: 42px;
  margin: 0 4px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 42px;
  background-color: #D7D7D7; }
.contact .step-list li.active {
  background-color: #B5B5B5; }
.contact .desc_txt {
  margin-bottom: 30px;
  font-weight: 1.4rem;
  line-height: 1;
  text-align: center; }
.contact .contact-form {
  width: 100%;
  padding: 0 65px; }
.contact .contact-form .form-list {
  padding: 20px 0;
  border-bottom: 1px solid #D7D7D7; }
.contact .contact-form .form-list:first-child {
  border-top: 1px solid #D7D7D7; }
.contact .contact-form .form-list dt {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 240px;
  position: relative;
  font-weight: 600; }
.contact .contact-form .form-list dt.require:after {
  font-size: 1.4rem;
  line-height: 24px;
  width: 43px;
  height: 24px;
  text-align: center;
  content: "必須";
  background-color: #B5B5B5;
  display: inline-block;
  color: #ffffff; }
.contact .contact-form .form-list dt.any:after {
  font-size: 1.4rem;
  line-height: 24px;
  width: 43px;
  height: 24px;
  text-align: center;
  content: "任意";
  background-color: #B5B5B5;
  display: inline-block;
  color: #ffffff; }
.contact .contact-form .form-list .contents {
  width: calc(100% - 275px); }
.contact .contact-form .form-list .contents .i-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #D7D7D7;
  background-color: #FAFAFA;
  font-size: 1.4rem; }
.contact .contact-form .form-list .contents .i-text::placeholder {
  color: #B5B5B6; }
.contact .contact-form .form-list .contents .text-body {
  width: 100%;
  padding: 10px;
  border: 1px solid #D7D7D7;
  background-color: #FAFAFA;
  box-sizing: border-box;
  font-size: 1.4rem;
  height: 160px; }
.contact .contact-form .form-list .contents .text-body::placeholder {
  color: #B5B5B6; }
.contact .contact-form .form-list .contents .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #D7D7D7;
  background-color: #FAFAFA;
  font-size: 1.4rem;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%; }
.contact .contact-form .form-list .contents .dr-select {
  position: relative; }
.contact .contact-form .form-list .contents .dr-select:after {
  content: "";
  display: block;
  background-image: url(../img/tb-arrow.svg);
  width: 6px;
  height: 20px;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px); }
.contact .contact-form .others {
  margin-top: 55px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  text-align: center; }
.contact .contact-form .others a:hover {
  text-decoration: none; }
.contact .contact-form .btn_bk {
  width: 376px;
  height: 75px;
  line-height: 75px;
  margin: 0 10px;
  padding: 0;
  border: none; }
.contact .contact-form .btn_rtn {
  position: relative;
  background: #000; }
.contact .contact-form .btn_rtn::after {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 17px;
  transform: scaleX(-1);
  background-color: #000;
  background-image: url(../img/arw_r_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 11px; }
.contact .contact-form.confirm .btn_inn{
  margin-top: 55px; }
.contact .contact-form.thanks .btn_inn{
  margin-top: 55px; }
.contact .contact-form.thanks p {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7; }
.contact .contect_tel {
  margin-top: 40px;
  padding: 55px;
  background-color: #fff;
  justify-content: center; }
.contact .contect_tel .ttl {
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 44px;
  background: url(../img/ic_tel.svg) left center no-repeat;
  background-size: 34px 34px;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 34px; }
.contact .contect_tel .telnum {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 6.2rem;
  line-height: 1; }
.contact .contect_tel .note {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1; }
@media only screen and (max-width: 833px) {
  .contact {
    padding: 20px 0 35px; }
  .contact .contact_txt {
    margin-bottom: 18px;
    padding: 0 20px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left; }
  .contact .frm_wrap {
    padding: 0; }
  .contact .contact_frm {
    padding: 0 0 40px;
    background-color: inherit; }
  .contact .contact_nav {
    padding: 0 20px; }
  .contact .contact_nav-itm {
    width: calc(50% -3px);
    height: 35px;
    font-size: 1.2rem;
    line-height: 35px; }
  .contact .contact_nav-itm.current::after {
    border-width: 11px 9px 0 9px;
    bottom: -11px;
    margin-left: -9px; }
  .contact .step-list {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 30px; }
  .contact .step-list li {
    width: 33%;
    height: 23px;
    margin: 0;
    font-size: 1rem;
    line-height: 23px; }
  .contact .desc_txt {
    margin-bottom: 15px;
    padding: 0 30px;
    font-weight: 1.1rem;
    line-height: 1.6;
    text-align: left; }
  .contact .contact-form {
    padding: 0; }
  .contact .contact-form .form-list {
    padding: 15px 30px;
    border: none; }
  .contact .contact-form .form-list:first-child {
    border: none; }
  .contact .contact-form .form-list:nth-child(2n+1) {
    background-color: #F0F0F0; }
  .contact .contact-form .form-list dt {
    margin-bottom: 8px;
    font-size: 1.2rem;
    line-height: 16px;
    width: 100%;
    justify-content: flex-start; }
  .contact .contact-form .form-list dt.require,
  .contact .contact-form .form-list dt.any {
    padding-left: 36px; }
  .contact .contact-form .form-list dt.require:after,
  .contact .contact-form .form-list dt.any:after {
    font-size: 1rem;
    line-height: 16px;
    width: 29px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0; }
  .contact .contact-form .form-list .contents {
    width: 100%; }
  .contact .contact-form .form-list .contents .i-text {
    padding: 8px;
    font-size: 1.2rem; }
  .contact .contact-form .form-list .contents .text-body {
    padding: 8px;
    font-size: 1.2rem;
    height: 110px; }
  .contact .contact-form .form-list .contents .select {
    padding: 8px;
    font-size: 1.2rem;}
  .contact .contact-form .form-list .contents .dr-select:after {
    width: 8px;
    height: 16px;
    background-size: 8px 16px;
    right: 10px;
    top: calc(50% - 8px); }
  .contact .contact-form .others {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 1rem; }
  .contact .contact-form .btn_bk {
    width: 235px;
    height: 40px;
    line-height: 40px;
    margin: 5px; }
  .contact .contact-form .btn_rtn::after {
    width: 8px;
    left: 10px;
    background-size: 4px 8px; }
  .contact .contact-form.confirm .btn_inn{
    margin-top: 25px; }
  .contact .contact-form.thanks .btn_inn{
    margin-top: 25px; }
  .contact .contact-form.thanks p {
    padding: 0 20px;
    font-size: 1.2rem; }
  .contact .contect_tel {
    margin-top: 0;
    padding: 17px 20px 20px; }
  .contact .contect_tel .ttl {
    margin-bottom: 10px;
    padding-left: 22px;
    background-size: 17px 17px;
    font-size: 1.5rem;
    line-height: 17px; }
  .contact .contect_tel .telnum {
    font-size: 3rem; }
  .contact .contect_tel .note {
    margin-top: 10px;
    font-size: 1.1rem; } }


.privacy {
  border-bottom: 1px solid #F7F8F8; }
.txt-contents {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 0 50px; }
.txt-contents .desc-para {
  margin-bottom: 50px;
  font-size: 1.4rem;
  line-height: 1.8; }
.txt-contents .txt-section {
  margin-bottom: 50px; }
.txt-contents .txt-section .ttl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  border-bottom: 1px solid #D7D7D7; }
.txt-contents .txt-section .para {
  font-size: 1.4rem;
  line-height: 1.8; }
@media only screen and (max-width: 833px) {
  .txt-contents {
    padding: 40px 20px; }
  .txt-contents .desc-para {
    font-size: 1.2rem; }
  .txt-contents .txt-section {
    margin-top: 30px; }
  .txt-contents .txt-section .ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem; }
  .txt-contents .txt-section .para {
    font-size: 1.2rem; } }


.ofi {
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover;'; }

.btn_bk,
.btn_wh {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 60px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  background-image: url(../img/arw_r_wh.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 6px 11px; }
.btn_bk:hover,
.btn_wh:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none; }
.btn_wh {
  color: #000;
  background-color: #fff;
  background-image: url(../img/arw_r_gr.svg); }
.btn_wh:hover {
  color: #000; }
.btn_bk img,
.btn_wh img {
  margin-top: 23px;
  height: 14px;
  width: auto; }
@media only screen and (max-width: 833px) {
  .btn_bk,
  .btn_wh {
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 4px 8px; }
  .btn_bk img,
  .btn_wh img {
    margin-top: 14px;
    height: 10px; } }

input[type="submit"].btn_buy,
input[type="button"].btn_buy,
.btn_buy {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 56px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-radius: 4px!important;
  background-color: #D8A238;
  background-image: url(../img/ic_tblank_wh.svg);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 14px 10px; }
input[type="submit"].btn_buy:hover,
input[type="button"].btn_buy:hover,
.btn_buy:hover {
  opacity: .7;
  text-decoration: none;
  color: #fff; }
@media only screen and (max-width: 833px) {
  input[type="submit"].btn_buy,
  input[type="button"].btn_buy,
  .btn_buy {
    height: 40px;
    font-size: 1.2rem;
    line-height: 40px;
    border-radius: 2px;
    background-position: right 11px center;
    background-size: 10px 7px; } }

.page {
  width: 100%; }
.p_head_wrap {
  width: 100%;
  height: 400px;
  padding-top: 50px;
  background: #fff url(../img/bg_phead_pc.png) no-repeat;
  background-size: cover;
  background-position: left center; }
.p_head {
  display: inline-block; }
.p_head .p_ttl-en {
  height: 40px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px; }
.p_head .p_ttl-en img {
  height: 100%;
  width: auto; }
.p_head .p_ttl-jp {
  height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 4rem;
  line-height: 40px; }
.p_head.p_head-about .p_ttl-en {
  height: 42px;
  margin-bottom: 20px; }
.p_head.p_head-lineup .p_ttl-en {
  height: 54px;
  margin-bottom: 10px; }
.p_head.p_head-news .p_ttl-en {
  height: 40px;
  margin-bottom: 20px; }
.p_head.p_head-company .p_ttl-en {
  height: 51px;
  margin-bottom: 10px; }
.p_head .p_ttl {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center; }
@media only screen and (max-width: 833px) {
  .p_head_wrap {
    height: 170px;
    padding-top: 12px;
    background-image: url(../img/bg_phead_sp.png); }
  .p_head .p_ttl-en {
    height: 21px;
    margin-bottom: 10px; }
  .p_head .p_ttl-jp {
    height: 21px;
    font-size: 2.1rem;
    line-height: 21px; }
  .p_head.p_head-about .p_ttl-en {
    height: 23px;
    margin-bottom: 10px; }
  .p_head.p_head-lineup .p_ttl-en {
    height: 29px;
    margin-bottom: 4px; }
  .p_head.p_head-news .p_ttl-en {
    height: 21px;
    margin-bottom: 10px; }
  .p_head.p_head-company .p_ttl-en {
    height: 27px;
    margin-bottom: 4px; }
  .p_head .p_ttl {
    font-size: 1.1rem; } }


.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 0 35px;
  flex-wrap: nowrap;
  z-index: 95; }
.header .h_logo {
  font-size: 0;
  line-height: 0;
  flex: 0 0 146px;
  max-width: 146px; }
.header.scrolled {
  height: 69px;
  background-color: #fff; }
.header.scrolled .h_logo {
  font-size: 0;
  line-height: 0;
  flex: 0 0 115px;
  max-width: 115px; }
.header .global-navi .navi {
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center; }
.header .global-navi .navi .nav_itm {
  position: relative;
  padding: 0 1px; }
.header .global-navi .navi .nav_itm a {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  padding: .5em 1em;
  text-decoration: none;
  display: block;
  position: relative; }
.header .global-navi .navi .nav_itm a .en {
  color: #000; }
.header .global-navi .navi .nav_itm a .jp {
  display: none; }
.header .global-navi .navi .nav_btn_buy {
  width: 60px;
  margin-left: 20px; }
.header .global-navi .navi .nav_btn_buy .btn_buy {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background-image: none; }
.header .global-navi .navi .nav_sns {
  background: none;
  border-top: none;
  padding: 15px 0 15px 20px; }
.header .global-navi .navi .nav_sns li {
  max-width: 26px;
  margin: 0 7px;
  background: none;
  border: none; }
.header .global-navi .navi .nav_sns li a {
  width: 26px;
  height: 26px;
  font-size: 0;
  line-height: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 18px; }
.header .global-navi .navi .nav_sns li a.ic_tw {
  background-image: url(../img/ic_twitter_gr.svg); }
.header .global-navi .navi .nav_sns li a.ic_inst {
  background-image: url(../img/ic_instagram_gr.svg); }
.header .global-navi .navi .nav_sns li a.ic_yt {
  background-image: url(../img/ic_youtube_gr.svg); }
@media only screen and (max-width: 833px) {
  .header {
    height: 50px;
    padding: 0 12px; }
  .header .h_logo {
    z-index: 98;
    flex: 0 0 80px;
    max-width: 80px; }
  .header.scrolled {
    height: 50px; }
  .header.scrolled .h_logo {
    z-index: 98;
    flex: 0 0 80px;
    max-width: 80px; }
  .header .global-navi {
    width: 100%;
    padding-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 97;
    background-color: #F2F2F2;
    height: 100vh;
    overflow: scroll;
    display: none; }
  .header .global-navi .navi {
    flex-wrap: wrap;
    display: block; }
  .header .global-navi .navi .nav_itm {
    padding: 0;
    flex: 0 0 100%;
    position: relative;
    border-top: 1px solid #fff; }
  .header .global-navi .navi .nav_itm a {
    padding: 15px 21px;
    background: url(../img/arw_r_bk.svg);
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 6px 10px; }
  .header .global-navi .navi .nav_itm a .en {
    font-size: 2rem;
    line-height: 1;
    vertical-align: middle;
    color: #000; }
  .header .global-navi .navi .nav_itm a .jp {
    margin-left: 10px;
    font-size: 1rem;
    line-height: 22px;
    vertical-align: middle;
    color: #9F9F9F;
    display: inline; }
  .header .global-navi .navi .nav_itm .nav_itm_submenu li {
    border-top: 1px solid #fff; }
  .header .global-navi .navi .nav_itm .nav_itm_submenu a {
    font-size: 1.6rem;
    padding-left: 31px; }
  .header .global-navi .navi .nav_buy {
    padding: 20px 20px 15px;
    flex: 0 0 100%;
    position: relative;
    border-top: 1px solid #fff; }
  .header .global-navi .navi .nav_buy .nav_menu-buy {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 40px;
    display: block;
    background-color: #D8A238;
    position: relative;
    cursor: pointer; }
  .header .global-navi .navi .nav_buy .nav_menu-buy::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 10px; }
  .header .global-navi .navi .nav_buy .nav_menu-buy::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  .header .global-navi .navi .nav_buy .nav_menu-buy.open::after {
    content: none; }
  .header .global-navi .navi .nav_buy .nav_submenu-buy_list,
  .header .global-navi .navi .nav_buy .nav_submenu-buy {
    display: none; }
  .header .global-navi .navi .nav_buy .nav_submenu-buy_list.open,
  .header .global-navi .navi .nav_buy .nav_submenu-buy.open {
    display: block; }
  .header .global-navi .navi .nav_buy .nav_submenu-buy_list li,
  .header .global-navi .navi .nav_buy .nav_submenu-buy li {
    width: 100%;
    margin-bottom: 1px; }
  .header .global-navi .navi .nav_buy .nav_submenu-buy li input[type="submit"],
  .header .global-navi .navi .nav_buy .nav_submenu-buy li a {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #000;
    text-align: left;
    font-size: 1.2rem;
    line-height: 40px;
    display: block;
    background-image: url(../img/ic_tblank.svg);
    background-repeat: no-repeat;
    background-size: 10px 7px;
    background-position: right 10px center;
    background-color: #E3E3E3;
    text-decoration: none; }
  .header .global-navi .navi .nav_buy .nav_submenu-buy_list li {
    padding: 15px;
    background-color: #E3E3E3; }
  .header .global-navi .navi .nav_buy .nav_submenu-buy_list .buy_list-ttl {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%; }
  .header .global-navi .navi .nav_buy .nav_submenu-buy_list .btn-inn {
    width: calc(50% - 5px); }
  .header .global-navi .navi .nav_sns {
    padding: 0 10px 20px; }
  .header .global-navi .navi .nav_sns ul {
    justify-content: flex-start; }
  .header .global-navi .navi .nav_sns li {
    max-width: 40px;
    margin: 0 5px; }
  .header .global-navi .navi .nav_sns li a {
    width: 40px;
    height: 40px;
    background-size: auto 20px; }
  .header .global-navi .navi .nav_sns li a.ic_tw {
    background-image: url(../img/ic_twitter_bk.svg); }
  .header .global-navi .navi .nav_sns li a.ic_inst {
    background-image: url(../img/ic_instagram_bk.svg); }
  .header .global-navi .navi .nav_sns li a.ic_yt {
    background-image: url(../img/ic_youtube_bk.svg); }
  .header #nav-bt {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 99;
    background-image: url(../img/ic_menu_open.svg);
    background-size: 20px auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer; }
  .header #nav-bt.open {
    background-image: url(../img/ic_menu_close.svg); }
  .header .global-navi.open {
    display: block; }
  #hBuySp {
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-right: 40px;
    background-image: none; } }
@media only screen and (min-width: 834px) {
  .header .global-navi .navi .nav_itm a {
    display: inline-block; }
  .header .global-navi .navi .nav_itm a::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s; }
  .header .global-navi .navi .nav_itm a:hover .en {
    color: #fff; }
  .header .global-navi .navi .nav_itm a:hover::after {
    transform: scale(1, 1); }
  .header .global-navi .navi .nav_itm .nav_itm_submenu {
    width: 250px;
    padding: 5px;
    display: none;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    top: 100%;
    left: 20px; }
  .header .global-navi .navi .nav_itm:hover .nav_itm_submenu {
    display: block; }
  .header .global-navi .navi .nav_itm .nav_itm_submenu li {
    padding-top: 5px; }
  .header .global-navi .navi .nav_itm .nav_itm_submenu a {
    z-index: 1;
    font-size: 1.5rem;
    line-height: 1.3; }
  .header .global-navi .navi .nav_itm .nav_itm_submenu a:hover {
    color: #fff; } }

.modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5); }
.modal-wrap {
  width: 100%;
  height: 100%; }
.modal-inn {
  width: 90%;
  max-width: 800px;
  padding: 100px 120px;
  background-color: #fff;
  position: relative; }
.modal-inn .modal-close {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  background: url(../img/ic_close.png) center center no-repeat;
  background-size: 39px 39px;
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer; }
.modal-inn .modal-buy_list li {
  padding: 20px 0; }
.modal-inn .modal-buy_list .modal-buy_list-ttl {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%; }
.modal-inn .modal-buy_list .btn-inn {
  width: calc(50% - 5px); }
.modal-inn .txt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px; }
@media only screen and (max-width: 833px) {
  .modal-inn {
    padding: 90px 25px; }
  .modal-inn .modal-close {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 30px 30px;
    top: 20px;
    left: 20px; }
  .modal-inn .modal-buy_list li {
    padding: 15px 0; }
  .modal-inn .modal-buy_list .modal-buy_list-ttl {
    font-size: 1.4rem; }
  .modal-inn .txt {
    font-size: 1.4rem; } }

.footer .f_top_nav {
  width: 100%;
  padding: 40px 0;
  justify-content: center;
  background-color: #fff; }
.footer .f_top_nav .btn_bk {
  width: 33%;
  max-width: 330px;
  margin: 0 1px;
  font-size: 0;
  line-height: 0; }
.footer .f_top_nav .btn_bk img {
  margin-top: 0;
  height: 100%; }
.footer .f_nav {
  width: 100%;
  padding: 60px 0;
  justify-content: center;
  background-color: #EFF0F1; }
.footer .fl_nav {
  padding: 0 60px;
  border-right: 1px solid #fff; }
.footer .fl_nav:last-child {
  border-right: none; }
.footer .fl_nav a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 32px;
  text-decoration: none; }
.footer .fl_nav a:hover {
  text-decoration: underline; }
.footer .fl_nav a::before {
  content: "- "; }
.footer .fl_nav .parent > a {
  font-weight: 600; }
.footer .fl_nav .parent > a::before {
  content: none; }
.footer .fl_nav .child-list a {
  font-size: 1.2rem;
  line-height: 22px; }
.footer .f_content {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #DEE0E2; }
.footer .f_info {
  width: 50%;
  height: 380px;
  padding: 40px; }
.footer .f_info_logo {
  width: 100%;
  max-width: 400px;
  margin-bottom: 25px; }
.footer .f_logo {
  width: 139px; }
.footer .f_logo img {
  width: 100%; }
.footer .f_sns {
  background: none;
  margin-left: 20px; }
.footer .f_sns li {
  max-width: 26px;
  margin: 0 6px; }
.footer .f_sns li a {
  width: 26px;
  height: 26px;
  font-size: 0;
  line-height: 0;
  display: block;
  background-position: center center;
  background-size: auto 18px;
  background-repeat: no-repeat; }
.footer .f_sns li a.ic_tw {
  background-image: url(../img/ic_twitter_bk.svg); }
.footer .f_sns li a.ic_inst {
  background-image: url(../img/ic_instagram_bk.svg); }
.footer .f_sns li a.ic_yt {
  background-image: url(../img/ic_youtube_bk.svg); }
.footer .f_addr {
  width: 100%;
  max-width: 420px;
  font-size: 1.2rem;
  line-height: 22px; }
.footer .f_map {
  width: 50%;
  height: 380px;
  margin: 0;
  padding: 0; }
.footer .f_map-frame {
  width: 100%;
  height: 380px;
  margin: 0;
  padding: 0; }
.footer .f_map iframe,
.footer .f_map object,
.footer .f_map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease; }
.footer .f_map iframe:hover,
.footer .f_map object:hover,
.footer .f_map embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); }
.footer .f_btm {
  width: 100%;
  height: 73px;
  background-color: #000; }
.footer .f_btm .f_btm-link {
  margin: 0 5px;
  font-size: 1.2rem;
  line-height: 73px;
  text-align: left;
  color: #FFF;
  text-decoration: none; }
.footer .f_btm .f_btm-link:hover {
  text-decoration: underline; }
.footer .f_btm .copy {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 73px;
  text-align: right;
  color: #FFF; }
@media only screen and (max-width: 833px) {
  .footer .f_top_nav {
    padding: 1px 0 0;
    justify-content: space-between; }
  .footer .f_top_nav .btn_bk {
    width: calc(33.3% - 1px);
    margin: 0; }
  .footer .f_top_nav .btn_bk img {
    margin-top: 0;
    height: 100%; }
  .footer .f_sp_nav-inn {
    font-size: 0;
    line-height: 0;
    vertical-align: top; }
  .footer .f_sp_nav {
    display: inline-block;
    width: 50%;
    font-size: 0;
    line-height: 0; }
  .footer .f_sp_nav_tel {
    border-right: 1px solid #DEE0E2; }
  .footer .f_sp_nav a {
    height: 107px;
    padding: 20px 0;
    display: block;
    text-align: center;
    background: url(../img/arw_r_gr.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 4px 7px; }
  .footer .f_sp_nav a img {
    height: 100%;
    width: auto; }
  .footer .f_info {
    width: 100%;
    height: auto;
    padding: 35px; }
  .footer .f_info_logo {
    justify-content: center;
    margin-bottom: 12px; }
  .footer .f_logo {
    width: 100%;
    margin-bottom: 12px;
    text-align: center; }
  .footer .f_logo img {
    width: 130px; }
  .footer .f_sns {
    margin-left: 0; }
  .footer .f_addr {
    text-align: center;
    font-size: 1.1rem;
    line-height: 20px; }
  .footer .f_map {
    width: 100%;
    height: 187px; }
  .footer .f_map-frame {
    height: 187px; }
  .footer .f_btm {
    height: auto;
    padding: 20px; }
  .footer .f_btm .wrap {
    justify-content: center; }
  .footer .f_btm .f_btm-link {
    width: 100%;
    margin: 0 3px 3px 3px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center; }
  .footer .f_btm .copy {
    margin-top: 3px;
    width: 100%;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center; } }

.pagetop {
  position: fixed;
  width: 56px;
  height: 56px;
  z-index: 99;
  right: 22px;
  bottom: 45px; }
.pagetop .pagetop_link {
  display: block;
  width: 56px;
  height: 56px;
  background: url(../img/ic_top.svg);
  background-size: cover; }
.pagetop .pagetop_link:hover {
  opacity: .7; }
@media only screen and (max-width: 833px) {
  .pagetop {
    display: none!important;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 30px; }
  .pagetop .pagetop_link {
    width: 40px;
    height: 40px; } }

.side_contact {
  position: fixed;
  width: 53px;
  height: 230px;
  z-index: 99;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
.side_contact .side_contact_link {
  display: block;
  width: 53px;
  height: 230px;
  font-size: 0;
  line-height: 0;
  background: url(../img/btn_contact_pc.svg);
  background-size: cover; }
.side_contact .side_contact_link:hover {
  opacity: .7; }

.inview {
  transition-delay: .4s;
  transition: all 3s;
  position: relative;
  opacity: 0; }
.inview_after {
  transition-delay: .6s; }
.inview.on {
  opacity: 1; }
.inview.fadeInTop {
  transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px); }
.inview.fadeInTop.on {
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0); }
.inview.fadeInBottom {
  transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px); }
.inview.fadeInBottom.on {
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0); }
.inview.fadeInLeft {
  transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px); }
.inview.fadeInLeft.on {
  transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0); }
.inview.fadeInRight {
  transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px); }
.inview.fadeInRight.on {
  transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0); }
.inview.fadeIn {
  opacity: 0; }
.inview.fadeIn.on {
  opacity: 1; }
header a{
  text-decoration: none;
}
header a:hover {
  text-decoration: none;
}

header a:visited {
  text-decoration: none;
}


/*Blog*/
.blog h2{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #bba972;/*左線*/
}
#toc{
  border: 1px solid #bcbcbc;
  padding: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.index__title {
  font-weight: bold;
  font-size: 1.2em;
}


.index__list　{
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
}
.index__item{
  margin-bottom: 10px;
}
.index__item:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #bba972;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

.point-text{background: white;border: 1px solid #bcbcbc; color: red; font-variant: 1.2em; font-weight: bold;font-size: 1.2em;
    padding: 2%;}
.supplement-text {background: #ececec;border: 1px solid #bcbcbc; color: black; font-variant: 1.2em; font-weight: bold;font-size: 1.2em;
    padding: 2%;}
.news-inner .news-thumb {
    padding: 0 0%;
}
.row-text:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #bba972;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}
