@charset "UTF-8";

/* --------------------------------------------------
共通
-------------------------------------------------*/

html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.Montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.NotoSerif {
  font-family: 'Noto Serif JP', serif;
}
.ZenMaru {
  font-family: 'Zen Maru Gothic', sans-serif;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.DGreen {
  color: #006934;
}
.LGreen {
  color: #8fc31f;
}
.grey {
  color: #3e3a39;
}
.grey-bold-big-center {
  color: #3e3a39;
  /* font-weight: 700; */
  font-size: 2.5rem;
  text-align: center;
}
.DGreen-bold-big-center {
  color: #006934;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}

.border-bottom-01 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 2px solid #006934;
}
.border-bottom-grey {
  border-bottom: 1px solid #3e3a39;
}

/* 新発売アイコン */
.icon-new {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #90C31F;
  border-radius: 60px;
  font-size: 3rem;
  color: #fff;
  box-shadow: 0 0 10px rgb(255, 255, 255),0 0 5px rgb(255, 255, 255);
}
@media screen and (max-width: 576px) {
  .icon-new {
    width: clamp(7rem, 4.5rem + 12.5vw, 9rem);
    height: clamp(7rem, 4.5rem + 12.5vw, 9rem);
    border-radius: 50px;
    font-size: clamp(1.8rem, 1.55rem + 1.25vw, 2rem);
  }
}

.pc-view{
  display: block;
}
.sp-view{
  display: none;
}
@media screen and (max-width: 768px) {
    .pc-view {display: none;}
    .sp-view {display: block;}
  }

.x-small {
  font-size: 0.5em;
  vertical-align: top;
}

.containerA {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5%;
  overflow:hidden;
}
.containerA2 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5%;
  /* overflow:hidden; */
}
@media screen and (max-width: 768px) {
  .containerA2 {
    padding: 0 2%;
  }
}
.containerB {
  max-width: 1140px;
  margin: 20px 0;
  padding: 3% 10%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.containerB2 {
  border: 1px solid #3e3a39;
  padding: 3% 12.5%;
  box-shadow: 7px 7px rgba(62, 58, 57, .25);
  margin-top: 50px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 60px;
}
.containerB3 {
  border: 1px solid #3e3a39;
  padding: 2% 2%;
  position: relative;
  margin-bottom: 20px;
}

/* nailcare */
.containerB4 {
  margin: 20px auto;
  padding: 3% 5%;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  /* box-shadow: 7px 7px rgba(62, 58, 57, .25); */
  /* border: 1px solid #3e3a39; */
}
@media screen and (max-width: 922px) {
  .containerB4 {
    padding: 3% 2%;
  }
}
@media screen and (max-width: 768px) {
  .containerB4 {
    padding: 3%;
  }
}

.containerC {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .containerC {
    padding: 10px 0;
  }
}
.containerD {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
  text-align: left;
}
@media screen and (max-width: 768px) {
  .containerD {
    flex-direction: column;
  }
}
.containerE {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .containerE {
    padding-bottom: 0;
    flex-direction: column;
  }
}
.containerF{
	width: 1000px;
	max-width: 98%;
	margin: 20px auto;
	padding: 1% 5%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 3px rgba(0,105,52,0.2), 0 0 0 10px #fff;
	box-sizing: border-box;
}

/* --------------------------------------------------
ファーストビュー
-------------------------------------------------*/

.logo {
  /* height: 100px; */
  padding: 10px 0;
}
.logo img {
  height: 40px;
  padding-left: 10px;
}

#mainvisual .slider img {
  width: 100%;
}


/*読み込み時の文字のチラつき防止*/
p, h1, h2, h3, h4, a, li {
 visibility: hidden;
}

.wf-active p,
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active a,
.wf-active li {
 visibility: visible;
}




