/*
SITE URL: https://foudamour.jp/
PAGE Name: foudamour
*/

/*Structure 
-------------------------------------------------------------- */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  /* important */
/*  height: 100%;
  min-height: 100%;*/
}


body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 14px;
  color: #2C1D1D;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;	
}




/* Loader-wrap
-------------------------------------------------------------- */


.loader-wrap {
    background-color: #fdf0ec;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
}

.spinner {
	width: 70px;
	height: 83px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 12px;
	text-indent: 0px;
	font-family: 'Lora', serif;
	color: #900;
	letter-spacing: 0.1em;
}

@-moz-keyframes spinner-anim {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spinner-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-anim {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
	
.animated {
  visibility: hidden; }

.visible {
  visibility: visible; }




/* ------------------------------------------------------------------
   HEADER
------------------------------------------------------------------ */

#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin:100px auto 0;
	z-index: 999;
	background-color: #fff;
	height: 80px;
}


#top-head .inner {
    position: relative;
    
}


#top-head h1.logo{
    width: 119px;
    height: 53px;
    float: left;
	margin-left: 30px;
	margin-top: 10px;
}

#top-head h1.logo a {
    background-image: url("../img/header/logo_handmade.png");
    background-repeat: no-repeat;
    width: 	119px;
    height: 53px;
    display: block;
	text-align: center;
	text-indent: -9999px;
}


/*------------------------------------------------------------------

    Inner

  ------------------------------------------------------------------ */


.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}


/* ------------------------------------------------------------------
   NAV
------------------------------------------------------------------ */

nav {
	padding-top: 20px;
	float: right;
	margin-right: 50px;
}


#global-nav ul {
 font-size: 0px;
}

#global-nav ul li {
    display: inline-block;
	position: relative;  
	margin-left: 5px;
	margin-right: 5px;
}

#global-nav ul li a {
    color: #624E4E;
	letter-spacing: 1.5px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	padding: 15px 20px;
    display: block; 
	border: solid 1px transparent;
}

#global-nav ul li a:hover {
	border: solid 1px #DFDFDF;
	
}


#global-nav ul li a.active  {

	color: #A0936F;
	border: solid 1px #A0936F;
}




ul.submenu li:hover ul {
   display: block;
	margin-top: 0px;
}

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.submenu ul {
   margin: 0px;         
   display: none;       
   position: absolute;  
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
#global-nav ul.submenu ul li {
   border-top: 0px solid #FBF2F3; 
	margin-left: 0px;
	margin-right: 0px;


}

#global-nav ul.submenu ul li a {
	color: #fff;
	background-color: #E0ACAC;
	text-align: center;
    display: block;
	width: 80px; 
    margin-left: 0px;
	margin-right: 0px;
	padding: 20px 10px;
}

#global-nav ul.submenu ul li a:hover {
    color: #fff;
	background-color: rgba(161,108,47,0.81);
	border: solid 1px transparent
	}


@media screen and (max-width: 1080px) {
	

#global-nav ul.submenu ul li {            
   border-top: 0px solid #FBF2F3; 
}

#global-nav ul.submenu ul li a {
	background-color: #EEB2B2;
	text-indent: 1em;
	text-align: left;

}		
	}



/* ------------------------------------------------------------------
   FIXED
------------------------------------------------------------------ */


 .fixed nav {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0px;
}


#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0px;
	height: 90px;
	background-color: rgba(161,108,47,0.63);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo  {
	  width: 180px;
      height: 51px;
	  margin-left: 30px;
	  margin-top: 14px;	 
}


#top-head.fixed .logo a {
	  background-repeat: no-repeat;
      background-image: url("../img/header/logo_w.png");
	  width: 180px;
      height: 51px; 
}



#top-head.fixed #global-nav ul li a {
    color: #fff;	
}

#top-head.fixed #global-nav ul li a:hover {
	color: #fff;
	background-color: rgba(161,108,47,0.63);
	
}

#top-head.fixed #global-nav ul li a.active  {
	color: #fff;
    border: solid 1px #FFFFFF;
	
}

/*------------------------------------------------------------------

    Toggle

  ------------------------------------------------------------------ */

#nav-toggle {
	display: none;
	position: absolute;
	right: 35px;
	top: 30px;
	width: 30px; 
	height: 38px;
	cursor: pointer;
	z-index: 101; 
}


#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 90%;
	background-color: #000;
	left: 0;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}




/*------------------------------------------------------------------

    Top cover

  ------------------------------------------------------------------ */

