@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: 400;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 13.5px;
  }
}

a {
  text-decoration: none;
  color: #fff;
  font-family: "urw-din", sans-serif;
}

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

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  font-weight: 300;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  p {
    line-height: 1.92;
  }
}

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

::-moz-selection {
  color: #fff;
  background: #282c41;
}

::selection {
  color: #fff;
  background: #282c41;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #dbdde1;
}

/* Firefox */
::-moz-placeholder {
  color: #dbdde1;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #dbdde1;
}

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

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

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.notpg-wrap .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2000px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 100px 20px 100px 20px;
  }
}

.notpg-wrap .inner h2 {
  text-align: center;
}

.heading-wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 26px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .heading-wrap {
    padding: 0 30px;
  }
}

.heading-wrap.toppg-sec1 {
  margin-top: 88px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.toppg-sec1 {
    margin-top: 82px;
  }
}

.heading-wrap.toppg-sec1 h2 {
  text-align: right;
}

.heading-wrap.toppg-sec3 h2 {
  color: #323232;
  letter-spacing: 14px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.toppg-sec3 h2 {
    letter-spacing: 8px;
  }
}

.heading-wrap.toppg-sec4 {
  margin-top: 270px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.toppg-sec4 {
    margin-top: 377px;
  }
}

.heading-wrap.toppg-sec4 h2 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.toppg-sec4 h2 {
    letter-spacing: 8px;
  }
}

.heading-wrap.workspg-sec2 h2 {
  color: #80838f;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.workspg-sec2 h2 {
    letter-spacing: 8px;
  }
}

.heading-wrap.sandwichpg-sec1 {
  position: absolute;
  top: -228px;
  left: 0;
  right: 0;
  width: 1080px;
  max-width: 100%;
  margin: auto;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.sandwichpg-sec1 {
    display: none;
  }
}

.heading-wrap.sandwichpg-sec1 h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.547;
  letter-spacing: 23px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.sandwichpg-sec1 h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 8px;
  }
}

.heading-wrap.sandwichpg-sec1 h2 .sub {
  display: block;
  margin-top: 2px;
  font-size: 18px;
  text-indent: 3px;
  letter-spacing: 1px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.sandwichpg-sec1 h2 .sub {
    font-size: 14px;
  }
}

.heading-wrap.sandwichpg-sec2 h2 {
  color: #80838f;
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.sandwichpg-sec2 h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 8px;
  }
}

.heading-wrap.sandwichpg-sec3 h2 {
  color: #dbdde1;
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.sandwichpg-sec3 h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 8px;
  }
}

.heading-wrap.houji-breadpg-main-img {
  position: absolute;
  bottom: 114px;
  left: 0;
  right: 0;
  width: 82.15%;
  max-width: none;
  min-width: 1080px;
  margin: auto;
  padding: 0 50px;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.houji-breadpg-main-img {
    display: none;
  }
}

.heading-wrap.houji-breadpg-main-img h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.547;
  letter-spacing: 23px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.houji-breadpg-main-img h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 8px;
  }
}

.heading-wrap.houji-breadpg-main-img h2 .sub {
  display: block;
  margin-top: -4px;
  font-size: 18px;
  text-indent: 3px;
  letter-spacing: 1px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.houji-breadpg-main-img h2 .sub {
    font-size: 14px;
  }
}

.heading-wrap.houji-breadpg-sec1 {
  margin-top: 205px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.houji-breadpg-sec1 {
    margin-top: 335px;
    padding: 0 30px;
  }
}

.heading-wrap.houji-breadpg-sec3 h2 {
  color: #80838f;
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.houji-breadpg-sec3 h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 11px;
  }
}

.heading-wrap.houji-breadpg-sec4 {
  margin-bottom: -14px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.houji-breadpg-sec4 {
    margin-bottom: 0;
  }
}

.heading-wrap.houji-breadpg-sec4 h2 {
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.houji-breadpg-sec4 h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 11px;
  }
}

.heading-wrap.deliverypg-sec3 h2 {
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 20px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.deliverypg-sec3 h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 11px;
  }
}

.heading-wrap.storeguidepg-sec2 h2 {
  font-size: 40px;
  line-height: 1.55;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading-wrap.storeguidepg-sec2 h2 {
    font-size: 25px;
    line-height: 1.4;
  }
}

.heading-wrap h2 {
  color: #dbdde1;
  font-family: "urw-din", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 27px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 11px;
  }
}

.heading-wrap h2.active span {
  -webkit-animation: fadeIn 0.6s forwards;
  animation: fadeIn 0.6s forwards;
}

.heading-wrap h2.active span:nth-of-type(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.heading-wrap h2.active span:nth-of-type(3) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.heading-wrap h2.active span:nth-of-type(4) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.heading-wrap h2.active span:nth-of-type(5) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.heading-wrap h2.active span:nth-of-type(6) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.heading-wrap h2.active span:nth-of-type(7) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.heading-wrap h2.active span:nth-of-type(8) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.heading-wrap h2.active span:nth-of-type(9) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.heading-wrap h2.active span:nth-of-type(10) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.heading-wrap h2.active span:nth-of-type(11) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.heading-wrap h2.active span:nth-of-type(12) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.heading-wrap h2.active span:nth-of-type(13) {
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

.heading-wrap h2.active span:nth-of-type(14) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.heading-wrap h2.active span:nth-of-type(15) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.heading-wrap h2.active span:nth-of-type(16) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.heading-wrap h2.active span:nth-of-type(17) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.heading-wrap h2.active span:nth-of-type(18) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.heading-wrap h2 span {
  opacity: 0;
}

.heading-wrap h2 span.wrap {
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 span.sp-wrap {
    letter-spacing: 0;
  }
}

.heading-wrap h2 span:last-of-type {
  letter-spacing: 0;
}

.subheading-wrap {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 52px;
}

@media only screen and (max-width: 767px) {
  .subheading-wrap {
    padding: 0 30px;
  }
}

.subheading-wrap.type1 {
  color: #323232;
}

.subheading-wrap.type2 {
  color: #fff;
}

.subheading-wrap.type3 {
  display: none;
  margin-top: 172px;
  color: #323232;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .subheading-wrap.type3 {
    margin-top: 70px;
  }
}

.subheading-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .subheading-wrap h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.subheading-wrap .description {
  margin-top: 20px;
}

.heading-en {
  position: absolute;
  left: 0;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .heading-en {
    display: none;
  }
}

.heading-en.toppg-sec1 {
  top: 140px;
}

.heading-en.toppg-sec1 img {
  width: 82px;
  height: 100px;
}

.heading-en.toppg-sec2 {
  top: 560px;
}

.heading-en.toppg-sec2 img {
  width: 82px;
  height: 100px;
}

.heading-en.toppg-sec3 {
  top: 144px;
}

.heading-en.toppg-sec3 img {
  width: 82px;
  height: 169px;
}

.heading-en.toppg-sec4-1 {
  top: 149px;
}

.heading-en.toppg-sec4-1 img {
  width: 82px;
  height: 296px;
}

.heading-en.toppg-sec4-2 {
  top: 141px;
}

.heading-en.toppg-sec4-2 img {
  width: 82px;
  height: 169px;
}

.heading-en.footer img {
  width: 82px;
  height: 100px;
}

.page-img-wrap {
  width: 100%;
}

.page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 504px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .page-img {
    height: 250px;
  }
}

.page-title-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  background: #80838f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title-wrap:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: #80838f;
}

.page-title-wrap.type1 {
  height: 400px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap.type1 {
    height: 200px;
  }
}

.page-title-wrap.type1 .page-title {
  position: relative;
  bottom: -39px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap.type1 .page-title {
    bottom: -20px;
  }
}

.page-title-wrap.type2 {
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap.type2 {
    height: 200px;
  }
}

.page-title-wrap.type2 .page-title {
  position: relative;
  bottom: -62px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap.type2 .page-title {
    bottom: -20px;
  }
}

.page-title-wrap .page-title.workspg img {
  width: 190px;
  height: 39px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.workspg img {
    width: 128px;
    height: 26px;
  }
}

.page-title-wrap .page-title.sandwichpg img {
  width: 287px;
  height: 39px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.sandwichpg img {
    width: 192px;
    height: 26px;
  }
}

.page-title-wrap .page-title.houji-breadpg img {
  width: 355px;
  height: 39px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.houji-breadpg img {
    width: 239px;
    height: 26px;
  }
}

.page-title-wrap .page-title.deliverypg img {
  width: 258px;
  height: 39px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.deliverypg img {
    width: 178px;
    height: 26px;
  }
}

.page-title-wrap .page-title.storeguidepg img {
  width: 357px;
  height: 39px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.storeguidepg img {
    width: 239px;
    height: 26px;
  }
}

.page-title-wrap .page-title.contactpg img {
  width: 246px;
  height: 39px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.contactpg img {
    width: 165px;
    height: 26px;
  }
}

.page-title-wrap .page-title.privacypg img {
  width: 437px;
  height: 39px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title.privacypg img {
    width: 293px;
    height: 26px;
  }
}

.page-title-wrap .sub {
  position: absolute;
  top: 220px;
  left: 0;
  width: 82px;
}

@media only screen and (max-width: 767px) {
  .page-title-wrap .sub {
    display: none;
  }
}

.page-title-wrap .sub.workspg {
  width: 82px;
  height: 100px;
}

.page-title-wrap .sub.sandwichpg {
  width: 82px;
  height: 100px;
}

.page-title-wrap .sub.houji-breadpg {
  width: 82px;
  height: 99px;
}

.page-title-wrap .sub.deliverypg {
  width: 82px;
  height: 99px;
}

.page-title-wrap .sub.storeguidepg {
  width: 82px;
  height: 100px;
}

.page-title-wrap .sub.contactpg {
  width: 82px;
  height: 100px;
}

.page-title-wrap .sub.privacypg {
  width: 82px;
  height: 120px;
}

.btn-circle {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 961px) {
  .btn-circle:hover svg.circle path, .btn-circle:hover svg.circle circle {
    -webkit-transition: linear .6s;
    -o-transition: linear .6s;
    transition: linear .6s;
    stroke-dasharray: 0 565px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-circle {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-circle.mail {
    width: 85px;
    height: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-circle.mail a {
    width: 85px;
    height: 85px;
  }
  .btn-circle.mail a .circle {
    width: 85px;
    height: 85px;
  }
}

.btn-circle.mail a:before {
  display: block;
  content: '';
  width: 31px;
  height: 29px;
  background: url(../img/shared/icon-mail.svg) center center/contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .btn-circle.mail a:before {
    width: 26px;
    height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-circle.facebook {
    width: 85px;
    height: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-circle.facebook a {
    width: 85px;
    height: 85px;
  }
  .btn-circle.facebook a .circle {
    width: 85px;
    height: 85px;
  }
}

.btn-circle.facebook a:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/shared/icon-facebook.svg) center center/contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .btn-circle.facebook a:before {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-circle.instagram {
    width: 85px;
    height: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-circle.instagram a {
    width: 85px;
    height: 85px;
  }
  .btn-circle.instagram a .circle {
    width: 85px;
    height: 85px;
  }
}

.btn-circle.instagram a:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/shared/icon-instagram.svg) center center/contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .btn-circle.instagram a:before {
    width: 25px;
    height: 25px;
  }
}

.btn-circle.contact {
  margin: 0 auto;
  cursor: pointer;
}

.btn-circle.contact:before {
  display: block;
  content: 'SEND';
  font-family: "urw-din", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 10px;
  text-indent: 10px;
}

.btn-circle a {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .btn-circle a {
    width: 160px;
    height: 160px;
  }
}

.btn-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .btn-circle svg {
    width: 160px;
    height: 160px;
  }
}

.btn-circle svg.arrow {
  width: 41px;
  height: 17px;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .btn-circle svg.arrow {
    width: 35px;
    height: 14px;
  }
}

.btn-circle svg.arrow.type1 path {
  fill: #dbdde1;
}

.btn-circle svg.circle {
  -webkit-transform: scaleX(-1) rotate(-90deg);
  -ms-transform: scaleX(-1) rotate(-90deg);
  transform: scaleX(-1) rotate(-90deg);
}

.btn-circle svg.circle.type1 circle {
  stroke: #aab0b9;
}

.btn-circle svg.circle.type2 circle {
  stroke: #dbdde1;
}

.btn-circle svg.circle circle {
  fill: none;
  stroke-width: 1px;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
  stroke-dasharray: 565px 565px;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background: #80838f;
  z-index: 10000;
}

#loader-bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background: #fff;
}

#loader-bg.animate-in {
  -webkit-animation: loading-mask .4s linear forwards;
  animation: loading-mask .4s linear forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

#loader-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #959aa5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader-wrap:before {
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background: #fff;
}

#loader-wrap.animate-in {
  -webkit-animation: loading-mask .5s linear forwards;
  animation: loading-mask .5s linear forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

#loader-wrap #logo {
  position: relative;
  width: 306px;
  height: 160px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #loader-wrap #logo {
    width: 190px;
    height: 101px;
  }
}