/* @media screen and (min-width:768px){
    .tb{display: none;}
}
@media screen and (max-width:767.98px){
    .pc{display: none;}
    @media screen and (min-width:320px){
    .sp{display: none;}
}
@media screen and (max-width:319.98px){
    .tb{display: none;}
} */

.mainvisual-title {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mainvisual-title {
    width: 60%;
    min-width: 300px;
    top: 2%;
  }
}

/*スライダーの読込時表示崩れ防止*/

.slider {
  padding: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.slider.slick-initialized {
  opacity: 1;
}


/* --------------------------------------------------
メニュー
-------------------------------------------------*/
.menu-text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.menu-text a {
  display: inline-block;
  position: relative;
  color: #3e3a39;
  text-decoration: none;
}
.menu-text a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #8fc31f;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.menu-text a:hover:before {
	transform: scale(1);
}

/*固定のページ内リンク*/

.menu-fixed-box div {
  padding: 0.9rem 0;
  text-align: center;
  -webkit-overflow-scrolling: auto;
}

.menu-fixed-box div:hover {
  background-image: url(images/menu_underline2.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

@media screen and (max-width: 768px) {
  .menu-fixed {
    font-size: 1.5rem;
    margin: 0;
  }
  .menu-fixed-box div {
    padding: 1rem 0 1rem 1rem;
  }
  .menu-fixed-box div:nth-child(1) {
    border-left: none;
  }
  .menu-fixed-box div:nth-child(1), .menu-fixed-box div:nth-child(2) {
  }
  .menu-fixed-box div:nth-child(3) {
    border-left: none;
  }
  .menu-fixed-box div:last-child {
    border-right: none;
  }
  .menu-fixed-box div:hover {
    background-image: none;
  }
  /* .menu-fixed-box div::before {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0.3rem;
    color: rgba(205, 112, 134, 0.5);
  } */
}


/*スクロールで表示のページ内リンク*/
.menu {
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
  display: none;
  background: #FFF;
  font-size: 1.5rem;
  /* text-align: center; */
}

.menu a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
}

.menu i {
  font-size: 0.8rem;
  color: grey;
}

.menu-box div {
  position: relative;
  padding: 0.6rem 0;
}

/* .menu-box div::before {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0.5rem;
  color: rgba(205, 112, 134, 0.5);
} */

/* .menu-box div:last-child {
  border-right: 1px dashed #666666;
} */

/* .menu-box div :hover {
  border-bottom: dotted 5px rgba(205, 112, 134, 0.5);
} */

@media screen and (max-width: 768px) {
  .menu {
    font-size: 1rem;
  }
  .menu-box div {
    font-weight: bold;
    padding: 0.4rem 0 0.4rem 0.4rem;
  }
  .menu-box div:nth-child(1) {
    border-left: none;
  }
  .menu-box div:nth-child(1), .menu-box div:nth-child(2) {
  }
  .menu-box div:nth-child(3) {
    border-left: none;
  }
  .menu-box div:last-child {
    border-right: none;
  }
  .menu-box div :hover {
    border: none;
  }
  .menu-box div::before {
    right: 0.3rem;
  }
}

.main-menu-a,.main-menu-b {
  width: calc(100% / 5);
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .main-menu-a,.main-menu-b {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 576px) {
  .main-menu-a,.main-menu-b {
    width: calc(100% / 2);
  }
}
/* #nailcare {
  padding-top:30px;
  margin-top:-30px;
} */
#reason{
  padding-top:30px;
  margin-top:-30px;
}
#voice{
  padding-top:0px;
  margin-top:-0px;
}
#lineup,#twostep,#skincare,#nailcare{
  padding-top:15px;
  margin-top:-15px;
}
@media screen and (max-width: 576px) {
  #reason,#lineup{
    padding-top:80px;
    margin-top:-80px;
  }
  #voice{
    padding-top:95px;
    margin-top:-95px;
  }
  #twostep,#skincare,#nailcare{
    padding-top:60px;
    margin-top:-60px;
  }
}