.top_cover{
	position: relative;
    height: 850px;
    width: 100%;
    background-image: url("../img/header/2023_2024header.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.photo_name{
	position: absolute;
	bottom:60px;
	right: 89px;
	letter-spacing: 1px;
	color:#fff;
}

.mark {
	 position: absolute;
     background-image: url("../img/header/f_logo_w_350.png");
	 background-repeat: no-repeat;
	 width: 350px;
	 height: auto;
	 top:80px;
	 bottom: 0px;
	 left: 80px;
     margin:auto;
}



/*------------------------------------------------------------------

    Main content

  ------------------------------------------------------------------ */


.main-content {
  height: 100%;
  position: relative;
  padding-top: 80px;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}




/*------------------------------------------------------------------

  Title

  ------------------------------------------------------------------ */

.widget-title {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 40px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Lora', serif;
  color: #7E6F6F;
}

.widget-title2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 40px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Lora', serif;
  color: #7E6F6F;
}

.widget-title3 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 40px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Lora', serif;
  color: #fff;
}


.widget-title-small{
  text-align: center;
  margin-bottom: 13px;
  width: 100%;
  font-size:14px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  
}

/*------------------------------------------------------------------

     Back_bg

  ------------------------------------------------------------------ */

.back_bg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width:768px) and ( max-width:959px) {
  .back_bg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width:481px) and ( max-width:767px) { 
  .back_bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width:320px) and ( max-width:480px) {
  .back_bg {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}


/*------------------------------------------------------------------

    welcome_area  Back_bg

  ------------------------------------------------------------------ */

#welcome_area {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width:768px) and ( max-width:959px) {
#welcome_area{
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width:481px) and ( max-width:767px) { 
#welcome_area{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width:320px) and ( max-width:480px) {
#welcome_area {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}



/*------------------------------------------------------------------

     Welcome

  ------------------------------------------------------------------ */

.welcome {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.welcome_left {
  width: 50%;
  height: auto;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.welcome_left p {
  margin-bottom: 50px;
}

.welcome_right {
  width: 50%;
  height: auto;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  float: right;
}



/*------------------------------------------------------------------

     News

  ------------------------------------------------------------------ */


.news {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	overflow: hidden;
}



.news_texbox{
   float: left;
   margin-top:0px;
   width: 50%;
   margin-right: auto;
   margin-left: 0px;
   height: auto;  
  
}

.news_tex {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #8A8A8A;
  margin-right: auto;
  margin-left: auto;
}

.news_tex p {
  letter-spacing: 1px;
}

.news_tex a {
  color: #333333;
  padding: 7px 5px;
}

.news_tex a:hover {
  color: #333333;
  background-color: pink;
}


.sns_box {
   float: right;
   width: 40%;
   height: auto;  
   margin-top: 0px;	
   margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.tw_box{
    width: 100%;
	height: auto;
}


.insta_box{
	display: block;
	margin-top: 580px;
	padding-top: 30px;
	padding-bottom: 30px;
    width: 100%;
	height:auto;
	background-color: #FCF2F2
}


.insta_btn {
  width: 20%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EAB4B4;
  letter-spacing: 1px;	
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
}

.insta_btn:hover {
  color:#FFFFFF;
  background-color: #C99E9E;
}

/*------------------------------------------------------------------

     Banner

  ------------------------------------------------------------------ */


.banner_box {
	overflow: hidden;
	width:100%; 
    text-align: center;
    font-size: 0px;
	margin-right: auto;
    margin-left: auto;
	margin-top: 80px;
}



.banner400 li {
	display: inline-block;
    margin-left: 8px;
	margin-right: 8px;
	background-color:rgba(255,255,255,1.00);
}

.banner400  li a {
	display: block;
	width: 100%; 
	max-width: 300px;
	text-align: center;
	padding: 0px;
}


.banner400 li a:hover {
    cursor:pointer;
     filter: alpha(opacity=40);        
    -ms-filter: "alpha(opacity=40)";  
    -moz-opacity:0.4;                 
    -khtml-opacity: 0.4;        
    opacity:0.4;
    zoom:1;
}

.banner_box2 {
	width:100%; 
    text-align: center;
    font-size: 0px;
	margin-right: auto;
    margin-left: auto;
	margin-top: 50px;
}


.banner200 li {
	display: inline-block;
    margin-left: 8px;
	margin-right: 8px;
	background-color:#FFFFFF;
}

.banner200 li a {
	display: block;
	width: 100%; 
	max-width: 190px;
	text-align: center;
	padding: 0px;
}


.banner200 li a:hover {
    cursor:pointer;
     filter: alpha(opacity=40);        
    -ms-filter: "alpha(opacity=40)";  
    -moz-opacity:0.4;                 
    -khtml-opacity: 0.4;        
    opacity:0.4;
    zoom:1;
}


.sp_banner_box{
	display: none;
}

.sp_banner_box2{
	display: none;
}


/*------------------------------------------------------------------

     Arrival 

  ------------------------------------------------------------------ */


.intro_s_tit {
  text-align: center;
  font-size: 13px;
  letter-spacing: 6px;
  font-family: 'Didact Gothic', sans-serif;
  color: #4BBCBC;
  width: 100%;
}


.arrivalBox {
  margin-top: 50px;
  padding: 50px 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(232, 248, 248, 0.89);
  background-repeat: repeat;
  overflow: hidden;
}

.arrival_wrapper_l {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.arrival_wrapper_r {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  float: right;
}

/*photo*/

.arrival_thumb_left {
  padding-right: 10px;
  padding-left: 0px;
}

.arrival_thumb_right {
  padding-right: 0px;
  padding-left: 10px;
}

/*text*/
.arrival_text {
  font-size: 14px;
  color: #5A5050;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.arrival_text .sub_caption {
  color: #C67C7D;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}


/*------------------------------------------------------------------

      Material

  ------------------------------------------------------------------ */

.material {
  overflow: hidden;
  /*For materialBox3*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.materialBox1 {
  width: 46%;
  float: left;
  margin-left: auto;
  margin-right: auto;
}

.materialBox2 {
  width: 46%;
  float: right;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
}

.materialBox3 {
  width: 46%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

.material_tex p {
  padding-left: 25px;
  padding-right: 25px;
}

.material-mt {
  margin-top: 20px;
}

.material-mb {
  margin-bottom: 20px;
}



/* Border 
-------------------------------------------------------------- */

.lines-on-sides {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  margin-bottom: 30px;
}

.lines-on-sides:before {
  content: "";
  display: block;
  border-top: solid 1px #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.lines-on-sides span {
  background: #F9F3ED;
  color: #2C220A;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 5;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

.lines-on-sides.sides_left {
  text-align: left;
}

.lines-on-sides.sides_left span {
  padding-left: 0;
}

.lines-on-sides.sides_right {
  text-align: right;
}

.lines-on-sides.sides_right span {
  padding-right: 0;
}



/*------------------------------------------------------------------

    Recomennd 

  ------------------------------------------------------------------ */

.recommend {
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/sellers/sellers_new_1.jpg");
  background-repeat: no-repeat;
  height: 500px;
}

.recommend_wrapper_l {
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.recommend_wrapper_r {
  margin-top: 90px;
  margin-bottom: 90px;
  width: 35%;
  height: auto;
  margin-left: auto;
  margin-right: 3%;
  float: right;
  background-color: rgba(255, 236, 239, 0.71);
}


/* recomennd Big*/

.text-content2 {
  padding: 50px;
}

.text-content2 .title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #5A5050;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
}

.text-content2 .sub_caption {
  color: #C67C7D;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}

.text-content2 .caption {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}


/* recomenndSellers CARD
-------------------------------------------------------------- */

#parent {
letter-spacing: -0.4em;
text-align: center;
margin-top: 50px;
}

#parent .l-card {
letter-spacing: normal;
	
}

.l-card{
 display:inline-block;
}


.l-card {
  overflow: hidden;
  width: 300px;
  padding: 0px;
  margin: 20px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1);
}

.text-content {
 padding-top: 20px;
 padding-bottom: 30px;
}

.text-content .title {
  margin-bottom: 10px;
  font-size: 15px;
  color: #5A5050;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
}

.text-content .sub_caption {
  color: #C67C7D;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.text-content .caption {
  margin-bottom: 15px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: left;
  padding: 0px 25px;
}

/*start*/

.l-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: linear-gradient(135deg, rgba(56, 120, 163, 1) 0%, rgba(90, 176, 107, 1) 100%);
}

.thumbnail-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}

.thumbnail-wrapper::after {
  transition: 0.8s;
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #fff;
  opacity: 0;
}

.thumbnail-wrapper img {
  transition: 0.5s;
  transform: scale(1);
  display: block;
  max-width: 100%;
  opacity: 1;
}

.more-text {
  transition: 0.8s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  text-align: center;
  opacity: 0;
}

.l-card:hover .thumbnail-wrapper::after {
  opacity: 0.8;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}

.l-card:hover .thumbnail-wrapper img {
  opacity: 0.6;
  transform: scale(1.1);
}

.l-card:hover .more-text {
  opacity: 1;
  letter-spacing: 4px;
}



/*------------------------------------------------------------------

     Footer

  ------------------------------------------------------------------ */

footer.site-footer {
    letter-spacing: 1px;
    background-image: url(../img/footer/bg.jpg);
    background-repeat: repeat;
    color: #fff;
}


.contact {
    float: left;
	width: 360px;
	margin-left: 50px;
}


.sns{
	text-align: center;
	width: 150px;
	float: right;
	margin-right: 50px;
}

.contact_tex {
  margin-top: 30px;
}


.mail a{
	color: #fff;
}


.mail a:hover{
	text-decoration: underline;
}

.sns_follow{
	color: #A2C7C0;
	font-size:12px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}


.sns_contents {
	text-align: center;
}

.sns_contents li {
	display: inline-block;
    width: auto;
    height: auto;
}

.sns_contents  li a {
	display: block;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}

.sns_contents i {
	display: block;
    font-size: 25px;
}


.copyright_text {
	color: #fff;
	font-size:11px;
	margin-top: 40px;
	text-align: center;
}

.tel-color{
	color: #fff;
}
	
	
.tel-color a {
	color: #fff;
}


.tel-color a:hover {
	color: #fff5;
}



/* Contact
-------------------------------------------------------------- */

footer.site-footer .contact-form input[type="text"], footer.site-footer .contact-form input[type="email"], footer.site-footer .contact-form textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #fff;
  letter-spacing: 0.1em;
}

footer.site-footer .contact-form input[type="text"]:-moz-placeholder, footer.site-footer .contact-form input[type="email"]:-moz-placeholder, footer.site-footer .contact-form textarea:-moz-placeholder {
  color: #fff;
}

footer.site-footer .contact-form input[type="text"]::-moz-placeholder, footer.site-footer .contact-form input[type="email"]::-moz-placeholder, footer.site-footer .contact-form textarea::-moz-placeholder {
  color: #fff;
}

footer.site-footer .contact-form input[type="text"]:-ms-input-placeholder, footer.site-footer .contact-form input[type="email"]:-ms-input-placeholder, footer.site-footer .contact-form textarea:-ms-input-placeholder {
  color: #fff;
}

footer.site-footer .contact-form input[type="text"]::-webkit-input-placeholder, footer.site-footer .contact-form input[type="email"]::-webkit-input-placeholder, footer.site-footer .contact-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.form-group input, .form-group textarea, .form-group select, .form-group option {
  width: 100%;
}

.form-group input[type="submit"] {
  width: auto;
}

input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="password"], input[type="url"], input[type="tel"], textarea {
  max-width: 100%;
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  outline: 0;
  border: 1px solid #ddd;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
}



	




/* ------------------------------------------------------------------

                        Responsiv

------------------------------------------------------------------ */


@media screen and (max-width: 1440px) {
	
	.top_cover{
    height: 720px;
    background-position: center center;
}
	}

@media screen and (max-width: 1366px) {
	
	.top_cover{
    height: 700px;
    background-position: center center;
}
	}


/* ------------------------------------------------------------------

                      Header Reset

------------------------------------------------------------------ */

@media screen and (max-width: 1080px) {
	
	
.main-content {
    padding-top: 80px;	
}
		
	
#top-head, .inner {
	width: 100%;
	padding: 0;
}
	

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 80px;
	background-color:#fff;

}	
	
#top-head h1.logo{
    width: 119px;
    height: 53px;
    float: left;
	margin-left: 30px;
	margin-top: 14px;
}

