@charset "UTF-8";
/* font */
@font-face {
  font-family: 'Copperplate';
  src: url("font/OPTICopperplate.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Copperplate';
  src: url("font/OPTICopperplate-Heavy.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }
/* ----------- jq効果 --------- */
.fadeIn {
  transition: .8s;
  opacity: 0;
  transform: translate(0, 60px); }

.fadeIn.active {
  opacity: 1.0;
  transform: translate(0, 0); }

.blur {
  filter: blur(5px);
  opacity: 0;
  transition: .8s; }

.blur.active {
  opacity: 1;
  filter: blur(0); }

.delay1 {
  transition-delay: .2s; }

.delay2 {
  transition-delay: .4s; }

.delay3 {
  transition-delay: .6s; }

/* --------------------------------------------------------------------------------------
 base
--------------------------------------------------------------------------------------- */
a[href^="tel:"] {
  pointer-events: none; }

a[href^="tel:"]:link, a[href^="tel:"]:visited {
  color: #503714;
  text-decoration: none; }

a[href^="tel:"]:hover, a[href^="tel:"]:active {
  color: #503714;
  text-decoration: none; }

html, body {
  font-size: 14px; }
  @media (max-width: 756px) {
    html, body {
      font-size: 4vw; } }

body {
  color: #503714;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  background: #fff;
  -webkit-text-size-adjust: none; }

input, textarea, select {
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

b, strong, fontBold {
  font-weight: 700; }

/* reset ------------------------------ */
body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, figure,
p, blockquote, pre, cite, code, caption,
header, footer, section,
tr, th, td,
form, fieldset, legend, input, textarea, select, option, label {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

img, table {
  border: none; }

img {
  vertical-align: bottom; }

table {
  border-collapse: collapse; }

ul, ol {
  list-style: none; }

li img,
dt img {
  vertical-align: bottom; }

/* textlink ------------------------------ */
a,
a img {
  transition: all .3s; }

a {
  color: #1a73e8;
  text-decoration: none; }

a:hover,
a:hover img,
input[type="submit"]:hover,
input[type="image"]:hover {
  opacity: 0.7; }

a:hover,
a:hover img {
  text-decoration: underline; }

/* --------------------------------------------------------------------------------------
 float
--------------------------------------------------------------------------------------- */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*margin
-----------------------------------------------*/
.bot005px {
  margin-bottom: 5px !important; }

.bot010px {
  margin-bottom: 10px !important; }

.bot015px {
  margin-bottom: 15px !important; }

.bot020px {
  margin-bottom: 20px !important; }

.bot025px {
  margin-bottom: 25px !important; }

.bot030px {
  margin-bottom: 30px !important; }

.bot035px {
  margin-bottom: 35px !important; }

.bot040px {
  margin-bottom: 40px !important; }

.bot045px {
  margin-bottom: 45px !important; }

.bot050px {
  margin-bottom: 50px !important; }

.bot060px {
  margin-bottom: 60px !important; }

.bot070px {
  margin-bottom: 70px !important; }

.bot100px {
  margin-bottom: 100px !important; }

/*align
-----------------------------------------------*/
.alright {
  text-align: right !important; }

.alcenter {
  text-align: center !important; }

.alleft {
  text-align: left !important; }

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 756px) {
  a[href^="tel:"] {
    pointer-events: auto; }

  body {
    line-height: 1.8; }

  a:hover img,
  input[type="submit"]:hover,
  input[type="image"]:hover {
    opacity: 1;
    filter: alpha(opacity=100); } }
.forpc {
  display: block; }

.forsp {
  display: none; }

.forpcinline {
  display: inline; }

.forspinline {
  display: none; }

.titEn {
  color: #a87727;
  font-family: Copperplate;
  font-size: 2.4rem;
  line-height: 1.2;
  text-indent: -3.5em;
  padding-left: 3.5em; }

.midashi {
  font-size: 1.43rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px; }

.wbox {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px; }

.goldlineBox {
  padding-left: 30px;
  position: relative; }
  .goldlineBox::before {
    content: "";
    width: 3px;
    height: 240px;
    background: linear-gradient(to bottom, #a87727 0%, white 100%);
    position: absolute;
    top: 0;
    left: 0; }

#main {
  min-width: 1200px;
  height: 100vh;
  background: url(../images/main_pc.jpg) no-repeat center center/cover;
  position: relative; }
  #main h1 {
    width: 260px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    #main h1 img {
      width: 100%; }
  #main .copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #main .insta {
    position: absolute;
    top: 25px;
    right: 30px; }
  #main .scrolldown {
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    cursor: pointer; }
    #main .scrolldown span {
      font-size: .93rem;
      position: absolute;
      left: -2rem;
      top: -15px; }
      #main .scrolldown span::after {
        content: "";
        width: 1px;
        height: 30px;
        background: #503714;
        position: absolute;
        top: 20px;
        left: 50%;
        animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0; }

