@charset "utf-8";

/* CSS Document */


/*load*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #333;
  z-index: 9999;
  position: relative;
}

#loader {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  height: 186px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  .load {
    width: 70%;
  }
}

@media screen and (min-width: 800px) {
  .load {
    width: 100%;
  }
}

#wrap {
  width: 100vw;
  height: 95vh;
}

#wrap {
  display: flex;
  /* 要素をflexboxに対応させる */
  align-items: top;
  /* 縦方向の中央揃え */
  justify-content: center;
  /* 横方向の中央揃え */
  flex-direction: column;
  /* 子要素の並びを上から下にする（要素の改行に対応） */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}


/*
======================
共通設定
======================
*/

.top_bg {
  background: url(img/main0.png) no-repeat fixed, #000;
}

.shop_bg {
  background: url(img/main2.png) no-repeat fixed, #000;
}

.order_bg {
  background: url(img/main3.png) no-repeat fixed, #000;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

body {
  margin: 0;
  font-family: 'Courier New', 'Noto Sans', sans-serif;
  font-size: 13px;
  color: #333;
  overflow-x: hidden;
  text-align: justify;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 13px;
  }
}

a {
  color: #333;
  /* FireFox リンク選択時の点線を消す */
  overflow: hidden;
  outline: none;
}

.bold {
  font-weight: bold;
}

dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 0;
}

@media screen and (max-width: 320px) {
.shop_h2 {
    font-size: 180%;
  }
}

@media screen and (min-width: 800px) {
  h2 {
    font-family: 'Space Mono', ;
    font-style: oblique;
    font-size: 2.5vw;
    font-weight: normal;
    margin: 0;
    letter-spacing: 5px;
    line-height: 0;
    font-family: 'Courier New', 'Noto Sans', sans-serif;
  }
}

@media screen and (max-width: 800px) {
  h2 {
    font-family: 'Space Mono', ;
    font-style: oblique;
    font-size: 200%;
    font-weight: normal;
    margin: 0;
    letter-spacing: 5px;
    line-height: 0;
    font-family: 'Courier New', 'Noto Sans', sans-serif;
  }
}

h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

h5 {
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: normal;
  padding-top: 3%;
}

#wrapper {
  height: 100vh;
}

@media screen and (max-width: 800px) {
  #intro {
    color: white;
    margin: 0 auto;
    height: 70%;
    padding: 0;
    background-size: 200vh;
    background-position: center top;
  }
  #intro3 {
    color: white;
    margin: 0 auto;
    height: 70%;
    padding: 0;
    background-size: 200vh;
    background-position: 71% top;
  }
}

@media screen and (min-width: 800px) {
  #intro {
    color: white;
    margin: 0 auto;
    height: 70%;
    padding: 0;
    background-size: auto 71%;
    background-position: center top;
  }
  #intro3 {
    color: white;
    margin: 0 auto;
    height: 70%;
    padding: 0;
    background-size: auto 71%;
    background-position: center top;
  }
}

.story {
  margin: 0 auto;
  overflow: auto;
  max-width: 100%;
  text-align: center;
}

@media screen and (min-width: 1300px) {
  .border_area {
    display: none;
  }
}

@media screen and (max-width: 1299px) {
  .border_area {
    width: 50%;
    overflow: hidden;
    margin: 0 0 0 0;
    position: absolute;
    bottom: 0;
    padding: 0 0 32px 0;
    right: -26px;
  }
}

@media screen and (max-width: 800px) {
  .top_logo {
    position: relative;
    height: 180px;
    text-align: center;
  }
  .logo_area {
    margin: 0 auto;
    text-align: center;
    padding: 32px 0 0 0;
    z-index: 8;
  }
  .border_area {
    display: none;
  }
  .title2 {
    font-family: 'Space Mono', ;
    font-size: 32px;
    font-weight: normal;
    padding: 0% 0 5% 0;
    margin: 0;
    bottom: 170px;
    right: 10%;
    position: absolute;
    text-align: right;
  }
  .top_n {
    font-style: oblique;
    font-weight: normal;
    font-family: 'Space Mono', ;
    text-align: center;
    padding: 0 0 16% 0;
    font-size: 500%;
    font-size: 32px;
    display: inline;
    position: relative;
    bottom: 32px;
    margin-left: -10px;
  }
  .top_a {
    font-style: oblique;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
    text-align: center;
    padding: 0 0 0 0;
    font-size: 72px;
    display: inline;
    position: relative;
    bottom: 0px;
  }
}