#loader-wrap #logo:before {
  position: absolute;
  bottom: 0;
  right: 5px;
  display: block;
  content: '';
  width: 89px;
  height: 3px;
  background: #fff;
  -webkit-animation: loading-bar 3s ease infinite;
  animation: loading-bar 3s ease infinite;
}

@media only screen and (max-width: 767px) {
  #loader-wrap #logo:before {
    width: 56px;
    height: 2px;
    -webkit-animation: loading-bar_sp 3s ease infinite;
    animation: loading-bar_sp 3s ease infinite;
  }
}

#loader-wrap #logo:after {
  position: absolute;
  bottom: 0;
  right: -200px;
  display: block;
  content: '';
  width: 89px;
  height: 3px;
  background: #fff;
  -webkit-animation: loading-bar 3s ease infinite;
  animation: loading-bar 3s ease infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@media only screen and (max-width: 767px) {
  #loader-wrap #logo:after {
    width: 56px;
    height: 2px;
    -webkit-animation: loading-bar_sp 3s ease infinite;
    animation: loading-bar_sp 3s ease infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
}

#loader-wrap #logo svg {
  width: 306px;
  height: 160px;
  fill: #fff;
}

@media only screen and (max-width: 767px) {
  #loader-wrap #logo svg {
    width: 190px;
    height: 101px;
  }
}

#loader-wrap #logo svg path.bar {
  display: none;
}

@-webkit-keyframes loading-mask {
  0% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes loading-mask {
  0% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@-webkit-keyframes loading-bar {
  0% {
    right: 400px;
  }
  50% {
    right: 5px;
  }
  55% {
    right: 5px;
  }
  100% {
    right: -200px;
  }
}

@keyframes loading-bar {
  0% {
    right: 400px;
  }
  50% {
    right: 5px;
  }
  55% {
    right: 5px;
  }
  100% {
    right: -200px;
  }
}

@-webkit-keyframes loading-bar_sp {
  0% {
    right: 400px;
  }
  50% {
    right: 2px;
  }
  55% {
    right: 2px;
  }
  100% {
    right: -200px;
  }
}

@keyframes loading-bar_sp {
  0% {
    right: 400px;
  }
  50% {
    right: 2px;
  }
  55% {
    right: 2px;
  }
  100% {
    right: -200px;
  }
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}

.mask h2, .mask h3, .mask p, .mask img {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .mask h2, .mask h3, .mask p, .mask img {
    opacity: 1;
  }
}

.mask.type1.animate-in {
  -webkit-animation: color-change1 .1s forwards;
  animation: color-change1 .1s forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.mask.type1.animate-in h2, .mask.type1.animate-in h3, .mask.type1.animate-in p, .mask.type1.animate-in img {
  -webkit-animation: textHidden .7s forwards;
  animation: textHidden .7s forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.mask.type1.animate-in:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.mask.type1.animate-in:before {
  background-color: #282c41;
}

.mask.type2.animate-in {
  -webkit-animation: color-change2 .1s forwards;
  animation: color-change2 .1s forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.mask.type2.animate-in h2, .mask.type2.animate-in h3, .mask.type2.animate-in p, .mask.type2.animate-in img {
  -webkit-animation: textHidden .7s forwards;
  animation: textHidden .7s forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.mask.type2.animate-in:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.mask.type2.animate-in:before {
  background-color: #fff;
}

.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.2s ease;
  animation: mask--lr 1.2s ease;
}

.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.2s ease;
  animation: mask--rl 1.2s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  100% {
    width: 100%;
    right: 0;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  100% {
    width: 100%;
    right: 0;
  }
}

@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}

@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}

/*
@keyframes mask--rl {
  0%{
    width: 0;
    right: 0;
  }
  65%{
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--lr {
  0%{
    width: 0;
    left: 0;
  }
  65%{
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
*/
@-webkit-keyframes switch-copy {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-96px);
    transform: translateY(-96px);
  }
  90% {
    -webkit-transform: translateY(-96px);
    transform: translateY(-96px);
  }
  100% {
    -webkit-transform: translateY(-192px);
    transform: translateY(-192px);
  }
}
@keyframes switch-copy {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-96px);
    transform: translateY(-96px);
  }
  90% {
    -webkit-transform: translateY(-96px);
    transform: translateY(-96px);
  }
  100% {
    -webkit-transform: translateY(-192px);
    transform: translateY(-192px);
  }
}

@-webkit-keyframes switch-copy2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -96px, 0);
    transform: translate3d(0, -96px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -96px, 0);
    transform: translate3d(0, -96px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -192px, 0);
    transform: translate3d(0, -192px, 0);
  }
}

@keyframes switch-copy2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -96px, 0);
    transform: translate3d(0, -96px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -96px, 0);
    transform: translate3d(0, -96px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -192px, 0);
    transform: translate3d(0, -192px, 0);
  }
}

@-webkit-keyframes switch-copy_sp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-58px);
    transform: translateY(-58px);
  }
  90% {
    -webkit-transform: translateY(-58px);
    transform: translateY(-58px);
  }
  100% {
    -webkit-transform: translateY(-116px);
    transform: translateY(-116px);
  }
}

@keyframes switch-copy_sp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-58px);
    transform: translateY(-58px);
  }
  90% {
    -webkit-transform: translateY(-58px);
    transform: translateY(-58px);
  }
  100% {
    -webkit-transform: translateY(-116px);
    transform: translateY(-116px);
  }
}

@-webkit-keyframes textHidden {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes textHidden {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes color-change1 {
  0% {
    background: none;
  }
  100% {
    background: #282c41;
  }
}

@keyframes color-change1 {
  0% {
    background: none;
  }
  100% {
    background: #282c41;
  }
}

@-webkit-keyframes color-change2 {
  0% {
    background: none;
  }
  100% {
    background: #fff;
  }
}

@keyframes color-change2 {
  0% {
    background: none;
  }
  100% {
    background: #fff;
  }
}

@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}

@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes open {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05) translate(0, -50px);
    transform: scale(1.05) translate(0, -50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1) translate(0, -100px);
    transform: scale(1.1) translate(0, -100px);
  }
}

@keyframes open {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05) translate(0, -50px);
    transform: scale(1.05) translate(0, -50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1) translate(0, -100px);
    transform: scale(1.1) translate(0, -100px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider-container {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.slider-wrap.storeguidepg-sec1 {
  position: relative;
  background: #282c41;
}

.slider-wrap.storeguidepg-sec1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 100%;
  height: 60px;
  background: #80838f;
  z-index: 0;
}

.slider {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slider-item {
  position: relative;
  width: 580px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Images */
.slick-slide img {
  max-width: 580px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .slick-slide img {
    max-width: 260px;
  }
}

/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  /* 高さの半分だけネガティブマージン */
  background: #b8b8b8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  /* 重要 */
}

@media only screen and (max-width: 767px) {
  .slider-arrow {
    top: auto;
    bottom: -70px;
    width: 45px;
    height: 45px;
    margin-top: 0;
  }
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  left: -5px;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.header-logo {
  position: fixed;
  top: 40px;
  left: 50px;
}

@media only screen and (max-width: 767px) {
  .header-logo {
    position: static;
  }
}

.header-logo img {
  width: 255px;
  height: 65px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 186px;
    height: 36px;
  }
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .header-wrapper {
    position: fixed;
  }
  .header-wrapper.color-change {
    background: #282c41;
  }
}

.global-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 145px;
  margin: 0 auto;
  padding: 0 137px 0 50px;
}

@media only screen and (max-width: 767px) {
  .global-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
    padding: 0 0 0 19px;
  }
}

.global-header .sub-nav {
  width: 190px;
  max-width: 66%;
}

@media only screen and (max-width: 767px) {
  .global-header .sub-nav {
    display: none;
  }
}

.global-header .sub-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-header .sub-nav .menu .menu-item a {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.global-header .btn-menu {
  position: fixed;
  top: 63px;
  right: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .global-header .btn-menu {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
    height: 65px;
    z-index: 1000;
  }
}

.global-header .btn-menu.active {
  display: none;
}

.global-header .btn-menu a {
  position: relative;
  top: 0;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media print, screen and (min-width: 961px) {
  .global-header .btn-menu a:hover {
    top: -19px;
  }
}

@supports (-ms-ime-align: auto) {
  @media print, screen and (min-width: 961px) {
    .global-header .btn-menu a:hover {
      top: -20px;
    }
  }
}

@media only screen and (max-width: 767px) {
  .global-header .btn-menu a {
    padding-bottom: 4px;
    font-size: 12px;
  }
}

.global-header .btn-menu a:after {
  position: absolute;
  left: 0;
  bottom: -19px;
  display: inline-block;
  content: 'MENU';
  padding-top: 5px;
  border-top: 1px solid #fff;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .global-header .btn-menu a:after {
    display: none;
  }
}

.overlay {
  position: fixed;
  background: #80838f;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  z-index: 1000;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
  animation-delay: .50s;
}

.overlay .global-nav {
  width: 100%;
  height: 100vh;
}

.overlay .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .overlay .menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item {
    width: 100%;
    height: 60px;
  }
}

.overlay .menu-item:not(:first-of-type) {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item:not(:first-of-type) {
    margin-top: 0;
  }
}

.overlay .menu-item:nth-of-type(1) img {
  width: 124px;
  height: 25px;
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item:nth-of-type(1) img {
    width: 100px;
    height: 20px;
  }
}

.overlay .menu-item:nth-of-type(2) img {
  width: 188px;
  height: 25px;
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item:nth-of-type(2) img {
    width: 150px;
    height: 20px;
  }
}

.overlay .menu-item:nth-of-type(3) img {
  width: 232px;
  height: 25px;
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item:nth-of-type(3) img {
    width: 184px;
    height: 20px;
  }
}

.overlay .menu-item:nth-of-type(4) img {
  width: 233px;
  height: 25px;
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item:nth-of-type(4) img {
    width: 184px;
    height: 20px;
  }
}

.overlay .menu-item:nth-of-type(5) img {
  width: 233px;
  height: 25px;
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item:nth-of-type(5) img {
    width: 185px;
    height: 20px;
  }
}

.overlay .menu-item:nth-of-type(6) img {
  width: 161px;
  height: 25px;
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item:nth-of-type(6) img {
    width: 128px;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item.reserve {
    margin-top: 20px;
  }
}

.overlay .menu-item.reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  height: 55px;
  max-width: 100%;
  margin: 0 auto;
  color: #80838f;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  background: #dbdde1;
}

.overlay .menu-item.new-window a::after {
  content: '';
  display: block;
  width: 15px;
  height: 14px;
  margin-left: 10px;
  background: url(../img/shared/icon-new-window-type1-2.svg) center center/contain no-repeat;
}

.overlay .menu-item a {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .overlay .menu-item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.overlay .btn-menu {
  position: fixed;
  top: 63px;
  right: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .overlay .btn-menu {
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
    height: 65px;
    z-index: 1000;
  }
}

.overlay .btn-menu a {
  position: relative;
  top: 0;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media print, screen and (min-width: 961px) {
  .overlay .btn-menu a:hover {
    top: -19px;
  }
}

@supports (-ms-ime-align: auto) {
  @media print, screen and (min-width: 961px) {
    .overlay .btn-menu a:hover {
      top: -20px;
    }
  }
}

@media only screen and (max-width: 767px) {
  .overlay .btn-menu a {
    padding-bottom: 4px;
    font-size: 12px;
  }
}

.overlay .btn-menu a:after {
  position: absolute;
  left: 0;
  bottom: -19px;
  display: inline-block;
  content: 'CLOSE';
  padding-top: 5px;
  border-top: 1px solid #fff;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .overlay .btn-menu a:after {
    display: none;
  }
}

footer {
  position: relative;
  background: #282c41;
}

footer.footer-top:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 70px;
  background: #80838f;
}

@media only screen and (max-width: 767px) {
  footer.footer-top:before {
    height: 37px;
  }
}

footer .inner {
  position: relative;
  padding: 128px 10.13vw 120px 18.1vw;
}

@media only screen and (max-width: 767px) {
  footer .inner {
    padding: 52px 30px 28px 30px;
  }
  footer .inner.footer-top {
    padding-top: 30px;
  }
}

footer .heading-en {
  position: absolute;
  top: 128px;
  left: 0;
}

footer .heading-en.footer img {
  width: 82px;
  height: 100px;
}

footer .back-to-top {
  position: absolute;
  bottom: 120px;
  left: 58px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  footer .back-to-top {
    display: none;
  }
}

footer .back-to-top img {
  width: 17px;
  height: 41px;
}

.footer-sec1-img-wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 80px;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-img-wrap {
    margin-bottom: 0;
    padding: 0 30px;
  }
}

.footer-sec1-img-wrap .footer-sec1-img {
  position: relative;
  left: 20px;
  width: 950px;
  height: 516px;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-img-wrap .footer-sec1-img {
    left: 0;
    width: 315px;
    height: 171px;
    margin: 0 auto;
  }
}

.footer-sec1-img-wrap .footer-sec1-img img:not(.alphabet) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer-sec1-img-wrap img.alphabet {
  position: absolute;
  z-index: 1;
}