@keyframes pathmove {
  0% {
    height: 0;
    top: 20px;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
#lead {
  min-width: 1200px;
  text-align: center;
  background: url(../images/logo-meg.png) no-repeat center center/120px auto, linear-gradient(to right, #c4aa5c 0%, #a87727 100%);
  padding: 30px 0; }
  #lead p {
    color: #fff; }
  #lead .name {
    font-size: 1.714rem;
    font-weight: 700; }

#sec01 {
  min-width: 1200px;
  height: 680px;
  background: url(../images/sec01_pc.jpg) no-repeat center center/cover; }
  #sec01 .subContents {
    min-width: 1180px;
    text-align: left;
    margin: 0 auto;
    position: relative; }
    #sec01 .subContents .titEn {
      color: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 40px;
      left: 4%; }
    #sec01 .subContents .wbox {
      width: 360px;
      position: absolute;
      top: 180px;
      left: 4%; }

#sec02 {
  min-width: 1200px;
  height: 680px;
  background: url(../images/sec02_pc.jpg) no-repeat center center/cover; }
  #sec02 .subContents {
    min-width: 1180px;
    text-align: left;
    margin: 0 auto;
    position: relative; }
    #sec02 .subContents .titEn {
      color: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 120px;
      right: 8%; }
    #sec02 .subContents .wbox {
      width: 360px;
      position: absolute; }
      #sec02 .subContents .wbox:first-of-type {
        top: 40px;
        left: 4%; }
      #sec02 .subContents .wbox:nth-of-type(2) {
        top: 340px;
        right: 4%; }

#sec03 {
  padding: 100px 0; }
  #sec03 .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto; }
    @media (max-width: 756px) {
      #sec03 .subContents {
        width: 100vw;
        padding: 0 7vw; } }
    #sec03 .subContents .box {
      display: flex;
      justify-content: space-between; }
      #sec03 .subContents .box figure {
        width: 480px; }
        #sec03 .subContents .box figure img {
          width: 100%; }
      #sec03 .subContents .box .text {
        width: 450px; }
        #sec03 .subContents .box .text .titEn {
          margin-bottom: 30px; }
      #sec03 .subContents .box + .box {
        margin-top: 90px; }
      #sec03 .subContents .box:nth-child(odd) {
        flex-direction: row-reverse; }

#sec04 {
  min-width: 1200px;
  height: 680px;
  background: url(../images/sec04_pc.jpg) no-repeat center center/cover; }
  #sec04 .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 756px) {
      #sec04 .subContents {
        width: 100vw;
        padding: 0 7vw; } }
    #sec04 .subContents .titEn {
      color: rgba(255, 255, 255, 0.8);
      text-align: center;
      position: absolute;
      top: 120px;
      left: 50%;
      transform: translateX(-50%); }
    #sec04 .subContents .wbox {
      width: 380px;
      position: absolute;
      top: 180px;
      left: 50%;
      transform: translateX(-50%); }

