@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 700-1060
---------------------------------------- */
/*2-2.4*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

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

main {
  padding: 0;
  margin: 0 !important;
}

html {
  font-size: 62.5%;
  /*overflow-x: hidden;*/
}

body {
  font-family: sans-serif;
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  vertical-align: top;
}

input, select, textarea {
  font-family: inherit;
}

input[type=submit] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
html {
  /*overflow: auto;*/
}

body {
  /*overflow: hidden;*/
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    /*background: #FFF;*/
    /*height: 100%;*/
  }
}

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

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 700-1060
---------------------------------------- */
/*2-2.4*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .base_inner {
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}
.base {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .base {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
.sp_header {
  position: relative;
  /*padding: 5px 0;*/
}

/*@media screen and ($sp-first){
	#header {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: 60px;
}
}
*/
#header .pc_header {
  display: none;
}

@media screen and (min-width: 768px) {
  #header .sp-header {
    display: none;
  }
  #header .pc_header {
    display: block;
  }
}
/*	style info : hd_info
--------------------------------------*/
.site-header {
  z-index: 1000;
  position: fixed;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .site-header {
    z-index: 1000;
    transition: 0.5s;
    position: fixed;
    padding: 20px 20px 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  .site-header.transform {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
  }
  .pc_header .hd_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .pc_header .hd_area .logo {
    font-family: "Poiret One", sans-serif;
    font-size: 2rem;
  }
  .pc_header .hd_area .nav_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/* ---------------------------------------------------------------------------
	spGnav	
--------------------------------------------------------------------------- */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit;
}

.sm-simple {
  background: #554f35;
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #858069;
}

.sm-simple li ul li a, .sm-simple li ul li a:hover, .sm-simple li ul li a:focus, .sm-simple li ul li a:active {
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #fff;
  color: #333;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
}

.sm-simple a .sub-arrow::before {
  content: "+";
  color: #000;
}

.sm-simple a.highlighted .sub-arrow::before {
  content: "-";
  color: #000;
}

.sm-simple > li.none a .sub-arrow::before {
  content: "+";
  color: #000;
}

.sm-simple > li.none a.highlighted .sub-arrow::before {
  content: "-";
  color: #000;
}

.sm-simple li {
  text-align: center;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a, .sm-simple ul ul a:hover, .sm-simple ul ul a:focus, .sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

.sp_header .hd_lan {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.sp_header .hd_lan .item {
  width: 60px;
}
.sp_header .hd_lan .item a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  background: #333;
}
.sp_header .hd_lan .act {
  background: #9d9da1;
  color: #333;
  text-align: center;
  padding: 15px 0;
}


/*	style info : nav css
--------------------------------------*/
.header {
  position: relative;
}

.sp_header {
  background: #fff;
}

.sp_header .logo {
  float: left;
  margin: 9px 0 0 10px;
  font-family: "Poiret One", sans-serif;
  font-size: 2rem;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  padding: 11px 11px 11px 20px;
  line-height: 17px;
  text-decoration: none;
}

.nav-brand img {
  width: auto;
  height: 35px;
}

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  /*margin: 5px 8px 0 0;*/
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 13px;
  height: 2px;
  width: 24px;
  background: #554f35;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* ---------------------------------------------------------------------------
	pcGnav	
--------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /*pcmenu*/
  ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  ul.menu li {
    padding: 0 10px;
  }
  ul.menu li a .en {
    color: #554f35;
    display: block;
    font-size: 1.3rem;
    font-family: "Poiret One", sans-serif;
  }
  ul.menu li a:hover {
    color: #666;
  }
  ul.sub {
    display: none;
    position: absolute;
    margin-left: -6px;
    margin-left: 10px;
    padding: 0;
  }
  ul.sub li a {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    line-height: 50px;
    display: block;
    background: #efefef;
    color: #333;
    width: 250px;
    border-bottom: none;
  }
  ul.sub li a:hover {
    background: #fefefe;
    color: #000;
    text-decoration: none;
    border-bottom: none;
  }
}
/*	pagetop
--------------------------------------*/
.to-top {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.to-top .arrow {
  text-indent: -9999px;
  display: block;
  height: 42px;
  position: relative;
}
.to-top .arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  margin: -6px 12px 0 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .clum2 .item:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer .clum2 .item:first-child {
    margin-bottom: 0;
  }
}
.footer .clum2 .item .ft-logo {
  font-family: "Poiret One", sans-serif;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .footer .clum2 .item .ft-logo {
    font-size: 2.5rem;
  }
}
.footer .clum2 .item .button {
  margin-top: 15px;
}
.footer .clum2 .item .button a {
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .footer .clum2 .item .button a {
    line-height: 38px;
  }
}
.footer .clum2 .item .button .txt-btn {
  font-size: 1rem;
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .footer .clum2 .item .button .txt-btn {
    font-size: 1.4rem;
  }
}
.footer .clum2 .item .button .tel-nb {
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .footer .clum2 .item .button .tel-nb {
    font-size: 3rem;
  }
}
.footer .clum2 .item .button .con-txt {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer .clum2 .item .button .con-txt {
    font-size: 2rem;
    padding: 18px 0;
  }
}
.footer .copy {
  background: #554f35;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.2rem;
  line-height: 1;
}

.mv-page {
  padding: 60px 0 20px;
  background: url("../images/product/22093276_m.jpg") center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mv-page {
    padding: 110px 0 40px;
  }
}

/*<div class="button">
	<a href="#">ボタンのデザイン</a>
</div>*/
.button a {
  background: #554f35;
  position: relative;
  display: flex;
  /*justify-content: space-around;*/
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 6px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .button a {
    padding: 12px 50px 12px;
    font-size: 1.4rem;
  }
}

.button a:hover {
  background: #c4ad8c;
  color: #fff;
}

.btn a {
  background: #554f35;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 25px;
  color: #554f35;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: 1px solid #554f35;
}
@media screen and (min-width: 768px) {
  .btn a {
    padding: 12px 100px;
  }
}

.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #554f35;
  border-right: solid 2px #554f35;
  transform: translateY(-50%) rotate(45deg);
}

