<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Serif JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #1E1E1E;
	background: #fff;
}

body {
	min-width: 1450px;
}

a{
	color: #1E1E1E;
	text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* Base
------------------------------------------------------------*/
html{
	font-size: 62.5%;/*16pxx62.5%=10px*/
}

.bg_white{
  max-width: 1000px;
  margin: 0 auto;
}

.bg_gray{
    background-color: #F1F1F1;
}

body{
font-family: 'Noto Serif JP' ;
	font-weight: Medium;
	color: #1E1E1E;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.catchcopy{
font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a{
	text-decoration: none;
	color: #1e1e1e;
	display: block;

}


.text-center{
	text-align: center;
}

.inner{
	max-width: 800px;
	margin: 0 auto;
}

.img_sp{
	display: none;
}

p{
	font-family: 'Noto Serif JP' ;
	color: #1e1e1e;
	margin: 0 auto 150px;
	font-size: 24px;
	font-weight:normal;
	text-align: center;
	letter-spacing: 0.08em
	line-height: 2.0em
}

h2{
	font-family: 'Noto Sans' ;
    font-weight: bold;
	padding-top: 100px;
	letter-spacing: 0.09em;
	width: 60%;
	margin: 0 auto 0px;
	font-size: 40px;
	font-weight:normal;
	text-align: center;
}

h3{
	color: #1E1E1E;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP' ;
	text-align: center;
	letter-spacing: 0.09em;
	width: 60%;
	margin: 0 auto 30px;
	margin-top: -20px;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}

/* ヘッダー
------------------------------------------------------------*/

/* トップナビゲーション */
nav div.panel{display:block !important;}

a#menu{display:none;}

.mv {
  position: relative;
  width: 100%;
  height: 500px;
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 30s infinite;
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 10s;
}
.image:nth-of-type(3) {
  animation-delay: 20s;
}
@keyframes change-img-anim-first {
  0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}

#topnav{
float:right;
margin-top:20px;
padding-right:100px;
}

#topnav li{
float:left;
margin:13px 5px 0;
text-align:center;
position:relative;
}

#topnav a{
color:#1E1E1E;
font-size:15px;
font-weight: bold;
display:block;
padding:0px 10px 0px 10px;
line-height:1.2;
}

#topnav span{
font-size:10px;
color:#1E1E1E;
}

#topnav ul{
width:160px;
display:none;
}

#topnav li:hover ul{
display:block;
position:absolute;
top:80px;
left:0;
z-index:500;
}

#topnav li li{
margin:0;
float:none;
width:160px;
text-align:left;
background:#f4f4f4;
}

#topnav li li a{
padding:10px;
border:0;
}

#topnav li.current-menu-item li a,#topnav li li a{
border-bottom-width:1px;
font-size: 12px
}

#topnav li li.current-menu-item a,#topnav li li a:hover{
padding-bottom:10px;
border-bottom-width:3px;
background:#eee;
}

/*************
/* ヘッダー
*************/
h1 img{
	margin-top: -30px;
	width: 100%;
}
h1{
	margin-bottom: 0;
}

#header{
z-index:100;
margin:0px 0 0px;
height: 100px;
}

#header:after{
content:"";
display: block;
clear:both;
visibility:hidden;
}

.mv{
	position: relative;
	background: url(images/header-1.png) center / cover;
}

/*************
/* ロゴ
*************/
.header_logo{
float:left;
padding-top:5px;
width: 100px;
height: 0px;
padding-left:50px;
}

.logo a{
font-size:20px;
color:#444;
font-weight:bold;
line-height:1;
}

.logo span{
font-size:12px;
font-weight:normal;
}

#header h1{
font-size:11px;
color:#444;
margin:10px 0 0;
}


/* フッター
------------------------------------------------------------*/
footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

footer{
    width: 100%;
    height: 100px;
    background-color: #1E1E1E;
    text-align: center;
}

