@charset "UTF-8";

/*////////////////////////////////////////////////////////////////////

common.css 
	
////////////////////////////////////////////////////////////////////*/

body {
  font: 1.4rem "Unna", "Yu Mincho", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", HGS明朝E, "メイリオ", Meiryo, serif;
  color: #3e3e3e;
  letter-spacing: 1px;
  line-height: 1.6em;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.5px;
    line-height: 1.6em;
  }
}

a:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a,
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #999999;
  text-decoration: none;
}
a:active {
  color: #999999;
  text-decoration: none;
}

.bg_beige {
  background: #f1eae2;
}
.bg_beige2 {
  background: #fff8f2;
}
.bg_gray {
  background: #eae7e6;
}
.bg_gray2 {
  background: #f9f9f9;
}
.bg_gray3 {
  background: #efefef;
}
.bg_lightgray {
  background: #f9f8f6;
}
.bg_brown {
  background: #652a24;
}
.bg_brown2 {
  background: #a37f58;
}
.bg_navy {
  background: #002742;
}
.font_white {
  color: #ffffff;
}
.font_green {
  color: #487257;
}
.font_gray {
  color: #807a6e;
}
.font_brown {
  color: #5a2e28;
}
.font_beige {
  color: #a78f6f;
}
.font_bk {
  color: #000 !important;
}
.font_16B {
  font-size: 16px;
  font-weight: bold;
}
.font-f-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.font-f-mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.w-100 {
  width: 100% !important;
}

@media screen and (min-width: 961px) {
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media screen and (min-width: 769px) {
  #wrapper {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto 80px;
  }
  #wrapper section {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto 10%;
  }
  #wrapper section {
    padding: 10% 0;
  }
}

/*
================================================================================
	header 
================================================================================
*/