@media screen and (min-width: 800px) {
  .top_logo {
    position: relative;
    height: 480px;
    margin: -220px 0 0 0;
    z-index: 8;
  }
  .logo_area {
    margin: 0 auto;
    text-align: right;
    padding: 3.5% 0 0 0;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 80px;
    z-index: 8;
  }
  .title2 {
    font-family: 'Space Mono', ;
    font-size: 32px;
    font-weight: normal;
    padding: 0% 0 5% 0;
    margin: 0;
    top: 170px;
    right: 10%;
    position: absolute;
    text-align: right;
  }
  .top_a {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: center;
    padding: 0 0 0 0;
    font-size: 140px;
    display: inline;
    position: relative;
    bottom: 0px;
    width: 200px;
  }
  .top_n {
    font-style: oblique;
    font-weight: normal;
    font-family: 'Space Mono', ;
    text-align: center;
    padding: 0 0 16% 0;
    font-size: 500%;
    font-size: 72px;
    display: inline;
    position: relative;
    bottom: 72px;
    margin-left: -10px;
    width: 100px;
  }
}

.mb8 {
  margin-bottom: 8%;
}

.pb8 {
  padding-bottom: 8%;
}

.pt8 {
  padding-top: 8%;
}

.pb16 {
  padding-bottom: 16%;
}

.nmt30 {
  margin-top: -30px;
}

.nmb20 {
  margin-bottom: -20px;
}


/*
======================
メニュー
======================
*/

.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 10px;
  width: 15px;
  height: 2px;
  border-radius: 0px;
  background-color: #333;
}

.mid-menu {
  top: 15px;
  width: 15px;
  height: 2px;
  border-radius: 0px;
  background-color: #333;
}

.bottom-menu {
  top: 20px;
  width: 15px;
  height: 2px;
  border-radius: 0px;
  background-color: #333;
}

.menui {
  background: #fff;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 8;
  position: fixed;
  display: block;
  padding: 10px 3px 10px 19px;
  height: 32px;
  width: 32px;
  margin: 3%;
  background: #333;
  top: 0;
  left: 0;
}

.mobilenav {
  font-family: 'Space Mono', ;
  font-style: oblique;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #333;
  background-color: rgba(51, 51, 51, 0.90);
}

.mobilenav ul {
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 60vh;
}

@media screen and (max-width: 500px) {
  .mobilenav li:first-child {
    margin-top: 0%;
  }
  .mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 5%;
  }
}

@media screen and (min-width: 500px) {
  .mobilenav li:first-child {
    margin-top: 0%;
  }
  .mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 2%;
  }
}

.mobilenav li a {
  font-family: 'Space Mono', ;
  font-size: 150%;
  letter-spacing: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  letter-spacing: 0.2em;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mobilenav li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*
======================
TOP個別
======================
*/

#block2 {
  position: relative;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  box-sizing: border-box;
  width: 100%;
}

#basicMove2 {
  position: absolute;
  width: 100%;
  margin: 0px auto;
  top: 0px;
  opacity: 0;
  z-index: 1;
  top: 600px;
  background-color: #F3F781;
  background: url(img/line_bg.png) repeat;
  background-position: center center;
  background-size: inherit;
  height: 100%;
}