footer p{
color:#ffffff;
font-size: 12px;
padding: 10px;
}


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

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top, bottom: 150px;
}

h4{
	font-family: 'Hiragino Kaku Gothic ProN' ;
	margin: 0 auto 60px;
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 0.05em
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

/* catchcopy
------------------------------------------------------------*/
.catchcopy {
    background-image: url(../images/catchcopy-bg.jpg);
      position: relative;
  width: 100%;
  height: 500px;
  margin-bottom:0px;
}

.catchcopy p {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 2em;
}

.catchcopy_logo{
  text-align :center;
  padding-top: 100px;
  padding-bottom: 20px;
}

/* about
------------------------------------------------------------*/
.about{
	padding-bottom: 80px;
}

/* trouble
------------------------------------------------------------*/
.ul_trouble&gt;li {
	background-image: url("../images/icon-check.png");
	background-repeat: no-repeat;
	background-position: top 40% left 2%;
background-color: #FFFFFF;
	margin-bottom: 10px;
line-height: 1.8em;
	padding: 16px;
	padding-left: 80px;
	font-size: 24px
}

.trouble_box{
	background-color: #E4E4E4;
	padding: 20px;
	margin-top: 20px;
  margin-bottom: 200px;
}

.white1 inner{
	padding-top: 80px;
	padding-bottom: 80px;
}

.trouble_img{
  text-align: center;
  margin-top: 0px;
  padding-bottom: 40px;
}

.trouble_box p {
margin-top: 60px;
font-weight: bold;
margin-bottom: 30px;
font-size: 28px;
  letter-spacing: 0.05em;
}

/* reason
------------------------------------------------------------*/
.reason {
  position: relative;
  width: 100%;
  height: auto;
}

/* concept
------------------------------------------------------------*/
.concept {
    background-color: #F0EADE;
}

.concept_title{
	margin-top: -40px;
}

.concept_title_1{
	margin-top: -30px;

}

.concept_box{
  max-width: 1000px;
  margin: 0 auto;
}

.concept-img{
  display: flex;
  padding-bottom: 150px;
}

.concept-img2{
  padding-right: 20px;
}

.point_cont.las{
	margin-bottom: 0px;
}

.point_p{
	color: #1e1e1e;
	line-height: 1.9;
}

.point_p span{
	color: #83cac7;

	font-size: 1.1em;
}

/* shaving
------------------------------------------------------------*/
.shaving {
	margin-bottom: -10px;
  font-size: 18px;
  line-height: 2.25;
}

.shaving_img{
		margin-bottom: 50px;
}

/* menu
------------------------------------------------------------*/
.menu_title{
    font-size: 18px;
}

.menu_title_2{
      font-size: 18px;
      margin-bottom: -20px;
      margin-top: -40px;
}

.menu_title_3{
    text-align: left;
      font-size: 18px;
      width: 500px;
}

.menu_box{
  max-width: 1000px;
  margin: 0 auto;
}

.mb_4{
  text-align: left;
  margin-top: -30px;
}

.mb_4_title{
  padding-right:20px;
}

.menu_border {
  border-top: solid 1px #707070;
  padding-top: 15px;
  font-size: 16px;
}

.menu_mark_box{
	display: flex;
    float: left;
}

.menu_mark {
    background-color: #C1B326;
    margin-right: 20px;
    color: #fff;
    font-weight: bold;
}

.mb_3_1 img{
    width: 800px;
    height: auto;
}

.mb_3_2 img{
    padding: 50px;
    width: 1000px;
    height: auto;
}

.menu_box_cut{
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 90px;
	padding-bottom: 20px;
}

.menu_box_skin{
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 90px;
}

.menu_box_option{
  padding-bottom: 50px;
}

.option_title{
  text-align: left;
  font-size: 20px;
  margin-bottom: 0;
}

.menu_detail{
  font-size: 16px;
  text-align: left;
}

/*-------------------------
flow
-------------------------*/
.grid_flow {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 450px);
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

img {
    max-width: 100%;
}

.nagare_n{
	background-color: #1E1E1E;
	color: #fff;
	padding: 16px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.nagare_box{
	margin-bottom: 30px;
}
.nagare_box:last-of-type{
	margin-bottom: 60px;
}
.nagare_container{
	padding-bottom: 50px;
}

.nagare_contents {
    background-color: #E4E4E4;
    background-size: contain;
    height: 280px;
    padding: 32px;
    font-size: 16px;
    letter-spacing: 0.05em;
}

p {
    margin-bottom: 1rem;
}

/* case study
------------------------------------------------------------*/
.case h3{
		margin-top: -40px;
}

.grid_case {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 450px);
}

.grid_box_inner{
    margin-top: 50px;
    text-align :center;
}

.grid_box{
	margin-bottom: 150px;
}
/* staff
------------------------------------------------------------*/
.staff_box{
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.staff_box img{
    padding: 0px 50px 50px 50px;
    width: 800px;
    height: auto;
}

.staff_box_1{
    margin-right: -15px;
    margin-left: -15px;
}

.staff_box_2{
    display: flex;
}

.staff_box_middle{
    display: flex;
}

.staff_box_4{
	padding-left: 100px;
}

.staff_box_4 p {
  text-align: left;
}

.staff_box_5 {
  padding: 0px 100px 80px 0px;
  width: 450px;
}

.staff_box_6 {
  width: 450px;
  padding-bottom: 50px;
}

.staff_border {
  border-top: solid 1px #707070;
  padding-top: 15px;
  font-size: 16px;
}

.staff_inner p {
    font-size: 16px;
}


/* voice
------------------------------------------------------------*/
.voice h3 {
	margin-top: -30px;
}

.voice{
	padding-bottom: 150px;
}

/*========= スライダー ===============*/
.slider img {
    width:100%;
    height:20vw;
    object-fit: cover;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 5px;/*スライド左右の余白調整*/
}

/*========= レイアウト ===============*/
ul{
  margin:0;
  padding: 0;
  list-style: none;
}

/* shop
------------------------------------------------------------*/
.shop{
    padding-bottom: 150px;
}

.shop_title{
	margin-bottom: -50px;
}

.shop h3 {
	margin-top: -30px;
}

.shop_box{
  max-width: 1000px;
  margin: 0 auto;
}

.shop img{
    width: 500px;
    height: auto;
}

.shop_box_1{
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 120px;
}

.shop_box_2{
	display: flex;
  margin-top: 30px;
}

.shop_box_3{
	padding-left: 50px;
  margin-top: -10px;
}

.sb_3_title{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

td {
  padding-top: 5px;
  padding-right: 30px;
}

.shop_border {
  border-top: solid 1px #707070;
  padding-top: 16px;
  font-size: 16px;
}

.btn_shop{
  margin-top: 24px;
}

.btn_shop,
a.btn_shop {
  color: #fff;
  background-color: #CDC037;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.btn_shop:hover,
a.btn_shop:hover {
	opacity: 0.5 ;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px){

.mv-sp{
  display: none;
}
.reason-sp{
  display: none;
}
.menu_sp_2{
 display:none;
}
.flow_sp {
    display: none;
}
.staff_sp_2{
 display:none;
}
}

@media only screen and (min-width: 800px) and (max-width:1200px) {
body {
  min-width: 1200px;
}
#header {
    height: 150px;
}
.mv-sp{
  display: none;
}
.mv {
  position: relative;
  width: 100%;
}
.reason-sp{
  display: none;
}
.flow_sp {
    display: none;
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 30s infinite;
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 10s;
}
.image:nth-of-type(3) {
  animation-delay: 20s;
}
@keyframes change-img-anim-first {
  0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}

		#topnav{
max-width: 600px;
height: 180px;
}
#topnav a{
padding:15px 10px;
line-height:0.5;
}
.menu_sp_2{
 display:none;
}
.staff_sp_2{
 display:none;
}
.catchcopy{
  margin-top:-50px;
}

.grid_flow {
  gap: 10px;
}
.grid_case{
  gap: 30px;

}

}

@media only screen and (min-width: 480px) and (max-width:799px) {
body {
  min-width: 1024px;
}
#topnav {
    max-width: 600px;
    height: 180px;
}
#header {
    height: 150px;
}
.mv-sp{
  display: none;
}
.reason-sp{
  display: none;
}
.flow_sp {
    display: none;
}
}