.btn a:hover {
  background: #352e37;
}

.btn a:hover:after {
  right: 1.4rem;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 700-1060
---------------------------------------- */
/*2-2.4*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* set.scss */
/*	tit
--------------------------------------*/
.tit-sec {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .tit-sec {
    margin-bottom: 1.5em;
  }
}
.tit-sec .en {
  display: block;
  font-family: "Poiret One", sans-serif;
  color: #cfcbaf;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .tit-sec .en {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
.tit-sec .jp {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .tit-sec .jp {
    line-height: 1.2;
    font-size: calc(2rem + (1vw - 0.7rem) * 1.1111);
  }
}

.txt-b {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .txt-b {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}

/*	content
--------------------------------------*/
.page-mv {
  margin-bottom: 30px;
}

/*	bg-fix
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .bg_fix {
    position: relative;
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #home .bg_fix {
    background-image: url("../images/home/fix-bg-pc.png");
  }
}

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pad_top {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .pad_top {
    padding-top: 80px;
  }
}

.pad_btm {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pad_btm {
    padding-bottom: 80px;
  }
}

.pad_s {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .pad_s {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mb {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mb {
    margin-bottom: 15px;
  }
}

.mbl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mbl {
    margin-bottom: 40px;
  }
}

.mtop {
  margin-top: 30px;
}

.link {
  padding-top: 55px;
  margin-top: -55px;
}
@media screen and (min-width: 768px) {
  .link {
    padding-top: 72px;
    margin-top: -72px;
  }
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	set
--------------------------------------*/
@media screen and (min-width: 768px) {
  .clum2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .clum2 .item {
    width: -webki-calc((100% - 60px) / 2);
    width: calc((100% - 60px) / 2);
  }
}
.clum2 .item .set-in {
  padding: 0 15px;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .clum2 .item .set-in {
    max-width: 500px;
    margin: 0 0 0 auto;
  }
}
.clum2 .item .set-in-r {
  padding: 0 15px;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .clum2 .item .set-in-r {
    max-width: 500px;
    margin: 0 auto 0 0;
  }
}
.clum2 .item .clip {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 76/45;
}
@media screen and (min-width: 768px) {
  .clum2 .item .clip {
    aspect-ratio: 5/4;
  }
}
@media only screen and (min-width: 1000px) {
  .clum2 .item .clip {
    aspect-ratio: 19/10;
  }
}
.clum2 .item .clip-l {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 76/45;
}
@media screen and (min-width: 768px) {
  .clum2 .item .clip-l {
    aspect-ratio: 5/4;
  }
}
@media only screen and (min-width: 1000px) {
  .clum2 .item .clip-l {
    aspect-ratio: 38/27;
  }
}

@media screen and (min-width: 768px) {
  .od {
    order: -1;
  }
}

/*	bg-pattern
--------------------------------------*/
.bg-pattern {
  background: #e5e3d3;
}
.list .item-list {
  padding-left: 1em;
  text-indent: -1em;
}

.item-list .pad {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .item-list .pad {
    max-width: 1400px;
    margin: auto;
  }
}
.item-list .item-list-tit {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .item-list .item-list-tit {
    line-height: 1.2;
    font-size: calc(2rem + (1vw - 0.7rem) * 1.1111);
  }
}
.item-list .clum4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media screen and (min-width: 768px) {
  .item-list .clum4 {
    gap: 30px 30px;
  }
}
.item-list .clum4 .item {
  width: -webki-calc((100% - 15px) / 2);
  width: calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .item-list .clum4 .item {
    width: -webki-calc((100% - 90px) / 4);
    width: calc((100% - 90px) / 4);
  }
}
.item-list .clum4 .item .item-tit {
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .item-list .clum4 .item .item-tit {
    margin-top: 10px;
  }
}

#product-list .sec01 .clum4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
@media screen and (min-width: 768px) {
  #product-list .sec01 .clum4 {
    gap: 30px 30px;
  }
}
#product-list .sec01 .clum4 .item {
  width: -webki-calc((100% - 15px) / 2);
  width: calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  #product-list .sec01 .clum4 .item {
    width: -webki-calc((100% - 90px) / 4);
    width: calc((100% - 90px) / 4);
  }
}
#product-list .sec01 .clum4 .item .item-tit {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 5px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #product-list .sec01 .clum4 .item .item-tit {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 700-1060
---------------------------------------- */
/*2-2.4*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#home .sec01 {
  position: relative;
}
#home .sec01 .btm_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Poiret One", sans-serif;
  font-size: 2rem;
  color: #858069;
}
@media screen and (min-width: 768px) {
  #home .sec01 .btm_txt {
    font-size: calc(3rem + (1vw - 0.7rem) * 6.9444);
  }
}

#home .sec02 {
  position: relative;
  background: #554f35;
  color: #fff;
}
#home .sec02 .btm_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Poiret One", sans-serif;
  font-size: 2rem;
  color: #5a5439;
}
@media screen and (min-width: 768px) {
  #home .sec02 .btm_txt {
    font-size: calc(3rem + (1vw - 0.7rem) * 6.9444);
  }
}
#home .sec02 .item:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #home .sec02 .item:first-child {
    margin-bottom: 0;
  }
}
#home .sec02 .item .clum {
  display: flex;
  justify-content: space-between;
}
#home .sec02 .item .clum .tit-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 70px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  #home .sec02 .item .clum .tit-rl {
    width: 100px;
    line-height: 1.2;
    font-size: calc(2rem + (1vw - 0.7rem) * 1.1111);
  }
}
#home .sec02 .item .clum .pict {
  order: -1;
  width: -webki-calc(100% - 50px);
  width: calc(100% - 50px);
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #home .sec02 .item .clum .pict {
    width: -webki-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  #home .sec03 .base_inner {
    max-width: 800px;
  }
}
#home .sec03 .tit-sec {
  text-align: center;
}
#home .sec03 .tbl th {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
}
@media screen and (min-width: 768px) {
  #home .sec03 .tbl th {
    display: table-cell;
    width: 160px;
    text-align: center;
    padding: 20px 15px;
  }
}
#home .sec03 .tbl td {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
@media screen and (min-width: 768px) {
  #home .sec03 .tbl td {
    display: table-cell;
    width: auto;
    padding: 20px 15px;
  }
}
#home .sec03 .tbl tr {
  border-bottom: 1px solid #7e7e7e;
}

/* slick.scss */
.thumb-item {
  margin-bottom: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

/*.slick-slide img
{
    display: block;
}*/
.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* テーマ */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

#product .sec01 {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #product .sec01 {
    padding-top: 50px;
  }
}
#product .sec01 .clum2 .item .cate {
  color: #858069;
  font-family: "Poiret One", sans-serif;
}
#product .sec01 .clum2 .item .tit-product {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #858069;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #product .sec01 .clum2 .item .tit-product {
    font-size: 2.2rem;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}
