/* ============ RESET ============ */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

legend {
  color: #000;
}

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
  display: block;
  margin: 0;
  padding: 0;
}

.cf:after,
.pageMenu ul:after,
.post:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

/* ============ items ============ */
/* ============ STYLE ============ */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #231815;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  margin: 50px 0;
  border: none;
  height: 3px;
  background: url(../img/common/hr.svg) repeat-x;
  width: 100%;
}

@font-face {
  font-family: sant;
  src: url(../fonts/SantEliaRoughAltBoldThrDEMO.woff);
}
#wrapper {
  margin: 0 auto;
  width: 640px;
  font-size: 1.4rem;
  color: #231815;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container {
  padding: 20px;
  background: url(../img/common/background.svg) repeat;
}

#contents {
  background: #FAF4E9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#inner-contents {
  padding: 0 15px;
}

header {
  padding: 20px 30px 25px;
}

.contents-wrapper {
  margin: 0 0 50px;
  padding: 35px 20px 80px;
  background: #fff;
}
.contents-wrapper h2 {
  text-align: center;
}
.contents-wrapper h2 + p {
  text-align: center;
  font-size: 25px;
}

.baner {
  margin: 0 0 35px;
}

.mb50 {
  margin-bottom: 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.button-type1 a, .button-type2 a, .button-type3 a, .button-type4 a, .button-type5 a {
  margin: 10px 0;
  display: block;
  background: #8D5F17;
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-size: 2.3rem;
  border-radius: 5px;
  position: relative;
}
.button-type1 a:after, .button-type2 a:after, .button-type3 a:after, .button-type4 a:after, .button-type5 a:after {
  content: '';
  display: block;
  width: 11px;
  height: 12px;
  background: url(../img/common/arrow/arrow-tyoe1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-type2 a {
  background: #DE6876;
}

.button-type3 a {
  background: #40220F;
}

.button-type4 a {
  margin: 0 auto;
  width: 433px;
  background: #fff;
  border: 1px solid #8D5F17;
  border-radius: 32.5px;
}
.button-type4 a:after {
  background: url(../img/common/arrow/arrow-type3.svg) no-repeat;
}
.button-type4 a img {
  vertical-align: middle;
}

.button-type5 a {
  background: #fff;
  color: #00391A;
  font-size: 2.1rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.button-type5 a:after {
  right: inherit;
  left: 20px;
  background: url(../img/common/arrow/arrow-type2.svg) no-repeat;
}

/* ================================================================================================= I N D E X */
#top-visual {
  margin: 0 0 15px;
  width: 100%;
  height: 640px;
  background: url(../img/index/main-visual.png) no-repeat center;
}

.newreleace {
  margin: 0 0 60px;
  text-align: center;
}
.newreleace h2 + p {
  margin: 0 0 25px;
  font-size: 2.5rem;
}

.releaceBox {
  margin: 0 0 35px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.releaceBox figure {
  padding: 80px 0 15px;
}
.releaceBox .caption {
  padding: 30px 0 20px;
  background: #8D5F17;
  color: #fff;
}
.releaceBox .caption h3 {
  margin: 0 0 20px;
  font-size: 3.2rem;
  line-height: 3.5rem;
}
.releaceBox .caption p {
  font-size: 2.6rem;
}
.releaceBox .caption p span {
  display: block;
  font-size: 2rem;
}

.news, .catarogs {
  margin: 0 0 45px;
  padding: 15px;
  background: #fff;
  border: 1px solid #8D5F17;
  border-radius: 10px;
}
.news h2, .catarogs h2 {
  margin: 0 0 20px;
  padding: 25px 0;
  text-align: center;
  border-radius: 10px;
  background: url(../img/common/border-bg.svg) repeat;
}
.news iframe, .catarogs iframe {
  width: 100%;
  height: 200px;
  border: none;
}

.catarogs {
  padding: 30px 20px 20px;
}
.catarogs .left {
  width: 280px;
}
.catarogs h2 {
  padding: 0;
  background: none;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: justify;
}
.catarogs h2 img {
  margin: 0 0 5px;
}
.catarogs h2 + p {
  margin: 0 0 80px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}
.catarogs h2 + p strong {
  margin: 0 0 25px;
  display: block;
}
.catarogs figure {
  float: right;
}
.catarogs p {
  clear: both;
}

.about {
  text-align: center;
  background: url(../img/index/bg-d2.jpg) no-repeat center;
  background-position-y: 50%;
}
.about h2 {
  margin: 0 0 50px;
}
.about p {
  margin: 0 0 50px;
  font-size: 2.3rem;
}
.about p strong {
  margin: 0 0 30px;
  font-size: 2.8rem;
  letter-spacing: -1px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  display: block;
  color: #8D5F17;
}

.artist {
  margin: 0 0 40px;
  border: 1px solid #9FA0A0;
}

.artist-wrap {
  padding: 20px;
  border: 5px solid #fff;
  background: url(../img/index/artist-bg.jpg) repeat;
}
.artist-wrap h2 {
  margin: 0 0 15px;
  text-align: center;
}
.artist-wrap figure {
  margin: 0 0 25px;
}
.artist-wrap figure img {
  margin-right: 15px;
}
.artist-wrap figure figcaption {
  font-size: 2rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

#link li {
  padding: 0 15px;
  width: 50%;
  float: left;
}

#menu-button {
  position: absolute;
  top: 40px;
  right: 45px;
  width: 180px;
  height: 70px;
  background: #fff;
  border-radius: 5px;
}
#menu-button:after {
  content: 'MENU';
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu-button #burger-box {
  width: 50px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu-button #burger-box span {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #8D5F17;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#menu-button #burger-box span:nth-of-type(1) {
  top: 0;
}
#menu-button #burger-box span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu-button #burger-box span:nth-of-type(3) {
  bottom: 0;
}
#menu-button.action:after {
  content: 'CLOSE';
}
#menu-button.action #burger-box span:nth-of-type(1) {
  -webkit-transform: translate(0, 16px) rotate(45deg);
  -moz-transform: translate(0, 16px) rotate(45deg);
  -ms-transform: translate(0, 16px) rotate(45deg);
  -o-transform: translate(0, 16px) rotate(45deg);
  transform: translate(0, 16px) rotate(45deg);
}
#menu-button.action #burger-box span:nth-of-type(2) {
  opacity: 0;
}
#menu-button.action #burger-box span:nth-of-type(3) {
  -webkit-transform: translate(0, -16px) rotate(-45deg);
  -moz-transform: translate(0, -16px) rotate(-45deg);
  -ms-transform: translate(0, -16px) rotate(-45deg);
  -o-transform: translate(0, -16px) rotate(-45deg);
  transform: translate(0, -16px) rotate(-45deg);
}