#top-head h1.logo a {
    background-image: url("../img/header/logo_handmade.png");
    background-repeat: no-repeat;
    width: 	119px;
    height: 53px;
    display: block;
	text-align: center;
	text-indent: -9999px;
}

	
#mobile-head {
		width: 100%;
		z-index: 999;
		position: relative;
	    height: 80px;
}
					
#top-head.fixed {
		padding-top:0;
	    height: 80px;
	    background-color: rgba(163,124,73,0.66);
}

#top-head.fixed .logo  {
    display: inline-block;
	margin-left: 30px;
	margin-top: 14px;
   
}
	
#top-head.fixed .logo a {
      background-repeat: no-repeat;
      background-image: url("../img/header/logo_w.png");
	  width: 180px;
      height: 51px;
}

	
		
	/*   global-nav
----------------------------------*/	
	
nav {
	float: none;
	padding-top: 0px;
	margin-right: 0px;
}
	
	
	
#global-nav {
		position: absolute;
		top: -476px;
		background-color: rgba(218,160,160,0.93);
		width: 100%;
		text-align: left;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
}
	
#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
}
	
#global-nav ul li {
		display: inline;
		position: static;
}
	
#global-nav ul li:after  {
		display: none;
}
	
	
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		font-size: 14px;
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 20px;
		padding-right: 0px;
		border-top: 1px solid rgba(45,29,25,0.15);
	
}
	
	
#top-head.fixed #global-nav ul li a.active  {
    border: none;
}	
	
	
#global-nav ul li a:hover  {
	color: #fff;
	background-color: #C97B7B;
	border: solid 1px transparent;
}	
	