#product .sec01 .clum2 .item .price {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #product .sec01 .clum2 .item .price {
    margin-bottom: 10px;
  }
}
#product .sec01 .clum2 .item .product-nb {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #product .sec01 .clum2 .item .product-nb {
    margin-bottom: 25px;
  }
}
#product .sec01 .clum2 .item .detail {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #product .sec01 .clum2 .item .detail {
    margin-bottom: 25px;
  }
}
#product .sec01 .clum2 .item .detail .tit-detail {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #554f35;
}
@media screen and (min-width: 768px) {
  #product .sec01 .clum2 .item .detail .tit-detail {
    font-size: 1.8rem;
  }
}
#product .sec01 .clum2 .item .button {
  margin-top: 40px;
}
#product .sec01 .clum2 .item .button a {
  background: #554f35;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 14px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 6px;
  font-size: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  #product .sec01 .clum2 .item .button a {
    padding: 20px 50px 18px;
    font-size: 1.6rem;
  }
}
#product .sec01 .clum2 .item .button a:hover {
  background: #c4ad8c;
  color: #fff;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 700-1060
---------------------------------------- */
/*2-2.4*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.contact_sec01 {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact_sec01 {
    padding-top: 50px;
  }
}
.contact_sec01 .con_info .txt {
  margin-bottom: 15px;
}
.contact_sec01 .con_info .tel_nb {
  text-align: center;
}
.contact_sec01 .con_info .tel_nb .tel-call {
  position: relative;
  display: inline-block;
  font-family: "Poiret One", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.contact_sec01 .con_info .tel_nb .tel-call::after {
  position: absolute;
  content: "Tel.";
  font-family: "Poiret One", sans-serif;
  font-size: 1.4rem;
  top: 50%;
  left: 0;
  margin: -0.25em 0 0 -1.8em;
  color: #333;
}
.contact_sec01 .con_info .tel_nb .left_txt {
  display: block;
}
.contact_sec01 .cons_form_wrap .contact_tbl th {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
}
.contact_sec01 .cons_form_wrap .contact_tbl th .req {
  display: inline-block;
  padding: 3px 10px 3px;
  margin-left: 5px;
  font-size: 1.2rem;
  color: #fff;
  background: #ac2d23;
}
.contact_sec01 .cons_form_wrap .contact_tbl td {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.contact_sec01 .cons_form_wrap .contact_tbl tr {
  border-bottom: 1px solid #7e7e7e;
}
.contact_sec01 .cons_form_wrap .approval {
  text-align: center;
  margin: 30px 0;
}
.contact_sec01 .cons_form_wrap .approval .approval_txt .link {
  border-bottom: 1px solid #3c271f;
}

@media screen and (min-width: 768px) {
  .contact_sec01 .pad_top {
    padding-top: 100px;
  }
  .contact_sec01 .con_info {
    text-align: center;
  }
  .contact_sec01 .con_info .txt {
    margin-bottom: 30px;
  }
  .contact_sec01 .con_info .tel_nb {
    text-align: center;
  }
  .contact_sec01 .con_info .tel_nb .tel-call {
    font-family: "Poiret One", sans-serif;
    font-size: 4rem;
    margin-left: 4rem;
  }
  .contact_sec01 .con_info .tel_nb .tel-call::after {
    font-size: 1.6rem;
    margin: -0.25em 0 0 -1.8em;
  }
  .contact_sec01 .con_info .tel_nb .left_txt {
    display: block;
  }
  .contact_sec01 .cons_form_wrap {
    padding: 30px 50px 65px;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: table-cell;
    width: 30%;
    padding: 25px 30px;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: table-cell;
    width: 70%;
    padding: 25px 30px;
  }
  .contact_sec01 .cons_form_wrap .approval {
    margin: 60px 0 70px;
  }
  .contact_sec01 .cons_form_wrap .approval .approval_txt {
    margin-top: 40px;
  }
}
.contact_sec01 .cons_form_wrap .cons_form_note {
  margin: 30px 0;
}
.contact_sec01 .cons_form_wrap .cons_form_note a {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.contact_sec01 .cons_form_wrap .cons_form_note a:hover {
  color: #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 30px;
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

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

input[type=text], input[type=email] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 9px 10px 5px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

input[type=checkbox] {
  font-size: 14px;
  margin-bottom: 4px;
  background: #000;
  border: 1px solid #fff;
}

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

.mwform-radio-field input {
  margin-bottom: 7px;
}

input[type=submit], input[type=button] {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #554f35;
  color: #fff;
  font-size: 16px;
}

input[type=submit].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #554f35;
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  input[type=submit].apbtn_right {
    font-size: 16px;
  }
  input[type=submit], input[type=button] {
    font-size: 16px;
  }
}
input[type=submit]:hover, input[type=button]:hover {
  background: #554f35;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .form_policy {
    text-align: center;
    margin: 15px 0;
  }
}
/*	style info : check_field
--------------------------------------*/
@media screen and (min-width: 768px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
/* 送信 */
.form_btn {
  width: 80%;
  max-width: 240px;
  margin: 0 auto 30px;
}

.form_btn_sc {
  width: 240px;
  margin: 30px auto 0;
}
.form_btn_sc .item_btn {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form_btn_sc .item_btn {
    width: 240px;
  }
  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 240px;
  }
}
/*	style info : select
--------------------------------------*/
select {
  /* styling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  color: #333;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  width: 200px;
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0;
}

.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px;
}
.thanks_in .thanks_tit {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.thanks_in .txt {
  margin-bottom: 30px;
}
.thanks_in .thsanks_cv_in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.thanks_in .thsanks_cv_in .left {
  text-align: center;
  margin-bottom: 30px;
}
.thanks_in .thsanks_cv_in .right .tel_nb {
  text-align: center;
  padding-left: 30px;
}
.thanks_in .thsanks_cv_in .right .tel_nb span {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
}
.thanks_in .thsanks_cv_in .right .tel_nb span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -50px;
  display: block;
  width: 46px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_free_w.png);
  background-size: 46px 30px;
}
.thanks_in .thsanks_cv_in .right .txt {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .thanks_in {
    padding: 80px 130px;
  }
  .thanks_in .thanks_tit {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 100px;
  }
  .thanks_in .thanks_txtarea {
    text-align: center;
  }
  .thanks_in .thanks_txtarea .txt {
    display: inline-block;
    text-align: left;
    margin-bottom: 60px;
  }
  .thanks_in .thsanks_cv_in {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .thanks_in .thsanks_cv_in .left {
    width: 50%;
    margin-bottom: 0;
  }
  .thanks_in .thsanks_cv_in .right {
    width: 50%;
    padding-top: 10px;
  }
  .thanks_in .thsanks_cv_in .right .tel_nb {
    text-align: center;
    padding-left: 30px;
  }
  .thanks_in .thsanks_cv_in .right .tel_nb span {
    font-size: 3rem;
  }
  .thanks_in .thsanks_cv_in .right .txt {
    text-align: center;
  }
}
/* メディアクエリ
---------------------------------------- */
/* font-size 700-1060
---------------------------------------- */
/*2-2.4*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#policy {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  #policy {
    padding-top: 120px;
  }
}
#policy .tit_ct {
  font-size: 1.6rem;
}
#policy .policy_head {
  margin-bottom: 40px;
}
#policy .policy_head .policy_tit {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
#policy .policy_head .list {
  margin: 15px 0 5px 15px;
}
#policy .policy_head .list li {
  padding-left: 1em;
  text-indent: -1em;
}

#policy .policy_detail {
  margin-bottom: 30px;
}
#policy .policy_detail:last-child {
  margin-bottom: 0;
}
#policy .policy_detail .policy_tit_left {
  font-size: 1.6rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
#policy .policy_detail .list {
  margin: 15px 0 5px 15px;
}
#policy .policy_detail .list li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  #policy .tit_ct {
    font-size: 2.2rem;
  }
  #policy .policy_head {
    margin-bottom: 80px;
  }
  #policy .policy_head .policy_tit {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  #policy .policy_detail {
    margin-bottom: 60px;
  }
  #policy .policy_detail .policy_tit_left {
    font-size: 1.6rem;
  }
}
/* メディアクエリ
---------------------------------------- */
/* font-size 700-1060
---------------------------------------- */
/*2-2.4*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.mv_home {
  position: relative;
  width: 100%;
}
.mv_home .cutch {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .mv_home .cutch {
    left: 12%;
  }
}
.mv_home .cutch .innner {
  position: relative;
  /*padding: 0.25em 1em;*/
  padding: 0 7px;
  border-top: solid 1px #554f35;
  border-bottom: solid 1px #554f35;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .mv_home .cutch .innner {
    font-size: calc(2rem + (1vw - 0.7rem) * 1.1111);
    padding: 0 14px;
  }
}
.mv_home .cutch .innner::after, .mv_home .cutch .innner::before {
  content: "";
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #554f35;
}
@media screen and (min-width: 768px) {
  .mv_home .cutch .innner::after, .mv_home .cutch .innner::before {
    top: -14px;
    height: -webkit-calc(100% + 28px);
    height: calc(100% + 28px);
  }
}
.mv_home .cutch .innner::after {
  left: 14px;
}
.mv_home .cutch .innner::before {
  right: 14px;
}
.mv_home .cutch .innner .txt-in {
  padding: 20px;
  background: rgba(85, 79, 53, 0.7);
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .mv_home .cutch .innner .txt-in {
    padding: 20px 40px;
  }
}