nav {
  width: 70%;
  height: 100vh;
  overflow: scroll;
  background: #8D5F17;
  border-radius: 100px 0 0 0;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
nav ul {
  padding: 35% 0 0;
}
nav ul li a {
  padding-right: 45px;
  color: #fff;
  font-family: sant;
  text-align: right;
  font-size: 35px;
  line-height: 3;
  display: block;
  border-top: 3px solid #fff;
  letter-spacing: 3px;
}
nav ul li:last-child a {
  border-bottom: 3px solid #fff;
}
nav.open-nav {
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

footer ul {
  margin: 0 0 40px;
  background: #fff;
}
footer ul li a {
  font-size: 2.2rem;
  line-height: 8rem;
  display: block;
  text-align: center;
}
footer ul li + li {
  border-top: 1px solid #8D5F17;
}
footer p {
  padding: 0 0 15px;
  text-align: center;
}
footer p small {
  font-size: 1.6rem;
}

.flogo {
  margin: 0 0 30px;
  text-align: center;
}

#about h2 + p {
  border-bottom: 1px solid #40220F;
}
#about dl {
  margin: 0 0 90px;
}
#about dl dt {
  margin: 35px 0 15px;
  color: #A71915;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}
#about dl dd {
  line-height: 1.4;
  font-size: 23px;
}
#about section section:nth-of-type(odd) h3 {
  background: #F1EFE3;
}
#about section section:nth-of-type(even) h3 {
  background: #E8DFCE;
}
#about h3 {
  margin: 35px 0 15px;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  color: #40220F;
  font-weight: bold;
}
#about p {
  line-height: 1.4;
  font-size: 23px;
}
#about p a {
  text-decoration: underline;
}
#about ul li {
  line-height: 1.4;
  font-size: 23px;
}