#global-nav ul li a.active  {
	color: #fff;
	background-color: #775954;
	border: 0px;
}	
	


	
/*   Toggle
----------------------------------*/	
	
#nav-toggle {
		display: block;
}
	
.fixed #nav-toggle span  {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #fff;
	left: 0;
}
	
	
.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
}
	
.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
}
	
.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
}

.open #global-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
}	
}




@media screen and (max-width: 1080px) {
	
.top_cover{
    height: 800px;
    background-position: center center;
}	
	
	
/* WELCOME
-------------------------------------------------------------- */	


.welcome{
    width:90%;
	margin-left: auto;
	margin-right: auto;  
	overflow: hidden;
}


.welcome_left{
	width:50%;
	padding-right: 15px; 
	
}


.welcome_right{
	width:50%;
	padding-left: 15px; 
}

	
/* News
-------------------------------------------------------------- */	
	
	
.news {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	overflow: hidden;
}



.news_texbox{
   float: none;
   margin-top:0px;
   width: 80%;
   margin-right: auto;
   margin-left: auto;
   height: auto;  
  
}


.sns_box {
   display: none;	
   overflow: hidden;	
   float: none;
   width: 100%;
   height: auto;  
   margin-top: 80px;	
   margin-right: auto;
   margin-left: auto;
}



.tw_box{
	display: none;
    width: 50%;
	height: auto;
	float: left;
}


	
.insta_box{
	width: 100%;
	margin-top: 50px;
	height:auto;
	padding-top: 30px;
	padding-bottom:30px;
	background-color: transparent;
}
	

	
.insta_btn {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EAB4B4;
  letter-spacing: 1px;	
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
}
	
	

/* Arrival PHOTO
-------------------------------------------------------------- */	


.arrivalBox {
	width: 95%;
}


/*photo*/
.arrival_thumb_left{
	padding-left: 20px;

}

.arrival_thumb_right {
	padding-right: 20px;

}



/* MATERIAL 
-------------------------------------------------------------- */	
.material {
	width: 90%;
}

.materialBox1 {
    width: 47%;	
}

.materialBox2 {
    width: 47%;
}

.materialBox3 {
    width: 47%;	
}


	
/* recommend Sellers Big
-------------------------------------------------------------- */

.recommend {
	margin-top: 50px;
    overflow : hidden;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
}


.l-card {
  width: 310px;
}


.recommend_wrapper_l {
  width: 67%;
  float: left;
}

.recommend_wrapper_r {
  margin-top: 70px;
  margin-bottom: 0px;
  width: 30%;
  margin-right: 3%;
}	
}	
	