@media screen and (min-width: 768px) {
  .mv_home {
    position: relative;
    width: 100%;
  }
}
.mv {
  height: 350px;
  width: 100%;
  background: #fff;
}

.cb_slideshow,
.cb_slideshow:after {
  width: 100%;
  height: 350px;
}

@media screen and (min-width: 768px) {
  .mv {
    height: 400px;
  }
  .cb_slideshow,
  .cb_slideshow:after {
    height: 400px;
  }
}
.cb_slideshow li {
  position: relative;
}

.cb_slideshow li span {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 24s linear infinite 0s;
}

@media screen and (min-width: 768px) {
  .cb_slideshow li span {
    height: 400px;
  }
}
.cb_slideshow li .item {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 350px;
  text-align: center;
  opacity: 0;
  color: #fff;
  animation: titleAnimation 24s linear infinite 0s;
}

@media screen and (min-width: 768px) {
  .cb_slideshow li .item {
    height: 400px;
  }
}
.cb_slideshow li .item .tit {
  font-family: "Times New Roman", "Luchida Grande";
  font-size: 3rem;
  padding: 150px 0 0;
  margin-bottom: 20px;
  line-height: 1.5;
}

.cb_slideshow li .item p {
  font-family: "Times New Roman", "Luchida Grande";
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .cb_slideshow li .item .tit {
    font-size: 3.6rem;
    padding: 250px 0 0;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .cb_slideshow li .item p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
/*	style info : repair
--------------------------------------*/
.slid li:nth-child(1) span {
  background-image: url("../images/home/mv01.png");
}

.slid li:nth-child(2) span {
  background-image: url("../images/home/mv02.png");
  animation-delay: 8s;
}

.slid li:nth-child(3) span {
  background-image: url("../images/home/mv03.png");
  animation-delay: 16s;
}

.cb_slideshow li:nth-child(2) .item {
  animation-delay: 8s;
}

.cb_slideshow li:nth-child(3) .item {
  animation-delay: 16s;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  12% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.no-cssanimations .cb_slideshow li span {
  opacity: 1;
}

/*# sourceMappingURL=common.css.map */