.footer-sec1-img-wrap img.alphabet.p {
  top: 238px;
  right: -48px;
  width: 102px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-img-wrap img.alphabet.p {
    top: -31px;
    right: auto;
    left: 34px;
    width: 52px;
    height: 98px;
  }
}

.footer-sec1-wrap {
  position: relative;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap {
    display: block;
  }
}

.footer-sec1-wrap .btn-circle {
  position: relative;
  top: -30px;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .btn-circle {
    position: static;
    margin: 0 auto;
    margin-top: 44px;
  }
}

.footer-sec1-wrap .info {
  position: relative;
  top: -6px;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .info {
    position: static;
    width: 315px;
    margin: 0 auto;
  }
}

.footer-sec1-wrap .info dl {
  position: relative;
  left: -2px;
  font-family: "urw-din", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .info dl {
    font-size: 15.5px;
  }
}

.footer-sec1-wrap .info dl dd {
  margin-left: 4px;
}

.footer-sec1-wrap .info dl .brackets {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.footer-sec1-wrap .info dl .jp {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .info dl .jp {
    font-size: 15px;
  }
}

.footer-sec1-wrap .info .dot {
  position: relative;
  top: -4px;
  left: 0;
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: 2px;
  margin-right: 4px;
  border-radius: 50%;
  background: #fff;
}

.footer-sec1-wrap .footer-nav {
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .footer-nav {
    margin-top: 34px;
  }
}

.footer-sec1-wrap .footer-nav ul {
  font-family: "urw-din", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-sec1-wrap .footer-nav ul li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .footer-nav ul li {
    display: block;
  }
}

.footer-sec1-wrap .footer-nav ul li:nth-of-type(2) {
  position: relative;
  margin-left: 80px;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .footer-nav ul li:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.footer-sec1-wrap .footer-nav ul li:nth-of-type(2):before {
  position: absolute;
  top: 50%;
  left: -9px;
  margin-top: -2px;
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .footer-nav ul li:nth-of-type(2):before {
    display: none;
  }
}

.footer-sec1-wrap .footer-nav ul li.reserve {
  display: block;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .footer-nav ul li.reserve {
    margin-top: 10px;
  }
}

.footer-sec1-wrap .footer-nav ul li.reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  height: 55px;
  max-width: 100%;
  color: #282c41;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  background: #dbdde1;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .footer-nav ul li.reserve a {
    width: 315px;
  }
}

.footer-sec1-wrap .footer-nav ul li.new-window a::after {
  content: '';
  display: block;
  width: 15px;
  height: 14px;
  margin-left: 10px;
  background: url(../img/shared/icon-new-window-type1-1.svg) center center/contain no-repeat;
}

.footer-sec1-wrap .footer-nav ul li a {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

@media print, screen and (min-width: 961px) {
  .footer-sec1-wrap .footer-nav ul li a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer-sec1-wrap .footer-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 315px;
    height: 55px;
    max-width: 100%;
    font-size: 17px;
    color: #282c41;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
    text-decoration: none;
    background: #dbdde1;
  }
}

.footer-sec2-wrap {
  position: relative;
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer-sec2-wrap {
    margin-top: 78px;
    display: block;
  }
}

.footer-sec2-wrap .footer-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .footer-sec2-wrap .footer-logo-wrap {
    display: block;
  }
}

.footer-sec2-wrap .logo:nth-of-type(1) img {
  width: 205px;
  height: 65px;
}

@media only screen and (max-width: 767px) {
  .footer-sec2-wrap .logo:nth-of-type(1) img {
    width: 202px;
    height: 56px;
    margin: 0 auto;
  }
}

.footer-sec2-wrap .logo:nth-of-type(2) {
  margin-left: 72px;
}

@media only screen and (max-width: 767px) {
  .footer-sec2-wrap .logo:nth-of-type(2) {
    margin-left: 0;
    margin-top: 43px;
  }
}

.footer-sec2-wrap .logo:nth-of-type(2) img {
  width: 122px;
  height: 65px;
}

@media only screen and (max-width: 767px) {
  .footer-sec2-wrap .logo:nth-of-type(2) img {
    width: 96px;
    height: 51px;
    margin: 0 auto;
    display: block;
  }
}

.copyright {
  color: #aab0b9;
  font-family: "urw-din", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .copyright {
    display: block;
    margin-top: 72px;
    font-size: 12.5px;
    text-align: center;
  }
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  /*
  .main-img{
    width: 100%;
    height: 100%;
    height: 100vh;
    background-image: url(../img/top/toppg-main-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  */
}

@media only screen and (max-width: 767px) {
  .main-img-wrap {
    min-height: 667px;
  }
}

.main-img-wrap.tablet {
  height: 854px;
}

.main-img-wrap .sns {
  position: absolute;
  right: 50px;
  bottom: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .sns {
    right: 23px;
    bottom: 23px;
  }
}

.main-img-wrap .sns a:not(:first-of-type) {
  margin-top: 12px;
}

.main-img-wrap .sns a img {
  width: 20px;
  height: 20px;
}

.copy-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*
  .copy{
    position: relative;
    max-width: 71vw;
    .copy-main{
      display: block;
      width: 982px;
      height: 87px;
      max-width: 100%;
    }
    .copy-sub{
      position: absolute;
      right: 7px;
      bottom: -33px;
      display: block;
      width: 185px;
      height: 13px;
      max-width: 100%;
    }
  }
  */
}

@media only screen and (max-width: 767px) {
  .copy-wrap {
    display: block;
  }
}

.copy-wrap .switch-copy {
  position: relative;
  bottom: -21px;
  width: 981px;
  max-width: 71vw;
  min-width: 690px;
}

@media only screen and (max-width: 767px) {
  .copy-wrap .switch-copy {
    position: absolute;
    left: 44px;
    bottom: 154px;
    min-width: initial;
  }
}

.copy-wrap .switch-copy.adjustment {
  bottom: -8px;
}

.copy-wrap .switch-copy .copy-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .copy-wrap .switch-copy .copy-main {
    display: block;
  }
}

.copy-wrap .switch-copy .item {
  height: 87px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .copy-wrap .switch-copy .item {
    height: 50px;
  }
  .copy-wrap .switch-copy .item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.copy-wrap .switch-copy .item .inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: switch-copy2 17s infinite;
  animation: switch-copy2 17s infinite;
}

@media only screen and (max-width: 767px) {
  .copy-wrap .switch-copy .item .inner {
    -webkit-animation: switch-copy_sp 17s infinite;
    animation: switch-copy_sp 17s infinite;
  }
}

.copy-wrap .switch-copy .item img {
  display: block;
  max-width: 100%;
}

.copy-wrap .switch-copy .item img:not(:first-of-type) {
  margin-top: 10px;
}

.copy-wrap .switch-copy .item.life img {
  width: 226px;
  height: 86px;
}

@media only screen and (max-width: 767px) {
  .copy-wrap .switch-copy .item.life img {
    width: 126px;
    height: 48px;
  }
}

.copy-wrap .switch-copy .item.with {
  margin: 0 5.607% 0 4.282%;
}

@media only screen and (max-width: 767px) {
  .copy-wrap .switch-copy .item.with {
    position: relative;
    left: -4px;
    margin: 20px 0 0 0;
  }
}

.copy-wrap .switch-copy .item.with .inner {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.copy-wrap .switch-copy .item.with img {
  width: 290px;
  height: 86px;
}

@media only screen and (max-width: 767px) {
  .copy-wrap .switch-copy .item.with img {
    width: 162px;
    height: 48px;
  }
}

.copy-wrap .switch-copy .item.bread .inner {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.copy-wrap .switch-copy .item.bread img {
  width: 372px;
  height: 86px;
}

@media only screen and (max-width: 767px) {
  .copy-wrap .switch-copy .item.bread img {
    width: 205px;
    height: 48px;
  }
}

.copy-wrap .switch-copy .copy-sub {
  position: absolute;
  right: 7px;
  bottom: -33px;
  display: block;
  width: 185px;
  height: 13px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .copy-wrap .switch-copy .copy-sub {
    right: auto;
    left: 1px;
    bottom: -30px;
    width: 142px;
    height: 9.5px;
  }
}

.toppg-sec1-wrap {
  position: relative;
  background: #80838f;
  padding: 140px 0 119px 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap {
    padding: 60px 0 58px 0;
  }
}

.toppg-sec1-wrap .toppg-sec1-img1-wrap {
  position: relative;
  width: 580px;
  height: 387px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .toppg-sec1-img1-wrap {
    width: 315px;
    height: 210px;
    margin: 0;
  }
}

.toppg-sec1-wrap .toppg-sec1-img1-wrap .toppg-sec1-img1 {
  width: 580px;
  height: 387px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../img/top/toppg-sec1-img1.jpg);
  background-size: 580px 450px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .toppg-sec1-img1-wrap .toppg-sec1-img1 {
    width: 315px;
    height: 210px;
    background-size: cover;
  }
}

.toppg-sec1-wrap .toppg-sec1-img1-wrap img.alphabet {
  position: absolute;
  z-index: 1;
}

.toppg-sec1-wrap .toppg-sec1-img1-wrap img.alphabet.c {
  top: 71px;
  right: -65px;
  width: 105px;
  height: 199px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .toppg-sec1-img1-wrap img.alphabet.c {
    top: 57px;
    right: -25.5px;
    width: 52.5px;
    height: 100px;
  }
}

.toppg-sec1-wrap .content-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 81px;
  padding: 0 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap {
    margin-top: 39px;
    padding: 0;
    display: block;
  }
}

.toppg-sec1-wrap .content-wrap .text-wrap {
  width: 540px;
  max-width: 100%;
  margin: 0 0 0 auto;
  padding: 0 30px 0 30px;
}

.toppg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.toppg-sec1-wrap .content-wrap .text-wrap h3:after {
  position: relative;
  top: 2px;
  content: '―';
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .text-wrap h3:after {
    font-size: 20px;
  }
}

.toppg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 34px;
  padding-left: 42px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 23px;
    padding-left: 35px;
  }
}

.toppg-sec1-wrap .content-wrap .text-wrap p:first-of-type() {
  margin-top: 31px;
}

.toppg-sec1-wrap .content-wrap .text-wrap p:not(:first-of-type) {
  margin-top: 29px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .text-wrap p:not(:first-of-type) {
    margin-top: 26px;
  }
}

.toppg-sec1-wrap .toppg-sec1-img2-wrap {
  position: absolute;
  top: 498px;
  left: 50px;
  width: 510px;
  height: 764px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .toppg-sec1-img2-wrap {
    top: 539px;
    left: 30px;
    width: 240px;
    height: 360px;
  }
}

.toppg-sec1-wrap .toppg-sec1-img2-wrap .toppg-sec1-img2 {
  width: 510px;
  height: 764px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../img/top/toppg-sec1-img2.jpg);
  background-size: 510px 810px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .toppg-sec1-img2-wrap .toppg-sec1-img2 {
    width: 240px;
    height: 360px;
    background-size: cover;
  }
}

.toppg-sec2-wrap {
  position: relative;
  background: #282c41;
  padding: 450px 0 130px 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap {
    padding: 198px 0 40px 0;
  }
}

.toppg-sec2-wrap .content-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.toppg-sec2-wrap .content-wrap.type1 {
  margin-top: 98px;
  padding: 0 180px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap.type1 {
    margin-top: 39px;
    padding: 0 30px;
  }
}

.toppg-sec2-wrap .content-wrap.type1 .text-wrap {
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
}

.toppg-sec2-wrap .content-wrap.type1 .text-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap.type1 .text-wrap h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.toppg-sec2-wrap .content-wrap.type1 .text-wrap p {
  margin-top: 35px;
  padding-left: 41px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap.type1 .text-wrap p {
    margin-top: 23px;
    padding-left: 35px;
  }
}

.toppg-sec2-wrap .content-wrap.type2 {
  max-width: 1080px;
  margin-top: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap.type2 {
    margin-top: 79px;
    padding: 0;
    display: block;
  }
}

.toppg-sec2-wrap .content-wrap.type2 .btn-circle {
  top: -30px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap.type2 .btn-circle {
    top: -20px;
    left: 29px;
  }
}

.toppg-sec2-wrap .content-wrap.type2 .item-wrap {
  position: relative;
  right: -7px;
  width: 650px;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .toppg-sec2-wrap .content-wrap.type2 .item-wrap {
    right: 0;
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap.type2 .item-wrap {
    right: 0;
    max-width: 100%;
  }
}

.toppg-sec2-wrap .content-wrap.type2 .item-wrap img.alphabet {
  position: absolute;
  z-index: 1;
}

.toppg-sec2-wrap .content-wrap.type2 .item-wrap img.alphabet.w {
  top: 608px;
  left: -113px;
  width: 180px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap.type2 .item-wrap img.alphabet.w {
    top: -27px;
    left: 67px;
    width: 90px;
    height: 98px;
  }
}

.toppg-sec2-wrap .content-wrap.type2 .item-wrap .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.toppg-sec2-wrap .content-wrap.type2 .item-wrap .item:not(:first-of-type) {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap.type2 .item-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.toppg-sec2-wrap .content-wrap.type2 .item-wrap .item h4 {
  margin-left: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap.type2 .item-wrap .item h4 {
    position: absolute;
    top: -27px;
    right: 21px;
    margin-left: 0;
    padding: 10px 3px 7px 3px;
    letter-spacing: 3px;
    background: #282c41;
  }
}

.toppg-sec2-wrap .content-wrap.type2 .item-wrap .item .thumb {
  width: 100%;
}

.toppg-sec2-wrap .content-wrap.type2 .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
}

.toppg-sec3-wrap {
  position: relative;
  display: none;
  background: #ecedef;
  padding: 144px 0 133px 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap {
    padding: 61px 0 54px 0;
  }
}

.toppg-sec3-wrap .content-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap {
    padding: 0 30px;
  }
}