@media screen and (min-width: 1140px) {
  .header_pc_none {
    display: none;
  }
  header {
    width: 100%;
    min-width: 1200px;
    background-color: rgba(26, 26, 26, 0.3);
    position: fixed;
    z-index: 100;
    top: 0 !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .spcart {
    display: none;
  }
  header.change {
    background-color: #cac4c1;
  }
  header .none {
    display: none;
  }
  header a {
    text-decoration: none !important;
  }
  header h1 {
    text-align: left;
    padding-top: 20px !important;
    margin: 0px 0 0 20px !important;
  }

  header h1 img {
    width: 150px;
  }
  header .rightArea {
    display: block;
    top: 20px;
    right: 20px;
    position: absolute;
  }
  header button {
    display: none;
  }

  header .rightArea .drawer-nav {
    display: flex;
  }

  header .rightArea .menuArea {
    color: #fff;
    font-size: 1.7rem;
    margin-right: 30px;
    float: left;
    padding-left: 250px;
    flex: 1;
  }

  /*
	header .rightArea .menuArea li{
*/

  header .rightArea .menuArea > ul {
    display: flex;
  }
  header .rightArea .menuArea > ul > li {
    margin-top: 7px;
    margin-right: 30px;
    float: left;
    position: relative;
    cursor: pointer;
    padding-bottom: 31px;
  }
  header .rightArea .menuArea li a {
    color: #fff !important;
  }
  header .rightArea .menuArea li a:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  }
  header .rightArea .menuArea li .ready {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }
  /*
 * add
*/
  header .rightArea .menuArea > ul > li > ul {
    /*
		margin-top: 50px;
*/
    position: absolute;
    /* padding-top: 31px; */
    display: none;
    top: 53px;
  }
  header .rightArea .menuArea > ul > li > ul li {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    z-index: 1;
  }
  header .rightArea .menuArea > ul > li > ul a {
    width: 200px;
    padding: 10px 0 10px 10px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
  }
  header .rightArea .menuArea .menuArea-span {
    display: none;
  }
  /*
 * /add
*/
  header .rightArea .iconArea {
    width: 144px;
    float: right;
  }
  header .rightArea .iconArea ul {
    overflow: hidden;
  }
  header .rightArea .iconArea li {
    width: 34px;
    float: left;
    margin-right: 20px;
  }
  header #searchArea {
    width: 570px;
    display: none;
    padding: 20px;
    float: right;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  header #searchArea .left {
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 2.2em;
  }
  header #searchArea .right {
    float: right;
  }
  header #searchArea form {
    position: relative;
  }
  header #searchArea form input[type="text"] {
    width: 380px;
    height: 25px;
    padding: 5px;
    border: none;
  }
  header #searchArea .searchsubmit {
    position: absolute;
    right: 0;
    width: 24px;
    padding: 5px;
    background: #fff;
  }
  header .line {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 1139px) {
  .header_sp_none {
    display: none;
  }
  header {
    width: 100%;
    background-color: rgba(26, 26, 26, 0.3);
    position: fixed !important;
    z-index: 100;
    top: 0 !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .spcart {
    display: inline-block;
    width: 40px;
    position: absolute;
    top: 5px;
    right: 55px;
  }
  header.change {
    background-color: #cac4c1;
  }
  header a {
    text-decoration: none !important;
  }
  header h1 {
    text-align: left;
    margin: 10px 0 -10px 20px !important;
    overflow: hidden;
  }
  header h1 img {
    width: 120px;
  }
  header .rightArea .menuArea {
    font-size: 1.8rem;
    font-weight: bold;
  }
  header .rightArea .menuArea li {
    width: 100%;
    /* margin-top: 12px; */
    border-bottom: #333 1px solid;
    float: none;
    display: block;
  }
  header .rightArea .menuArea > ul > li {
    position: relative;
  }
  header .rightArea .menuArea li .ready {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }
  /*
 * add
*/
  header .rightArea .menuArea > ul > li > ul {
    /*
		margin-top: 50px;
*/
    border-top: #333 1px solid;
    /* display: none; */
  }
  header .rightArea .menuArea > ul > li > ul li {
    margin-top: 0;
    position: relative;
  }
  header .rightArea .menuArea > ul > li > ul a {
    padding: 15px 20px;
    display: block;
    background: #252525;
    color: #eee;
    font-size: 15px;
    font-weight: normal;
  }
  header .rightArea .menuArea .menuArea-span {
    padding: 12px 20px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #888;
  }
  /*
 * /add
*/
  header .rightArea .menuArea .menuArea-a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 12px 0 12px 20px;
  }
  header .rightArea .iconArea {
    width: 180px;
    margin: 20px auto;
  }
  header .rightArea .iconArea li {
    width: 60px;
    float: left;
  }
  header #searchArea {
    width: 100%;
    display: none;
    margin-top: -500px; /* 展開後のリサイズ対応 */
  }

  header #searchArea_sp {
    width: 100%;
    padding: 20px;
    margin-top: 18%;
    margin-bottom: 3%;
    box-sizing: border-box;
  }
  header #searchArea_sp form {
    position: relative;
  }

  /*header #searchArea_sp .left{
		width: 25%;
		float: left;
		color: #FFF;
		font-size: 14px;
		line-height: 2.6em;
	}
	header #searchArea_sp .right{
		width: 75%;
		float: right;
	}*/
  header #searchArea_sp form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: none;
    box-sizing: border-box;
  }
  header #searchArea_sp .searchsubmit {
    position: absolute;
    right: 0;
    width: 32px;
    padding: 2px;
    background: #fff;
  }

  .drawer-nav {
    overflow-y: scroll !important;
    background-color: rgba(26, 26, 26, 0.9) !important;
  }
  .drawer-hamburger {
    width: 2.5rem !important;
    padding-top: 15px !important;
    padding-right: 15px !important;
  }

  header .line {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  .head_sukima {
    margin-top: 52px;
    display: block;
  }
}