#sec05 {
  padding: 100px 0; }
  #sec05 .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto; }
    @media (max-width: 756px) {
      #sec05 .subContents {
        width: 100vw;
        padding: 0 7vw; } }
    #sec05 .subContents .box {
      display: flex;
      justify-content: space-between; }
      #sec05 .subContents .box figure {
        width: 480px; }
        #sec05 .subContents .box figure img {
          width: 100%; }
      #sec05 .subContents .box .text {
        width: 450px; }
        #sec05 .subContents .box .text .titEn {
          margin-bottom: 30px; }
      #sec05 .subContents .box + .box {
        margin-top: 90px; }
      #sec05 .subContents .box:nth-child(even) {
        flex-direction: row-reverse; }
    #sec05 .subContents .box2 {
      width: 470px;
      margin: 90px auto 0; }

#divide2 {
  min-width: 1200px;
  text-align: center;
  background: linear-gradient(to right, #c4aa5c 0%, #a87727 100%);
  padding: 30px 0; }
  #divide2 p {
    color: #fff;
    font-size: 1.714rem; }

#sec06 {
  min-width: 1200px;
  height: 760px;
  background: url(../images/sec06_pc.jpg) no-repeat center center/cover; }
  #sec06 .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 756px) {
      #sec06 .subContents {
        width: 100vw;
        padding: 0 7vw; } }
    #sec06 .subContents > div {
      text-align: center;
      margin: 0 auto;
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%); }
      #sec06 .subContents > div .logo {
        width: 320px;
        margin: 0 auto 30px; }
        #sec06 .subContents > div .logo img {
          width: 100%; }
      #sec06 .subContents > div p {
        font-size: 1.43rem;
        font-weight: 700; }

#sec07 {
  min-width: 1200px;
  border-bottom: solid 1px #503714;
  padding: 60px 0; }
  #sec07 .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto; }
    @media (max-width: 756px) {
      #sec07 .subContents {
        width: 100vw;
        padding: 0 7vw; } }
    #sec07 .subContents > div {
      width: 430px;
      margin: 0 auto; }
      #sec07 .subContents > div ul {
        margin: 40px 20px 0;
        display: flex;
        justify-content: space-between; }
        #sec07 .subContents > div ul li {
          width: 180px; }
          #sec07 .subContents > div ul li img {
            width: 100%; }

#howto {
  min-width: 1200px;
  border-bottom: solid 1px #503714;
  padding: 60px 0; }
  #howto .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto; }
    @media (max-width: 756px) {
      #howto .subContents {
        width: 100vw;
        padding: 0 7vw; } }
    #howto .subContents > div {
      width: 840px;
      margin: 0 auto; }
      #howto .subContents > div h3 {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 1.25rem;
        text-align: center; }
      #howto .subContents > div .midashi {
        color: #aa0000;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 1.25rem;
        text-align: center; }
      #howto .subContents > div .honbun {
        margin: 30px 200px 50px; }
        #howto .subContents > div .honbun ul {
          margin-bottom: 15px; }
          #howto .subContents > div .honbun ul li {
            text-indent: -1em;
            padding-left: 1em; }
            #howto .subContents > div .honbun ul li.kome {
              color: #aa0000; }
        #howto .subContents > div .honbun .btm {
          text-align: center; }
          #howto .subContents > div .honbun .btm p {
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            font-weight: 400;
            letter-spacing: 0;
            margin-bottom: 5px; }
          #howto .subContents > div .honbun .btm .btn img {
            width: 180px; }
      #howto .subContents > div .movs {
        display: flex;
        justify-content: center; }
        #howto .subContents > div .movs li {
          width: 560px;
          text-align: center; }
          #howto .subContents > div .movs li h3 {
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            font-weight: 400;
            letter-spacing: 0;
            margin-bottom: 5px; }
          #howto .subContents > div .movs li iframe {
            width: 560px;
            height: 315px; }