/* --------------------------------------------------
nailcare
-------------------------------------------------*/
.nailcare {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.nailcare h1 {
  font-size: clamp(2rem, 0.148rem + 5.14vw, 4rem);
  color: #006934;
  text-shadow: 2px 2px 5px rgb(255, 255, 255), -2px -2px 5px rgb(255, 255, 255),0 0 10px rgb(255, 255, 255);
}
.bg-nailcare {
  background-image: url(images2022/bg-nailcare-01.png),url(images2022/bg-nailcare-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center, right center;
  background-color: #edf1e3;
  /* background-color:rgba(245, 255, 249, 0.6); */
  /* background-blend-mode:darken; */
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .nailcare h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .bg-nailcare {
    background-size: cover;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .nailcare h1 {
    font-size: 6vw;
  }
}
/* --------------------------------------------------
reason
-------------------------------------------------*/

.kodawari h1 {
  color: #006934;
  font-size: 3rem;
  text-align: center;
  padding-bottom: 20px;
  text-shadow: -1px 1px 10px #fff, -1px 1px 10px #fff, -1px 1px 10px #fff, -1px 1px 10px #fff;
}
@media screen and (max-width: 768px) {
  .kodawari h1 {
    font-size: 2.4rem;
  }
}

.kodawari .bg-DGreen {
/*  background: rgba(0,105,52,0.2);*/
background-image: url(images2022/bg-kodawari-01.jpg);
background-repeat: no-repeat;
background-size: cover;
background-color: #edf1e3;
  padding: 40px 0 20px 0;
   margin-top: 10px;
}

.kodawari .reason-honbun p {
  text-align: center;
  font-size: 2rem;
  color: #0c0b0b;
}
.kodawari .containerB {
  background-color: #ffffff;
} 

@media screen and (max-width: 768px) {
  .kodawari .reason-honbun p {
    text-align: left;
    font-size: 1.5rem;
  }
}

#reason .C-upper h3 {
  font-size: 3rem;
}
#reason .C-middle {
  padding-bottom: 10px;
}
#reason .C-middle img {
  width: 100%;
}
#reason .D-left {
  padding-bottom: 15px;
  width: 181px;
}
#reason .D-right {
  text-align: left;
  padding-left: 3%;
}
#reason .D-right-last {
  text-align: left;
  padding-left: 3%;
}

@media screen and (max-width: 768px) {
  #reason .D-right {
    padding-left: 0;
  }
  #reason .D-right-last {
    padding-left: none;
  }
  #reason .C-upper h3 {
    font-size: 2rem;
  }
}

#reason .D-right-last p {
  font-size: 1.2rem;
}
.reason-point {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .reason-point {
    padding-bottom: 10px;
  }
}
.reason-title h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
.reason-text p {
  font-size: 1.5rem;
}

/* --------------------------------------------------
lineup / menu title
-------------------------------------------------*/

/* #lineup .containerA{
  padding-bottom: 20px;
} */

.menu-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-title-middle {
  text-align: center;
  border-bottom: 1px solid #3e3a39;
}
.menu-title-middle h3 {
  font-size: 4rem;
  margin-bottom: 0px;
}
.menu-title-middle p {
  font-size: 2rem;
}

.menu-title-right img {
  transform: rotate(15deg);
  padding-left: 5px;
}
.menu-title-left img {
  transform: rotate(18deg);
  width: 83%;
}

.dsp-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .dsp-pc {
    display: none;
  }
  .menu-title {
    flex-direction: column;
  }
  .dsp-sp {
    display: block;
  }
  .menu-title-upper {
    transform: rotate(17deg);
    padding-left: 15px;
  }
}