.toppg-sec3-wrap .content-wrap .toppg-sec3-img {
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  width: 797px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .toppg-sec3-img {
    top: 25px;
    width: 375px;
  }
}

.toppg-sec3-wrap .content-wrap .toppg-sec3-img img {
  max-width: 100%;
  height: auto;
}

.toppg-sec3-wrap .content-wrap .text-wrap {
  position: relative;
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -8px;
  margin-top: 498px;
  color: #323232;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .text-wrap {
    margin-top: 268px;
  }
}

.toppg-sec3-wrap .content-wrap .text-wrap h3 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.68;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .text-wrap h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.toppg-sec3-wrap .content-wrap .text-wrap p {
  margin-top: 28px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .text-wrap p {
    margin-top: 23px;
  }
}

.toppg-sec4-wrap {
  position: relative;
  background: #80838f;
  padding: 130px 0 104px 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap {
    padding: 60px 0 76px 0;
  }
}

.toppg-sec4-wrap img.alphabet {
  position: absolute;
  z-index: 1;
}

.toppg-sec4-wrap img.alphabet.s {
  top: -135px;
  left: 67px;
  width: 114px;
  height: 199px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap img.alphabet.s {
    top: auto;
    left: auto;
    right: 17px;
    bottom: -67px;
    width: 57px;
    height: 100px;
  }
}

.toppg-sec4-wrap img.alphabet.h {
  top: -135px;
  right: 67px;
  width: 108px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap img.alphabet.h {
    top: auto;
    right: auto;
    left: 35px;
    bottom: -75px;
    width: 54px;
    height: 99px;
  }
}

.toppg-sec4-wrap img.alphabet.d {
  top: -133px;
  left: 72px;
  width: 114px;
  height: 199px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap img.alphabet.d {
    top: auto;
    left: auto;
    right: 18px;
    bottom: -70px;
    width: 57px;
    height: 99px;
  }
}

.toppg-sec4-wrap .content-wrap {
  position: relative;
}

.toppg-sec4-wrap .content-wrap:not(:first-of-type) {
  margin-top: 240px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap:not(:first-of-type) {
    margin-top: 372px;
  }
}

.toppg-sec4-wrap .content-wrap.type1 .toppg-sec4-img-wrap {
  position: absolute;
  top: 325px;
  left: 0;
  right: 0;
  width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type1 .toppg-sec4-img-wrap {
    right: auto;
    width: 345px;
  }
  .toppg-sec4-wrap .content-wrap.type1 .toppg-sec4-img-wrap.type1 {
    top: 428px;
  }
  .toppg-sec4-wrap .content-wrap.type1 .toppg-sec4-img-wrap.type2 {
    top: 404px;
  }
}

.toppg-sec4-wrap .content-wrap.type1 .toppg-sec4-img-wrap .toppg-sec4-img {
  position: relative;
  left: 20px;
  width: 500px;
  max-width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type1 .toppg-sec4-img-wrap .toppg-sec4-img {
    left: 0;
  }
}

.toppg-sec4-wrap .content-wrap.type1 .toppg-sec4-img-wrap .toppg-sec4-img img:not(.alphabet) {
  max-width: 100%;
  height: auto;
}

.toppg-sec4-wrap .content-wrap.type1 .toppg-sec4-img-wrap .btn-circle {
  position: absolute;
  bottom: -135px;
  left: 30px;
  z-index: 10;
}

.toppg-sec4-wrap .content-wrap.type1 .text-wrap {
  position: relative;
  width: 60vw;
  min-width: 730px;
  margin: 0 0 0 auto;
  padding: 141px 0 142px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type1 .text-wrap {
    width: 330px;
    min-width: initial;
    padding: 50px 0 80px 0;
    background: #282c41;
  }
}

.toppg-sec4-wrap .content-wrap.type1 .text-wrap .text {
  position: relative;
  left: -6px;
  width: 58.5%;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type1 .text-wrap .text {
    position: static;
    width: 72%;
  }
}

.toppg-sec4-wrap .content-wrap.type1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type1 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.toppg-sec4-wrap .content-wrap.type1 .text-wrap .text p {
  margin-top: 31px;
  padding-left: 44px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type1 .text-wrap .text p {
    margin-top: 23px;
    padding-left: 35px;
  }
}

.toppg-sec4-wrap .content-wrap.type1 .text-wrap .btn-circle {
  position: absolute;
  right: 10.3vw;
  bottom: -141px;
  z-index: 10;
}

.toppg-sec4-wrap .content-wrap.type2 .toppg-sec4-img-wrap {
  position: absolute;
  top: 325px;
  left: 0;
  right: 0;
  width: 1080px;
  margin: 0 auto;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type2 .toppg-sec4-img-wrap {
    top: 505px;
    left: auto;
    width: 345px;
  }
}

.toppg-sec4-wrap .content-wrap.type2 .toppg-sec4-img-wrap .toppg-sec4-img {
  position: relative;
  right: 20px;
  width: 500px;
  margin: 0 0 0 auto;
  max-width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type2 .toppg-sec4-img-wrap .toppg-sec4-img {
    right: 0;
  }
}

.toppg-sec4-wrap .content-wrap.type2 .toppg-sec4-img-wrap .toppg-sec4-img img:not(.alphabet) {
  max-width: 100%;
  height: auto;
}

.toppg-sec4-wrap .content-wrap.type2 .toppg-sec4-img-wrap .btn-circle {
  position: absolute;
  bottom: -135px;
  right: 30px;
  z-index: 10;
}

.toppg-sec4-wrap .content-wrap.type2 .text-wrap {
  position: relative;
  width: 60vw;
  min-width: 730px;
  padding: 132px 0 135px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type2 .text-wrap {
    width: 330px;
    min-width: initial;
    padding: 50px 0 80px 0;
    background: #282c41;
  }
}

.toppg-sec4-wrap .content-wrap.type2 .text-wrap .text {
  width: 58.5%;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type2 .text-wrap .text {
    width: 72%;
  }
}

.toppg-sec4-wrap .content-wrap.type2 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type2 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.toppg-sec4-wrap .content-wrap.type2 .text-wrap .text p {
  margin-top: 31px;
  padding-left: 44px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap.type2 .text-wrap .text p {
    margin-top: 23px;
    padding-left: 32px;
  }
}

.toppg-sec4-wrap .content-wrap.type2 .text-wrap .btn-circle {
  position: absolute;
  left: 10.3vw;
  bottom: -141px;
  z-index: 10;
}

.workspg-sec1-wrap {
  position: relative;
  background: #80838f;
  padding: 0 0 175px 0;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap {
    padding: 0 0 65px 0;
  }
}

.workspg-sec1-wrap .number {
  position: absolute;
  z-index: 1;
}

.workspg-sec1-wrap .number.number1 {
  right: 67px;
  bottom: -145px;
  width: 86px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .number.number1 {
    right: -33px;
    bottom: 30px;
    width: 43px;
    height: 98px;
  }
}

.workspg-sec1-wrap .number.number2 {
  left: 67px;
  bottom: -145px;
  width: 96px;
  height: 199px;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .number.number2 {
    left: -33px;
    bottom: 33px;
    width: 45px;
    height: 99px;
  }
}

.workspg-sec1-wrap .number.number3 {
  right: 67px;
  bottom: -145px;
  width: 95px;
  height: 199px;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .number.number3 {
    right: -33px;
    bottom: 30px;
    width: 47px;
    height: 98px;
  }
}

.workspg-sec1-wrap .number.number4 {
  left: 67px;
  bottom: -145px;
  width: 97px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .number.number4 {
    left: -33px;
    bottom: 33px;
    width: 48px;
    height: 98px;
  }
}

.workspg-sec1-wrap .content-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap {
    display: block;
  }
}

.workspg-sec1-wrap .content-wrap.type1 {
  max-width: 1223px;
  margin: 0 0 0 auto;
}

.workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap {
  position: relative;
  width: 650px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap {
    width: 315px;
  }
}

.workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap h2 {
  position: absolute;
  top: -30px;
  left: 71px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap h2 {
    top: -25px;
    left: 26px;
    font-size: 16px;
    line-height: 1.875;
  }
}

.workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap .workspg-sec1-img {
  position: relative;
  width: 650px;
  max-width: 100%;
  height: 453px;
  z-index: 2;
  background-size: 650px 500px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap .workspg-sec1-img {
    width: 315px;
    height: 210px;
    background-size: cover;
  }
}

.workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap .workspg-sec1-img.img1 {
  background-image: url(../img/works/workspg-sec1-img1.jpg);
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap .workspg-sec1-img.img1 {
    background-image: url(../img/works/workspg-sec1-img1_sp.jpg);
  }
}

.workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap .workspg-sec1-img.img3 {
  background-image: url(../img/works/workspg-sec1-img3.jpg);
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap .workspg-sec1-img.img3 {
    background-image: url(../img/works/workspg-sec1-img3_sp.jpg);
  }
}

.workspg-sec1-wrap .content-wrap.type1 .workspg-sec1-img-wrap .workspg-sec1-img img:not(.number) {
  max-width: 100%;
  height: auto;
}

.workspg-sec1-wrap .content-wrap.type1 .text-wrap {
  position: relative;
  width: 56.5vw;
  min-width: 573px;
  padding: 75px 0 66px 0;
  background: #282c41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .workspg-sec1-wrap .content-wrap.type1 .text-wrap {
    padding: 75px 0 66px 0;
  }
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type1 .text-wrap {
    width: 345px;
    min-width: initial;
    margin: 0 0 0 auto;
    padding: 45px 0 45px 0;
    background: #282c41;
  }
}

.workspg-sec1-wrap .content-wrap.type1 .text-wrap .text {
  position: relative;
  width: 52.5%;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type1 .text-wrap .text {
    position: static;
    width: 69%;
  }
}

.workspg-sec1-wrap .content-wrap.type1 .text-wrap .text p {
  text-align: justify;
}

.workspg-sec1-wrap .content-wrap.type2 {
  max-width: 1223px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap {
  position: relative;
  width: 650px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap {
    width: 315px;
    margin: 0 0 0 auto;
  }
}

.workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap h2 {
  position: absolute;
  top: -30px;
  right: 53px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap h2 {
    top: -25px;
    right: 26px;
    font-size: 16px;
    line-height: 1.875;
  }
}

.workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap .workspg-sec1-img {
  position: relative;
  width: 650px;
  max-width: 100%;
  height: 453px;
  z-index: 2;
  background-size: 650px 500px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap .workspg-sec1-img {
    width: 315px;
    height: 210px;
    background-size: cover;
  }
}

.workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap .workspg-sec1-img.img2 {
  background-image: url(../img/works/workspg-sec1-img2.jpg);
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap .workspg-sec1-img.img2 {
    background-image: url(../img/works/workspg-sec1-img2_sp.jpg);
  }
}

.workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap .workspg-sec1-img.img4 {
  background-image: url(../img/works/workspg-sec1-img4.jpg);
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap .workspg-sec1-img.img4 {
    background-image: url(../img/works/workspg-sec1-img4_sp.jpg);
  }
}

.workspg-sec1-wrap .content-wrap.type2 .workspg-sec1-img-wrap .workspg-sec1-img img:not(.number) {
  max-width: 100%;
  height: auto;
}

.workspg-sec1-wrap .content-wrap.type2 .text-wrap {
  position: relative;
  width: 56.5vw;
  min-width: 573px;
  padding: 75px 0 66px 0;
  background: #282c41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .workspg-sec1-wrap .content-wrap.type2 .text-wrap {
    padding: 75px 0 66px 0;
  }
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type2 .text-wrap {
    width: 345px;
    min-width: initial;
    padding: 45px 0 45px 0;
    background: #282c41;
  }
}

.workspg-sec1-wrap .content-wrap.type2 .text-wrap .text {
  position: relative;
  width: 52.5%;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap.type2 .text-wrap .text {
    position: static;
    width: 69%;
  }
}

.workspg-sec1-wrap .content-wrap.type2 .text-wrap .text p {
  text-align: justify;
}

.workspg-sec1-wrap .content-wrap:not(:first-of-type) {
  margin-top: 175px;
}

@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap:not(:first-of-type) {
    margin-top: 75px;
  }
}

.workspg-sec2-wrap {
  padding: 130px 0 157px 0;
  background: #ecedef;
}

@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap {
    padding: 57px 0 54px 0;
  }
}