@media only screen and (min-width: 320px) and (max-width:479px) {
body {
  min-width: 1200px;
}
.bg_white {
    max-width: initial;
}
h2{
  font-size: 80px;
}
h3{
font-size: 32px;
}
p{
font-size: 40px;
}
#header{
z-index:100;
margin:0px 0 0px;
height: 280px;
}

#topnav {
padding: 0px;
max-width: 0px;
}

#topnav a {
font-size: 30px;
    margin-right: 10px;
    margin-top: 10px;
}

.header_logo{
  width: 200px;
  height: 200px;
  margin-left: -10px;
    margin-top: 0px;
}

.mv {
  display: none;
}
.catchcopy_logo img{
  width: 500px;
}
.catchcopy p{
font-size: 42px;
}
.catchcopy {
    background-image: url(../images/catchcopy-bg.jpg);
      position: relative;
  width: 100%;
  height: 650px;
    margin-top:1300px;
}
.trouble_box p {
    margin-top: 100px;
    margin-bottom: 60px;
font-size: 42px;
}
.trouble_box img{
  width: 800px;
}
.ul_trouble&gt;li {
    font-size: 42px;
}
.ul_trouble&gt;li {
    margin-bottom: 16px;
    padding: 24px;
   padding-left: 80px;
}
.trouble_box {
    margin-bottom: 140px;
}
.inner {
    width: 90%;
    max-width: initial;
    padding-bottom: 100px;
}
.reason{
  display: none;
}
.reason-sp{
  position: relative;
  width: 100%;
  height: auto;
}
.mv-sp {
  position: relative;
  width: 100%;
  height: 0px;
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 30s infinite;
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 10s;
}
.image:nth-of-type(3) {
  animation-delay: 20s;
}
@keyframes change-img-anim-first {
  0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}

