html {
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto
}

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

body {
  margin: 0;
  font-size: 10px;
  font-size: 1em;
  letter-spacing: .2em;
    line-height: 1;
  color: #633800;
  background: #fff;
  font-family:A1 Mincho,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
     font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}

main {
    width: 100%;
}

main:not(.top) {
    background: #f6f5f3 url(../img/bg_stripe.png) repeat-x 50% 50%;
    background-size: 100px;
}

main:not(.top) header {
    background: url(../img/bg.gif) repeat top left;
    background-size: 300px;
}

a {
  color: #633800;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: .25s;
  transition: .25s;
  cursor: pointer;
}

a:hover {
  opacity: .6
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top
}

p {
  margin: 0;
    line-height: 1.8;
}

button, input, optgroup, select, textarea {
  font-family:"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
     -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

button, input,textarea {
  overflow: visible;
  color: #633800;
    transition: all 0.3s linear 0s;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

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

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

input:focus {
  outline: 0;
    box-shadow:none;
}

::placeholder {
  color:#b4afa1;
}

/* IE */
:-ms-input-placeholder {
  color:#b4afa1;
}

/* Edge */
::-ms-input-placeholder {
  color:#b4afa1;
}

button, select {
  text-transform: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none
}

address {
  font-style: normal
}

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

header > .container {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    padding: 30px 0 20px;
}

main:not(.top) header .container {
    background: url(../img/header-leaf.png) no-repeat 18vw -2vw;
    background-size: 19vw;
}

header > .container > * {
    vertical-align: middle;
}

header > .container a {
    color:#fff;
    display: block;
    cursor: pointer;
}

header > .container h1 a {
    display: block;
    width: 110px;
    height: 50px;
    text-indent: -9999px;
    background: url(../img/logo.png) no-repeat top left;
    background-size: contain;
}

header > .container ul li {
    letter-spacing: .3em;
}

header > .container ul li a {
    font-size: 1.1em;
}

header > .title-area {
    text-align: center;
    padding-bottom: 50px;
    overflow: hidden;
    width: 100%;
}

header > .title-area h1 {
    color: #fff;
    font-size: 2.5em;
    letter-spacing: .2em;
    margin: 0;
}

header > .title-area h1 span {
    display: block;
    opacity: .6;
    font-size: .7em;
    letter-spacing: .1em;
    margin: 10px 0 0 -.2em;
    line-height: 1;
}

.menu-trigger-wrap {
    position: absolute;
    z-index: 1001;
    top:40px;
    right: 20px;
    display: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
    width: 34px;
    height: 26px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

.contents {
    margin: 30px auto;
    width: calc(100% - 40px);
}

.contents > *:after {
    clear: both;
    content: "";
    display: block;
}

.contents > section:not(:last-child) {
    margin-bottom: 70px;
}

main:not(.business) .contents h2 {
    font-size: 2em;
    letter-spacing: .3em;
    color: #316a14;
    text-align: center;
    margin-bottom: 30px;
}

main:not(.business) .contents h2 span {
    position: relative;
     padding-left: 1.8em;
}

main:not(.business) .contents h2 span:before {
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/leaf.svg) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: -.3em;
}

main.business .contents h2 {
    margin-top: 30px;
    line-height: 1.4;
    font-size: 1.5em;
    letter-spacing: .2em;
    color: #316a14;
    position: relative;
    padding-left: 1.8em;
}

main.business .contents h2:before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: url(../img/leaf.svg) no-repeat 50% 50%;
    position: absolute;
    left: 0;
}

.container h3 {
    font-size: 1.6em;
    line-height: 1.8;
    letter-spacing: .3em;
    position: relative;
}

main.business .contents dl dd,.profile .container .img-area dd,.text-area p:not(.contact dt > *),.profile section:nth-child(3) .container .text-area dd,.privacy dd {
    text-align: justify;
	}

footer {
    padding: 30px 0;
    text-align: center;
    font-size: .8em;
    border-top: 1px solid #ebeae7;
    background: #f6f5f3;
    line-height: 1;
    clear: both;
}

.sp-only {
    display: none;
}

/*loading*/
.loader-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.loading-fil-top {
  width: 200px;
  height: 90px;
  background: url("../img/loading_02.png") 0 0 no-repeat;
  background-size: 200px auto;
  z-index: 10000;
  position: fixed;
  top: calc(50% - 45px);
  left: calc(50% - 100px);
  z-index: 3; }

.loading-fil {
  width: 200px;
  height: 90px;
  background: url("../img/loading_03.gif") 0 0 no-repeat;
  background-size: 200px auto;
  -webkit-transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  position: relative;
  left: 0;
  z-index: 2; }

.loading-fil-bottom {
  width: 200px;
  height: 90px;
  background: url("../img/loading_01.gif") 0 0 no-repeat;
  background-size: 200px auto;
  z-index: 1;
  position: fixed;
  top: calc(50% - 45px);
  left: calc(50% - 100px);
  display: none;
}

.loader-bg .loader-inner {
  width: 200px;
  height: 90px;
  position: fixed;
  top: calc(50% - 45px);
  left: calc(50% - 100px);
  overflow: hidden; }

.progress-bar {
  width: 100%;
  height: 90px;
  position: relative;
}

.loading {
  opacity: 0; }

.load-complate {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1; }

/*top*/

main.top {
    overflow: hidden;
    background: url(../img/bg.gif) repeat top left;
    background-size: 400px;
    position: relative;
    height: 100vh;
}

main.business2 {
    background: url(../img/business2.jpg) no-repeat top left;
    background-size: 1600px;
}
main .copy_wrap,main .right_wrap,main .left_wrap {
    position: absolute;
    z-index: 2;
}

main .copy_wrap {
    top: 50%;
    left: 50%;
    width: 40%;
    max-width: 815px;
    margin-top: -6%;
    margin-left: -340px;
}

main .copy_wrap > div {
    position: absolute;
    z-index: 1;
    width: 100%;
}

main .copy_wrap > div > div {
    position: relative;
     overflow: visible;
}

main .copy_wrap > div > div > * {
    vertical-align: bottom;
}

main .copy_wrap > div > div > .img1 {
    width: 60%;
    position: absolute;
    left:0;
}

main .copy_wrap > div > div > .img2 {
    width: 40%;
    position: absolute;
    right:0;
     margin-top: 2.5%;
}

main .copy_wrap > div:not(.copy3)  {
    -webkit-animation: fadeout 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
    animation: fadeout 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}

main .copy_wrap div.copy1 {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

main .copy_wrap div.copy2 {
    -webkit-animation-delay: 17s;
    animation-delay: 17s;
}

main .copy_wrap > div.copy1 > img.img1 {
    width: 100%;
    float:none;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

main .copy_wrap > div.copy1 > img.img2 {
    width: 100%;
    float:none;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

main .copy_wrap > div.copy2 > img.img1,main .right_wrap {
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

main .copy_wrap > div.copy2 > img.img2,main .left_wrap {
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
}

main .copy_wrap > div.copy3 > img.img1 {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

main .copy_wrap > div.copy3 > .img2 {
    -webkit-animation-delay: 19s;
    animation-delay: 19s;
}

main .copy_wrap > div.copy3 > div .img2.tt-fadeleft,main .copy_wrap > div.copy3 > div .img1.tt-left {
    -webkit-animation-delay: 21s;
    animation-delay: 21s;
}

main .left_wrap,main .right_wrap {
    height: 100vh;
    top: 50%;
    width: 50%;
    max-width: 500px;
    max-height: 835px;
    margin-top: -247px;
}

main .left_wrap {
    left: 0;
    background: url(../img/hand_left.png) no-repeat left top;
    background-size: contain;
    opacity: 0;
}

main .left_wrap img {
    width: 30%;
    position: absolute;
    left: 30%;
    top:50%;
}

main .right_wrap {
    right: 0;
    background: url(../img/hand_right.png) no-repeat right top;
    background-size: contain;
    opacity: 0;
}

.js-tt-up {
  opacity: 0
}

.tt-up {
    -webkit-animation: fadeup 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
    animation: fadeup 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}

.tt-fadeleft {
    -webkit-animation: fadeleft 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
    animation: fadeleft 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}

.tt-left {
    -webkit-animation: ttleft 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
    animation: ttleft 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}

.tt-handleft {
    -webkit-animation: tthandleft 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
    animation: tthandleft 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}

.tt-handright {
    -webkit-animation: tthandright 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
    animation: tthandright 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}


@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes fadeout {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-webkit-keyframes ttleft {
  0% {
    margin-left:0;
  }
  100% {
    margin-left:15%;
  }
}

@keyframes ttleft {
  0% {
    margin-left:0;
  }
  100% {
    margin-left:15%;
  }
}

@-webkit-keyframes tthandleft {
  0% {
    margin-left:-20%;
      opacity: 0;
  }
  100% {
    margin-left:0%;
      opacity: 1;
  }
}

@keyframes tthandleft {
  0% {
    margin-left:-20%;
      opacity: 0;
  }
  100% {
    margin-left:0%;
      opacity: 1;
  }
}

@-webkit-keyframes tthandright {
  0% {
    margin-right:-20%;
      opacity: 0;
  }
  100% {
    margin-right:0%;
      opacity: 1;
  }
}

@keyframes tthandright {
  0% {
    margin-right:-20%;
      opacity: 0;
  }
  100% {
    margin-right:0%;
      opacity: 1;
  }
}

@-webkit-keyframes fadeleft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeleft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*top*/

/*business*/

.business .contents dl {
    width: 100%;
}

.business .contents dl:not(:last-child) {
    margin-bottom: 30px;
}

.business .contents dl > * {
    vertical-align: middle;
}

/*business*/

/*profile*/

.profile :not(header) .container {
     margin-bottom: 20px;
}

.profile :not(header) .container:not(.gfooter-map) > * {
    vertical-align: top;
}

.profile .container .img-area {
    background: #fff;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.profile .container .img-area h3 {
    text-indent: -9999px;
    width: 100%;
}

.profile section:nth-child(1) .container .img-area h3 {
    background: url(../img/profileimg-01@2x.jpg) no-repeat 50% top;
    background-size: cover;
    height: 60vw;
}

.profile section:nth-child(2) .container .img-area h3 {
    background: url(../img/profileimg-02@2x.jpg) no-repeat 50% 65%;
    background-size: 80%;
    height: 40vw;
}

.profile .container .img-area dd:not(:last-child) {
    margin-bottom: 10px;
}

.profile .container .img-area h4 span {
    font-size: .8em;
    margin-right: .3em;
}

.profile .container .img-area dt {
    font-size: .9em;
    color: #908258;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 10px;
}

.profile .container .img-area dd {
    font-size: .95em;
    line-height: 1.6;
    width: 100%;
}

.profile .container .img-area h4 {
    margin: 20px 0;
    text-align: center;
    font-size: 1.4em;
}

.profile .text-area h4 {
    margin-bottom: 20px;
    font-size: 1.2em;
    padding-top: 11px;
}

.profile .text-area p {
    text-align: justify;
}

.profile .text-area p b {
    font-size: 1.2rem;
    padding: 0 .2rem;
}

.profile .text-area p:not(:last-child) {
    margin-bottom:20px;
}

.profile section:nth-child(3) .container:not(.gfooter-map) > * {
    width: 100%;
    padding-right: 0;
}

.profile section:nth-child(3) .container:not(.gfooter-map) > *:last-child {
    padding-right: 0;
    margin-top: 15px;
}

.profile section:nth-child(3) .container .text-area dt {
    color: #908258;
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
}

.profile section:nth-child(3) .container:not(.gfooter-map) > *:last-child dt {
    width: 120px;
}

.profile section:nth-child(3) .container .text-area dd {
    line-height: 1.6;
    width: 100%;
    word-wrap: break-word;
}

.profile section:nth-child(3) .container:not(.gfooter-map) > *:last-child dd {
    width: 350px;
}

.profile section:nth-child(3) .container .text-area dd:not(:last-child) {
    margin-bottom: 15px;
}

.profile .container.gfooter-map {
    margin-top: 100px;
}

.profile .container.gfooter-map dl {
    margin-top: 40px;
}

.profile .container.gfooter-map dt {
margin-bottom:20px;
}

.profile .container.gfooter-map dd {
    font-size: .9rem;
    display: table-cell;
    padding-right: 3rem;
    position: relative;
}

.profile .container.gfooter-map dd:after {
    content: "▶︎";
    position: absolute;
    right: 1rem;
    top: 0;
    color: #aa957c;
}

.profile .container.gfooter-map .last-child:after {
    content: none;
}

/*profile*/

/*common-dl*/

.common-dl dl {
    margin: 0 auto;
    clear: both;
}

.common-dl dt {
    color: #908258;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 10px;
}

.common-dl dt:not(:last-child) {
    margin-bottom: 10px;
}

.common-dl dd {
    line-height: 1.8;
    float: left;
    word-wrap: break-word;
}

.common-dl dd:not(:last-child) {
    margin-bottom: 20px;
}

/*common-dl*/

/*contact*/

.contact dt > * {
    display: inline;
    vertical-align: middle;
}
    
.contact dt > *:first-child {
    padding-right: 20px;
}

.contact dt > *:first-child small {
    font-size: .8em;
    margin-left: .2em;
    display: inline-block
}

.contact dt > *:last-child span {
    background: #633800;
    text-align: center;
    color: #fff;
    font-size: .7em;
    padding: .5em;
}

.contact dd {
    width: 100%;
}

.contact dd > * {
    padding: 15px;
    width: 100%;
    letter-spacing: .1em;
}

.contact dd input[type="text"], .contact dd input[type="email"], .contact dd input[type="tel"], .contact dd input[type="date"], .contact dd textarea, .contact dd select {
	border: 1px solid #ebeae7;
	background-color: #ffffff;
}

.contact dd input[type="text"]:focus, .contact dd input[type="email"]:focus, .contact dd input[type="tel"]:focus, .contact dd input[type="date"]:focus, .contact dd textarea:focus, .contact dd select:focus {
	outline: none;
	border-color: #633800;
}

.contact dd textarea {
    height: 200px;    
}

.contact dd button {
    background: #316a14;
    border: none;
    color: #fff;
    padding: 20px;
    font-size: 1.2em;
    cursor: pointer
}

.contact dd button:hover {
    opacity: .7;
}

/*contact*/

/*privacy*/

.privacy .container > p {
    line-height: 2;
}

.privacy dl {
    margin-top: 20px;
}

.privacy dl > * {
    margin-top: 0;
}

.privacy dt,.privacy dd {
    width: 100%;
}

.common-dl.privacy dd:not(:last-child) {
    margin-bottom: 20px;
}

.privacy dd ul {
    margin: .8em 0 0 1em;
    font-size: .9em;
}

.privacy dd ul li {
    list-style-position: outside;
    list-style: disc;
}

.privacy dd a {
    color:#316a14;
    text-decoration: underline;
}

/*privacy*/

@media screen and (min-width: 415px) {

body {
  min-width: 1024px;
}

main:not(.top) {
    background: #f6f5f3 url(../img/bg_stripe.png) repeat-x 50% 50%;
    background-size: 250px;
}

main:not(.top) header {
    background: url(../img/bg.gif) repeat top left;
    background-size: 400px;
}

header > .container {
    width: calc(100% - 100px);
    padding: 50px 0;
}
    
header > .container,.business .contents dl,.profile .container,.common-dl dt {
    display: table;
}
    
header > .container > *:not(.menu-trigger-wrap),.business .contents dl > *,.profile :not(header) .container:not(.gfooter-map) > *,.contact dt > * {
    display: table-cell;
}

header > .container h1 a {
    width: 150px;
    height: 68px;
}

header > .container ul {
    float: right;
}

header > .container ul li {
    float: left;
    margin-left: 2em;
}

header > .title-area {
    padding-bottom: 100px;
}

header > .title-area h1 {
    font-size: 3em;
    letter-spacing: .3em;
}

header > .title-area h1 span {
    letter-spacing: .3em;
    margin: 20px 0 0 -.5em;
}

p {
    line-height: 1.7;
}

.contents {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 1000px;
}
    
.common-dl dt {
    float: left;
    clear: left;
    }
    
.contact dl {
    width: 800px;
}

.contact dt {
    width: 300px;
}

.pc-main {
    display: block;
}

.sp-main {
    display: none;
}

main.business .contents h2 {
    margin-top: 0;
    font-size: 1.7em;
}

main.business .contents h2:before {
    top: -.1em;
}
    
.business .contents dl:not(:last-child) {
    margin-bottom: 100px;
}

.business .contents dl dt {
    width: 390px;
}

.business .contents dl dd {
    padding-left: 60px;
    margin-bottom: 20px;
}

footer {
    padding: 60px 0;
}

main:not(.business) .contents h2 {
    font-size: 2.5em;
    margin-bottom: 80px;
}
    
.container h3 {
    font-size: 1.8em;
}

.profile .container .img-area {
    padding: 30px;
    width: 440px;
}

.profile .container .img-area h4 {
    margin: 30px 0;
    font-size: 1.2em;
}
    
.profile .container .img-area dt {
    font-size: .8em;
    float: left;
    clear: left;
    width: 92px;
    margin-bottom: 20px;
}

.profile .container .img-area dd {
    font-size: .8em;
    float: left;
    width: 288px;
    margin-top: -1px;
}

.profile .container .img-area dd:not(:last-child) {
    margin-bottom: 20px;
}

.profile .container .img-area + .text-area {
    padding-left: 60px;
}

.profile .text-area p:not(:last-child) {
    margin-bottom:30px;
}
    
.profile .text-area h4 {
    margin-bottom: 30px;
    font-size: 1.2em;
}

.profile .text-area p + h4 {
    padding-top: 30px;
}

.profile :not(header) .container {
     margin-bottom: 50px;
}
    
.profile .container .img-area {
    margin-bottom: 0;
}

.contents > section:not(:last-child) {
    margin-bottom: 150px;
}
    
.profile section:nth-child(1) .container .img-area h3 {
    height: 250px;
}

.profile section:nth-child(2) .container .img-area h3 {
    height: 220px;
}
    
.profile section:nth-child(3) .container .text-area dt {
    float: left;
    clear: left;
    width: 150px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.profile section:nth-child(3) .container .text-area dd {
    line-height: 1.8;
    float: left;
    width: 320px;
}

.profile section:nth-child(3) .container .text-area dd:not(:last-child) {
    margin-bottom: 20px;
}

.profile section:nth-child(3) .container:not(.gfooter-map) > * {
    width: 47%;
    padding-right: 3%;
}

.profile section:nth-child(3) .container:not(.gfooter-map) > *:last-child {
    padding-left: 3%;
    padding-right: 0;
    margin-top:0;
}

.contact dd {
    width: 500px;
}
    
.contact dt > *:first-child {
    width: 200px;
    padding-right: 20px;
}

.contact dd {
    width: 500px;
}

.common-dl dt:not(:last-child) {
    margin-bottom: 20px;
}

.contact dt > * {
    display: inline-block;
}
    
.privacy dl {
    margin-top: 70px;
}

.privacy dt {
    width: 250px;
}

.privacy dd {
    width: 750px;
}

.common-dl.privacy dt:not(:last-child), .common-dl.privacy dd:not(:last-child) {
    margin-bottom: 40px;
}
    
}

@media screen and (max-width: 1600px) {
main .copy_wrap {
    margin-left: -20.2%;
}
}

@media screen and (max-width: 1500px) {
main .left_wrap, main .right_wrap {
    max-width: 400px;
    max-height: 674px;
    margin-top: -170px;
}
}

@media screen and (max-width: 1300px) {
main .left_wrap, main .right_wrap {
    max-width: 300px;
    max-height: 505px;
    margin-top: -130px;
}
}

@media screen and (max-width: 1100px) {
  body {
  font-size: 80%;
    }
}

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

.loading-fil-top {
  width: 120px;
  height: 54px;
  background: url("../img/loading_02.png") 0 0 no-repeat;
  background-size: 120px auto;
  z-index: 10000;
  position: fixed;
  top: calc(50% - 27px);
  left: calc(50% - 60px); }

.loading-fil {
  width: 120px;
  height: 54px;
  background: url("../img/loading_03.gif") 0 0 no-repeat;
  background-size: 120px auto;
  -webkit-transition: all 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; }

.loading-fil-bottom {
  width: 120px;
  height: 54px;
  background: url("../img/loading_01.gif") 0 0 no-repeat;
  background-size: 120px auto;
  top: calc(50% - 27px);
  left: calc(50% - 60px); }

.loader-bg .loader-inner {
  width: 120px;
  height: 54px;
  top: calc(50% - 27px);
  left: calc(50% - 60px);
  overflow: hidden; }

.progress-bar {
  height: 54px;
}

.contact dd input[type="text"], .contact dd input[type="email"], .contact dd input[type="tel"], .contact dd input[type="date"] {
padding: 15px 15px 13px;
    }
    
html.top-html,html.top-html body{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
}

main.top {
    height: 100%;
}

header{
    position: relative;
    z-index: 1000;
    }
    
header > .container {
    position: static;
}

header > .container > nav {
    display: none;
    position: absolute;
    width: 100%;
    height: 400%;
    top: 0;
    left: 0;
    padding: 120px 20px 20px;
    background: rgba(37,21,0,0.95);
    z-index: 1000;
}

.top-html header > .container > nav {
    height: 100vh;
    }
    
header > .container ul li a {font-size: 1.5em;
margin-bottom: 40px;
    text-align: center;
}
    
.menu-trigger-wrap {
    display: block;
    }
    
main:not(.top) header .container {
    background: url(../img/header-leaf.png) no-repeat 41vw -2vw;
    background-size: 29vw;
}
    
header > .title-area h1 {
    line-height: 1.4;
}
    
.sp-only {
    display: block;
}

.pc-only {
    display: none;
}

.pc-main {
    display: none;
}

.sp-main {
    display: block;
}
    
main .copy_wrap {
    top: 50%;
    left: 50%;
    width: 70%;
    margin-top: -13%;
    margin-left: -35%;
}
    
main .left_wrap, main .right_wrap {
    height: 53vw;
    top: inherit;
    width: 59%;
    bottom: 0;
    max-width: inherit;
    max-height: inherit;
    margin-top: 0;
    }
    
main .right_wrap {
    background: url(../img/hand_right_sp.png) no-repeat 50% bottom;
    background-size: contain;
    transform: rotateX(180deg);
     top: 0;
    left: 50%;
    right: inherit;
    margin-left: -31%;
}
    
main .left_wrap {
    background: url(../img/hand_left_sp.png) no-repeat 50% bottom;
    background-size: contain;
    left: 50%;
    right: inherit;
    margin-left: -31%;
}
    
.tt-handright {
    -webkit-animation: tthandright-sp 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
    animation: tthandright-sp 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}
    
.tt-handleft {
    -webkit-animation: tthandleft-sp 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
    animation: tthandleft-sp 2s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
}
    
@-webkit-keyframes tthandleft-sp {
  0% {
    margin-bottom:-20%;
      opacity: 0;
  }
  100% {
    margin-bottom:0%;
      opacity: 1;
  }
}

@keyframes tthandleft-sp {
  0% {
    margin-bottom:-20%;
      opacity: 0;
  }
  100% {
    margin-bottom:0%;
      opacity: 1;
  }
}

@-webkit-keyframes tthandright-sp {
  0% {
    margin-top:-20%;
      opacity: 0;
  }
  100% {
    margin-top:0%;
      opacity: 1;
  }
}

@keyframes tthandright-sp {
  0% {
    margin-top:-20%;
      opacity: 0;
  }
  100% {
    margin-top:0%;
      opacity: 1;
  }
}
    
.profile section:nth-child(3) .container:not(.gfooter-map) > *:last-child dd {
    width: inherit;
}
    
.profile .container .img-area dt {
margin-bottom: 5px;
}
    
.profile .container .img-area dd:not(:last-child) {
margin-bottom: 15px;
}

.profile .container.gfooter-map {
    margin-top: 40px;
}

.profile .container.gfooter-map dl {
    margin-top: 20px;
}

.profile .container.gfooter-map dt {
margin-bottom:15px;
}

.profile .container.gfooter-map dd {
    display: block;
    padding: 0 0 0 1.5rem;
    margin-bottom: 10px;
    font-size: inherit;
}

.profile .container.gfooter-map dd:after {
    content: "▼";
    right:inherit;
    left: 0;
}

.profile .container.gfooter-map .last-child:after {
    content: none;
}

}