.workspg-sec2-wrap .heading-wrap.workspg-sec2 .alphabet {
  position: absolute;
  z-index: 1;
}

.workspg-sec2-wrap .heading-wrap.workspg-sec2 .alphabet.h {
  top: -140px;
  left: 77px;
  width: 108px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .heading-wrap.workspg-sec2 .alphabet.h {
    top: -67px;
    left: 30px;
    width: 52px;
    height: 98px;
  }
}

.workspg-sec2-wrap .content-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 55px;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .content-wrap {
    margin-top: 37px;
    padding: 0 30px;
  }
}

.workspg-sec2-wrap .content-wrap h3 {
  max-width: 864px;
  margin: 0 auto;
  color: #323232;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .content-wrap h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.workspg-sec2-wrap .content-wrap .text-wrap {
  padding-left: 44px;
  max-width: 864px;
  margin: 0 auto;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .content-wrap .text-wrap {
    padding-left: 36px;
    margin-top: 24px;
    display: block;
  }
}

.workspg-sec2-wrap .content-wrap .text-wrap .text {
  max-width: 384px;
  color: #323232;
}

.workspg-sec2-wrap .content-wrap .text-wrap .text:not(:first-of-type) {
  margin-left: 60px;
}

@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .content-wrap .text-wrap .text:not(:first-of-type) {
    margin-left: 0;
    margin-top: 25px;
  }
}

.workspg-sec2-wrap .content-wrap .text-wrap .text p {
  text-align: justify;
}

.workspg-sec2-wrap .content-wrap .text-wrap .text p:not(:first-of-type) {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .content-wrap .text-wrap .text p:not(:first-of-type) {
    margin-top: 25px;
  }
}

.sandwichpg-sec1-wrap {
  position: relative;
  background: #80838f;
  padding: 455px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec1-wrap {
    padding: 190px 0 0 0;
  }
}

.sandwichpg-sec1-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 150px;
  background: #ecedef;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec1-wrap:after {
    height: 86px;
  }
}

.sandwichpg-sec1-wrap img.en {
  position: absolute;
  z-index: 1;
}

.sandwichpg-sec1-wrap img.en.s {
  bottom: -200px;
  left: 247px;
  width: 114px;
  height: 199px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec1-wrap img.en.s {
    bottom: -175px;
    left: 16px;
    width: 57px;
    height: 100px;
  }
}

.sandwichpg-sec1-wrap .content-wrap {
  position: relative;
}

.sandwichpg-sec1-wrap .content-wrap.type1 .sandwichpg-sec1-img-wrap {
  position: absolute;
  top: -576px;
  left: 0;
  right: 0;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec1-wrap .content-wrap.type1 .sandwichpg-sec1-img-wrap {
    top: -250px;
  }
}

.sandwichpg-sec1-wrap .content-wrap.type1 .sandwichpg-sec1-img-wrap .sandwichpg-sec1-img {
  position: relative;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
}

.sandwichpg-sec1-wrap .content-wrap.type1 .sandwichpg-sec1-img-wrap .sandwichpg-sec1-img img:not(.en) {
  max-width: 100%;
  height: auto;
}

.sandwichpg-sec1-wrap .content-wrap.type1 .sandwichpg-sec1-img-wrap .sandwichpg-sec1-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 900px;
  max-width: 100%;
  margin: auto;
  z-index: 1;
  mix-blend-mode: multiply;
}

@media all and (-ms-high-contrast: none) {
  .sandwichpg-sec1-wrap .content-wrap.type1 .sandwichpg-sec1-img-wrap .sandwichpg-sec1-bg {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .sandwichpg-sec1-wrap .content-wrap.type1 .sandwichpg-sec1-img-wrap .sandwichpg-sec1-bg {
    display: none;
  }
}

.sandwichpg-sec1-wrap .content-wrap.type1 .sandwichpg-sec1-img-wrap .sandwichpg-sec1-bg img {
  max-width: 100%;
  height: auto;
}

.sandwichpg-sec1-wrap .content-wrap.type1 .text-wrap {
  position: relative;
  width: 58vw;
  min-width: 730px;
  margin: 0 0 0 auto;
  padding: 216px 0 153px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec1-wrap .content-wrap.type1 .text-wrap {
    width: 330px;
    min-width: initial;
    padding: 70px 0 80px 0;
    background: #282c41;
  }
}

.sandwichpg-sec1-wrap .content-wrap.type1 .text-wrap .text {
  position: relative;
  left: -6px;
  width: 54%;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec1-wrap .content-wrap.type1 .text-wrap .text {
    position: static;
    width: 73%;
  }
}

.sandwichpg-sec1-wrap .content-wrap.type1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec1-wrap .content-wrap.type1 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.sandwichpg-sec1-wrap .content-wrap.type1 .text-wrap .text p {
  margin-top: 31px;
  padding-left: 44px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec1-wrap .content-wrap.type1 .text-wrap .text p {
    margin-top: 23px;
    padding-left: 35px;
  }
}

.sandwichpg-sec2-wrap {
  background: #ecedef;
}

.sandwichpg-sec2-wrap .inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 123px 50px 172px 50px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .inner {
    padding: 57px 0 122px 0;
  }
}

.sandwichpg-sec2-wrap img.en {
  position: absolute;
  z-index: 3;
}

.sandwichpg-sec2-wrap img.en.l {
  top: -100px;
  right: -37px;
  width: 95px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap img.en.l {
    display: none;
    right: 20px;
    width: 48px;
    height: 100px;
  }
}

.sandwichpg-sec2-wrap img.en.m {
  bottom: 23px;
  left: -227px;
  width: 133px;
  height: 197px;
}

.sandwichpg-sec2-wrap .content-wrap {
  margin-top: 191px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .content-wrap {
    margin-top: 40px;
  }
}

.sandwichpg-sec2-wrap .item {
  position: relative;
}

.sandwichpg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 211px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 122px;
  }
}

.sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap {
    position: relative;
    top: 0;
    z-index: 1;
  }
}

.sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap .sandwichpg-sec2-img {
  position: relative;
  width: 690px;
  max-width: 100%;
  z-index: 1;
}

.sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap .sandwichpg-sec2-img img:not(.en) {
  max-width: 100%;
  height: auto;
}

.sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap .sandwichpg-sec2-img .price-wrap {
  position: absolute;
  bottom: -54px;
  left: 0;
  width: 305px;
  height: 90px;
  color: #80838f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap .sandwichpg-sec2-img .price-wrap {
    display: none;
  }
}

.sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap .sandwichpg-sec2-img .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap .sandwichpg-sec2-img .price-wrap p span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
}

.sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap .sandwichpg-sec2-img .price-wrap p span.title {
  margin-right: 8px;
}

.sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap .sandwichpg-sec2-img .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