/*
================================================================================
	ttlarea
================================================================================
*/
@media screen and (min-width: 769px) {
  .ttlArea {
    width: 355px;
    margin: 0 auto 60px;
    margin-top: -120px; /**アンカー対策**/
    padding-top: 120px; /**アンカー対策**/
  }
  .ttlArea p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .ttlArea .ttl {
    position: relative;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
  }
  .ttlArea .ttl:before {
    content: "";
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 40px;
    height: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b2916e;
  }
  .ttlArea .ttl2 {
    position: relative;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
  }
  .ttlArea .ttl_detail {
    font-size: 14px;
    color: #827a73;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
  .ttlArea img {
    margin: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .ttlArea {
    width: 260px;
    margin: 0 auto 18%;
    margin-top: -80px; /**アンカー対策**/
    padding-top: 80px; /**アンカー対策**/
  }
  .ttlArea p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .ttlArea .ttl {
    position: relative;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: center;
    margin-bottom: -8px;
  }
  .ttlArea .ttl:before {
    content: "";
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 40px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b2916e;
  }
  .ttlArea .ttl2 {
    position: relative;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: center;
    margin-bottom: -8px;
  }
  .ttlArea img {
    margin: 5px 0 !important;
  }
}

/*
================================================================================
	contents ttl
================================================================================
*/

@media screen and (min-width: 769px) {
  .ttlContents {
    width: 100%;
    position: relative;
  }
  .ttlContents .ttlContentsArea {
    width: 286px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .ttlContents .ttlContentsArea p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .ttlContents .ttlContentsArea .ttl {
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 5px;
    text-shadow: 0px 0px 7px #000;
  }
  .ttlContents .ttlContentsArea img {
    margin: 8px 0;
  }
  .ttlContents .ttlContentsArea p {
    color: #fff;
    text-shadow: 0px 0px 7px #000;
  }
}

@media screen and (max-width: 768px) {
  .ttlContents {
    width: 100%;
    position: relative;
  }
  .ttlContents .ttlContentsArea {
    width: 286px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .ttlContents .ttlContentsArea p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .ttlContents .ttlContentsArea .ttl {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
  }
  .ttlContents .ttlContentsArea img {
    margin: 5px 0;
  }
  .ttlContents .ttlContentsArea p {
    color: #fff;
  }
}

/*
================================================================================
	btn_more
================================================================================
*/

@media screen and (min-width: 769px) {
  .btn_more_wh {
    width: 230px;
    margin: 30px auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: #fff 1px solid;
  }
  .btn_more_wh:hover {
    border: #999 1px solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn_more_wh-a {
    display: block;
    color: #fff !important;
    padding: 10px 30px;
    text-align: center;
  }
  .btn_more_wh-a:hover {
    color: #999 !important;
  }

  .btn_more_gr {
    width: 230px;
    margin: 30px auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: #969696 1px solid;
  }
  .btn_more_gr:hover {
    border: #333 1px solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn_more_gr-a {
    display: block;
    color: #969696 !important;
    padding: 10px 30px;
    text-align: center;
  }
  .btn_more_gr-a:hover {
    color: #333 !important;
  }

  .btn_more_bl {
    width: 190px;
    margin: 30px auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: #333 1px solid;
  }
  .btn_more_bl-a {
    display: block;
    color: #333 !important;
    padding: 10px 30px;
    text-align: center;
  }
  .btn_more_bl-a:hover {
    color: #333 !important;
  }
}

@media screen and (max-width: 768px) {
  .btn_more_wh {
    width: 230px;
    margin: 15px auto 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: #fff 1px solid;
  }
  .btn_more_wh-a {
    display: block;
    color: #fff !important;
    padding: 10px 0;
    text-align: center;
  }

  .btn_more_gr {
    width: 230px;
    margin: 15px auto 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: #969696 1px solid;
  }
  .btn_more_gr-a {
    display: block;
    color: #969696 !important;
    padding: 10px 0;
    text-align: center;
  }
  .btn_more_bl {
    width: 170px;
    margin: 15px auto 0;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border: #333 1px solid;
  }
  .btn_more_bl-a {
    display: block;
    color: #333 !important;
    padding: 10px 30px;
    text-align: center;
  }
  .btn_more_bl-a:hover {
    color: #333 !important;
  }
}

/*
================================================================================
	pickupArea 
================================================================================
*/

@media (min-width: 769px) {
  .pickupArea {
    width: 94%;
    margin: 0px auto;
  }
  .pickupArea li {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .pickupArea .pickup {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
  }
  .pickupArea .pickup img {
    display: block;
    transition-duration: 0.3s;
  }
  .pickupArea .pickup img:hover {
    transform: scale(1.05);
    transition-duration: 0.3s;
    opacity: 1;
  }
  .pickupArea .pickup p {
    position: absolute;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4% 0;
    text-align: center;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .pickupArea {
    width: 94%;
    margin: 0px auto;
  }
  .pickupArea li {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .pickupArea .pickup {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
  }
  .pickupArea .pickup p {
    position: absolute;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    color: #4d4d4d;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4% 0;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
  }
}

/*
================================================================================
	fullArea 
================================================================================
*/

@media (min-width: 961px) {
  .fullArea {
    width: 100%;
  }
  .fullArea .row {
    width: 100%;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center; /*上下中央揃え*/
    margin-bottom: 50px;
  }
  .fullArea .photo_L {
    width: 50%;
    float: left;
  }
  .fullArea .photo_pc {
    width: 50%;
    float: right;
  }
  .fullArea .photo_sp {
    display: none;
  }
  .fullArea .text {
    width: 50%;
    padding: 0 5%;
    float: right;
    box-sizing: border-box;
  }
  .fullArea .text .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .fullArea .row {
    margin-bottom: 5%;
  }
  .fullArea .photo_L,
  .fullArea .photo_sp {
    width: 100%;
    float: none;
  }
  .fullArea .photo_pc {
    display: none;
  }
  .fullArea .text {
    width: 100%;
    padding: 6%;
    box-sizing: border-box;
    float: none;
  }
  .fullArea .text .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
  }
}

/*
================================================================================
	lineupArea 
================================================================================
*/

@media (min-width: 961px) {
  .lineupArea {
    width: 100%;
  }
  .lineupArea .inner {
    width: 70%;
    max-width: 80%;
    min-width: 960px;
    padding: 80px 0;
    margin: 0px auto;
  }
  .lineupArea .row {
    margin-bottom: 50px;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center; /*上下中央揃え*/
    background: #fff;
  }
  .lineupArea .gray {
    opacity: 0.5 !important;
  }

  .lineupArea .photo {
    width: 56%;
    float: left;
  }
  .lineupArea .textArea {
    width: 44%;
    padding: 20px;
    height: auto;
    float: right;
    box-sizing: border-box;
  }
  .lineupArea .textArea .text {
    padding-left: 5%;
    padding-right: 5%;
  }
  .lineupArea .textArea .text .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .lineupArea .textArea .btn {
    width: 133px;
    margin-top: 40px;
    float: right;
  }
}

@media (max-width: 960px) {
  .lineupArea {
    width: 100%;
    padding: 7%;
    box-sizing: border-box;
  }
  .lineupArea .row {
    width: 100%;
    margin: 0 auto 5% !important;
    background: #fff;
  }
  .lineupArea .row:last-child {
    margin-bottom: 0;
  }
  .lineupArea .gray {
    opacity: 0.5 !important;
  }
  .lineupArea .photo {
    width: 100%;
    float: none;
  }
  .lineupArea .textArea {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    float: none;
  }
  .lineupArea .textArea .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
  }
  .lineupArea .textArea .btn {
    width: 120px;
    margin-top: 30px;
    float: right;
  }
}

/*
================================================================================
	columnArea 
================================================================================
*/

@media (min-width: 961px) {
  .columnArea {
    width: 100%;
    max-width: 70%;
    min-width: 960px;
    margin: 0 auto;
    border: #9a9283 1px solid;
  }
  .columnArea .inner {
    width: 98%;
    margin: 1%;
    padding: 40px;
    border: #9a9283 1px solid;
    box-sizing: border-box;
  }
  .columnArea .photo {
    width: 25%;
    float: right;
  }
  .columnArea .text {
    width: 70%;
    height: auto;
    float: left;
    box-sizing: border-box;
  }
  .columnArea .text .ttl1 {
    font-size: 40px;
    color: #c2c8b4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #c2c8b4 1px solid;
  }
  .columnArea .text .ttl2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .ohse .columnArea .row {
    /** ohse **/
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #c2c8b4 1px solid;
  }
  .ohse .columnArea .row:first-child,
  .ohse .columnArea .row:last-child {
    /** ohse **/
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .ohse .columnArea .row .photo {
    /** ohse **/
    width: 15%;
    float: right;
  }
  .ohse .columnArea .row .text {
    /** ohse **/
    width: 80%;
    float: left;
  }
  .ohse .columnArea .row .text .st {
    /** ohse **/
    font-weight: bold;
  }

  .hori .columnArea .photo {
    /** hori **/
    width: 45%;
    float: right;
  }
  .hori .columnArea .text {
    /** hori **/
    width: 50%;
    float: left;
  }

  .archet_bunsu .columnArea .photo {
    /** archet_bunsu **/
    width: 20%;
    float: right;
  }
  .archet_bunsu .columnArea .text {
    /** archet_bunsu **/
    width: 75%;
    float: left;
  }

  .instruments_bunsu .columnArea .photo {
    /** instruments_bunsu **/
    width: 22%;
    float: right;
  }
  .instruments_bunsu .columnArea .text {
    /** instruments_bunsu **/
    width: 73%;
    float: left;
  }

  .hausset .columnArea .photo {
    /** CUNIOT HAUSSET **/
    width: 20% !important;
  }
  .hausset .columnArea .text {
    /** CUNIOT HAUSSET **/
    width: 78% !important;
  }
  .hausset .columnArea .text .st {
    /** CUNIOT HAUSSET **/
    font-weight: bold;
  }
  .hausset .columnArea .row:last-child {
    /** CUNIOT HAUSSET **/
    margin-top: 20px;
  }
  .hausset .columnArea .row + .row .text {
    /** CUNIOT HAUSSET **/
    line-height: 2.3em;
  }
}

@media (max-width: 960px) {
  .columnArea {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    border: #9a9283 1px solid;
  }
  .columnArea .inner {
    width: 98%;
    margin: 1%;
    padding: 3%;
    border: #9a9283 1px solid;
    box-sizing: border-box;
  }
  .columnArea .photo {
    width: 100%;
    float: none;
  }
  .columnArea .text {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    float: none;
  }
  .columnArea .text .ttl1 {
    font-size: 28px;
    color: #c2c8b4;
    padding-bottom: 5%;
    margin-top: 3%;
    margin-bottom: 5%;
    border-bottom: #c2c8b4 1px solid;
  }
  .columnArea .text .ttl2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5%;
  }

  .ohse .columnArea .row .photo {
    /** ohse **/
    width: 70%;
    margin: 0 auto;
  }
  .ohse .columnArea .row {
    /** ohse **/
    margin-bottom: 7%;
    border-bottom: #c2c8b4 1px solid;
  }
  .ohse .columnArea .row:first-child,
  .ohse .columnArea .row:last-child {
    /** ohse **/
    margin-bottom: 0;
    border-bottom: none;
  }
  .ohse .columnArea .row .text .st {
    /** ohse **/
    font-weight: bold;
  }
}

/*
================================================================================
	pagetop
================================================================================
*/

@media screen and (min-width: 769px) {
  .pagetop {
    width: 60px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 1000;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .pagetop.change {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 50px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 1000;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .pagetop.change {
    opacity: 1;
  }
}

/*
================================================================================
	footer
================================================================================
*/

@media screen and (min-width: 769px) {
  footer {
    width: 100%;
    /* min-width: 960px; */
    padding: 60px 3% 30px;
    color: #fff;
    background: #a37f58;
    box-sizing: border-box;
  }
  footer a {
    color: #fff !important;
    text-decoration: none !important;
  }
  footer a:hover {
    color: #fff !important;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  }

  footer .row {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .row:last-child {
    margin-bottom: 0;
  }
  footer .categoryArea {
    float: left;
  }
  footer .categoryArea li {
    /* width: 160px; */
    margin-right: 20px;
    /* border-right: #CDB391 1px solid; */
    float: left;
  }
  /* footer .categoryArea li:nth-of-type(2) {
    width: 220px;
  }
  footer .categoryArea li:nth-of-type(3) {
    width: 250px;
  }
  footer .categoryArea li:nth-of-type(4) {
    width: 180px;
  } */

  footer .categoryArea li .linkicon {
    padding-right: 20px;
    background: url(../images/newtop/icon_outlink.png) no-repeat right 45%;
    background-size: 13px auto;
  }

  footer .categoryArea li .st {
    font-size: 18px;
  }
  footer .categoryArea li .ready {
    opacity: 0.4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
  }

  footer .categoryArea li h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
  }
  footer .categoryArea li p {
    margin-bottom: 10px;
  }
  footer .categoryArea li p a {
    display: inline-block;
  }

  footer .logoArea {
    width: 230px;
    float: right;
  }
  footer .logoArea h2 {
    margin-bottom: 30px;
  }
  footer .logoArea ul {
    display: flex;
    justify-content: flex-end;
  }
  footer .logoArea li {
    width: 26px;
    margin-right: 10px;
    float: left;
  }
  footer .logoArea li:last-child {
    margin-right: 0;
  }

  footer .subCategoryArea {
    width: 500px;
    float: left;
    overflow: hidden;
  }

  footer .copy {
    /* margin-top: 10px; */
    color: #fff;
  }

  footer .iconArea {
    width: 400px;
    float: right;
    overflow: hidden;
  }
}

@media screen and (min-width: 961px) {
  footer .categoryArea li {
    width: 160px;
  }
  footer .categoryArea li:nth-of-type(2) {
    width: 220px;
  }
  footer .categoryArea li:nth-of-type(3) {
    width: 250px;
  }
  footer .categoryArea li:nth-of-type(4) {
    width: 180px;
  }
}

@media screen and (max-width: 960x) {
  footer .categoryArea li {
    width: 22%;
  }
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    padding: 8%;
    color: #fff;
    background: #a99270;
    box-sizing: border-box;
  }
  footer a {
    color: #fff !important;
    text-decoration: none !important;
  }
  footer a:hover {
    color: #fff !important;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  }

  footer .row {
    width: 100%;
    margin-bottom: 5%;
  }
  footer .row:last-child {
    margin-bottom: 0;
  }
  footer .categoryArea {
    margin-bottom: 20px;
  }
  footer .categoryArea li {
  }
  footer .categoryArea li .footer-ttl01 {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }

  footer .categoryArea li h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  footer .logoArea {
    width: 230px;
    margin: 0px auto;
  }
  footer .logoArea h2 {
    margin-bottom: 15px;
  }
  footer .logoArea ul {
    display: flex;
    justify-content: center;
  }
  footer .logoArea li {
    width: 42px;
    margin-right: 10px;
    float: left;
  }
  footer .logoArea li:last-child {
    margin-right: 0;
  }

  footer .subCategoryArea {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }

  footer .iconArea {
    width: 154px;
    margin: 5% auto 0;
    overflow: hidden;
  }

  footer .copy {
    text-align: center;
    margin-top: 5%;
    color: #fff;
  }

  footer .js-accodrion .footer-ttl01 h4 {
    position: relative;
    color: #fff;
  }

  footer .js-accodrion .pc_only {
    display: none;
  }

  footer .js-accodrion .footer-ttl01 h4::after {
    visibility: visible;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  footer .js-accodrion .footer-ttl01.active h4::after {
    visibility: visible;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  footer .sec-cont {
    display: none;
  }

  footer .js-accodrion .sec-cont p {
    margin: 10px 0;
  }
}

.fs-l-footer {
  border-top: 0px;
}

/*
================================================================================
	fadeIn
================================================================================
*/

.fadeIn {
  visibility: hidden;
}
.fadeInEffect {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInEffect;
  animation-name: fadeInEffect;
  visibility: visible !important;
}
@-webkit-keyframes fadeInEffect {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInEffect {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
================================================================================
	Add INSTRUMENTS
================================================================================
*/

@media screen and (min-width: 769px) {
  #wrapper.instruments section {
    margin: 70px 0;
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #wrapper.instruments section {
    margin: 10% 0;
    padding: 0 !important;
  }
}

@media (min-width: 961px) {
  .instruments .fullArea .row {
    margin-bottom: 0 !important;
  }
  .instruments .fullArea .row + .row {
    margin-top: 50px;
  }
}

@media (max-width: 960px) {
  .instruments .fullArea .row {
    margin-bottom: 0 !important;
  }
  .instruments .fullArea .row + .row {
    margin-top: 5%;
  }
}