.product-box {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .product-box {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.product-box-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-box-right {
    width: 100%;
  }
}
.product-box-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-box-left {
    width: 100%;
  }
}
.product-box-left img {
  width: 100%;
}
.product-name {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.teikibin-nara {
  font-size: 2rem;
}
.product-tag-wg {
  color: #84b41e;
  border: 1px solid #84b41e;
  margin-right: 5px;
  padding: 2px 4px;
  font-size: 1.5rem;
  display: inline;
}
.product-tag-gw {
  color: #fff;
  background-color: #84b41e;
  border: 1px solid #84b41e;
  padding: 2px 4px;
  font-size: 1.5rem;
  display: inline;
}
.product-tag-wr {
  color: #b50d23;
  border: 2px solid #b50d23;
  padding: 2px 4px;
  font-size: 2rem;
  font-weight: 700;
  display: inline;
}
.product-detail {
  font-size: 1.5rem;
  padding-top: 20px;
}

.attention {
  font-size: 1.2rem;
}
.net {
  font-size: 2rem;
  text-align: right;
  font-weight: 700;
  margin-bottom: 0;
}
.price {
  font-size: 4rem;
  text-align: right;
  font-weight: 700;
  line-height: 4rem;
}
.price-r {
  font-size: 3rem;
  text-align: right;
  color: #b50d23;
  font-weight: 700;
  display: inline;
  padding-left: 10px;
}
.purchase {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 0 auto;
  color: #fff;
  background-color: #84b41e;
  width: 80%;
  display: block;
  text-decoration: none;
  padding: 10px 0;
}
.purchase:hover {
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
}
.purchase-teiki {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 0 auto;
  color: #fff;
  background-color: #036ea9;
  width: 80%;
  display: block;
  text-decoration: none;
  padding: 10px 0;
}
.purchase-teiki:hover {
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
}
.product-red {
  text-align: right;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .purchase {
    width: 100%;
  }
  .purchase-teiki {
    width: 100%;
  }
}


/* --------------------------------------------------
voice
-------------------------------------------------*/

.voice-title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
}
.ill-vce-lft, .ill-vce-rgt {
  width: 25%;
}
.ill-vce-lft img {
  width: 100%;
  display: inline;
}
.ill-vce-rgt img {
  width: 100%;
  display: inline;
}
.gomanzoku {
  width: 70%;
}
.gomanzoku h3 {
  font-size: 2.7rem;
}
.gomanzoku-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice-title {
    margin-bottom: 0;
    gap: 20px;
  }
  .gomanzoku {
    display: none;
  }
  .gomanzoku-sp {
    display: block;
  }
  .gomanzoku-sp h3 {
    font-size: 2.7rem;
  }
  .ill-vce-rgt, .ill-vce-lft {
    width: 50%;
  }
}

.voice-line {
  margin-bottom: 20px;
}
.voice-line img {
  width: 80%;
}
.voice-line-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice-line img {
    display: none;
  }
  .voice-line-sp {
    display: block;
  }
  .voice-line-sp img {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .voice-line-sp img {
    width: 100%;
  }
}

.illust-voice-maste-1 {
  position: absolute;
  top: -50px;
  left: -50px;
}
.illust-voice-maste-2 {
  position: absolute;
  top: -50px;
  right: -50px;
}
.illust-voice-maste-3 {
  position: absolute;
  bottom: -50px;
  left: -50px;
}
.illust-voice-maste-4 {
  position: absolute;
  bottom: -50px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .illust-voice-maste-1, .illust-voice-maste-2, .illust-voice-maste-3, .illust-voice-maste-4 {
    bottom: -25px;
    right: -25px;
    width: 40%;
  }
}

.voice-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.voice-pic-tan {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .voice-box {
    align-items: center;
  }
  .voice-pic-tan {
    width: 75%;
    margin-bottom: 20px;
  }
}
.voice-name {
  margin-bottom: 20px;
  font-size: 2rem;
}
.voice-pink {
  background-color: #fae6ee;
  width: 38%;
  font-size: 1.5rem;
  text-align: left;
}
.voice-green {
  background-color: #e7f1cf;
  width: 38%;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .voice-box {
    flex-direction: column;
  }
  .voice-pic-tan {
    width: 100%;
  }
  .voice-pink {
    width: 100%;
  }
  .voice-green {
    width: 100%;
  }
}