.sandwichpg-sec2-wrap .item.type1 .sandwichpg-sec2-img-wrap .sandwichpg-sec2-img .price-wrap p span.tax {
  margin-left: 5px;
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap {
  position: relative;
  width: 485px;
  margin: 0 0 0 auto;
  padding: 72px 0 90px 0;
  background: #282c41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .text-wrap {
    width: 330px;
    padding: 45px 0 80px 0;
  }
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .text {
  width: 270px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .text-wrap .text {
    width: 234px;
  }
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.58;
  }
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .text h3 span.en {
  display: block;
  width: 300px;
  margin-top: 7px;
  font-family: "urw-din", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 3px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .text-wrap .text h3 span.en {
    font-size: 14px;
  }
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .text .serving {
  margin-top: 35px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .text-wrap .text .serving {
    margin-top: 23px;
    font-size: 16px;
  }
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap {
  margin-top: 15px;
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.77;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap h5 {
    font-size: 16px;
  }
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap p {
  margin-top: 8px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap p {
    font-size: 16px;
  }
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap ul {
  list-style: none;
  margin-top: 2px;
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap ul li {
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .price-wrap {
  display: none;
  position: absolute;
  bottom: -54px;
  left: 0;
  width: 305px;
  height: 90px;
  background: #fff;
  color: #80838f;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec2-wrap .item.type1 .text-wrap .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 260px;
  }
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .price-wrap p span {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .price-wrap p span.title {
  margin-right: 8px;
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 1px;
}

.sandwichpg-sec2-wrap .item.type1 .text-wrap .price-wrap p span.tax {
  margin-left: 5px;
}

.sandwichpg-sec3-wrap {
  display: none;
  background: #80838f;
}

.sandwichpg-sec3-wrap .inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 123px 50px 180px 50px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .inner {
    padding: 57px 0 100px 0;
  }
}

.sandwichpg-sec3-wrap .content-wrap {
  margin-top: 191px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .content-wrap {
    margin-top: 275px;
  }
}

.sandwichpg-sec3-wrap .item-wrap {
  margin-top: 257px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item-wrap {
    margin-top: 157px;
    display: block;
  }
}

.sandwichpg-sec3-wrap .item {
  position: relative;
}

.sandwichpg-sec3-wrap .item:not(:first-of-type) {
  margin-top: 303px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item:not(:first-of-type) {
    margin-top: 334px;
  }
}

.sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap {
  position: absolute;
  top: -129px;
  left: 0;
  right: 0;
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap {
    top: -235px;
  }
}

.sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img {
  position: relative;
  right: -30px;
  width: 600px;
  margin: 0 0 0 auto;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img {
    right: 0;
    width: 290px;
    margin: 0 auto;
  }
}

.sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img img:not(.en) {
  max-width: 100%;
  height: auto;
}

.sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .lid {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 1.1s;
  -o-transition: 1.1s;
  transition: 1.1s;
}

.sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .lid.active {
  opacity: 0;
  -webkit-transform: translate(0, -70px);
  -ms-transform: translate(0, -70px);
  transform: translate(0, -70px);
}

.sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .caption {
  position: relative;
  right: -13px;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .caption {
    display: none;
  }
}

.sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .caption.type1 {
  margin-top: 16px;
}

.sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .caption.type2 {
  margin-top: 6px;
}

.sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .option {
  position: relative;
  right: -15px;
  width: 390px;
  height: 90px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .option {
    display: none;
  }
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap {
  position: relative;
  width: 577px;
  padding: 70px 0 97px 0;
  background: #282c41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .text-wrap {
    width: 340px;
    margin: 0 auto;
  }
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .text {
  width: 382px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .text-wrap .text {
    width: 260px;
  }
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.58;
  }
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .text h3 span.en {
  display: block;
  width: 300px;
  margin-top: 7px;
  font-family: "urw-din", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 3px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap {
  margin-top: 40px;
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap .menu:not(:first-of-type) {
  margin-top: 28px;
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap .menu h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.77;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap .menu h5 {
    font-size: 16px;
  }
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap .menu ul {
  list-style: none;
  margin-top: 5px;
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap .menu ul li {
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .text .option {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .text-wrap .text .option {
    width: 350px;
    max-width: 100%;
    height: 90px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    text-align: center;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .price-wrap {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 288px;
  height: 90px;
  color: #80838f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .text-wrap .price-wrap {
    left: 0;
    width: 260px;
    margin: auto;
    background: #fff;
  }
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span {
    font-size: 17px;
  }
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span.title {
  margin-right: 8px;
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span.price {
    font-size: 31px;
  }
}

.sandwichpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span.tax {
  margin-left: 5px;
}

.sandwichpg-sec3-wrap .item.type2 .sandwichpg-sec3-img-wrap {
  position: absolute;
  top: -129px;
  left: 0;
  right: 0;
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .sandwichpg-sec3-img-wrap {
    top: -235px;
  }
}

.sandwichpg-sec3-wrap .item.type2 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img {
  position: relative;
  left: -20px;
  width: 600px;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img {
    left: 0;
    width: 290px;
    margin: 0 auto;
  }
}

.sandwichpg-sec3-wrap .item.type2 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img img:not(.en) {
  max-width: 100%;
  height: auto;
}

.sandwichpg-sec3-wrap .item.type2 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .lid {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 1.1s;
  -o-transition: 1.1s;
  transition: 1.1s;
}

.sandwichpg-sec3-wrap .item.type2 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .lid.active {
  opacity: 0;
  -webkit-transform: translate(0, -70px);
  -ms-transform: translate(0, -70px);
  transform: translate(0, -70px);
}

.sandwichpg-sec3-wrap .item.type2 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .caption {
  position: relative;
  left: -13px;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img .caption {
    display: none;
  }
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap {
  position: relative;
  width: 577px;
  margin: 0 0 0 auto;
  padding: 70px 0 97px 0;
  background: #282c41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .text-wrap {
    width: 340px;
    margin: 0 auto;
  }
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .text {
  width: 382px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .text-wrap .text {
    width: 260px;
  }
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.58;
  }
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .text h3 span.en {
  display: block;
  width: 300px;
  margin-top: 7px;
  font-family: "urw-din", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 3px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .text .menu-wrap {
  margin-top: 40px;
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .text .menu-wrap .menu:not(:first-of-type) {
  margin-top: 28px;
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .text .menu-wrap .menu h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.77;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .text-wrap .text .menu-wrap .menu h5 {
    font-size: 16px;
  }
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .text .menu-wrap .menu ul {
  list-style: none;
  margin-top: 5px;
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .text .menu-wrap .menu ul li {
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .price-wrap {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 288px;
  height: 90px;
  color: #80838f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .text-wrap .price-wrap {
    left: 0;
    width: 260px;
    margin: auto;
    background: #fff;
  }
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .price-wrap p span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .text-wrap .price-wrap p span {
    font-size: 17px;
  }
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .price-wrap p span.title {
  margin-right: 8px;
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type2 .text-wrap .price-wrap p span.price {
    font-size: 31px;
  }
}

.sandwichpg-sec3-wrap .item.type2 .text-wrap .price-wrap p span.tax {
  margin-left: 5px;
}

.sandwichpg-sec3-wrap .item.type3 .sandwichpg-sec3-img-wrap {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .sandwichpg-sec3-img-wrap {
    top: -46px;
  }
}

.sandwichpg-sec3-wrap .item.type3 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img {
  position: relative;
  width: 450px;
  margin: 0 auto;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img {
    width: 290px;
  }
}

.sandwichpg-sec3-wrap .item.type3 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img img:not(.en) {
  max-width: 100%;
  height: auto;
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap {
  position: relative;
  width: 500px;
  padding: 240px 0 128px 0;
  background: #282c41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .text-wrap {
    width: 340px;
    margin: 0 auto;
    padding: 140px 0 97px 0;
  }
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .text {
  width: 352px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .text-wrap .text {
    width: 260px;
  }
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.58;
  }
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .text h3 span.en {
  display: block;
  width: 300px;
  margin-top: 7px;
  font-family: "urw-din", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 3px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .text .menu-wrap {
  margin-top: 40px;
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .text .menu-wrap .menu:not(:first-of-type) {
  margin-top: 28px;
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .text .menu-wrap .menu h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.77;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .text-wrap .text .menu-wrap .menu h5 {
    font-size: 16px;
  }
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .text .menu-wrap .menu ul {
  list-style: none;
  margin-top: 5px;
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .text .menu-wrap .menu ul li {
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .text .option {
  width: 350px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .text-wrap .text .option {
    font-size: 14px;
  }
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .price-wrap {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 288px;
  height: 90px;
  color: #80838f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .text-wrap .price-wrap {
    width: 260px;
    background: #fff;
  }
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .price-wrap p span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .text-wrap .price-wrap p span {
    font-size: 17px;
  }
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .price-wrap p span.title {
  margin-right: 8px;
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type3 .text-wrap .price-wrap p span.price {
    font-size: 31px;
  }
}

.sandwichpg-sec3-wrap .item.type3 .text-wrap .price-wrap p span.tax {
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 {
    margin-top: 233px;
  }
}

.sandwichpg-sec3-wrap .item.type4 .sandwichpg-sec3-img-wrap {
  position: absolute;
  top: -155px;
  left: 0;
  right: 0;
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .sandwichpg-sec3-img-wrap {
    top: -134px;
  }
}

.sandwichpg-sec3-wrap .item.type4 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img {
  position: relative;
  width: 360px;
  margin: 0 auto;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img {
    width: 265px;
  }
}

.sandwichpg-sec3-wrap .item.type4 .sandwichpg-sec3-img-wrap .sandwichpg-sec3-img img:not(.en) {
  max-width: 100%;
  height: auto;
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap {
  position: relative;
  width: 500px;
  padding: 240px 0 128px 0;
  background: #282c41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .text-wrap {
    width: 340px;
    margin: 0 auto;
    padding: 130px 0 97px 0;
  }
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .text {
  width: 352px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .text-wrap .text {
    width: 260px;
  }
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.58;
  }
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .text h3 span.en {
  display: block;
  width: 300px;
  margin-top: 7px;
  font-family: "urw-din", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 3px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .text .menu-wrap {
  margin-top: 40px;
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .text .menu-wrap .menu:not(:first-of-type) {
  margin-top: 28px;
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .text .menu-wrap .menu h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.77;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .text-wrap .text .menu-wrap .menu h5 {
    font-size: 16px;
  }
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .text .menu-wrap .menu ul {
  list-style: none;
  margin-top: 5px;
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .text .menu-wrap .menu ul li {
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .text .option {
  width: 350px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .text-wrap .text .option {
    font-size: 14px;
  }
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .price-wrap {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 288px;
  height: 90px;
  color: #80838f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .text-wrap .price-wrap {
    width: 260px;
    background: #fff;
  }
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .price-wrap p span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .text-wrap .price-wrap p span {
    font-size: 17px;
  }
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .price-wrap p span.title {
  margin-right: 8px;
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .item.type4 .text-wrap .price-wrap p span.price {
    font-size: 31px;
  }
}

.sandwichpg-sec3-wrap .item.type4 .text-wrap .price-wrap p span.tax {
  margin-left: 5px;
}

.sandwichpg-sec3-wrap .link-wrap {
  max-width: 540px;
  margin-top: 170px;
  padding: 0 50px 0 30px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .link-wrap {
    margin-top: 130px;
  }
}

.sandwichpg-sec3-wrap .link-wrap .text {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .link-wrap .text {
    position: static;
  }
}

.sandwichpg-sec3-wrap .link-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.75;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .link-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.sandwichpg-sec3-wrap .link-wrap .text p {
  margin-top: 31px;
  padding-left: 42px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .link-wrap .text p {
    margin-top: 23px;
    padding-left: 35px;
  }
}

.sandwichpg-sec3-wrap .link-wrap .btn-circle {
  right: -25px;
  margin-top: 41px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec3-wrap .link-wrap .btn-circle {
    right: 0;
    margin: 30px 0 0 auto;
  }
}

.sandwichpg-sec4-wrap {
  background: #80838f;
}

.sandwichpg-sec4-wrap .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 123px 50px 142px 50px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec4-wrap .inner {
    padding: 57px 30px 54px 30px;
  }
}

.sandwichpg-sec4-wrap .content-wrap .item:not(:first-of-type) {
  margin-top: 104px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec4-wrap .content-wrap .item:not(:first-of-type) {
    margin-top: 52px;
  }
}

.sandwichpg-sec4-wrap .content-wrap .item h2 {
  display: inline-block;
  height: 80px;
  padding: 0 39px 0 37px;
  font-size: 22px;
  font-weight: 500;
  text-indent: 3px;
  letter-spacing: 3px;
  line-height: 80px;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec4-wrap .content-wrap .item h2 {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    text-indent: 1px;
    letter-spacing: 1px;
    line-height: 60px;
  }
}

.sandwichpg-sec4-wrap .content-wrap .item ul {
  list-style: none;
  margin-top: 43px;
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .sandwichpg-sec4-wrap .content-wrap .item ul {
    margin-top: 23px;
    padding-left: 5px;
  }
}

.sandwichpg-sec4-wrap .content-wrap .item ul li {
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.7em;
}

.houji-breadpg-sec1-wrap {
  position: relative;
  background: #80838f;
  padding: 130px 0 451px 0;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap {
    padding: 60px 0 140px 0;
  }
}

.houji-breadpg-sec1-wrap img.alphabet {
  position: absolute;
  z-index: 1;
}

.houji-breadpg-sec1-wrap img.alphabet.h {
  top: -142px;
  right: 82px;
  width: 108px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap img.alphabet.h {
    top: -65px;
    right: 32px;
    width: 54px;
    height: 99px;
  }
}

.houji-breadpg-sec1-wrap .content-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 50px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap .content-wrap {
    padding: 0;
    display: block;
  }
}

.houji-breadpg-sec1-wrap .content-wrap .text-wrap {
  width: 540px;
  max-width: 100%;
  padding: 0 67px 0 20px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap .content-wrap .text-wrap {
    padding: 0 30px 0 30px;
  }
}

.houji-breadpg-sec1-wrap .content-wrap .text-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap .content-wrap .text-wrap h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.houji-breadpg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 34px;
  padding-left: 42px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 23px;
    padding-left: 35px;
  }
}

.houji-breadpg-sec1-wrap .content-wrap .text-wrap p:first-of-type() {
  margin-top: 31px;
}

.houji-breadpg-sec1-wrap .content-wrap .text-wrap p:not(:first-of-type) {
  margin-top: 29px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap .content-wrap .text-wrap p:not(:first-of-type) {
    margin-top: 26px;
  }
}

.houji-breadpg-sec1-wrap .houji-breadpg-sec1-img1-wrap {
  position: absolute;
  top: 230px;
  right: 50px;
  width: 510px;
  height: 744px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap .houji-breadpg-sec1-img1-wrap {
    top: 458px;
    right: 30px;
    width: 240px;
    height: 360px;
  }
}

.houji-breadpg-sec1-wrap .houji-breadpg-sec1-img1-wrap .houji-breadpg-sec1-img1 {
  width: 510px;
  height: 744px;
  overflow: hidden;
  background-image: url(../img/houji-bread/houji-breadpg-sec1-img1.jpg);
  background-size: 510px 790px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap .houji-breadpg-sec1-img1-wrap .houji-breadpg-sec1-img1 {
    width: 240px;
    height: 350px;
    background-size: cover;
  }
}

.houji-breadpg-sec1-wrap .houji-breadpg-sec1-img1-wrap .map {
  position: absolute;
  top: 215px;
  left: -459px;
  width: 516px;
  height: 480px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec1-wrap .houji-breadpg-sec1-img1-wrap .map {
    top: 215px;
    left: -80px;
    width: 226px;
    height: 210px;
  }
}

.houji-breadpg-sec2-wrap {
  position: relative;
  background: #282c41;
  padding: 130px 0 148px 0;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec2-wrap {
    padding: 57px 0 54px 0;
  }
}

.houji-breadpg-sec2-wrap .content-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec2-wrap .content-wrap {
    padding: 0 30px;
    display: block;
  }
}

.houji-breadpg-sec2-wrap .content-wrap .item {
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec2-wrap .content-wrap .item {
    padding: 0;
  }
}

.houji-breadpg-sec2-wrap .content-wrap .item:not(:first-of-type) {
  margin-top: 81px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec2-wrap .content-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.houji-breadpg-sec2-wrap .content-wrap .item h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec2-wrap .content-wrap .item h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.houji-breadpg-sec2-wrap .content-wrap .item p {
  max-width: 861px;
  margin-top: 33px;
  padding-left: 43px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec2-wrap .content-wrap .item p {
    margin-top: 23px;
    padding-left: 35px;
  }
}

.houji-breadpg-sec3-wrap {
  position: relative;
  padding: 123px 0 97px 0;
  background: #ecedef;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap {
    padding: 57px 0 250px 0;
  }
}

.houji-breadpg-sec3-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 223px;
  background: #80838f;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap:after {
    display: none;
  }
}

.houji-breadpg-sec3-wrap img.alphabet {
  position: absolute;
  z-index: 3;
}

.houji-breadpg-sec3-wrap img.alphabet.a {
  bottom: -60px;
  right: -95px;
  width: 133px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap img.alphabet.a {
    bottom: -110px;
    right: 20px;
    width: 52px;
    height: 76px;
  }
}

.houji-breadpg-sec3-wrap img.alphabet.b {
  bottom: -60px;
  right: -87px;
  width: 105px;
  height: 195px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap img.alphabet.b {
    bottom: -110px;
    right: 20px;
    width: 47px;
    height: 76px;
  }
}

.houji-breadpg-sec3-wrap img.alphabet.c {
  bottom: -70px;
  right: -84px;
  width: 105px;
  height: 199px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap img.alphabet.c {
    bottom: -110px;
    right: 20px;
    width: 47px;
    height: 76px;
  }
}

.houji-breadpg-sec3-wrap .content-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 50px;
}

.houji-breadpg-sec3-wrap .content-wrap.sec1 {
  margin-top: 105px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec1 {
    margin-top: 46px;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec2 {
  display: none;
  margin-top: 124px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec2 {
    margin-top: 46px;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 {
  max-width: none;
  margin: 0;
  margin-top: 145px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec3 {
    margin-top: 68px;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .houji-breadpg-sec3-img-wrap {
  position: absolute;
  top: 213px;
  left: 0;
  right: 0;
  width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec3 .houji-breadpg-sec3-img-wrap {
    top: 341px;
    right: auto;
    width: 345px;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .houji-breadpg-sec3-img-wrap .houji-breadpg-sec3-img {
  position: relative;
  width: 540px;
  max-width: 100%;
  z-index: 2;
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .houji-breadpg-sec3-img-wrap .houji-breadpg-sec3-img p {
  margin-bottom: 12px;
  color: #323232;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec3 .houji-breadpg-sec3-img-wrap .houji-breadpg-sec3-img p {
    position: absolute;
    right: 5px;
    bottom: 0;
    margin-bottom: 0;
    color: #fff;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .houji-breadpg-sec3-img-wrap .houji-breadpg-sec3-img img:not(.alphabet) {
  max-width: 100%;
  height: auto;
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap {
  position: relative;
  width: 56vw;
  min-width: 730px;
  margin: 0 0 0 auto;
  padding: 132px 0 135px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap {
    width: 330px;
    min-width: initial;
    padding: 50px 0 80px 0;
    background: #282c41;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap .text {
  position: relative;
  left: -6px;
  width: 58.5%;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap .text {
    left: 5px;
    width: 80%;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.66;
    white-space: nowrap;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap .text p {
  margin-top: 35px;
  padding-left: 44px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap .text p {
    margin-top: 23px;
    padding-left: 35px;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap .text p:not(.notes) {
  font-size: 18px;
  line-height: 1.77;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap .text p:not(.notes) {
    font-size: 17px;
  }
}

.houji-breadpg-sec3-wrap .content-wrap.sec3 .text-wrap .text p.notes {
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .content-wrap {
    margin-top: 37px;
    padding: 0 30px;
  }
}

.houji-breadpg-sec3-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item-wrap {
    display: block;
    padding: 0;
  }
}

.houji-breadpg-sec3-wrap .item.type1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 {
    display: block;
  }
}

.houji-breadpg-sec3-wrap .item.type1:not(:first-of-type) {
  margin-top: 153px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1:not(:first-of-type) {
    margin-top: 82px;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .houji-breadpg-sec3-img-wrap {
  max-width: 1080px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .houji-breadpg-sec3-img-wrap {
    margin-left: 0;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .houji-breadpg-sec3-img-wrap .houji-breadpg-sec3-img {
  position: relative;
  width: 580px;
  max-width: 100%;
  z-index: 1;
}

.houji-breadpg-sec3-wrap .item.type1 .houji-breadpg-sec3-img-wrap .houji-breadpg-sec3-img img:not(.alphabet) {
  max-width: 100%;
  height: auto;
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap {
  position: relative;
  width: 385px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .text-wrap {
    width: 330px;
    margin-top: 30px;
    padding: 0;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .text {
  color: #323232;
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.58;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .text h3 span.en {
  display: block;
  width: 300px;
  margin-top: 7px;
  font-family: "urw-din", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 3px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .text-wrap .text h3 span.en {
    font-size: 14px;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap {
  margin-top: 15px;
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.77;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap h5 {
    font-size: 16px;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap p {
  margin-top: 10px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap p {
    font-size: 16px;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap p.notes {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.875;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap p.notes {
    font-size: 13.5px;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap ul {
  list-style: none;
  margin-top: 2px;
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .text .menu-wrap ul li {
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .price-wrap {
  width: 305px;
  height: 90px;
  margin: 40px auto 0 auto;
  color: #80838f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .text-wrap .price-wrap {
    width: 260px;
    margin: 32px 0 0 0;
    background: #fff;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span {
    font-size: 17px;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span.title {
  margin-right: 8px;
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span.price {
    font-size: 31px;
  }
}

.houji-breadpg-sec3-wrap .item.type1 .text-wrap .price-wrap p span.tax {
  margin-left: 5px;
}

.houji-breadpg-sec3-wrap .item.type2 {
  width: 273px;
  max-width: 100%;
  margin-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type2 {
    width: 260px;
    margin: 0 auto;
  }
  .houji-breadpg-sec3-wrap .item.type2:not(:first-of-type) {
    margin-top: 60px;
  }
}

.houji-breadpg-sec3-wrap .item.type2 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.houji-breadpg-sec3-wrap .item.type2 .caption-wrap {
  height: 138px;
  margin-top: 30px;
  color: #323232;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type2 .caption-wrap {
    height: auto;
    margin-top: 20px;
  }
}

.houji-breadpg-sec3-wrap .item.type2 .caption-wrap h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type2 .caption-wrap h4 {
    font-size: 23px;
  }
}

.houji-breadpg-sec3-wrap .item.type2 .caption-wrap p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.77;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type2 .caption-wrap p {
    font-size: 17px;
  }
}

.houji-breadpg-sec3-wrap .item.type2 .caption-wrap p.type1 {
  margin-top: 14px;
}

.houji-breadpg-sec3-wrap .item.type2 .caption-wrap p.type2 {
  margin-top: 8px;
}

.houji-breadpg-sec3-wrap .item.type2 .caption-wrap p.null {
  margin-top: 0;
}

.houji-breadpg-sec3-wrap .item.type2 .price-wrap {
  width: 273px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
  color: #80838f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type2 .price-wrap {
    margin-top: 23px;
    background: #fff;
  }
}

.houji-breadpg-sec3-wrap .item.type2 .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.houji-breadpg-sec3-wrap .item.type2 .price-wrap p span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type2 .price-wrap p span {
    font-size: 17px;
  }
}

.houji-breadpg-sec3-wrap .item.type2 .price-wrap p span.title {
  margin-right: 8px;
}

.houji-breadpg-sec3-wrap .item.type2 .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec3-wrap .item.type2 .price-wrap p span.price {
    font-size: 31px;
  }
}

.houji-breadpg-sec3-wrap .item.type2 .price-wrap p span.tax {
  margin-left: 5px;
}

.houji-breadpg-sec3-wrap .item.null {
  margin: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.houji-breadpg-sec3-wrap .item.null img {
  display: none;
}

.houji-breadpg-sec3-wrap .item.null .caption-wrap {
  display: none;
}

.houji-breadpg-sec3-wrap .item.null .price-wrap {
  display: none;
}

.houji-breadpg-sec4-wrap {
  position: relative;
  padding: 130px 0 157px 0;
  background: #80838f;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec4-wrap {
    padding: 57px 0 54px 0;
  }
}

.houji-breadpg-sec4-wrap .content-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec4-wrap .content-wrap {
    margin-top: 40px;
    padding: 0 30px 0 30px;
  }
}

.houji-breadpg-sec4-wrap .content-wrap .item {
  position: relative;
}

.houji-breadpg-sec4-wrap .content-wrap .item:not(:first-of-type) {
  margin-top: 104px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec4-wrap .content-wrap .item:not(:first-of-type) {
    margin-top: 52px;
  }
}

.houji-breadpg-sec4-wrap .content-wrap .item .item-img-wrap {
  position: absolute;
  top: -7px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec4-wrap .content-wrap .item .item-img-wrap {
    position: static;
    margin-top: 15px;
    padding-left: 11.75px;
  }
}

.houji-breadpg-sec4-wrap .content-wrap .item .item-img-wrap .item-img {
  width: 220px;
}

.houji-breadpg-sec4-wrap .content-wrap .item .item-img-wrap .item-img:not(:first-of-type) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec4-wrap .content-wrap .item .item-img-wrap .item-img:not(:first-of-type) {
    margin-top: 15px;
  }
}

.houji-breadpg-sec4-wrap .content-wrap .item .item-img-wrap .item-img .caption {
  margin-top: 0;
  padding-left: 0;
}

.houji-breadpg-sec4-wrap .content-wrap .item .item-img-wrap .item-img img {
  margin-top: 11px;
  max-width: 100%;
  height: auto;
}

.houji-breadpg-sec4-wrap .content-wrap .item h2 {
  display: inline-block;
  height: 80px;
  padding: 0 39px 0 37px;
  font-size: 22px;
  font-weight: 500;
  text-indent: 3px;
  letter-spacing: 3px;
  line-height: 80px;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec4-wrap .content-wrap .item h2 {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    text-indent: 1px;
    letter-spacing: 1px;
    line-height: 60px;
  }
}

.houji-breadpg-sec4-wrap .content-wrap .item ul {
  list-style: none;
  margin-top: 43px;
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec4-wrap .content-wrap .item ul {
    margin-top: 23px;
    padding-left: 5px;
  }
}

.houji-breadpg-sec4-wrap .content-wrap .item ul li {
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.7em;
}

.houji-breadpg-sec4-wrap .content-wrap .item p:not(.tel) {
  margin-top: 43px;
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec4-wrap .content-wrap .item p:not(.tel) {
    margin-top: 5px;
    padding-left: 5px;
  }
}

.houji-breadpg-sec4-wrap .content-wrap .item .tel {
  position: absolute;
  top: 0;
  right: -20px;
  color: #dbdde1;
  font-family: "urw-din", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 18px;
}

@media only screen and (max-width: 767px) {
  .houji-breadpg-sec4-wrap .content-wrap .item .tel {
    position: static;
    margin-top: 13px;
    padding-left: 5px;
    font-size: 23.5px;
    line-height: 2;
    letter-spacing: 10px;
    white-space: nowrap;
  }
}

.deliverypg-sec1-wrap {
  position: relative;
  background: #80838f;
  padding: 127px 0 93px 0;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec1-wrap {
    padding: 57px 0 54px 0;
  }
}

.deliverypg-sec1-wrap .content-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec1-wrap .content-wrap {
    padding: 0 30px;
    display: block;
  }
}

.deliverypg-sec1-wrap .content-wrap .item {
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec1-wrap .content-wrap .item {
    padding: 0;
  }
}

.deliverypg-sec1-wrap .content-wrap .item:not(:first-of-type) {
  margin-top: 81px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec1-wrap .content-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.deliverypg-sec1-wrap .content-wrap .item h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec1-wrap .content-wrap .item h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.66;
  }
}

.deliverypg-sec1-wrap .content-wrap .item p {
  max-width: 861px;
  margin-top: 33px;
  padding-left: 43px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec1-wrap .content-wrap .item p {
    margin-top: 23px;
    padding-left: 35px;
  }
}

.deliverypg-sec2-wrap {
  background: #282c41;
}

.deliverypg-sec2-wrap .inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 171px 50px 164px 50px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .inner {
    padding: 87px 0 84px 0;
  }
}

.deliverypg-sec2-wrap img.number {
  position: absolute;
  z-index: 3;
}

.deliverypg-sec2-wrap img.number.number1 {
  top: -87px;
  right: 111px;
  width: 96px;
  height: 197px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap img.number.number1 {
    top: -46px;
    right: 57px;
    width: 49px;
    height: 101px;
  }
}

.deliverypg-sec2-wrap .item {
  position: relative;
}

.deliverypg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 211px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 122px;
  }
}

.deliverypg-sec2-wrap .item.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 {
    display: block;
  }
}

.deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap {
  max-width: 1080px;
}

.deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img {
  position: relative;
  right: -5px;
  width: 657px;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img {
    right: 0;
    width: 340px;
    margin: 0 auto;
  }
}

.deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img img:not(.number) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img .price-wrap {
  position: absolute;
  bottom: -90px;
  right: 56px;
  width: 305px;
  height: 90px;
  color: #80838f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img .price-wrap {
    display: none;
  }
}

.deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img .price-wrap p span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
}

.deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img .price-wrap p span.title {
  margin-right: 8px;
}

.deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

.deliverypg-sec2-wrap .item.type1 .deliverypg-sec2-img-wrap .deliverypg-sec2-img .price-wrap p span.tax {
  margin-left: 5px;
}

.deliverypg-sec2-wrap .item.type1 .text-wrap {
  position: relative;
  padding-left: 60px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .text-wrap {
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 30px;
  }
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .text {
  width: 324px;
  max-width: 100%;
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-indent: 1px;
  line-height: 1.58;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .text-wrap .text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.58;
  }
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .text h3 span.en {
  display: block;
  width: 300px;
  margin-top: 7px;
  font-family: "urw-din", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 1px;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .text-wrap .text h3 span.en {
    font-size: 14px;
  }
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .text .description {
  margin-top: 39px;
  line-height: 1.875;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .text-wrap .text .description {
    margin-top: 23px;
  }
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap {
  margin-top: 35px;
  padding-bottom: 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap p {
  margin-top: 20px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap p {
    font-size: 16px;
  }
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap ul {
  list-style: none;
  margin-top: 2px;
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .text .menu-wrap ul li {
  line-height: 2;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .text .notes {
  margin-top: 25px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .text-wrap .text .notes {
    display: none;
  }
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .price-wrap {
  display: none;
  width: 315px;
  height: 90px;
  background: #fff;
  color: #80838f;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .text-wrap .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    margin: 35px auto auto auto;
  }
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .price-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .price-wrap p span {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .text-wrap .price-wrap p span {
    font-size: 17px;
  }
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .price-wrap p span.title {
  margin-right: 8px;
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .price-wrap p span.price {
  font-family: "urw-din", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec2-wrap .item.type1 .text-wrap .price-wrap p span.price {
    font-size: 31px;
  }
}

.deliverypg-sec2-wrap .item.type1 .text-wrap .price-wrap p span.tax {
  margin-left: 5px;
}

.deliverypg-sec3-wrap {
  position: relative;
  padding: 137px 0 171px 0;
  background: #80838f;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap {
    padding: 57px 0 54px 0;
  }
}

.deliverypg-sec3-wrap .content-wrap {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 49px;
  padding: 0 50px 0 50px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap {
    padding: 0 30px 0 30px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item {
  position: relative;
}

.deliverypg-sec3-wrap .content-wrap .item:not(:first-of-type) {
  margin-top: 104px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item:not(:first-of-type) {
    margin-top: 52px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item h2 {
  display: inline-block;
  height: 80px;
  padding: 0 39px 0 37px;
  font-size: 22px;
  font-weight: 500;
  text-indent: 3px;
  letter-spacing: 3px;
  line-height: 80px;
  border: 1px solid #fff;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item h2 {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    text-indent: 1px;
    letter-spacing: 1px;
    line-height: 60px;
  }
  .deliverypg-sec3-wrap .content-wrap .item h2.type2 {
    letter-spacing: 0;
  }
}

.deliverypg-sec3-wrap .content-wrap .item P + h3 {
  margin-top: 33px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item P + h3 {
    margin-top: 13px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 43px;
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item h3 {
    font-size: 16px;
    margin-top: 23px;
    padding-left: 5px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item h3 > {
  margin-top: 30px;
}

.deliverypg-sec3-wrap .content-wrap .item h3 + p {
  margin-top: 12px;
  padding-left: 43px;
  line-height: 2.125;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item h3 + p {
    margin-top: 5px;
    padding-left: 5px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item ul {
  list-style: none;
  margin-top: 43px;
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item ul {
    margin-top: 23px;
    padding-left: 5px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item ul.flow {
  margin-top: 21px;
}

.deliverypg-sec3-wrap .content-wrap .item ul.flow li {
  padding-left: 3em;
  text-indent: -3.2em;
}

.deliverypg-sec3-wrap .content-wrap .item ul.schedule {
  margin-top: 23px;
}

.deliverypg-sec3-wrap .content-wrap .item ul.schedule li {
  padding-left: 3em;
  text-indent: -3.2em;
}

.deliverypg-sec3-wrap .content-wrap .item ul li {
  line-height: 2.125;
  padding-left: 0.5em;
  text-indent: -0.7em;
}

.deliverypg-sec3-wrap .content-wrap .item img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.deliverypg-sec3-wrap .content-wrap .item img.schedule-img {
  margin-top: 56px;
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item img.schedule-img {
    display: none;
    margin-top: 23px;
    padding-left: 5px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .tel-wrap {
  margin-top: 48px;
  padding-left: 39px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .tel-wrap {
    margin-top: 39px;
    padding-left: 5px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .tel-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .tel-wrap dl {
    display: block;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .tel-wrap dl:not(:first-of-type) {
  margin-top: 39px;
}

.deliverypg-sec3-wrap .content-wrap .item .tel-wrap dl dt {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .tel-wrap dl dt {
    font-size: 16px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .tel-wrap dl dt span {
  letter-spacing: 4px;
}

.deliverypg-sec3-wrap .content-wrap .item .tel-wrap dl dd {
  margin-left: 10px;
  font-family: "urw-din", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 11px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .tel-wrap dl dd {
    margin-left: 0;
    margin-top: 15px;
    font-size: 22px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .link-wrap {
  max-width: 720px;
  margin-top: 55px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .link-wrap {
    margin-top: 44px;
    padding: 0 1px;
  }
  .deliverypg-sec3-wrap .content-wrap .item .link-wrap .btn-circle:not(:first-of-type) {
    margin-left: 25px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .notation-wrap {
  margin-top: 58px;
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .notation-wrap {
    margin-top: 23px;
    padding-left: 5px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl {
    display: block;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl:not(:first-of-type) {
  margin-top: 30px;
}

.deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dt {
  width: 176px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dt {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-bottom: none;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dd {
  width: 582px;
  margin-left: 61px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dd {
    max-width: 100%;
    margin-left: 0;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dd.type1 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dd.type1 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dd.type2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dd.type2 {
    font-size: 15px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dd p {
  font-weight: 500;
  line-height: 1.625;
  padding-left: 0.5em;
  text-indent: -0.7em;
}

.deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dd .notes {
  display: block;
  margin: -2px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .notation-wrap dl dd .notes {
    margin: 0;
    font-size: 14px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .price-wrap {
  margin-top: 53px;
  padding-left: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .price-wrap {
    margin-top: 33px;
    padding-left: 5px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .price-wrap dl {
  width: 250px;
  height: 60px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deliverypg-sec3-wrap .content-wrap .item .price-wrap dl dt {
  width: 110px;
  height: 100%;
  background: #fff;
  color: #80838f;
  font-size: 18px;
  font-weight: 500;
  text-indent: 4px;
  letter-spacing: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deliverypg-sec3-wrap .content-wrap .item .price-wrap dl dd {
  width: 140px;
  height: 100%;
  border: 1px solid #fff;
  font-family: "urw-din", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-indent: 2px;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deliverypg-sec3-wrap .content-wrap .item .price-notes {
  margin-top: 7px;
  padding-left: 43px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .price-notes {
    margin-top: 2px;
    padding-left: 5px;
    font-size: 15px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .price-notes .price {
  position: relative;
  top: 1px;
  font-family: "urw-din", sans-serif;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .price-notes .price {
    font-size: 19px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .price-notes .tax {
  position: relative;
  top: -0.5px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .price-notes .tax {
    font-size: 14px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .info-wrap {
  margin-top: 48px;
  padding-left: 43px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .info-wrap {
    margin-top: 39px;
    padding-left: 5px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .info-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .info-wrap dl {
    display: block;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .info-wrap dl:not(:first-of-type) {
  margin-top: 30px;
}

.deliverypg-sec3-wrap .content-wrap .item .info-wrap dl dt {
  width: 176px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .info-wrap dl dt {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-bottom: none;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.deliverypg-sec3-wrap .content-wrap .item .info-wrap dl dd {
  width: 582px;
  margin-left: 61px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .deliverypg-sec3-wrap .content-wrap .item .info-wrap dl dd {
    max-width: 100%;
    padding-top: 0;
    margin-left: 0;
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.storeguidepg-sec1-wrap {
  position: relative;
  background: #282c41;
  padding: 139px 0 130px 0;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec1-wrap {
    padding: 57px 0 84px 0;
  }
}

.storeguidepg-sec1-wrap .content-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec1-wrap .content-wrap {
    padding: 0 30px;
  }
}

.storeguidepg-sec1-wrap .logo {
  width: 175px;
  height: 56px;
}

.storeguidepg-sec1-wrap .info-wrap {
  margin-top: 55px;
}

.storeguidepg-sec1-wrap .info-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec1-wrap .info-wrap dl {
    display: block;
  }
}

.storeguidepg-sec1-wrap .info-wrap dl:not(:first-of-type) {
  margin-top: 30px;
}

.storeguidepg-sec1-wrap .info-wrap dl dt {
  width: 176px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec1-wrap .info-wrap dl dt {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-bottom: none;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.storeguidepg-sec1-wrap .info-wrap dl dd {
  width: 662px;
  margin-left: 61px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec1-wrap .info-wrap dl dd {
    max-width: 100%;
    padding-top: 0;
    margin-left: 0;
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.storeguidepg-sec1-wrap .info-wrap dl dd a {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.storeguidepg-sec2-wrap {
  position: relative;
  background: #80838f;
  padding: 139px 0 175px 0;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec2-wrap {
    padding: 57px 0 71px 0;
  }
}

.storeguidepg-sec2-wrap .content-wrap {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 119px;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec2-wrap .content-wrap {
    margin-top: 41px;
    padding: 0 30px;
  }
}

.storeguidepg-sec2-wrap .item:not(:first-of-type) {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec2-wrap .item:not(:first-of-type) {
    margin-top: 60px;
  }
}

.storeguidepg-sec2-wrap .item h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 4px;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec2-wrap .item h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.66;
  }
}

.storeguidepg-sec2-wrap .item p {
  margin-top: 33px;
  text-align: justify;
}

.storeguidepg-sec2-wrap .item .logo {
  display: block;
  width: 321px;
  max-width: 100%;
  height: 171px;
  margin: 0 auto;
  margin-top: 92px;
}

@media only screen and (max-width: 767px) {
  .storeguidepg-sec2-wrap .item .logo {
    width: 221px;
    height: 117px;
    margin-top: 50px;
  }
}

.contactpg-sec1-wrap {
  position: relative;
  background: #80838f;
  padding: 0 0 162px 0;
}

@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap {
    padding: 0 0 54px 0;
  }
}

.contactpg-sec1-wrap .content-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap {
    padding: 0 30px;
  }
}

.contactpg-sec1-wrap ul {
  list-style: none;
}

.contactpg-sec1-wrap ul li {
  line-height: 2.125;
  padding-left: 0.5em;
  text-indent: -0.7em;
}

.contactpg-sec1-wrap .notes {
  margin-top: 14px;
}

.contactpg-sec1-wrap .form-wrap {
  margin-top: 79px;
}

.contactpg-sec1-wrap .form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .form-wrap dl {
    display: block;
  }
}

.contactpg-sec1-wrap .form-wrap dl:not(:first-of-type) {
  margin-top: 30px;
}

.contactpg-sec1-wrap .form-wrap dl.confirm dt {
  letter-spacing: 0px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .form-wrap dl.confirm dt {
    letter-spacing: 3px;
    white-space: normal;
  }
}

.contactpg-sec1-wrap .form-wrap dl.textarea dd {
  height: 140px;
}

.contactpg-sec1-wrap .form-wrap dl dt {
  width: 176px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .form-wrap dl dt {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-bottom: none;
  }
}

.contactpg-sec1-wrap .form-wrap dl dd {
  width: 623px;
  margin-left: 61px;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .form-wrap dl dd {
    max-width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}

/*
.form-wrap{
  margin-top: 80px;
  @include media(sm){
    margin-top: 40px;
  }
  dl{
    padding: 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    @include media(sm){
      padding: 20px 0  15px 0;
      display: block;
      border-bottom: 1px solid #e6e6e6;
    }
    &:first-child{
      border-top: 1px solid #ccc;
      @include media(sm){
        border-top: 1px solid #e6e6e6;
      }
    }
    &.textarea{
      align-items: flex-start;
      dt{
        margin-top: 10px;
      }
      dd{
        height: 220px;
        @include media(sm){
          height: 150px;
        }
      }
    }
  }
  dt{
    width: 270px;
    font-size: 16px;
    text-align: left;
    @include media(sm){
      font-size: 13px;
      display: block;
      width: 100%;
    }
  }
  dd{
    width: 550px;
    font-size: 16px;
    @include media(sm){
      display: block;
      width: 100%;
      margin-top: 10px;
    }
  }
}
*/
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea {
    padding: 5px 0;
  }
}

.consent-wrap {
  margin-top: 92px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .consent-wrap {
    margin-top: 50px;
  }
}

.consent-wrap .consent {
  margin-top: 42px;
}

@media only screen and (max-width: 767px) {
  .consent-wrap .consent {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .consent-wrap .link {
    text-align: left;
  }
}

.consent-wrap .link a {
  color: #dbdde1;
  text-decoration: underline;
}

@media print, screen and (min-width: 961px) {
  .consent-wrap .link a:hover {
    text-decoration: none;
  }
}

input[type="checkbox"] {
  display: none;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.2;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 15px;
  }
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4.6px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6.5px;
  left: 4.6px;
  width: 6px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #003189), to(#07356d));
  background: -webkit-linear-gradient(left, #003189 45%, #07356d);
  background: -o-linear-gradient(left, #003189 45%, #07356d);
  background: linear-gradient(90deg, #003189 45%, #07356d);
  border-radius: 50%;
}

.submit-wrap {
  margin-top: 68px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .submit-wrap {
    margin-top: 55px;
  }
}

input.wpcf7-submit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  input.wpcf7-submit {
    width: 160px;
    height: 160px;
  }
}

.ajax-loader {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -41px;
  width: 315px;
  padding: 5px;
  background: #fff !important;
  color: #80838f !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  span.wpcf7-not-valid-tip {
    bottom: -32px;
    padding: 3px;
  }
}

.wpcf7-form-control.wpcf7-textarea + .wpcf7-not-valid-tip {
  bottom: -23px;
}

@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-textarea + .wpcf7-not-valid-tip {
    bottom: -19px;
  }
}

.wpcf7-form-control.wpcf7-checkbox + .wpcf7-not-valid-tip {
  right: 0;
  margin: auto;
}

.wpcf7-validation-errors {
  width: 100%;
  max-width: 612px;
  margin: 20px auto 0 auto !important;
  padding: 5px !important;
  color: #80838f;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border: none !important;
}

.wpcf7-mail-sent-ok {
  width: 100%;
  max-width: 612px;
  margin: 20px auto 0 auto !important;
  padding: 5px !important;
  color: #80838f;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .wpcf7-mail-sent-ok {
    padding: 10px !important;
  }
}

.privacypg-sec1-wrap {
  position: relative;
  background: #80838f;
  padding: 0 0 165px 0;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap {
    padding: 0 0 54px 0;
  }
}

.privacypg-sec1-wrap .content-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .content-wrap {
    padding: 0 30px;
  }
}

.privacypg-sec1-wrap .item {
  margin-top: 43px;
}

.privacypg-sec1-wrap h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap h2 {
    font-size: 20px;
  }
}

.privacypg-sec1-wrap h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
  text-indent: -1px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap h3 {
    font-size: 16px;
  }
}

.privacypg-sec1-wrap p {
  margin-top: 5px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap p {
    font-size: 13.5px;
  }
}

.privacypg-sec1-wrap ul {
  list-style: none;
}

.privacypg-sec1-wrap ul li {
  font-size: 15px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap ul li {
    font-size: 13.5px;
  }
}