.scrollmagic-pin-spacer {
  display: block;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0px auto auto;
  box-sizing: content-box;
  width: 100%;
  min-height: 0px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.about {
  margin: 8% 5% 8% 5%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #basicMove2 {
    display: none;
  }
  .about_com {
    padding: 0;
    text-align: center;
    position: relative;
    background: url(img/delta_bg.png) no-repeat;
    background-position: center bottom;
    z-index: 2;
  }
  .about_com_inner {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 16%;
  }
  .txt {
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin: 0px 0 60px 0;
  }
  .jp_bg_txt {
    color: #555;
    font-family: '游明朝', "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    line-height: 10px;
  }
  .mid_br {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .about_com {
    padding: 6% 5% 5% 6.8%;
    text-align: center;
    position: relative;
    background: url(img/delta_bg.png) no-repeat;
    background-position: center bottom;
    z-index: 2;
  }
  .txt {
    line-height: 30px;
  }
  .jp_bg_txt {
    font-size: 20px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #555;
    font-family: '游明朝', "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  }
  .mid2_br {
    display: none;
  }
}

.txt {
  font-family: 'Courier New';
}

@media screen and (min-width: 620px) {
  .txt_jp_1 {
    letter-spacing: 1em;
  }
  .txt_jp_2 {
    letter-spacing: 0.7em;
  }
  .txt_jp_3 {
    letter-spacing: 1em;
  }
  .txt_jp_4 {
    letter-spacing: 1em;
  }
}

@media screen and (max-width: 800px) {
  .jp_bg_txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 620px) {
  .jp_bg_txt {
    font-size: 13px;
  }
  .txt_jp_1 {
    letter-spacing: 0;
  }
  .txt_jp_2 {
    letter-spacing: 0;
  }
  .txt_jp_3 {
    letter-spacing: 0;
  }
  .txt_jp_4 {
    letter-spacing: 0;
  }
}

.pyramid_img {
  width: 80%;
  text-align: center
}

@media screen and (min-width: 800px) {
  .pyramid {
    margin: 0 auto;
    width: 15%;
    max-width: 50px;
    padding: 60px 0 60px 0;
    text-align: center;
  }
}

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

.en_sm_txt1 {
  letter-spacing: 1.3px;
}

.en_sm_txt {
  letter-spacing: 2.8px;
}

.en_sm_txt4 {
  letter-spacing: 1px;
}

.instagram {
  height: auto;
  overflow: hidden;
  background: #333;
  padding: 1px 0% 0 0%;
  line-height: 0;
}

.snapwidget-widget {
  border: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

.creator_h2 {
  padding: 16% 0 16% 0;
}

@media screen and (max-width: 800px) {
  .creator {
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 0 0 16% 0;
    /*margin-bottom:-20px;  */
    background: url() no-repeat;
    background-size: contain;
    background-position: 10% 50%;
  }
  .creator_area {
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }
  .credit {
    display: none;
  }
  .catalog_icon {
    padding: 16%;
    width: 100px;
    height: 36px;
    display: block;
  }
  .catalog_icon img {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  .creator {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0 8% 0;
    /*margin-bottom:-20px;  */
    background: url() no-repeat;
    background-size: contain;
    background-position: 10% 50%;
  }
  .creator_area {
    text-align: center;
    width: 400px;
    margin: 0 auto;
  }
}

.creator_area p {
  margin-bottom: 20px;
  padding: 0;
}

.creator_img {
  width: 160px;
  height: 160px;
  margin-bottom: 8%;
}

.box_area a {
  display: inline-block;
  color: #333;
  letter-spacing: 5px;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 800px) {
  .box {
    width: calc((100vw - (100vw - 100%)) / 1);
    height: calc(100vw / 2);
    position: relative;
  }
  .shop_box {
    width: calc((100vw - (100vw - 100%)) / 1);
  }
  .catalog_box a {
    background-image: url(img/dl.png), url(img/order_bg.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 5%, cover;
    background-position: 50% 70%, center;
    width: 100%;
  }
  .box a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 200%;
    font-style: oblique;
    line-height: 50vw;
    text-decoration: none;
    font-family: 'Courier New', 'Noto Sans', sans-serif;
  }
  .box_area a:hover {
    font-size: 250%;
  }
}

@media screen and (max-width: 800px) {
  .video_link a {
    width: 100%;
    padding: 8% 0;
    text-decoration: none;
  }
  #polina {
    font-family: 'Space Mono', ;
    font-weight: 100;
    background: rgba(225, 225, 225, 0.7);
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
  }
  .shop {
    width: 100%;
    overflow: hidden;
    /*background:url(img/2meinvisual.jpg);*/
  }
  video {
    display: none;
  }
  .shop_h2 {
    text-align: center;
    padding: 16% 0 16% 0;
  }
  .shop_smf {
    width: 100%;
    height: calc(100vw / 2);
    background-image: url(img/shop_bg3.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -100;
    position: absolute;
  }
}

@media screen and (min-width: 800px) {
  .box {
    width: calc((100vw - (100vw - 100%)) / 4);
    height: calc(100vw / 4);
    position: relative;
    float: left;
  }
  .shop_box {
    width: calc((100vw - (100vw - 100%)) / 2);
  }
  .catalog_box a {
    background-image: url(img/dl.png), url(img/order_bg.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 14%, cover;
    background-position: 50% 70%, center;
    width: 100%;
  }
  .box a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 2.5vw;
    font-style: oblique;
    line-height: 25vw;
    text-decoration: none;
    font-family: 'Courier New', 'Noto Sans', sans-serif;
  }
  .box_area a:hover {
    font-size: 2.7vw;
  }
}

@media screen and (min-width: 800px) {
  .shop_h2 {
    text-align: center;
    padding: 16% 0 16% 0;
  }
  .video_link {
    margin: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 300px;
    display: block;
    font-size: 120px;
  }
  .video_link a {
    width: 100%;
    padding: 8% 0;
    text-decoration: none;
  }
  #polina {
    font-family: 'Space Mono', ;
    font-weight: 100;
    background: rgba(225, 225, 225, 0.7);
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
  }
  .top_video {
    width: 100%;
    height: 100%;
    z-index: -100;
    background: #333;
    position: absolute;
  }
  .shop_smf {
    display: none;
  }
  .shop h2 {
    text-align: center;
    padding: 14% 0 14% 0;
  }
}

#polina:before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-filter: blur(50px) saturate(2);
  -moz-filter: blur(50px) saturate(2);
  filter: blur(50px) saturate(2);
}

.order_box a {
  background-image: url(img/088_06.jpg);
  background-size: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}

.box_area {
  overflow: hidden;
  width: 100%;
}

.contact {
  overflow: hidden;
}

.address_area dt img {
  height: 35px;
  width: auto;
}

@media screen and (min-width: 800px) {
  .contact_left {
    background: #fff;
    width: 50%;
    float: left;
    text-align: left;
    overflow: hidden;
    height: 100vh;
    position: relative;
  }
  .address_area {
    width: 260px;
    margin: 0 auto;
  }
  .map_area {
    width: 100%;
    float: right;
  }
}

@media screen and (max-width: 800px) {
  .contact_left {
    background: #fff;
    padding: 0%;
    width: 100%;
    float: left;
    text-align: left;
    overflow: hidden;
  }
  .address_area {
    width: 260px;
    margin: 0 auto;
    padding: 0 30px;
    overflow: hidden;
  }
  .address_area p {
    margin-bottom: 10px;
  }
  .order_txt {
    width: 80%;
  }
}

.contact dt {
  width: 50px;
  text-align: center;
  float: left;
  clear: left;
  padding: 0 0 20px 0;
}

.contact dd {
  padding: 0 0 0px 20px;
  float: left;
}

.webshop {
  width: 100%;
  height: 100px;
  padding: 8% 8% 0 0;
  widows: 100%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .fb_area {
    height: 600px;
    text-align: center;
    width: 90%;
    padding: 5%;
    float: left;
    position: relative;
    background: #333;
  }
}

@media screen and (min-width: 800px) {
  .fb_area {
    height: 100vh;
    text-align: center;
    width: 50%;
    float: left;
    background: url(img/059_07.png), #333;
    position: relative;
  }
}

#pageplugin {
  width: 80%;
  height: 500px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

@media screen and (max-width: 800px) {
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    float: left;
    width: 100%;
  }
  #map_custmomize {}
  .map_area {
    width: 100%;
    height: 400px;
    float: left;
  }
  .ggmap {
    position: relative;
    padding-top: 30px;
    height: 400px;
    overflow: hidden;
  }
}

@media screen and (min-width: 800px) {
  .ggmap {
    position: relative;
    padding-bottom: 0;
    padding-top: 30px;
    height: 100vh;
    overflow: hidden;
  }
  #map_custmomize {}
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.ggmap {
  background: #CCC;
}


/*
======================
SHOP個別
======================
*/

.shop_bg1 {
  background-image: url(img/shop_bg.jpg);
  background-position: left bottom;
  background-size: contain;
}

.shop_bg2 {
  background-image: url(img/shop_bg2.jpg);
  background-position: right bottom;
  background-size: contain;
}

.shop_bg3 {
  background-image: url(img/shop_bg3.JPG);
  background-size: 100vh;
}

.ggmap2 {
  position: relative;
  padding-bottom: 0;
  padding-top: 30px;
  height: 300px;
  overflow: hidden;
}

.ggmap2 iframe,
.ggmap2 object,
.ggmap2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ad_table {
  padding: 20px 0 20px 0;
}

.ad_table p {
  margin: 0;
  padding: 0;
}

.ad_table ul {
  margin: 0;
  padding: 0;
}

.ad_table li {
  list-style: none;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #333;
}

.shop_dl dt {
  font-weight: bold;
}

.shop_dl dd {
  margin: 10px 0 30px 0;
}

.table_bd_top {
  border-top: 1px solid #333;
}

.table_bd_bottom {
  border-bottom: 1px solid #333;
}

.table_bd_right {
  border-right: 1px solid #333;
}

.width_def {
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .width_80 {
    width: 80%;
    margin: 0 auto;
  }
  .shop_right_top {
    display: none;
  }
  .shop_right {
    background: #fff;
    padding: 8% 8% 0% 8%;
    width: 84%;
    float: left;
    text-align: left;
  }
  .shop_left {
    background: #fff;
    padding: 0% 0% 0% 0%;
    width: 100%;
    float: left;
    text-align: left;
    overflow: hidden;
  }
}

@media screen and (min-width: 900px) {
  .width_80 {
    width: 80%;
    margin: 0 auto;
    padding: 8% 0 16% 0;
  }
  .width_802 {
    width: 80%;
    margin: auto;
    /* padding: 8% 0 16% 0; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    height: 500px;
    overflow: hidden;
  }
  .shop_right {
    background: #fff;
    padding: 8% 8% 8% 8%;
    width: 34%;
    float: right;
    text-align: left;
  }
  .shop_right_top {
    padding: 20% 8% 8% 8%;
    width: 34%;
    float: right;
    text-align: left;
  }
  .shop_left {
    background: #fff;
    width: 50%;
    float: left;
    text-align: left;
    overflow: hidden;
  }
}


/*mail*/

.order_txt {
  padding-top: 8%;
}

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  background: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

input[type="text"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
textarea:focus {
  outline: 0;
}

textarea {
  border: none;
  -webkit-appearance: none;
  background: none;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 16px;
}

textarea.textarea {
  border-bottom: 5px solid #F3F2F0;
  border-right: 5px solid #F3F2F0;
  border-left: 5px solid #F3F2F0;
  width: 100%;
}

button {
  border: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

input,
button {
  outline: 0;
}

.table_sell {
  width: 100%;
  border-bottom: 1px #333 solid;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  input.form {
    border-bottom: 5px solid #F3F2F0;
    border-right: 5px solid #F3F2F0;
    border-left: 5px solid #F3F2F0;
    box-sizing: border-box;
    border-radius: 0px;
  }
  .table_sell {
    padding-bottom: 3%;
  }
  .table_box {
    margin: 0 auto;
    width: 80%;
    padding: 4%;
  }
  .table_left {
    width: 100%;
    font-weight: bold;
    float: left;
    padding-bottom: 3%;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
  }
  .table_right {
    width: 100%;
    float: left;
    text-align: left;
  }
  .padding_bt {
    padding-bottom: 4%;
  }
}

@media screen and (min-width: 900px) {
  input.form {
    border-bottom: 5px solid #F3F2F0;
    border-right: 5px solid #F3F2F0;
    border-left: 5px solid #F3F2F0;
  }
  .table_box {
    margin: 0 auto;
    width: 640px;
    padding: 2.5% 0 4% 0;
  }
  .table_left {
    width: 18%;
    font-weight: bold;
    float: left;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
  }
  .table_right {
    width: 75%;
    float: right;
    text-align: right;
  }
  .padding_bt {
    padding-bottom: 2.5%;
  }
}

.border_tp {
  border-top: 3px #333 solid;
}

.border_bt {
  border-bottom: 3px #333 solid;
}

.red {
  color: #E51736;
  font-size: 12px;
}

.btn_area {
  text-align: center;
  padding: 30px;
}

.form_btn {
  background: #333;
  width: 100%;
  max-width: 320px;
  color: #fff;
  border: 1px #333 solid;
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 16px 0;
  outline: none;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background-color: #FFF;
  border: 1px #333 solid;
  color: #333;
}

.return_btn {
  background: #fff;
  border: #333 1px solid;
  width: 320px;
  padding: 20px;
  margin: 30px;
  font-weight: bold;
}

.send_end {
  margin: 0 auto;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.formwrap {
  width: 100%;
  margin: 0 auto;
  color: #333;
  text-align: center;
  font-size: 90%;
  margin-top: 8%;
  margin-bottom: 8%;
}

label.error {
  color: #E51736;
  float: left;
  font-family: 'Noto Sans', sans-serif;
}

.mail_txt {
  margin-top: 3%;
  padding-bottom: 3%;
  font-family: 'Courier New', 'Noto Sans', sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 22px;
}


/*footer*/

@media screen and (max-width: 620px) {
  footer {
    padding: 0px 0 0 0;
    background: #333;
    text-align: center;
    height: 30vh;
    position: absolute;
    width: 100vw;
  }
}

@media screen and (min-width: 620px) {
  footer {
    padding: 0px 0 0 0;
    background: #333;
    text-align: center;
    height: 50vh;
    position: absolute;
    width: 100vw;
  }
}

.sns {
  padding: 32px 0 0px 0;
  position: absolute;
  bottom: 24px;
  width: 100%;
}

.sns ul {
  list-style: none;
  margin: 0;
  padding: 0 0 8px 0;
}

.sns li {
  display: inline;
  margin: 8px;
}

.sns li img {
  width: 24px;
}

.copy {
  color: #fff;
}

.footer_logo {
  width: 16%;
  max-width: 200px;
  min-width: 120px;
  opacity: 0.1;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