.pic-container {
    display: grid;
    place-items: center;
    width: 38%;
    /* height: 100vh; */
    box-sizing: border-box;
    /* background-color: rgb(254, 254, 254); */
    z-index: 0;
    /* border-top: 1px solid #212121; */
}
.btnp {
    position: relative;
    padding: 1.5rem 1.5rem;
    /* background-color: #C5E7F3; */
    transition: .3s;
    color: #333;
    /* font-weight: bold; */
    /* overflow: hidden; */
}
@media screen and (max-width: 768px) {
  .btnp {
    margin-bottom: 40px;
  }
}
.btnp::before,
.btnp::after {
    position: absolute;
    width: 100%;
    height: 80%;
    /* transition: .3s; */
    content: '';
}
.btnp::before {
    top: 7px;
    left: -7px;
    border-top: 1px solid #e482ab;
    border-left: 1px solid #e482ab;
}
.btnp::after {
    bottom: -7px;
    right: 7px;
    border-right: 1px solid #e482ab;
    border-bottom: 1px solid #e482ab;
}

.btng {
    position: relative;
    padding: 1.5rem 1.5rem;
    /* background-color: #C5E7F3; */
    transition: .3s;
    color: #333;
    /* font-weight: bold; */
    /* overflow: hidden; */
}
.btng::before,
.btng::after {
    position: absolute;
    width: 100%;
    height: 80%;
    /* transition: .3s; */
    content: '';
}
.btng::before {
    top: -7px;
    left: 7px;
    border-top: 1px solid #8fc31f;
    border-left: 1px solid #8fc31f;
}
.btng::after {
    bottom: 7px;
    right: -7px;
    border-right: 1px solid #8fc31f;
    border-bottom: 1px solid #8fc31f;
}

#voice .attention {
  text-align: right;
}

#voice {
  background-image: url(images2022/pic-bg-bw-leaf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  height: auto;
}
@media screen and (max-width: 768px) {
  #voice {
    background-image: none;
  }
}


.boxp {
    position: relative;
    padding: 1rem;
    background-color: #fae6ee;
    color: #333;
}

.boxp:before {
    position: absolute;
    top: 7px;
    left: -7px;
    width: 100%;
    height: 100%;
    border: 1px solid #e482ab;
    content: "";
}

.boxp:after {
    position: absolute;
    bottom: -31px;
    left: 50px;
    transform: skew(315deg);
    height: 25px;
    width: 15px;
    border-right: 1px solid #e482ab;
    background-color: #fff;
    content: "";
}

.boxp p {
    line-height: 1.5;
}

.boxg {
    position: relative;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #e7f1cf;
    color: #333;
}

.boxg:before {
    position: absolute;
    top: 7px;
    left: -7px;
    width: 100%;
    height: 100%;
    border: 1px solid #8fc31f;
    content: "";
}

.boxg:after {
    position: absolute;
    bottom: -31px;
    left: 50px;
    transform: skew(315deg);
    height: 25px;
    width: 15px;
    border-right: 1px solid #8fc31f;
    background-color: #fff;
    content: "";
}

.boxg p {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .boxp {
    margin-bottom: 40px;
  }
}


/* --------------------------------------------------
2 step oral care
-------------------------------------------------*/

#twostep .bg-LGreen {
  background: rgba(143,195,31,0.25);
  /* padding: 40px 0; */
  /* margin-top: 20px; */
}

#twostep h1 {
  color: #8fc31f;
  font-size: 2.5rem;
  /* font-weight: 700; */
  text-align: center;
  padding-bottom: 20px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  #twostep h1 {
    font-size: 2.2rem;
  }
}