.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 30s infinite;
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 10s;
}
.image:nth-of-type(3) {
  animation-delay: 20s;
}
@keyframes change-img-anim-first {
  0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
    #topnav{
max-width: 900px;
height: 180px;
margin-top: 20px;
margin-bottom: 20px;
}
#topnav a{
padding:15px 10px;
line-height:0.5;
}
.concept-img{
display:block;
}
.concept-img img{
    width: 800px;
      height: auto;
          padding: 20px 0px 20px 0px;
}
.concept-img {
  text-align: center;
}
.concept-img li {
  display: inline;
}
.innerS {
width: 90%;
}
.shaving {
    margin-bottom: -10px;
    font-size: 38px;
    line-height: 1.8;
}
.shaving br {display: none;}
.innerS img {
  width: 800px;
}
.innerS {
  text-align: center;
}
.innerS img {
  display: inline;
}
.menu_box {
    max-width: 90%;
}
.menu_title {
  font-size: 40px;
}
.menu_title_2, .menu_title_3 {
    font-size: 32px;
        line-height: 1.8;
}
.menu_title_3 {
    width: initial;
}
.menu_border {
    padding-top: 30px;
    font-size: 32px;
}
.menu_mark {
    color: #fff;
font-size: 32px;
}
.menu_detail {
    font-size: 32px;
    margin-top: 24px;
}
.option_title{
  font-size: 40px;
}
.grid_flow {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(500px, 800px);
}
.grid_flow {
margin-left: 180px;
}
.flow_pc {
    display: none;
}
.nagare_n {
    font-size: 4rem;
}
.nagare_contents {
    font-size: 30px;
    height: 450px;
    letter-spacing: initial;
    padding: 40px;
}
.grid_case{
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(500px, 800px);
  margin-left: 200px;
}
.staff_box_2{
  display:block;
}
.staff_border{
  font-size: 40px;
}
.staff_inner{
  font-size: 40px;
}
.staff_inner p{
  font-size: 40px;
}
.staff_box {
max-width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.staff_box_4 {
    padding-left: 0px;
}
.staff_box img {
    width: initial;
}
.sb_4 strong {
  font-size: 50px;
}
.staff_box_5 {
    width: initial;
    padding: 0px;
}
.staff_box_6 {
    width: initial;
    padding: 0px;
}
.shop_box_2{
  display:block;
}
.staff_box_middle{
flex-direction: column-reverse;
padding-bottom: 80px;
}

.shop img {
    width: 1000px;
}
.sb_3_title{
    font-size: 48px;
    padding-top: 20px;
}
.shop_border{
      font-size: 40px;
      padding-bottom: 30px;
}
.shop_border a {
      font-size: 40px;
}
.shop_box_2 {
text-align: center;
}
.shop_box_3{
  text-align: left;
}
.slider img {
    height:initial;
}

footer {
    height: 300px;
}
footer p{
color:#ffffff;
font-size: 20px;
padding: 30px;
}
footer img {
  width: 200px;
  padding-top: 40px;
}

@media only screen and (min-width: 480px) and (max-width:599px) {
body {
  min-width: 1024px;
}

.mv-sp{
  display: none;
}
.reason-sp{
  display: none;
}
.flow_sp {
    display: none;
}
.mv {
  position: relative;
  width: 100%;
  height: 50vh;
  margin-bottom:100px;
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 30s infinite;
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 10s;
}
.image:nth-of-type(3) {
  animation-delay: 20s;
}
@keyframes change-img-anim-first {
  0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}

    #topnav{
max-width: 600px;
height: 180px;
}
#topnav a{
padding:15px 10px;
line-height:0.5;
}

