@charset "UTF-8";
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
q,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
fieldset,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
figure {
  padding: 0;
  margin: 0;
  font-style: normal;
  outline: 0;
  border: none;
  background: none;
  vertical-align: top;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

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

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

/*--------------------------------------
clearfix
---------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------
position
---------------------------------------*/
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

/*--------------------------------------
list-style
---------------------------------------*/
.list {
  margin: 0 0 1em;
}

.list li {
  text-indent: -1em;
  padding-left: 1em;
}

.disc,
.square {
  margin: 0 0 1em 1.5em;
}

.decimal {
  margin: 0 0 1em 2em;
}

.disc {
  list-style: disc;
}

.square {
  list-style: square;
}

.decimal {
  list-style-type: decimal;
}

/*--------------------------------------
text-align
---------------------------------------*/
.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.paragraph-1em {
  margin-bottom: 1em;
}

/*--------------------------------------
float
---------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.first {
  margin-left: 0;
}

.last {
  margin-right: 0;
}

/*--------------------------------------
margin & padding
---------------------------------------*/
.mg0a {
  margin: 0 auto;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

/*--------------------------------------
font-size
---------------------------------------*/
.fz20 {
  font-size: 20px;
}

.fwb {
  font-weight: bold;
}

/* ========================================================
 PC・SP共通CSS
======================================================== */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.875;
}

a:hover {
  color: #a6a38e;
}

.dp_f {
  display: flex !important;
}

img.main_img {
  width: 100%;
}

.color_red {
  color: red;
}

/* ========================================================
_05_pc.css => PC表示用CSS
======================================================== */
@media screen and (min-width: 960px) {
  .pc_none {
    display: none;
  }
  .breadcrumb {
    padding-left: 0;
    font-size: 14px;
    margin: 21px 0 88px;
  }
  .breadcrumb li {
    display: inline;
    list-style: none;
  }
  .breadcrumb li:after {
    content: ">";
    padding: 0 18px;
    color: #646254;
  }
  .breadcrumb li:last-child:after {
    content: "";
  }
  .breadcrumb li a {
    text-decoration: none;
    color: #646254;
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  .inner960 {
    width: 960px;
    margin: 0 auto;
  }
  header {
    height: 95px;
    position: relative;
    padding-top: 25px;
  }
  header h1 {
    height: 67px;
    width: 280px;
    position: absolute;
    top: calc(50% - 33.5px);
    left: calc(50% - 100px);
    text-align: center;
  }
  header nav {
    background: #928f77;
    width: 100%;
    height: 700px;
    padding-top: 120px;
    position: absolute;
    top: 0;
    display: none;
    z-index: 90;
  }
  header nav ul {
    display: flex;
    align-items: center;
  }
  header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 16px;
  }
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 28px;
    height: 22px;
    position: relative;
    top: 10px;
    left: 40px;
    z-index: 100;
    cursor: pointer;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #928f77;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  .open_bg {
    background: #fff !important;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 11px;
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
  }
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
  }
  .sub_en_menubtn {
    font-size: 14px;
    color: #928f77;
    top: 23px;
    left: 36px;
    position: relative;
  }
  .sub_en_menubtn_open {
    color: #fff;
    z-index: 1000;
  }
  .btn_nav ul {
    width: 720px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .btn_nav ul li {
    width: 320px;
    text-align: center;
  }
  .btn_nav ul li a {
    display: block;
    padding: 25px 0;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid #fff;
    border-collapse: collapse;
    background: #928f77;
  }
  .btn_nav ul li a:hover {
    background: #a6a38e;
    color: #fff;
  }
  .btn_nav ul li:nth-last-child(1),
  .btn_nav ul li:nth-last-child(2) {
    border-bottom: 1px solid #fff;
  }
  .btn_cart {
    position: absolute;
    right: 40px;
    top: 40px;
    text-align: center;
  }
  .wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .hero_top {
    margin: 0 10px;
  }
  .hero_txt {
    width: 960px;
    margin: 40px auto 82px;
  }
  .news {
    width: 840px;
    margin: 0 auto 82px;
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 30px 60px;
  }
  .news_tit {
    width: 160px;
    height: 100px;
    font-size: 20px;
    border-right: 1px solid #dcdbd8;
  }
  .sub_en {
    font-size: 14px;
    color: #928f77;
    position: relative;
  }
  .sub_aro {
    font-size: 14px;
    color: #928f77;
    position: relative;
  }
  .sub_aro a {
    color: #928f77;
  }
  .sub_aro::after,
  .sub_aro03::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 84px;
    height: 6px;
    background: url(../images/arrow.png);
    background-size: contain;
    vertical-align: middle;
  }
  .sub_aro02 {
    text-align: right;
    font-size: 14px;
    color: #928f77;
    position: relative;
    padding-right: 23px;
  }
  .sub_aro02::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 108px;
    height: 6px;
    background: url(../images/arrow02.png);
    background-size: contain;
    vertical-align: middle;
  }
  .sub_aro03 {
    font-size: 14px;
    color: #928f77;
    position: relative;
    text-align: center;
    text-align: left;
    left: 25%;
  }
  .newslist {
    margin-left: 40px;
  }
  .newslist li {
    display: flex;
  }
  .newslist a {
    color: #000;
  }
  .newslist a :hover {
    color: #a6a38e;
  }
  .newslist .tit_bd {
    border-bottom: 1px solid #959595;
  }
  .date {
    color: #646254;
    margin-right: 43px;
  }
  .tit_bd {
    border-bottom: 1px solid #646254;
  }
  .swiper-slide {
    max-width: 100%;
  }
  .top_products {
    background: #f4f3ec;
    max-width: 100%;
    height: 710px;
    padding: 50px 0 70px;
    margin-bottom: 100px;
  }
  .top_products ul {
    width: 1280px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .top_products ul li {
    width: 100%;
  }
  .top_products ul li img {
    width: 100%;
  }
  .top_products ul li a {
    text-decoration: none;
    color: #000;
  }
  .top_products ul li a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  .top_products_subtit {
    margin-top: -20px;
    margin-bottom: 45px;
    position: relative;
  }
  .logo_tit {
    background: url(../images/mark.png) no-repeat center;
    width: 100%;
    height: 137px;
  }
  .logo_tit02 {
    background: url(../images/mark_w.png) no-repeat center;
    width: 100%;
    height: 137px;
  }
  .logo_tit h2,
  .logo_tit02 h2,
  .profile h2 {
    font-size: 28px;
    line-height: 1.42;
    padding-top: 48px;
  }
  .sum_txt {
    width: 100%;
  }
  .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  .price {
    font-size: 16px;
  }
  .btn_style {
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    background: #928f77;
    width: 320px;
    height: 60px;
  }
  .btn_style a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
  }
  .btn_style a:hover {
    border-radius: 30px;
    background: #a6a38e;
    color: #fff;
  }
  .btn_style02 {
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    background: #928f77;
    width: 240px;
    height: 47px;
  }
  .btn_style02 a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 47px;
    text-decoration: none;
  }
  .btn_style02 a:hover {
    border-radius: 30px;
    background: #a6a38e;
    color: #fff;
  }
  .faq_btn_block {
    display: flex;
  }
  .btn_style03 {
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    background: #928f77;
    width: 240px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn_style03 a {
    line-height: 1.5;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .btn_style03 a:hover {
    width: 240px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a6a38e;
    color: #fff;
  }
  .about {
    background: url(../images/about.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 480px;
    margin: 0 auto 80px;
    position: relative;
  }
  .about_block {
    width: 310px;
    height: 328px;
    padding: 70px 0 82px 90px;
    position: absolute;
    left: 50%;
  }
  ul.gallery {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
    width: 960px;
  }
  ul.gallery li a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  .gallery li {
    width: 440px;
    height: 160px;
    background: #f4f3ec;
  }
  .gallery li a {
    display: flex;
  }
  .gallery img {
    width: 160px;
    height: 160px;
  }
  .gallery_tit {
    width: 280px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery_block {
    text-align: center;
    color: #000;
  }
  .profile {
    max-width: 100vw;
    height: 590px;
    background: #f9f9f5;
    padding-top: 30px;
  }
  .prof_block {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 960px;
  }
  footer {
    max-width: 100vw;
    background: #f4f3ec;
    position: relative;
    padding: 40px 0 55px;
  }
  .scroll_icon {
    position: fixed;
    bottom: 10px;
    padding: 10px;
    right: 0;
    text-align: right;
    z-index: 1000;
  }
  .f_logo {
    margin-bottom: 23px;
    text-align: center;
  }
  .f_nav {
    width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .f_nav li {
    margin: 0 23px 17px 0;
  }
  .f_nav li a {
    font-size: 14px;
    color: #000;
  }
  .f_nav li a:hover {
    color: #a6a38e;
  }
  .f_nav li img {
    width: 32px;
  }
  .f_nav li:last-child,
  .f_nav li:nth-last-child(4) {
    margin-right: 0;
  }
  .copy {
    font-size: 14px;
    color: #928f77;
    text-align: center;
  }
  /*--------------------------------------
  productsページ
  ---------------------------------------*/
  .hero_bg {
    background: url(../images/product_bg.png) no-repeat center;
    background-size: contain;
    height: 240px;
    margin: auto;
    position: relative;
  }
  .hero_tit {
    width: 960px;
    margin-left: 25px;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    line-height: 1.875;
  }
  h2.hero_subtit {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 25px;
    margin-bottom: 60px;
  }
  h3.hero_subtit {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 25px;
    margin-bottom: 40px;
    font-size: 30px;
  }
  .all_products {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  .all_products .product_anchor_nav_wrap {
    margin-bottom: 40px;
    padding: 24px;
    background: #faf9f5;
    border: 1px solid #e4dfd1;
  }
  .all_products .product_anchor_nav_label {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #6f6853;
  }
  .all_products .product_anchor_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .all_products .product_anchor_nav-bottom {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .all_products .product_anchor_nav-bottom .product_anchor_button::after {
    transform: translateY(-30%) rotate(-45deg);
  }
  .all_products .product_anchor_button {
    display: inline-flex;
    align-items: center;
    padding: 10px 34px 10px 14px;
    border: 1px solid #bfb7a3;
    background: #fff;
    box-shadow: 0 2px 0 #d8d2c3;
    color: #5f5847;
    text-decoration: none;
    line-height: 1.4;
    transition: 0.3s;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
  }
  .all_products .product_anchor_button:hover {
    background: #f4f1e7;
    transform: translateY(1px);
    box-shadow: 0 1px 0 #d8d2c3;
  }
  .all_products .product_anchor_button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #938e78;
    border-right: 2px solid #938e78;
    transform: translateY(-50%) rotate(135deg);
  }
  .all_products .product_category_block {
    margin-bottom: 70px;
    scroll-margin-top: 20px;
  }
  .all_products .product_category_block:last-of-type {
    margin-bottom: 0;
  }
  .all_products .product_category_heading {
    font-size: 24px;
    border-left: 4px solid #938e78;
    padding-left: 14px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .all_products .product_subcategory {
    display: inline-block;
    margin: 14px 0 10px;
    padding: 3px 10px;
    border: 1px solid #c9c4b4;
    color: #6f6853;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .all_products ul {
    display: flex;
    flex-wrap: wrap;
  }
  .all_products ul li {
    width: 210px;
    margin-bottom: 60px;
    margin-right: 40px;
  }
  .all_products ul li img {
    width: 210px;
    height: 210px;
  }
  .all_products ul li a {
    text-decoration: none;
    color: #000;
  }
  .all_products ul li a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  .all_products ul li:nth-child(4n) {
    margin-right: 0;
  }
  .all_products ul li:last-child,
  .all_products ul li:nth-last-child(2),
  .all_products ul li:nth-last-child(3),
  .all_products ul li:nth-last-child(4) {
    margin-bottom: 0;
  }
  /*--------------------------------------
  detailページ
  ---------------------------------------*/
  .det_block {
    width: 960px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 83px;
  }
  .det_block form {
    text-align: center;
  }
  .det_left {
    display: inline-block;
    width: 460px;
    height: 100%;
  }
  .det_img {
    margin-bottom: 20px;
    position: relative;
  }
  .btn_sns_w {
    width: 120px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
  }
  .btn_sns_w a {
    width: 36px;
  }
  .btn_sns_w img {
    width: 100%;
    height: auto;
  }
  .det_subimg {
    width: 106px;
    height: 81px;
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
  }
  .det_subimg img {
    width: 106px;
    height: 81px;
  }
  .det_subimg::nth-child(4n),
  .det_subimg:last-child {
    margin-right: 0;
  }
  .det_tit_bd {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    width: 460px;
    margin-bottom: 30px;
  }
  .det_tit {
    font-size: 28px;
    padding: 18px 0 18px 22px;
  }
  .bd_r01 {
    border-bottom: 3px solid #c93825;
    padding: 5px;
  }
  .bd_r02 {
    border-bottom: 2px dotted #c93825;
    padding: 3px 0;
  }
  .det_subtit {
    font-size: 16px;
  }
  .det_subtit02,
  .price02 {
    font-size: 14px;
    padding-left: 7px;
    vertical-align: baseline;
  }
  .inner420 {
    width: 420px;
    text-align: left;
    margin: 0 auto;
  }
  .btn_img_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .btn_thumb {
    margin: 1px;
  }
  .btn_img {
    color: #646254;
    background: #f4f3ec;
    border: 3px solid #dcdbd8;
    border-radius: 8px;
    width: 186px;
    height: 46px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .btn_img p {
    width: 140px;
    padding: 0 5px;
  }
  .btn_img_block a:hover {
    color: #000;
    background: #f6ecea;
    border: 3px solid #e3c0bb;
    border-radius: 8px;
  }
  .current {
    color: #000;
    border: 3px solid #e3c0bb;
    border-radius: 8px;
  }
  .btn_thumb img {
    width: 44px;
    height: 44px;
    border-radius: 5px;
  }
  .table_typeA table {
    border-collapse: collapse;
    margin-bottom: 40px;
  }
  .table_typeA th {
    width: 100px;
    font-size: 16px;
    background: #f4f3ec;
    box-sizing: border-box;
    padding: 5px 0 5px 10px;
    border-top: solid 1px #dcdbd8;
    border-bottom: solid 1px #dcdbd8;
  }
  .table_typeA td {
    padding: 5px 25px 5px 10px;
    border-top: solid 1px #dcdbd8;
    border-bottom: solid 1px #dcdbd8;
  }
  .button {
    width: 320px;
    height: 60px;
    background: #c93825;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    border: none;
  }
  .button:hover {
    color: #fff;
    border-radius: 30px;
    opacity: 0.6;
  }
  .btn_cart_det {
    width: 320px;
    height: 60px;
    background: #c93825;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 60px;
  }
  .btn_cart_det a {
    font-size: 20px;
    color: #fff;
    display: block;
  }
  .btn_cart_det a:hover {
    color: #fff;
    border-radius: 30px;
    background: #e86655;
  }
  .btn_con_det {
    width: 240px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    border: 1px solid #928f77;
  }
  .btn_con_det a {
    font-size: 14px;
    color: #928f77;
    display: block;
  }
  .btn_con_det a:hover {
    color: #fff;
    border-radius: 30px;
    background: #928f77;
    border: 1px solid #928f77;
  }
  .det_rec_block {
    padding-bottom: 120px;
  }
  .det_rec_bd {
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: 40px;
    padding: 7px 0 7px 20px;
  }
  .rec_products {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
  .rec_products ul {
    margin: auto;
    display: flex;
    width: 910px;
    justify-content: space-between;
  }
  .rec_products li {
    width: 30%;
    margin: 0 1% 60px;
  }
  .rec_products li img {
    width: 100%;
    height: auto;
  }
  .rec_products li a {
    text-decoration: none;
    color: #000;
  }
  .rec_products li a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  #tab li {
    float: left;
    padding: 10px;
    list-style: none;
    cursor: pointer;
    background: #eee;
  }
  #tab li.select {
    background: yellow;
  }
  .disnon {
    display: none;
  }
  .content_wrap {
    clear: left;
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    background: #fcc;
    color: #fff;
  }
  /*--------------------------------------
  policyページ
  ---------------------------------------*/
  .table_typeB table {
    width: 960px;
    border-collapse: collapse;
    margin-bottom: 80px;
  }
  .table_typeB th {
    width: 240px;
    font-size: 16px;
    background: #f4f3ec;
    box-sizing: border-box;
    padding: 16px 0 16px 22px;
    border-top: solid 1px #dcdbd8;
    border-bottom: solid 1px #dcdbd8;
  }
  .table_typeB td {
    padding: 16px 0 16px 22px;
    border-top: solid 1px #dcdbd8;
    border-bottom: solid 1px #dcdbd8;
  }
  .link_block {
    width: 630px;
    height: 180px;
    margin: 0 auto 120px;
    border: 5px solid #dcdbd7;
    background: #faf9f5;
  }
  .link_block h3 {
    text-align: center;
    font-weight: normal;
    margin: 35px 0 30px;
    font-size: 18px;
  }
  .link_block02 {
    width: 630px;
    height: 180px;
    margin: 45px auto 120px;
    border: 5px solid #dcdbd7;
    background: #faf9f5;
  }
  .link_block02 dl {
    margin: 25px 0 0 35px;
  }
  .link_block02 dt {
    float: left;
    clear: left;
    width: 140px;
  }
  .link_block02 dd {
    float: left;
  }
  .subtitle01 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 80px;
  }
  .policy_block {
    margin-bottom: 85px;
  }
  .policy_block .text_block {
    padding: 0 25px;
  }
  .policy_block li.count {
    list-style-type: decimal;
    margin-left: 1.5em;
  }
  /*--------------------------------------
  faqページ
  ---------------------------------------*/
  .faq_block {
    padding: 35px 0;
    border-bottom: 1px solid #dbdbdb;
    width: 960px;
    height: auto;
    overflow: hidden;
  }
  .faq_block:first-child {
    padding-top: 0;
  }
  .Q-area {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .Q-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #938e78;
    line-height: 60px;
    font-size: 30px;
    float: left;
    font-family: times new roman, cambria, sans-serif;
  }
  .Q-text,
  .A-text {
    position: relative;
    top: 15px;
    padding-left: 80px;
    text-align: left;
    color: #000;
  }
  .A-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #938e78;
    background: #fff;
    border: 1px solid #938e78;
    line-height: 60px;
    font-size: 30px;
    float: left;
    font-family: times new roman, cambria, sans-serif;
  }
  .cont_block form {
    width: 100%;
    margin-bottom: 100px;
  }
  .required {
    color: red;
    font-size: 12px;
    vertical-align: baseline;
  }
  .form-column {
    margin-bottom: 50px;
  }
  .form-column-textarea {
    padding: 50px 0;
  }
  .form-column-name {
    padding: 0 0 50px 0;
  }
  .form-column-tel {
    padding: 0 0 50px 0;
  }
  .label {
    float: left;
    width: 40%;
  }
  input[type=text],
  input[type=email],
  input[type=tel] {
    clear: both;
    height: 1.5em;
    font-size: 16px;
    width: 50%;
  }
  textarea {
    clear: both;
    width: 55%;
    height: 300px;
  }
  .mage_block {
    margin-bottom: 100px;
  }
  .mage_txt01 {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    width: 450px;
    padding: 2em;
    margin-left: auto;
    margin-top: -80px;
  }
  .mage_txt02 {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    width: 450px;
    padding: 2em;
    margin-right: auto;
    margin-top: -80px;
  }
  .mage_txt03 {
    padding: 2em;
  }
  .tri_top_img {
    margin-bottom: 30px;
  }
  .tri_block {
    display: flex;
    justify-content: space-around;
    margin-bottom: 120px;
  }
  .tri_h2 {
    margin-bottom: 20px;
  }
  .tri_p {
    margin-bottom: 80px;
  }
  .nomal {
    font-size: 16px;
    font-weight: normal;
    vertical-align: bottom;
  }
  .tri_txt {
    width: 505px;
  }
  .link_block03 {
    width: 100%;
    margin: 0 auto 120px;
    padding: 30px;
    border: 5px solid #dcdbd7;
    background: #faf9f5;
  }
  .ga_block {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  .ga_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .ga_box {
    width: 280px;
    height: 280px;
    background: #ccc;
    margin-bottom: 60px;
  }
  .ga_box figcaption {
    text-align: right;
    font-size: 0.9em;
  }
  .abo_txt {
    padding: 0 15px;
    margin-bottom: 85px;
  }
  .prof_block02 {
    display: flex;
    justify-content: space-around;
    margin: 0 auto 110px;
    padding: 0 15px;
    width: 960px;
  }
  .int_block {
    display: flex;
    margin: 0 auto 110px;
    padding: 0 15px;
    width: 960px;
  }
  .int_block .int_image {
    width: 40%;
    margin-right: 20px;
  }
  .int_block .int_txt {
    width: 60%;
  }
  .int li:before {
    content: "●";
  }
  .video-iframe {
    margin: 60px auto;
    max-width: 960px;
  }
}
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .sp_size {
    width: 100%;
    height: auto;
  }
  .sp_none {
    display: none;
  }
  .breadcrumb {
    padding-left: 0;
    font-size: 14px;
    margin: 5px 5px 10px;
  }
  .breadcrumb li {
    display: inline;
    list-style: none;
  }
  .breadcrumb li:after {
    content: ">";
    padding: 0 5px;
    color: #646254;
  }
  .breadcrumb li:last-child:after {
    content: "";
  }
  .breadcrumb li a {
    text-decoration: none;
    color: #646254;
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  .inner960 {
    margin: 0 10px;
  }
  header {
    height: 95px;
    position: relative;
  }
  header h1 {
    position: absolute;
    top: calc(50% - 27.5px);
    left: 20px;
  }
  header h1 img {
    max-width: 70%;
  }
  header nav {
    background: #928f77;
    width: 100%;
    padding: 120px 0 40px;
    position: absolute;
    top: 0;
    display: none;
    z-index: 3;
  }
  header nav ul {
    display: flex;
    align-items: center;
  }
  header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 16px;
  }
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 28px;
    height: 22px;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #928f77;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  .open_bg {
    background: #fff !important;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 11px;
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
  }
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
  }
  .sub_en_menubtn {
    font-size: 14px;
    color: #928f77;
    position: absolute;
    right: 25px;
    top: 51px;
  }
  .sub_en_menubtn_open {
    color: #fff;
    z-index: 1000;
  }
  .btn_nav ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .btn_nav ul li {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .btn_nav ul li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid #fff;
    border-collapse: collapse;
    background: #928f77;
  }
  .btn_nav ul li a:hover {
    background: #a6a38e;
    color: #fff;
  }
  .btn_nav ul li:nth-last-child(1) {
    border-bottom: 1px solid #fff;
  }
  .btn_cart {
    position: absolute;
    right: 90px;
    top: 20px;
    text-align: center;
  }
  .wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
  }
  .hero_top {
    margin: 0 10px 30px;
  }
  .hero_txt {
    margin: 0 30px 30px;
  }
  .news {
    margin: 0 10px 30px;
    text-align: left;
    background: #f3f3f3;
    padding: 30px 20px;
  }
  .news_tit {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdbd8;
  }
  .sub_en {
    font-size: 14px;
    color: #928f77;
    position: relative;
  }
  .sub_aro {
    font-size: 14px;
    color: #928f77;
    position: relative;
  }
  .sub_aro a {
    color: #928f77;
  }
  .sub_aro::after,
  .sub_aro03::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 84px;
    height: 6px;
    background: url(../images/arrow.png);
    background-size: contain;
    vertical-align: middle;
  }
  .sub_aro02 {
    text-align: right;
    font-size: 14px;
    color: #928f77;
    position: relative;
    padding-right: 23px;
  }
  .sub_aro02::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 108px;
    height: 6px;
    background: url(../images/arrow02.png);
    background-size: contain;
    vertical-align: middle;
  }
  .sub_aro03 {
    font-size: 14px;
    color: #928f77;
    position: relative;
    text-align: center;
    text-align: left;
    left: 25%;
  }
  .prof_map {
    text-align: center;
  }
  .newslist {
    margin-left: 10px;
  }
  .newslist li {
    margin-bottom: 15px;
  }
  .newslist a {
    color: #000;
  }
  .newslist a :hover {
    color: #a6a38e;
  }
  .newslist .tit_bd {
    border-bottom: 1px solid #959595;
  }
  .date {
    color: #646254;
    margin-right: 10px;
  }
  .tit_bd {
    border-bottom: 1px solid #646254;
  }
  .top_products {
    background: #f4f3ec;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .top_products ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .top_products ul li {
    max-width: calc(100% - 20px);
  }
  .top_products ul li img {
    width: 100%;
  }
  .top_products ul li a {
    text-decoration: none;
    color: #000;
  }
  .top_products ul li a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  .top_products_subtit {
    margin-top: -20px;
    margin-bottom: 45px;
    position: relative;
  }
  .logo_tit {
    background: url(../images/mark.png) no-repeat center;
    width: 100%;
    height: 137px;
  }
  .logo_tit02 {
    background: url(../images/mark_w.png) no-repeat center;
    width: 100%;
    height: 137px;
  }
  .logo_tit h2,
  .logo_tit02 h2,
  .profile h2 {
    font-size: 20px;
    line-height: 1.42;
    padding-top: 53px;
  }
  .name {
    font-size: 1em;
    font-weight: bold;
    margin-top: 1em;
    line-height: 1.8;
  }
  .price {
    font-size: 16px;
  }
  .btn_style {
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    background: #928f77;
    width: 320px;
    height: 60px;
  }
  .btn_style a {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
  }
  .btn_style a:hover {
    border-radius: 30px;
    background: #a6a38e;
    color: #fff;
  }
  .btn_style02 {
    border-radius: 30px;
    margin: 0 auto 10px;
    text-align: center;
    background: #928f77;
    width: 240px;
    height: 47px;
  }
  .btn_style02 a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 47px;
    text-decoration: none;
  }
  .btn_style02 a:hover {
    border-radius: 30px;
    background: #a6a38e;
    color: #fff;
  }
  .faq_btn_block {
    display: block;
  }
  .btn_style03 {
    border-radius: 30px;
    margin: 0 auto 10px;
    text-align: center;
    background: #928f77;
    width: 240px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn_style03 a {
    line-height: 1.5;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .btn_style03 a:hover {
    width: 240px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a6a38e;
    color: #fff;
  }
  .about_block {
    padding: 0 0 60px;
  }
  ul.gallery {
    margin: 0 auto 30px;
  }
  ul.gallery li a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  .gallery li {
    width: 100%;
    height: 160px;
    background: #f4f3ec;
    margin-bottom: 10px;
  }
  .gallery li a {
    display: flex;
  }
  .gallery img {
    width: 160px;
    height: 160px;
  }
  .gallery_tit {
    width: calc(100% - 160px);
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery_block {
    text-align: center;
    color: #000;
  }
  .profile {
    background: #f9f9f5;
    padding-top: 30px;
  }
  .prof_block {
    display: block;
    margin: 0 auto;
  }
  .prof_tit {
    margin: 0px auto 20px;
    max-width: 90%;
  }
  #map {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 30px;
  }
  footer {
    background: #f4f3ec;
    position: relative;
    padding: 30px 10px;
  }
  .scroll_icon {
    position: fixed;
    bottom: 10px;
    padding: 10px;
    right: 10px;
    text-align: right;
  }
  .f_logo {
    margin-bottom: 23px;
    text-align: center;
  }
  .f_nav {
    width: 100%;
    display: block;
    text-align: left;
  }
  .f_nav li {
    margin: 3%;
    text-align: left;
  }
  .f_nav li a {
    font-size: 14px;
    color: #000;
  }
  .f_nav li a:hover {
    color: #a6a38e;
  }
  .f_nav li img {
    width: 32px;
  }
  .f_nav li:last-child,
  .f_nav li:nth-last-child(4) {
    margin-right: 0;
  }
  .copy {
    font-size: 14px;
    color: #928f77;
    text-align: center;
  }
  /*--------------------------------------
  productsページ
  ---------------------------------------*/
  .hero_bg {
    background: url(../images/product_bg.png) no-repeat center;
    height: 140px;
    position: relative;
    max-width: 100%;
  }
  .hero_tit {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    line-height: 1.875;
  }
  h2.hero_subtit {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 25px;
    margin-bottom: 60px;
  }
  h3.hero_subtit {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .all_products {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  .all_products .product_anchor_nav_wrap {
    margin-bottom: 40px;
    padding: 24px;
    background: #faf9f5;
    border: 1px solid #e4dfd1;
  }
  .all_products .product_anchor_nav_label {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #6f6853;
  }
  .all_products .product_anchor_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .all_products .product_anchor_nav-bottom {
    margin-top: 40px;
  }
  .all_products .product_anchor_nav-bottom .product_anchor_button::after {
    transform: translateY(-30%) rotate(-45deg);
  }
  .all_products .product_anchor_button {
    display: inline-flex;
    align-items: center;
    padding: 10px 34px 10px 14px;
    border: 1px solid #bfb7a3;
    background: #fff;
    box-shadow: 0 2px 0 #d8d2c3;
    color: #5f5847;
    text-decoration: none;
    line-height: 1.4;
    transition: 0.3s;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
  }
  .all_products .product_anchor_button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #938e78;
    border-right: 2px solid #938e78;
    transform: translateY(-50%) rotate(135deg);
  }
  .all_products .product_category_block {
    margin-bottom: 50px;
  }
  .all_products .product_category_heading {
    font-size: 20px;
    border-left: 4px solid #938e78;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .all_products .product_subcategory {
    margin: 12px 0 8px;
    font-size: 11px;
  }
  .all_products ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .all_products ul li {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
  .all_products ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .all_products ul li a {
    text-decoration: none;
    color: #000;
  }
  .all_products ul li a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  /*--------------------------------------
  detailページ
  ---------------------------------------*/
  .det_block {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 83px;
  }
  .det_block form {
    text-align: center;
  }
  .det_left {
    display: inline-block;
    width: 460px;
    height: 100%;
    margin: 0 auto;
  }
  .det_right {
    margin: 0 auto;
  }
  .det_img {
    margin-bottom: 20px;
    position: relative;
  }
  .btn_sns_w {
    width: 120px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
  }
  .btn_sns_w a {
    width: 36px;
  }
  .btn_sns_w img {
    width: 100%;
    height: auto;
  }
  .det_box {
    display: flex;
    flex-wrap: wrap;
  }
  .det_subimg {
    width: 31%;
    margin: 2% 1%;
    text-align: center;
  }
  .det_subimg img {
    width: 106px;
    height: 81px;
  }
  .det_tit_bd {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    max-width: 100%;
    margin: 30px 0;
  }
  .det_tit {
    font-size: 28px;
    padding: 10px;
  }
  .bd_r01 {
    border-bottom: 3px solid #c93825;
    padding: 5px;
  }
  .bd_r02 {
    border-bottom: 2px dotted #c93825;
    padding: 3px 0;
  }
  .det_subtit {
    font-size: 16px;
  }
  .det_subtit02,
  .price02 {
    font-size: 14px;
    padding-left: 7px;
    vertical-align: baseline;
  }
  .inner420 {
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .btn_img_block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .btn_img_block li {
    margin: 1%;
  }
  .btn_img {
    color: #646254;
    background: #f4f3ec;
    border: 2px solid #dcdbd8;
    border-radius: 8px;
    width: 186px;
    height: 46px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .btn_img p {
    width: 70%;
    padding-left: 10px;
  }
  .btn_img_block a:hover {
    color: #000;
    background: #f6ecea;
    border: 2px solid #e3c0bb;
    border-radius: 8px;
  }
  .btn_thumb {
    margin: 1px;
  }
  .current {
    color: #000;
    border: 3px solid #e3c0bb;
    border-radius: 8px;
  }
  .btn_thumb img {
    width: 44px;
    height: 44px;
    border-radius: 5px;
  }
  .table_typeA table {
    border-collapse: collapse;
    margin-bottom: 40px;
    width: 100%;
  }
  .table_typeA th {
    width: 20%;
    font-size: 16px;
    background: #f4f3ec;
    box-sizing: border-box;
    padding: 5px 0 5px 10px;
    border-top: solid 1px #dcdbd8;
    border-bottom: solid 1px #dcdbd8;
  }
  .table_typeA td {
    padding: 5px 25px 5px 10px;
    border-top: solid 1px #dcdbd8;
    border-bottom: solid 1px #dcdbd8;
  }
  .button {
    width: 320px;
    height: 60px;
    background: #c93825;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    border: none;
  }
  .button:hover {
    color: #fff;
    border-radius: 30px;
    opacity: 0.6;
  }
  .btn_cart_det {
    width: 320px;
    height: 60px;
    background: #c93825;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 60px;
  }
  .btn_cart_det a {
    font-size: 20px;
    color: #fff;
    display: block;
  }
  .btn_cart_det a:hover {
    color: #fff;
    border-radius: 30px;
    background: #e86655;
  }
  .btn_con_det {
    width: 240px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    border: 1px solid #928f77;
  }
  .btn_con_det a {
    font-size: 14px;
    color: #928f77;
    display: block;
  }
  .btn_con_det a:hover {
    color: #fff;
    border-radius: 30px;
    background: #928f77;
    border: 1px solid #928f77;
  }
  .det_rec_block {
    padding-bottom: 120px;
  }
  .det_rec_bd {
    max-width: 100%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: 40px;
    padding: 7px 0 7px 20px;
  }
  .rec_products {
    margin-bottom: 100px;
  }
  .rec_products ul {
    margin: 0 auto;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rec_products li {
    width: 45%;
    margin: 2%;
    padding: 20px 0;
  }
  .rec_products li img {
    width: 100%;
    height: auto;
  }
  .rec_products li a {
    text-decoration: none;
    color: #000;
  }
  .rec_products li a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  .rec_products li:nth-child(4n) {
    margin-right: 0;
  }
  .rec_products li:last-child,
  .rec_products li:nth-last-child(2),
  .rec_products li:nth-last-child(3),
  .rec_products li:nth-last-child(4) {
    margin-bottom: 0;
  }
  #tab li {
    float: left;
    padding: 10px;
    list-style: none;
    cursor: pointer;
    background: #eee;
  }
  #tab li.select {
    background: yellow;
  }
  .disnon {
    display: none;
  }
  .content_wrap {
    clear: left;
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    background: #fcc;
    color: #fff;
  }
  /*--------------------------------------
  policyページ
  ---------------------------------------*/
  .table_typeB table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 80px;
  }
  .table_typeB th {
    display: block;
    max-width: 100%;
    font-size: 16px;
    background: #f4f3ec;
    box-sizing: border-box;
    padding: 10px 0 10px 22px;
    border-top: solid 1px #dcdbd8;
  }
  .table_typeB td {
    display: block;
    max-width: 100%;
    padding: 10px 0 10px 22px;
    border-top: solid 1px #dcdbd8;
  }
  .link_block {
    margin: 0 auto 120px;
    border: 5px solid #dcdbd7;
    background: #faf9f5;
  }
  .link_block h3 {
    text-align: center;
    font-weight: normal;
    margin: 10px 0;
  }
  .link_block02 {
    margin: 45px auto 120px;
  }
  .link_block02 dt {
    display: block;
    max-width: 100%;
    font-size: 16px;
    background: #f4f3ec;
    box-sizing: border-box;
    padding: 10px 0 10px 22px;
    border-top: solid 1px #dcdbd8;
  }
  .link_block02 dd {
    padding-left: 3px;
    display: block;
    max-width: 100%;
    padding: 10px 0 10px 22px;
    border-top: solid 1px #dcdbd8;
  }
  .subtitle01 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .policy_block {
    margin-bottom: 85px;
  }
  .policy_block li.count {
    list-style-type: decimal;
    margin-left: 1.5em;
  }
  /*--------------------------------------
  faqページ
  ---------------------------------------*/
  .faq_block {
    padding: 35px 0;
    border-bottom: 1px solid #dbdbdb;
    height: auto;
    overflow: hidden;
  }
  .faq_block:first-child {
    padding-top: 0;
  }
  .Q-area {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .Q-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #938e78;
    line-height: 35px;
    font-size: 22px;
    float: left;
    font-family: times new roman, cambria, sans-serif;
  }
  .Q-text,
  .A-text {
    position: relative;
    padding-left: 50px;
    text-align: left;
    color: #000;
  }
  .A-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #938e78;
    background: #fff;
    border: 1px solid #938e78;
    line-height: 35px;
    font-size: 30px;
    float: left;
    font-family: times new roman, cambria, sans-serif;
  }
  .cont_block form {
    width: 100%;
    margin-bottom: 100px;
  }
  .cont_block form {
    width: 100%;
    margin-bottom: 100px;
  }
  .cont_block .required {
    color: red;
    font-size: 12px;
    vertical-align: baseline;
  }
  .cont_block .form-column {
    margin-bottom: 50px;
  }
  .cont_block .form-column-textarea {
    padding: 50px 0;
  }
  .cont_block .form-column-name {
    padding: 0 0 50px 0;
  }
  .cont_block .form-column-tel {
    padding: 0 0 50px 0;
  }
  .cont_block .label {
    float: left;
    width: 95%;
  }
  .cont_block input[type=text],
  .cont_block input[type=email],
  .cont_block input[type=tel] {
    clear: both;
    height: 1.5em;
    font-size: 16px;
    width: 95%;
  }
  .cont_block textarea {
    clear: both;
    width: 95%;
    height: 300px;
  }
  .mage_block {
    margin-bottom: 100px;
  }
  .mage_txt01,
  .mage_txt02,
  .mage_txt03 {
    padding: 1em;
  }
  .tri_top_img {
    margin-bottom: 30px;
  }
  .tri_block {
    margin: 0 auto 80px;
  }
  .tri_h2 {
    margin-bottom: 30px;
  }
  .tri_p {
    margin-bottom: 20px;
  }
  .nomal {
    font-size: 16px;
    font-weight: normal;
    vertical-align: bottom;
  }
  .link_block03 {
    max-width: 100%;
    margin: 0 auto 120px;
    padding: 15px;
    border: 5px solid #dcdbd7;
    background: #faf9f5;
  }
  .ga_block {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  .ga_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .ga_box {
    width: 280px;
    height: 280px;
    background: #ccc;
    margin-bottom: 60px;
  }
  .ga_box figcaption {
    text-align: right;
    font-size: 0.9em;
  }
  .abo_txt {
    margin-bottom: 35px;
  }
  .prof_block02 {
    display: block;
    margin: 0 auto 80px;
  }
  .int_block {
    display: block;
    margin: 0 auto 80px;
  }
  .int_block .int_image {
    width: auto;
    margin-bottom: 30px;
  }
  .int_block .int_txt {
    width: auto;
  }
  .int li:before {
    content: "●";
  }
  .video-iframe {
    margin: 0 10px 30px;
  }
}
.bl_common {
  width: 960px;
  margin: 40px auto;
}
@media screen and (max-width: 959px) {
  .bl_common {
    width: auto;
    margin: 0 30px 30px;
  }
}

.bl_miyabi {
  display: flex;
}
@media screen and (max-width: 959px) {
  .bl_miyabi {
    display: block;
  }
}

.flex-6 {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 959px) {
  .flex-6 {
    width: auto;
    padding: 0;
  }
}

@media screen and (max-width: 959px) {
  .flex-sm-12 {
    width: 100%;
  }
}

.bl_border {
  border: 8px solid #e3e0d5;
  padding: 40px;
  background: #f4f3ec;
}
@media screen and (max-width: 959px) {
  .bl_border {
    border: 4px solid #e3e0d5;
    padding: 20px;
  }
}

.red {
  color: #D30000;
}

.flex {
  display: flex;
  margin: -20px;
}
@media screen and (max-width: 959px) {
  .flex {
    margin: 0;
  }
}
.flex img {
  width: 100%;
  height: auto;
}

.kv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.title-wrap {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  transform: rotate(-0.5deg);
  opacity: 0;
  animation: ink-fall 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

/* 漢字：大・太 */
.kanji {
  font-family: "Shippori Mincho B1", "Yu Mincho", serif;
  font-weight: 800;
  font-size: clamp(40px, 11vw, 108px);
  color: #111;
  letter-spacing: -0.01em;
  line-height: 1;
  /* text-shadow:
        1px 2px 0 rgba(0, 0, 0, 0.15),
        0 4px 16px rgba(0, 0, 0, 0.07); */
}

/* 平仮名：小・細 ── ジャンプ率 約40% */
.kana {
  font-family: "Shippori Mincho B1", "Yu Mincho", serif;
  font-weight: 400;
  font-size: clamp(24px, 6.5vw, 64px);
  color: #1a1a1a;
  line-height: 1;
  position: relative;
  top: clamp(1px, 0.4vw, 4px);
  /* text-shadow:
        0.5px 1px 0 rgba(0, 0, 0, 0.10),
        0 2px 8px rgba(0, 0, 0, 0.05); */
}

.kana-no {
  opacity: 0.78;
}

.kana-to {
  opacity: 0.82;
}

@keyframes ink-fall {
  from {
    opacity: 0;
    transform: rotate(-0.5deg) translateY(10px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: rotate(-0.5deg) translateY(0);
    filter: blur(0);
  }
}
/* 960px以上 */
@media (min-width: 960px) {
  .kv {
    padding: 64px 40px;
  }
  .kanji {
    font-size: clamp(80px, 9vw, 120px);
  }
  .kana {
    font-size: clamp(48px, 5.4vw, 72px);
  }
}