#twostep .attention {
  text-align: right;
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #twostep .attention {
  text-align: center;
  }
}

.twostep-donyu {
  font-size: 2rem;
}
.twostep-setsumei {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.twostep-setsumei-img1 {
  width: 40%;
}
.twostep-setsumei-img2 {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .twostep-setsumei {
    flex-direction: column;
  }
  .twostep-setsumei-img1 {
    width: 90%;
    margin-bottom: 20px;
  }
  .twostep-setsumei-img2 {
    width: 100%;
  }
}

.twostep-steps {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.twostep-steps-step1 {
  width: 35%;
}
.twostep-steps-plus {
  width: 5%;
}
.twostep-steps-step2 {
  width: 35%
}
@media screen and (max-width: 768px) {
  .twostep-steps {
    flex-direction: column;
  }
  .twostep-steps-step1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .twostep-steps-plus {
    width: 10%;
    margin-bottom: 10px;
  }
  .twostep-steps-step2 {
    width: 100%
  }
}
@media screen and (max-width: 320px) {
  .twostep-steps-step1 {
    width: 100%;
  }
  .twostep-steps-step2 {
    width: 100%;
  }
}

.arrow_box{
    position:relative;
    width:100%;
    /* height:80px; */
    background:#FFFFFF;
    padding:25px 25px;
    text-align:center;
    color:#006934;
    font-size:2rem;
    font-weight:bold;
    border-radius: 8px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -65px;
    border-bottom-color:#FFFFFF;
    bottom:100%;
    left:81%;
}

.osusume-title {
  font-size: 2.5rem;
}
.tws-kna-line {
  width: 100%;
}
.twostep-konna-pics {
  display: flex;
  justify-content: center;
  margin: 2% 0 0;
}
.tws-kna-pic {
  width: 80%;
  margin-bottom: 5px;
}
.tws-kna-txt {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
.twostep-konna {
  padding-bottom: 2rem !important;
}
}
  


@media screen and (max-width: 320px) {
  .tws-kna-pic {
    width: 90%;
  }
}
@media screen and (min-width: 1578px) {
  .tws-kna-sct {
    width: 25%;
  }
}

#oralcare-p {
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  #oralcare-p {
    padding: 40px 0 0;
  }

}


.seibun {
  font-size: 1.5rem;
  text-align: right;
  line-height: 3rem;
  display: block;
  text-decoration: none;
}
.seibun:hover {
  color: #3e3a39;
  opacity: 0.8;
}


/* --------------------------------------------------
skincare
-------------------------------------------------*/

#skincare .bg-DGreen2 {
  background: rgba(0,105,52,0.2);
/*  margin-top: 20px;*/
}
#skincare h1 {
  color: #006934;
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  #skincare h1 {
    font-size: 2rem;
  }
}
.ill-skc-hada {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ill-skc-hada img {
    margin-bottom: 20px;
    width: 90%;
  }
}
.skincare-desc {
  font-size: 2rem;
}
.skc-dsc-scn {
  width: 130%;
}
.skc-dsc-sho {
  width: 85%;
}
@media screen and (max-width: 991px) {
  .skc-dsc-scn {
    width: 100%;
  }
  .skc-dsc-sho {
    width: 70%;
  }
}
#skincare-p {
  padding: 50px 0 0 0;
}

.Oral_skin_bnr img {
  width: 100%;
  max-width: 1200px;
}
.Oral_skin_bnr_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .Oral_skin_bnr {
    display: none;
  }
  .Oral_skin_bnr_sp {
    display: block;
  }
  .Oral_skin_bnr_sp img {
    width: 100%;
    max-width: 750px;
  }
}

/* --------------------------------------------------
go to top
-------------------------------------------------*/

#gototop {
  text-align: center;
}
#gototop a {
  text-align: center;
  text-decoration: none;
  color: #3e3a39;
  display: inline-block;
}
#gototop a:hover {
  opacity: 0.8;
}