.catchcopy{
  margin-top:-80px;
}

section .menu {
	max-width: 80%;
	padding-left: 80px;
}

.menu_box_cut{
    display:block;
}
.menu_box_skin{
    display:block;
}
.menu_sp{
 display:none;
}
section .flow {
	max-width: 45%;
	padding-left: 250px;
}

.grid_flow {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 100px);
}

.staff_box_2{
    display:block;
}
.staff_sp{
 display:none;
}
.shop_box_2{
    display:block;
}
.grid_flow {
   display:block;
}

.grid_case {
	padding-left: 250px;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(1, 500px);
}
.staff_box{
	max-width: 80%;
	padding-right: 100px;
}
.staff_box_3{
	padding-top: 0px;
	padding-bottom: 50px;
}

.shop_box img {
    padding-left: 100px;
}


}

@media only screen and (min-width: 320px) and (max-width:479px) {
body {
  min-width: 1200px;
}
.bg_white {
    max-width: initial;
}
h2{
  font-size: 80px;
}
h3{
font-size: 32px;
}
p{
font-size: 40px;
}
#header{
z-index:100;
margin:0px 0 0px;
height: 280px;
}

#topnav {
padding: 0px;
max-width: 0px;
}

#topnav a {
font-size: 30px;
    margin-right: 10px;
    margin-top: 10px;
}

.header_logo{
  width: 200px;
  height: 200px;
  margin-left: -10px;
    margin-top: 0px;
}