/* Fotter
-------------------------------------------------------------- */	



@media screen and (min-width:960px) and ( max-width:1024px) {	

/*------------------------------------------------------------------

    Top cover
ss
  ------------------------------------------------------------------ */

.top_cover{
	position: relative;
    height: 700px;
    width: 100%;
    background-image: url("../img/header/2023_2024header_m.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
	

.mark {
     background-image: url("../img/header/f_logo_w_350.png");
	 background-repeat: no-repeat;
	 width: 350px;
	 height: 99px;
	 top:0px;
	 bottom: 0px;
	 left: 60px;
}	
	

	
/* Welcome
-------------------------------------------------------------- */

.welcome{
    width:85%;
	margin-left: auto;
	margin-right: auto;  
	overflow: hidden;
}


.welcome_left{
	width:45%;
	padding-right: 40px; 
	margin-left: auto;
	margin-right: auto; 
	padding-left:0px; 
}


.welcome_right{
	width:55%;
	padding-left: 0px; 	
}
	
	
/* Recommend Sellers Big
-------------------------------------------------------------- */

.recommend {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 91%;
}


.l-card {
	width:  30%;
}


.text-content .title {
  font-size: 16px;
}

.text-content .sub_caption {	
   font-size: 13px;
}
}





@media screen and (min-width:768px) and ( max-width:959px) {
	

/*------------------------------------------------------------------

    Top cover M

  ------------------------------------------------------------------ */

.top_cover{
	position: relative;
    height: 700px;
    width: 100%;
    background-image: url("../img/header/2023_2024header_m.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
	
.photo_name{
	position: absolute;
	bottom: 35px;
	right: 50px;
	letter-spacing: 1px;
}	

.mark {
	position: absolute;
     background-image: url("../img/header/f_logo_w_350.png");
	 background-repeat: no-repeat;
	 width: 350px;
	 height: 98px;
	 top: 0px;
	 bottom: 400px;
	 left: 50px;
	 margin:auto;
}	
	
	

	
	
/* Welcome
-------------------------------------------------------------- */


.welcome_left{
	width:65%;
	padding-right: 0px; 
	float: none;	
}


.welcome_right{
	width:80%;
	padding-left: 0px; 
	float: none;
	margin-top: 50px;
}
	
	
	

	
/* Banner
-------------------------------------------------------------- */
.banner_box {
	width:100%; 
    text-align: center;
    font-size: 0px;
	margin-right: auto;
    margin-left: auto;
	margin-top: 50px;
}

.banner400 li {
	display: inline-block;
    margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	background-color:rgba(255,255,255,1.00);
}

.banner400 li a {
	display: block;
	width: 100%; 
	max-width: 400px;
	text-align: center;

}


.banner400 li a:hover {
    cursor:pointer;
     filter: alpha(opacity=40);        
    -ms-filter: "alpha(opacity=40)";  
    -moz-opacity:0.4;                 
    -khtml-opacity: 0.4;        
    opacity:0.4;
    zoom:1;
}

.banner_box2 {
	width:100%; 
    text-align: center;
    font-size: 0px;
	margin-right: auto;
    margin-left: auto;
	margin-top: 20px;
}


.banner200 li {
	display: inline-block;
    margin-left: 10px;
	margin-right: 10px;
	background-color:#FFFFFF;
}

.banner200 li a {
	display: block;
	width: 100%; 
	max-width: 190px;
	text-align: center;
}


.banner200 li a:hover {
    cursor:pointer;
     filter: alpha(opacity=40);        
    -ms-filter: "alpha(opacity=40)";  
    -moz-opacity:0.4;                 
    -khtml-opacity: 0.4;        
    opacity:0.4;
    zoom:1;
}
	
	

/* Arrival PHOTO
-------------------------------------------------------------- */	


.arrivalBox {
	width: 95%;
}


/*photo*/
.arrival_thumb_left{
	padding-left: 15px;

}

.arrival_thumb_right {
	padding-right: 15px;

}
	
	

/* MATERIAL 
-------------------------------------------------------------- */	
.material {
	width: 92%;
}

.materialBox1 {
    width: 48%;	
}

.materialBox2 {
    width: 48%;	
}

.materialBox3 {
    width: 48%;		
}


.material_tex p{
	padding-left: 18px;
	padding-right: 18px;
}

	
/* Recomennd Sellers Big
-------------------------------------------------------------- */

.recommend{
	margin-top: 50px;
	margin-bottom: 0px;
    overflow : hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	height: 100%;
}

.recommend_wrapper_l {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-image: url("../img/sellers/sellers_new_2.jpg");
	background-position: center center;
	height: 480px;	
}


.recommend_wrapper_r {
	margin-top: 0%;
	margin-bottom: 0%;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
	

	
	
	
/* Recomennd CARD*/

.text-content2 {
  padding: 35px;
	
}

.text-content2 .title {
  font-size: 16px;
}

.text-content2 .sub_caption {
  font-size: 12px;
  margin-bottom: 20px;
}

.text-content2 .caption {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
	
}
	
	

.l-card {
	width: 28%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}


.text-content .caption{
  font-size: 12px;
	
}

.text-content .title {
  font-size: 17px;
	
}

.text-content .sub_caption {	
   font-size: 13px;
	display: none;
}
}





@media screen and (min-width:481px) and ( max-width:767px) { 
	
body{
		font-size: 15px;
	}	
	
/* S
-------------------------------------------------------------- */	
.top_cover{
	position: relative;
    height: 750px;
    width: 100%;
    background-image: url("../img/header/2023_2024header_s.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
	
	
.photo_name{
	display: none;
	position: absolute;
	bottom: 35px;
	right: 50px;
	letter-spacing: 1px;
}	

.mark {
	position: absolute;
     background-image: url("../img/header/f_logo_w_350.png");
	 background-repeat: no-repeat;
	 width: 350px;
	 height: 98px;
	 top: 0px;
	 bottom: -300px;
	 left: 80px;
	 margin:auto;
}	
	
		
	
	

/* Welcome
-------------------------------------------------------------- */
	
.welcome_left{
	width:85%;
	padding-right: 0px; 
	float: none;	
}



.welcome_right{
	width:85%;
	padding-left: 0px; 
	float: none;
	margin-top: 50px;
}
	
	
	

/* News
-------------------------------------------------------------- */



	
.insta_box{
	width: 100%;
	margin-top: 50px;
	height:auto;
	float: none;
}
	
.insta_in {
	width: 100%;
	max-width: 520px;	
    margin-left: auto;
	margin-right: auto;	
	}	
	
	
	
	
	
/* Banner
-------------------------------------------------------------- */
.banner_box {
	margin-top: 50px;
}

.banner400 li {
	display: inline-block;
    margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	background-color:rgba(255,255,255,1.00);
}


.banner_box2 {
	width:100%; 
    text-align: center;
    font-size: 0px;
	margin-right: auto;
    margin-left: auto;
	margin-top: 20px;
}


.banner200 li {
	display: inline-block;
    margin-left: 5px;
	margin-right: 5px;
	background-color:#FFFFFF;
}

	
	

/* Arrival PHOTO
-------------------------------------------------------------- */	


.arrivalBox {
    width: 100%;
}


.arrival_wrapper_l {
	float: none;
	width: 90%;
}


.arrival_wrapper_r {
	float: none;
	width: 90%;
	margin-top: 80px;
}



/*photo*/
.arrival_thumb_left{
	padding-right: 0px;
	padding-left: 0px;
}

.arrival_thumb_right {
	padding-right: 0px;
	padding-left: 0px;
}

	
	

/* MATERIAL 
-------------------------------------------------------------- */	
.material {
	width: 100%;
}

.materialBox1 {
    width: 90%;	
	float: none;
}

.materialBox2 {
    width: 90%;
	float: none;
	margin-top: 50px;
}

.materialBox3 {
    width: 90%;	
	margin-top: 50px;
}


.material_tex p{
	padding-left: 18px;
	padding-right: 18px;
}

	


	
/* Recomennd Sellers Big
-------------------------------------------------------------- */
.recommend{
	margin-top: 50px;
	margin-bottom: 0px;
    overflow : hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	height: 100%;
}

.recommend_wrapper_l {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-image: url("../img/sellers/sellers_new_3.jpg");
	background-position: center center;
	height: 430px;	
}


.recommend_wrapper_r {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
	


.l-card{
 display:block;
}




.l-card {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 30px;
}

.last{
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;	
}

.text-content .title {
  font-size: 17px;
  text-align: center;
	
}

.text-content .sub_caption {	
   font-size: 13px;
   text-align: center;
}

	


/* Footer
-------------------------------------------------------------- */	
	

footer.site-footer {
    letter-spacing: 1px;
    background-image: url(../img/footer/bg.jpg);
    background-repeat: repeat;
    color: #fff;
}


.contact {
    float: none;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}


.sns{
	text-align: center;
	width: 150px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.contact_tex {
  margin-top: 20px;
}


.mail a{
	color: #fff;
}


.mail a:hover{
	text-decoration: underline;
}

.sns_follow {
	color: #A2C7C0;
	font-size:14px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}


.sns_contents {
	text-align: center;
}

.sns_contents li {
	display: inline-block;
    width: auto;
    height: auto;
}

.sns_contents  li a {
	display: block;
	color: #fff;
	padding-right: 8px;
	padding-left: 8px;
}

.sns_contents i {
	display: block;
    font-size: 25px;
}


.copyright_text {
	color: #fff;
	font-size:11px;
	margin-top: 40px;
	text-align: center;
}	
}		






@media screen and (min-width:320px) and ( max-width:480px) { 
	
	body{
		font-size: 16px;
	}
	
	
 .top_cover{
	position: relative;
    height: 500px;
    width: 100%;
    background-image: url("../img/header/2023_2024header_s.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
	
.photo_name{
	display: none;
	position: absolute;
	bottom: 20px;
	right: 50px;
	letter-spacing: 1px;
}	

.mark {
	position: absolute;
     background-image: url("../img/header/logo_mark_b200.png");
	 background-repeat: no-repeat;
	 width: 200px;
	 height: 56px;
	 top: 0px;
	 bottom: 400px;
	 left: 30px;
	 margin:auto;
}	
	
		
	
/* Welcome
-------------------------------------------------------------- */
	
.welcome{
    width:100%;
}


.welcome_left{
	width: 85%;
	padding-right: 0px; 
	float: none;	
}

.welcome_left p {
  margin-bottom: 20px;
}


.welcome_right{
	width:100%;
	padding-left: 0px; 
	float: none;
	margin-top: 50px;
}
	
	

/* News
-------------------------------------------------------------- */

	
.news_texbox{
   margin-top: 20px;
   width: 85%;
   margin-right: auto;
   margin-left: auto;
   height: auto;      
}	
	


/* SNS_BOX
-------------------------------------------------------------- */

	
.insta_box{
	width: 100%;
	margin-top: 50px;
	height:auto;
	float: none;
}
	
.insta_in {
	width: 100%;
	max-width: 520px;	
    margin-left: auto;
	margin-right: auto;	
	}	
	
		


/* Banner
-------------------------------------------------------------- */
.banner_box {
	display: none;
}
	
.banner_box2 {
display: none;
}	

	
.sp_banner_box{
	display: inline-block;
	width:100%; 
    text-align: center;
    font-size: 0px;
	margin-right: auto;
    margin-left: auto;
	margin-top: 50px;
}
	
.banner400 li {
	display: inline-block;
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	background-color:rgba(255,255,255,1.00);
}

.banner400 li a {
	display: block;
	width: 100%; 
	max-width: 300px;
	text-align: center;
}


.sp_banner_box2{
	display: inline-block;
	width:100%; 
    text-align: center;
    font-size: 0px;
	margin-right: auto;
    margin-left: auto;
	margin-top: 30px;
}


.banner200 li {
	display: inline-block;
    margin-left: 5px;
	margin-right: 5px;
	background-color:#FFFFFF;
}

.banner200 li a {
	display: block;
	width: 100%; 
	max-width: 120px;
	text-align: center;
	padding: 0px;
}


.banner200 li a:hover {
    cursor:pointer;
     filter: alpha(opacity=40);        
    -ms-filter: "alpha(opacity=40)";  
    -moz-opacity:0.4;                 
    -khtml-opacity: 0.4;        
    opacity:0.4;
    zoom:1;
}


	

/* Arrival PHOTO
-------------------------------------------------------------- */	


.arrivalBox {
    width: 100%;
	padding: 0px 0px;
	background-color:transparent;
}


.arrival_wrapper_l {
	float: none;
	width: 92%;
}


.arrival_wrapper_r {
	float: none;
	width: 92%;
	margin-top: 80px;
}



/*photo*/
.arrival_thumb_left{
	padding-right: 0px;
	padding-left: 0px;

}

.arrival_thumb_right {
	padding-right: 0px;
	padding-left: 0px;

}
	

/* MATERIAL 
-------------------------------------------------------------- */	
.material {
	width: 100%;
}

.materialBox1 {
    width: 100%;	
	float: none;
}

.materialBox2 {
    width: 100%;
	float: none;
	margin-top: 50px;
}

.materialBox3 {
    width: 100%;	
	margin-top: 50px;
}


.material_tex p{
	padding-left: 23px;
	padding-right: 23px;
}
	
	

/* MATERIAL  Border 
-------------------------------------------------------------- */


.lines-on-sides:before {
  width: 100%;
  height: 1px;
}
	
	
.lines-on-sides span {
  padding-left: 0px;
  padding-right: 0px;
}

.lines-on-sides.sides_left{
  text-align: center;

}
.lines-on-sides.sides_left span{
  padding-left: 50px;
  padding-right: 50px;

}

	
	
/* Recomennd Sellers Big
-------------------------------------------------------------- */

.recommend{
	margin-top: 50px;
	margin-bottom: 0px;
    overflow : hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	background-repeat: no-repeat;
	height: 100%;
}

.recommend_wrapper_l {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-image: url("../img/sellers/sellers_new_4.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	height: 300px;	
}


.recommend_wrapper_r {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-color: rgba(255,236,239,0.71);
}
	
/* Recomennd Big*/
.text-content2 {
  padding: 30px;
}


 .l-card {
  display:block;	
}


.l-card {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 30px;
}

.last{
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;	
}

.text-content .title {
    font-size: 17px;
	text-align: center;
}

.text-content .sub_caption {	
   font-size: 13px;
   text-align: center;
}


.text-content .caption {
	display: none;
	
}
	
/* Footer
-------------------------------------------------------------- */	
	

footer.site-footer {
    letter-spacing: 1px;
    background-image: url(../img/footer/bg.jpg);
    background-repeat: repeat;
    color: #fff;
}


.contact {
    float: none;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}


.sns{
	text-align: center;
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.contact_tex {
  margin-top: 20px;
}

.contact_tex p {
}

.mail a{
	color: #fff;
}


.mail a:hover{
	text-decoration: underline;
}

.sns_follow{
	color: #A2C7C0;
	font-size:14px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}


.sns_contents {
	text-align: center;
}

.sns_contents li {
	display: inline-block;
    width: auto;
    height: auto;
}

.sns_contents  li a {
	display: block;
	color: #fff;
	padding-right: 8px;
	padding-left: 8px;
}

.sns_contents i {
	display: block;
    font-size: 25px;
}


.copyright_text {
	color: #fff;
	font-size:11px;
	margin-top: 40px;
	text-align: center;
}
}

		