@charset "utf-8";
/*==================================================

Global Default
==================================================*/
html {
  font-size: 10px;
}
body {
  font-family: "Kiwi Maru", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 15px;
  color: #7f6145;
  min-width: 1120px;
  padding-top: 86px;
}
.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main,
section {
  position: relative;
}
a,
a:hover,
a:visited,
a:active {
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;

}
img {
  height: auto;
}
i {
  vertical-align: middle;
  line-height: 1;
  font-size: 20px;
}
.center {
  text-align: center;
}
.caution {
  color: #d50000;
}
.flexbox:after {
  display: none;
}
[class*="viewport"] {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.viewport-l {
  max-width: 1200px;
}
.viewport-m {
  max-width: 1120px;
}
.viewport-s {
  max-width: 768px;
}
.section-spacing {
  padding-top: 11vmin;
  padding-bottom: 11vmin;
}
@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  html {
    font-size: calc(5px + (10 - 5) * ((100vw - 375px) / (750 - 375)));
  }
  body {
    min-width: 0;
    font-size: 2.6rem;
    line-height: 1.84;
    padding-top: 13.5rem;
  }
  img {
    width: 100%;
  }
  [class*="viewport"] {
    padding: 0 5rem;
  }
  .pc {
    display: none !important;
  }
}
/*==================================================

Main Header
==================================================*/
.main-header {
  width: 100%;
  height: 292px;
  position: relative;
  z-index: 8;
  transition: background .3s;
}
.global-navi a,
.global-navi a:hover,
.global-navi a:visited,
.global-navi a:active {
  color: inherit;
  transition: opacity 0.3s;
}
.global-navi a:hover {
  opacity: 1.0;

}
.main-header > .viewport-l {
  padding: 0 0;
  height: 292px;
}

.main-header h1 {
  width: 350px;
  height: 210px;
  position: absolute;
  top: 0px; left: 80px;
  z-index: 100;
}
.main-header h1 img{
  transition: opacity .3s;
}
.main-header p {
  width: 324px;
  height: 66px;
  position: absolute;
  top: 40px; left: 450px;
  z-index: 100;
}