.mv {
  display: none;
}
.catchcopy_logo img{
  width: 500px;
}
.catchcopy p{
font-size: 42px;
}
.catchcopy {
    background-image: url(../images/catchcopy-bg.jpg);
      position: relative;
  width: 100%;
  height: 650px;
    margin-top:1300px;
}
.trouble_box p {
    margin-top: 100px;
    margin-bottom: 60px;
font-size: 42px;
}
.trouble_box img{
  width: 800px;
}
.ul_trouble&gt;li {
    font-size: 42px;
}
.ul_trouble&gt;li {
    margin-bottom: 16px;
    padding: 24px;
   padding-left: 80px;
}
.trouble_box {
    margin-bottom: 140px;
}
.inner {
    width: 90%;
    max-width: initial;
    padding-bottom: 100px;
}
.reason{
  display: none;
}
.reason-sp{
  position: relative;
  width: 100%;
  height: auto;
}
.mv-sp {
  position: relative;
  width: 100%;
  height: 0px;
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 30s infinite;
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 10s;
}
.image:nth-of-type(3) {
  animation-delay: 20s;
}
@keyframes change-img-anim-first {
  0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}

.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 30s infinite;
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 10s;
}
.image:nth-of-type(3) {
  animation-delay: 20s;
}
@keyframes change-img-anim-first {
  0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
    #topnav{
max-width: 900px;
height: 180px;
margin-top: 20px;
margin-bottom: 20px;
}
#topnav a{
padding:15px 10px;
line-height:0.5;
}
.concept-img{
display:block;
}
.concept-img img{
    width: 800px;
      height: auto;
          padding: 20px 0px 20px 0px;
}
.concept-img {
  text-align: center;
}
.concept-img li {
  display: inline;
}
.innerS {
width: 90%;
}
.shaving {
    margin-bottom: -10px;
    font-size: 38px;
    line-height: 1.8;
}
.shaving br {display: none;}
.innerS img {
  width: 800px;
}
.innerS {
  text-align: center;
}
.innerS img {
  display: inline;
}
.menu_box {
    max-width: 90%;
}
.menu_title {
  font-size: 40px;
}
.menu_title_2, .menu_title_3 {
    font-size: 32px;
        line-height: 1.8;
}
.menu_title_3 {
    width: initial;
}
.menu_border {
    padding-top: 30px;
    font-size: 32px;
}
.menu_mark {
    color: #fff;
font-size: 32px;
}
.menu_detail {
    font-size: 32px;
    margin-top: 24px;
}
.option_title{
  font-size: 40px;
}
.grid_flow {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(500px, 800px);
}
.grid_flow {
margin-left: 180px;
}
.flow_pc {
    display: none;
}
.nagare_n {
    font-size: 4rem;
}
.nagare_contents {
    font-size: 30px;
    height: 500px;
    letter-spacing: initial;
    padding: 40px;
}
.grid_case{
  display: grid;
  gap: 100px;
  grid-template-columns: minmax(500px, 800px);
  margin-left: 200px;
}
.staff_box_2{
  display:block;
}
.staff_border{
  font-size: 40px;
}
.staff_inner{
  font-size: 40px;
}
.staff_inner p{
  font-size: 40px;
}
.staff_box {
max-width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.staff_box_4 {
    padding-left: 0px;
}
.staff_box img {
    width: initial;
}
.sb_4 strong {
  font-size: 50px;
}
.staff_box_5 {
    width: initial;
    padding: 0px;
}
.staff_box_6 {
    width: initial;
    padding: 0px;
}
.shop_box_2{
  display:block;
}
.staff_box_middle{
flex-direction: column-reverse;
padding-bottom: 80px;
}

.shop img {
    width: 1000px;
}
.sb_3_title{
    font-size: 48px;
    padding-top: 20px;
}
.shop_border{
      font-size: 40px;
      padding-bottom: 30px;
}
.shop_border a {
      font-size: 40px;
}
.shop_box_2 {
text-align: center;
}
.shop_box_3{
  text-align: left;
}
.slider img {
    height:initial;
}

footer {
    height: 300px;
}
footer p{
color:#ffffff;
font-size: 20px;
padding: 30px;
}
footer img {
  width: 200px;
  padding-top: 40px;
}


}

</pre></body></html>