#service {
  text-align: center;
}
#service h2 {
  font-family: sant;
  font-size: 56px;
  color: #40220F;
  line-height: 1;
}
#service h2 + p {
  margin: 0 0 50px;
}
#service h3 {
  margin: 0 0 30px;
  font-family: sant;
  font-size: 100px;
  color: #40220F;
  line-height: 1;
}
#service h3 + p {
  margin: 0 0 60px;
}
#service .itemss {
  margin: 0 0 80px;
}
#service .item-wrap {
  margin: 0 0 65px;
  padding: 85px 0 0;
  position: relative;
}
#service .item-wrap figure img {
  margin: 0 0 20px;
}
#service .item-wrap figure figcaption {
  font-family: sant;
  font-size: 30px;
  line-height: 1;
  color: #40220F;
}
#service .item-wrap h4 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
  color: #40220F;
}
#service .item-wrap .toriger-button {
  margin: 0 auto 20px;
  width: 360px;
  line-height: 65px;
  color: #8D5F17;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 30px;
  border: 1px solid #8D5F17;
  position: relative;
}
#service .item-wrap .toriger-button:after {
  content: '';
  width: 18px;
  height: 12px;
  background: url(../img/common/arrow/toriger-arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#service .item-wrap .toriger-button.toriger-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#service .item-wrap .toriger-button + p {
  font-size: 20px;
  color: #595757;
  display: none;
}
#service .item-wrap + .item-wrap:before {
  content: '';
  width: 360px;
  height: 22px;
  background: url(../img/service/hr.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#service .infomation-copy {
  display: table-cell;
  vertical-align: middle;
  width: 530px;
  font-size: 25px;
  background: url(../img/service/bg.png) no-repeat center;
  background-size: auto 100%;
  height: 400px;
}
#service .tj {
  margin: 0 0 60px;
  text-align: justify !important;
  font-size: 22px;
  line-height: 1.6;
}
#service .wine {
  margin: 0 0 65px;
  text-align: justify;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
#service .wine h4 {
  font-size: 35px;
  color: #A71915;
}
#service .wine p {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  line-height: 1.5;
}
#service .wine dl {
  margin: 0 0 30px;
  font-size: 24px;
}
#service .wine dl dt {
  border-bottom: 1px solid #40220F;
}
#service #cosme {
  margin: 0 0 30px;
  font-size: 25px;
  line-height: 1.5;
}

#collabo {
  padding: 35px 0 80px;
}
#collabo h2 {
  font-family: sant;
  font-size: 55px;
  color: #40220F;
}
#collabo .collabox {
  margin: 120px 0 0;
}
#collabo .collabox h3 {
  margin: 0 auto 25px;
  width: 57%;
}
#collabo .collabox p {
  padding: 5px 20px;
  font-size: 22px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  line-height: 1.7;
  word-break: break-all;
}
#collabo .collabox p a {
  color: #988078;
  text-decoration: underline;
}
#collabo .collabox p img {
  margin: 0 15px 10px 0;
}
#collabo .collabox .collaboriger {
  margin: 0 auto 25px;
  font-size: 30px;
  border: 1px solid #774D15;
  background: #8D5F17;
  color: #fff;
  text-align: center;
  line-height: 65px;
  width: 360px;
  position: relative;
}
#collabo .collabox .collaboriger:after {
  content: '';
  width: 18px;
  height: 12px;
  background: url(../img/common/arrow/arrow-collabo.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#collabo .collabox .collaboriger.toriger-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#collabo .collabox .collaboriger + div {
  display: none;
}
#collabo .collabox figure {
  margin: 15px 0 20px;
}