footer {
  min-width: 1200px;
  text-align: center;
  padding: 20px 0 0; }
  footer p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: .857rem;
    margin-bottom: 20px; }

.shopbtnbar {
  min-width: 1200px;
  background: linear-gradient(to right, #c4aa5c 0%, #a87727 100%); }
  .shopbtnbar .subContents {
    text-align: center;
    padding: 30px; }
    .shopbtnbar .subContents img {
      width: 300px;
      filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4)); }

#shopBtn {
  width: 160px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 2; }

@media screen and (max-width: 756px) {
  .forpc {
    display: none; }

  .forsp {
    display: block; }

  .forpcinline {
    display: none; }

  .forspinline {
    display: inline; }

  img {
    width: 100%; }

  .titEn {
    font-size: 1.8rem;
    text-indent: -3em;
    padding-left: 3em; }

  .midashi {
    font-size: 1.32rem; }

  .wbox {
    background: #fff;
    padding: 0; }

  .goldlineBox {
    padding-left: 0;
    position: static; }
    .goldlineBox::before {
      content: none; }

  .goldborder {
    padding-top: 10vw;
    position: relative; }
    .goldborder::before {
      content: "";
      width: 100%;
      height: 3px;
      background: linear-gradient(to right, white 10%, #a87727 40%, #a87727 40%, #a87727 60%, white 90%);
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }

  #main {
    min-width: initial;
    height: auto;
    background: url(../images/main_sp.jpg) no-repeat center center/cover; }
    #main h1 {
      width: 47vw; }
    #main .copy {
      width: 60vw;
      top: 40vw;
      transform: translate(-50%, 0); }
    #main .insta {
      width: 6vw;
      top: 5vw;
      right: 5vw; }
    #main .scrolldown {
      bottom: 5px; }
      #main .scrolldown span {
        font-size: 1.125rem;
        position: absolute;
        left: -1.5rem;
        top: -2rem; }
        #main .scrolldown span::after {
          top: 0; }

  @keyframes pathmove {
    0% {
      height: 0;
      top: 30px;
      opacity: 0; }
    30% {
      height: 30px;
      opacity: 1; }
    100% {
      height: 0;
      top: 60px;
      opacity: 0; } }
  #lead {
    min-width: initial;
    padding: 5vw 0; }
    #lead p {
      font-size: .95rem; }
    #lead .name {
      font-size: 1.43rem;
      line-height: 1.6;
      margin-bottom: 3vw; }

  #sec01 {
    min-width: initial;
    height: auto;
    background-image: url(../images/sec01_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
    padding: 7vw 0 10vw; }
    #sec01 .subContents {
      min-width: initial;
      width: 100vw;
      padding: 0 7vw; }
      #sec01 .subContents .titEn {
        margin-left: 12vw;
        margin-bottom: 88vw;
        position: static; }
      #sec01 .subContents .wbox {
        width: 100%;
        padding: 0;
        position: static; }
        #sec01 .subContents .wbox .midashi {
          text-align: center; }

  #sec02 {
    min-width: initial;
    height: auto;
    background-image: url(../images/sec02_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
    padding: 7vw 0 10vw; }
    #sec02 .subContents {
      min-width: initial;
      width: 100vw;
      padding: 0 7vw; }
      #sec02 .subContents .titEn {
        margin-left: 15vw;
        margin-bottom: 88vw;
        position: static; }
      #sec02 .subContents .wbox {
        width: 100%;
        position: static; }
        #sec02 .subContents .wbox .midashi {
          text-align: center; }

  #sec03 {
    padding: 10vw 0; }
    #sec03 .subContents .box {
      display: block; }
      #sec03 .subContents .box figure {
        width: 100%; }
      #sec03 .subContents .box .text {
        width: 100%;
        margin-bottom: 8vw; }
        #sec03 .subContents .box .text .titEn {
          margin-left: 16vw;
          margin-bottom: 5vw; }
        #sec03 .subContents .box .text .midashi {
          text-align: center; }
      #sec03 .subContents .box + .box {
        margin-top: 8vw; }

  #sec04 {
    min-width: initial;
    height: auto;
    background-image: url(../images/sec04_sp.jpg);
    background-position: center top;
    background-size: 100% auto; }
    #sec04 .subContents {
      position: relative; }
      #sec04 .subContents .titEn {
        text-align: center;
        padding: 54vw 0;
        position: relative;
        top: 0;
        text-indent: 0; }
      #sec04 .subContents .wbox {
        width: 100%;
        margin-top: 10vw;
        transform: none;
        position: static; }
        #sec04 .subContents .wbox .midashi {
          text-align: center; }

  #sec05 {
    padding: 10vw 0; }
    #sec05 .subContents .box {
      display: block; }
      #sec05 .subContents .box figure {
        width: 100%; }
      #sec05 .subContents .box .text {
        width: 100%;
        margin-bottom: 8vw; }
        #sec05 .subContents .box .text .titEn {
          margin-bottom: 5vw; }
      #sec05 .subContents .box + .box {
        margin-top: 8vw; }
    #sec05 .subContents .box2 {
      width: 100%;
      margin: 8vw auto 0; }
      #sec05 .subContents .box2 .midashi {
        text-align: center; }

  #divide2 {
    min-width: initial;
    padding: 6vw 0; }
    #divide2 p {
      font-size: 1.43rem; }

  #sec06 {
    min-width: initial;
    height: 158vw;
    background-image: url(../images/sec06_sp.jpg); }
    #sec06 .subContents > div {
      position: relative;
      top: 10vw; }
      #sec06 .subContents > div .logo {
        width: 58vw;
        margin: 0 auto 7vw; }
      #sec06 .subContents > div p {
        line-height: 1.67; }

  #sec07 {
    min-width: initial;
    padding: 8vw 0; }
    #sec07 .subContents > div {
      width: 100%; }
      #sec07 .subContents > div ul {
        margin: 6vw 0 0; }
        #sec07 .subContents > div ul li {
          width: 40vw; }

  #howto {
    min-width: initial;
    padding: 8vw 0; }
    #howto .subContents {
      width: 1000px;
      text-align: left;
      margin: 0 auto; } }
    @media screen and (max-width: 756px) and (max-width: 756px) {
      #howto .subContents {
        width: 100vw;
        padding: 0 7vw; } }