.menu {
  display: none;
}
.global-navi {
  width: 1100px;
  position: absolute;
  top: 160px; left: 50px;
  z-index: 105;
}
.global-navi .main-navi {
  width: 100%;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.global-navi .main-navi a {
	display: block;
	padding: 0 0;
}
.global-navi .main-navi li {
  width: 154px;
  height: auto;
}
.global-navi .main-navi li img {
  display: block;
}
.global-navi .main-navi li span {
  display: none;
}
.main-header .sub-navi {
  width: 272px;
  position: absolute;
  top: 20px; right: 80px;
  z-index: 105;
}
.main-header .sub-navi li {
  margin-bottom: 8px;
}
.main-header .sub-navi li:last-child {
  margin-bottom: 0px;
}
.global-navi .sub-navi {
  display: none;
}
.global-navi .usa {
  display: none;
}
@media only screen and (max-width: 750px) {
  header {

  }
  .main-header {
    background: #fff;
    width: 100%;
    height: 13.5rem;
    position: fixed; /*ヘッダーの固定*/
    top: 0;
    left: 0;
    z-index: 8;
    transition: background .3s;
  }
  .main-header h1 {
    width: 51rem;
    position: absolute;
    top: 0px; left: 3rem;
    z-index: 100;
  }
  .main-header h1 img {
  }
  .main-header p {
    display: none;
  }
  .main-header > .viewport-l {
    padding: 0 0;
    height: 13.5rem;
    background-color: #ffffff;
    position: fixed; /*ヘッダーの固定*/
  }
  .menu {
    height: 4.0rem;
    width: 6.0rem;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 100;
    display: block;
    top: 5rem; right: 4rem;
    z-index: 100;
  }
  .menu span {
    height: 0.4rem;
    width: 5.6rem;
    background: #7f6145;
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 100rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu span:before,
  .menu span:after {
    content: "";
    height: 0.4rem;
    width: 6.0rem;
    background: #7f6145;
    border-radius: 100rem;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu span:before {
    top: -1.5rem;
  }
  .menu span:after {
    top: 1.5rem;
  }
  .obfuscator {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    background: #FFF;
    opacity: 0.5;
    cursor: pointer;
  }
  .global-navi {
    display: block;
    min-width: initial;
    width: 60rem;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 13.5rem;
    left: 0;
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.2), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    background: #fff;
    transform: translateX(-60rem);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
    margin: 0;
    padding: 6rem 5rem 0 5rem;
    background-color: #fffae4;
  }
  .global-navi .main-navi {
    width: 100%;
    text-align: left;
    order: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    border-top: 0.1rem solid #cbb6a3;
    box-sizing: border-box;
  }
  .global-navi .main-navi li {
    font-size: 2.8rem;
    line-height: 1.0;
    width: 100%;
    height: auto;
    padding: 0 0;
    border-bottom: 0.1rem solid #cbb6a3;
  }
  .global-navi .main-navi li a {
    padding: 3.0rem 2.4rem;
    color: #462B2B;
    width: 100%;
    background-image: url(../img/common/ic_arrow_sp.png);
    background-repeat: no-repeat;
    background-size: 1.5rem auto;
    background-position: right 2.4rem center;
  }
  .global-navi .main-navi li img {
    display: none;
  }
  .global-navi .main-navi li span {
    display: block;
  }
  body.menu-visible .menu span {
    background: transparent;
  }
  body.menu-visible .menu span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  body.menu-visible .menu span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  body.menu-visible .obfuscator {
    visibility: visible;
  }
  body.menu-visible .global-navi {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .main-header .sub-navi {
    display: none;
  }
  .global-navi .sub-navi {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: static;
  }
  .global-navi .sub-navi li {
    margin-top: 1.5em;
  }
  .global-navi .sub-navi li:last-child {
    margin-bottom: 0;
  }
  .global-navi .usa {
    display: block;
    text-align: center;
    width: 94%;
    margin: 6rem auto 0 auto;
  }
}

/*==================================================

Main Cotents
==================================================*/
main {

}
main section {
}
main section .wrapper {
  text-align: center;
}


/*==================================================

Main Footer
==================================================*/
.main-footer {
  background-size: 100% 260px;
  background-image: url(../img/common/bg-footer.png);
}
.main-footer .viewport-l {
  width: 1040px;
  height: 260px;
  position: relative;
}

.main-footer .viewport-l .btn-top {
  position: absolute;
  width: 122px;
  height: 248px;
  top: -200px; right: -60px;
  z-index: 100;
}
.main-footer .viewport-l dl {
  width: 585px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0px; left: 0px;
  z-index: 100;
}
.main-footer .viewport-l dl dt {
  width: 234px;
}
.main-footer .viewport-l dl dd {
  width: 316px;
	margin-top: 10px
}
.main-footer ul.footer-navi {
  width: 1040px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50px; left: 0px;
  z-index: 100;
  background-image: url(../img/common/ft_navi_line.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.main-footer ul.footer-navi li {
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "Kiwi Maru", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	align-items: center;
	font-weight: bold;
	background-image: url(../img/common/ft_navi_line.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 4px 30px;
}
.main-footer .sub-navi {
  width: 272px;
  position: absolute;
  top: 124px; right: 0px;
  z-index: 100;
}
.main-footer .sub-navi li {
  margin-bottom: 16px;
}
.main-footer .copyright {
  font-size: 12px;
  font-family: "RalewayRoman-Light", "Kiwi Maru", sans-serif;
  line-height: 1.0;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.065em;
  background: #53371f;
  padding: 15px 0;
}
@media only screen and (max-width: 750px) {
  .main-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: inherit;
    background-image: url(../img/common/bg-footer-sp.png);
    background-repeat: no-repeat;
    background-position:top, top;
    background-size: 75rem auto, auto;
  }
  .main-footer .viewport-l {
    width: 100%;
    height: auto;
    position: static;
  }
  .main-footer .viewport-l p.btn-top {
    position: static;
    display: block;
    width: 85%;
    height: auto;
    margin: 16rem auto 0 auto;
    padding: 0;
  }
  .main-footer  ul.footer-navi {
    width: 100%;
    background-image : none;
    order: 1;
    position: static;
    display: block;
    align-items: center;
    justify-content: space-between;
    border-top: 0.1rem solid #cbb6a3;
    margin: 8rem 0 0 0;
  }
  .main-footer  ul.footer-navi li {
    background-image : none;
    border-bottom: 0.1rem solid #cbb6a3;
  }
  .main-footer ul.footer-navi li {
    font-size: 3.0rem;
    align-items: center;
    font-weight: bold;
    padding: 0 0;
    background-repeat: no-repeat;
    background-size: 1.5rem auto;
    background-position: right 3.0rem center;
    background-image: url(../img/common/ic_arrow_sp.png)
  }
  .main-footer ul.footer-navi a {
    display: block;
    padding: 3.0rem  2.5rem;
  }
  .main-footer .viewport-l dl {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    order: 2;
    margin-top: 10rem;
    padding: 0 5rem 0 5rem;
  }
  .main-footer .viewport-l dl dt {
    width: 100%;
  }
  .main-footer .viewport-l:before {
    content: "";
    width: 58.1rem;
    height: 13.7rem;
    background: url(/img/common/footer-img03.png) no-repeat center center/ contain;
    top: 0;
    left: 5rem;
  }
  .main-footer .viewport-l:after {
    display: none;
  }
.main-footer .sub-navi {
	width: 100%;
	position: static;
	margin:4rem 0 0 0;
	padding: 0;
}
  .main-footer .sub-navi li {
    margin:0 0 2rem 0;
  }
  .main-footer .sub-navi li:last-child {
    margin:0 0 0 0;
  }
  .main-footer .copyright {
    width: 100%;
    padding: 3.4rem 0 3.4rem 0;
    line-height: 1;
    font-size: 1.6rem;
  }
}