#contact h2 {
  font-family: sant;
  font-size: 55px;
  line-height: 1.3;
  color: #40220F;
}
#contact h2 + p {
  margin: 0 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #40220F;
}
#contact #telephone {
  margin: 0 0 80px;
  padding: 15px 20px;
  background: #E8DFCE;
  border-radius: 3px;
}
#contact #telephone h3 {
  margin: 0 0 15px;
  text-align: center;
  font-family: sant;
  font-size: 44px;
  line-height: 1.3;
}
#contact #telephone h3 span {
  display: block;
  font-size: 25px;
}
#contact #telephone #tel-wrap {
  padding: 20px;
  background: #fff;
  position: relative;
}
#contact #telephone #tel-wrap:after {
  content: '';
  width: 155px;
  height: 95px;
  background: url(../img/contact/icon-tell.svg) no-repeat;
  position: absolute;
  top: -20px;
  right: 5px;
}
#contact #telephone #tel-wrap p {
  font-size: 20px;
  line-height: 1.3;
  color: #40220F;
}
#contact #telephone #tel-wrap p span {
  display: block;
  text-align: center;
}
#contact #telephone #tel-wrap .tellll {
  padding-left: 100px;
  line-height: 1;
  position: relative;
}
#contact #telephone #tel-wrap .tellll strong a {
  font-size: 50px;
  color: #E8412F;
  font-weight: bold;
}
#contact #telephone #tel-wrap .tellll:before {
  content: 'TEL';
  width: 85px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #E8412F;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#contact #mailing h3 {
  font-family: sant;
  font-size: 55px;
  line-height: 1.3;
  color: #40220F;
  text-align: center;
}
#contact #mailing p {
  font-size: 23px;
  line-height: 1.3;
}
#contact #mailing h3 + p {
  margin: 0 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #40220F;
  text-align: center;
  font-size: 25px;
}
#contact #mailing #attention {
  margin: 0 0 80px;
}
#contact #mailing #attention em {
  display: block;
  color: #E8412F;
}
#contact #mailing dl dt {
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-size: 25px;
  font-weight: bold;
  color: #40220F;
  border-bottom: 4px dotted #40220F;
}
#contact #mailing dl dt em {
  color: #E8412F;
}
#contact #mailing dl dd {
  margin: 0 0 40px;
  font-size: 23px;
  color: #40220F;
}
#contact #mailing dl dd input[type="text"], #contact #mailing dl dd input[type="email"], #contact #mailing dl dd input[type="tel"], #contact #mailing dl dd textarea {
  padding: 5px 10px;
  width: 100%;
  border: none;
  background: #F5F5F5;
}
#contact #mailing dl dd input[type="text"], #contact #mailing dl dd input[type="email"], #contact #mailing dl dd input[type="tel"] {
  line-height: 65px;
  height: 65px;
}
#contact #mailing dl dd #street {
  line-height: 1.3;
  height: 135px;
  overflow: scroll;
}
#contact #mailing dl dd #contact-contents {
  height: 550px;
  overflow: scroll;
}
#contact #mailing dl dd textarea {
  resize: none;
}
#contact #mailing dl dd input[type="radio"] {
  display: none;
  position: absolute;
  opacity: 0;
}
#contact #mailing dl dd .radio-items {
  margin: 0 0 20px;
  padding: 0 15px 0 30px;
  position: relative;
  line-height: 25px;
  display: inline-block;
}
#contact #mailing dl dd .radio-items:after {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  border: 1px solid #40220F;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#contact #mailing dl dd .radio-items:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #40220F;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#contact #mailing dl dd input[type=radio]:checked + .radio-items:before {
  opacity: 1;
}
#contact #mailing .polisy dt {
  text-align: center;
}
#contact #mailing .polisy dd {
  padding: 10px 15px;
  overflow: scroll;
  height: 340px;
  border: 1px solid #B5B5B6;
}
#contact #mailing #ag {
  margin: 0 0 50px;
  text-align: center;
}
#contact #mailing button {
  padding: 0;
  width: 525px;
  line-height: 85px;
  color: #fff;
  background: #E8412F;
  border-radius: 42.5px;
  border: none;
  font-size: 30px;
  position: relative;
}
#contact #mailing button:after {
  content: '';
  width: 13px;
  height: 15px;
  background: url(../img/common/arrow/arrow-tyoe1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.back-button {
  text-align: center;
}
.back-button a {
  display: inline-block;
  width: 525px;
  line-height: 85px;
  color: #fff;
  background: #E8412F;
  border-radius: 42.5px;
  border: none;
  font-size: 30px;
  position: relative;
  display: block;
}
.back-button a:after {
  content: '';
  width: 13px;
  height: 15px;
  background: url(../img/common/arrow/arrow-tyoe1.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#anchorToPcInSp {
  display: block;
  background: #E8412F;
  color: #fff;
  line-height: 3;
  text-align: center;
  font-size: 20px;
}

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