@media screen and (max-width: 756px) {
      #howto .subContents > div {
        width: 100%; }
        #howto .subContents > div .midashi {
          font-size: 1.125rem;
          text-align: left; }
        #howto .subContents > div .honbun {
          margin: 5vw 0 10vw; }
          #howto .subContents > div .honbun ul {
            margin-bottom: 3vw; }
          #howto .subContents > div .honbun .btm {
            text-align: center; }
            #howto .subContents > div .honbun .btm p {
              font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
              font-weight: 400;
              letter-spacing: 0;
              margin-bottom: 5px; }
            #howto .subContents > div .honbun .btm .btn img {
              width: 180px; }
        #howto .subContents > div .movs {
          display: block; }
          #howto .subContents > div .movs li {
            width: 100%;
            margin-bottom: 5vw; }
            #howto .subContents > div .movs li h3 {
              font-size: 1.125rem; }
            #howto .subContents > div .movs li iframe {
              width: 84vw;
              height: calc(84vw / 4 * 3); }

  footer {
    min-width: initial; }

  .shopbtnbar {
    min-width: initial; }
    .shopbtnbar .subContents {
      padding: 8vw; }
      .shopbtnbar .subContents img {
        width: 60vw; }

  #shopBtn {
    width: 13vw;
    top: 5vw;
    left: 5vw; } }

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