@charset "UTF-8";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* common
---------------------------------------------------------------------------- */
.min, .min span, .min em {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inblock {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

/* header
---------------------------------------------------------------------------- */
.header * {
  transition: .25s all ease;
}
.headerIn {
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.headerIn__logo {
  position: absolute;
  top: 0;
  left: 0;
}

header {
  border-top: 5px solid #e74127;
}

/* main
---------------------------------------------------------------------------- */
.main {
  min-height: 660px;
  padding-top: 2em;
  margin-bottom: 3em;
  background: url("/lp/omamori/img/bg_main.jpg") 50% 0 no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .inblock {
  max-width: 1200px !important;
  background: url("/lp/omamori/img/bg_inkan.png") 0 100% no-repeat;
}
.mainIn {
  position: relative;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 4em 0;
  height: 100%;
}
.mainIn:after {
  position: absolute;
  content: "";
}
.mainIn__elem {
  height: 100%;
  text-align: right;
}
.mainIn__elem img {
  position: relative;
}

/* mainSp
---------------------------------------------------------------------------- */
.mainSp {
  display: none;
}

/* btnArea
---------------------------------------------------------------------------- */
.btnArea {
  width: 95%;
  margin: 0 auto;
}
.btnArea__list {
  display: flex;
  justify-content: center;
}
.btnArea__item {
  margin: 0 1em;
}
.btnArea__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  min-width: 420px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.btnArea__item a:hover, .btnArea__item a:active {
  top: 5px;
  box-shadow: none;
  text-decoration: none;
}
.btnArea--scene a {
  background-color: #f97766;
  box-shadow: 0 5px 0 0px #e06757;
}
.btnArea--contact a {
  background-color: #5dbf7b;
  box-shadow: 0 5px 0 0px #45a161;
}
.btnArea__sub {
  width: 100%;
}
.btnArea__txt {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.6rem;
  font-weight: bold;
}
.btnArea__txt:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "\f063";
  font-family: FontAwesome;
  color: #fff;
}

/* intro
---------------------------------------------------------------------------- */
.intro {
  padding: 4em 0 6em 0;
  text-align: center;
  background-image: url("../img/bg_intro01.jpg"), url("/lp/omamori/img/bg_intro02.jpg");
  background-position: top left , bottom right;
  background-repeat: no-repeat, no-repeat;
}
.intro__catch {
  margin-bottom: 1em;
  font-size: 2rem;
  letter-spacing: normal;
}
.intro__read {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.8;
}
.intro__read p:not(:last-of-type) {
  margin-bottom: 2em;
}
.intro__read p span {
  display: block;
}
.intro .sp-img {
  display: none;
}

/* about
---------------------------------------------------------------------------- */
.about {
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
  background: #fff url("/lp/omamori/img/bg_about.jpg") 50% 50%/100% repeat;
}
.about__title {
  margin-bottom: 1em;
  font-size: 2.5rem;
  text-align: center;
}
.about .aboutIn {
  display: flex;
  justify-content: space-between;
}
.about .aboutIn .aboutIn__step {
  margin-bottom: 2em;
  width: 31.5%;
  position: relative;
}
.about .aboutIn .aboutIn__step:after {
  position: absolute;
  top: 50%;
  right: -5px;
  content: url("/lp/omamori/img/arrow.png");
  display: inline-block;
  width: 5px;
  height: 5px;
}
.about .aboutIn .aboutIn__step:last-child:after {
  display: none;
}
.about .aboutIn .aboutIn__step .t-step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about .aboutIn .aboutIn__step .t-step p {
  margin-right: 0.5em;
}
.about .aboutIn .aboutIn__step .t-step dl dt {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.1em;
}
.about .aboutIn .aboutIn__step .t-step dl dd {
  font-weight: bold;
  font-size: 1.1em;
}
.about .aboutIn .aboutIn__step .t-step p.fig {
  margin-bottom: 1em;
  background: #fff;
  padding: 1em;
  width: 100%;
}
.about .font {
  width: 90%;
  margin: 0 auto 2em;
  display: flex;
  justify-content: space-between;
}
.about .font .txt {
  width: 75%;
}
.about .font .txt h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.8em;
}
.about .font .txt h4 {
  margin-bottom: 0.25em;
  font-weight: bold;
  font-size: 1.4em;
}
.about .font .txt p {
  font-size: 1.1em;
  line-height: 2em;
}
.about .font .txt p em {
  font-weight: bold;
}
.about .step-waku {
  margin-bottom: 3.5em;
  padding: 1.5em 2em;
  background: #fff;
  position: relative;
}
.about .step-waku:after {
  position: absolute;
  content: '';
            /*何も入れない*
display: inline-block;/*忘れずに！*/
  background-image: url("/lp/omamori/img/arrow_down.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  bottom: -46px;
  left: 42%;
  width: 145px;
  margin: 0 auto;
  height: 46px;
}
.about .step-waku:last-child:after {
  display: none;
}
.about .step-waku h2 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2em;
  border-bottom: 1px solid #7d654b;
}
.about .step-waku h2 img {
  margin-right: 1em;
  vertical-align: middle;
}
.about .step-waku .step-waku-inner {
  width: 98%;
  margin: 0 auto;
}
.about .step-waku .step-waku-inner h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
}
.about .step-waku .step-waku-inner h3.step-catch {
  margin: 0.5em 0;
  font-size: 1.4em;
}
.about .step-waku .step-waku-inner h3.step-catch span {
  display: block;
}
.about .step-waku .step-waku-inner .column {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about .step-waku .step-waku-inner .column .txt {
  width: 63%;
}
.about .step-waku .step-waku-inner .column .txt p {
  margin-bottom: 1em;
}
.about .step-waku .step-waku-inner .column .txt dl {
  margin-bottom: 1.5em;
}
.about .step-waku .step-waku-inner .column .txt dl dt {
  margin-bottom: 0.25em;
  padding-left: 0.8em;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
}
.about .step-waku .step-waku-inner .column .txt dl dt:before {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 5px;
  height: 100%;
  content: '';
  -ms-filter: "alpha(opacity=20)";
  border-radius: 8px;
  background: #e74127;
}
.about .step-waku .step-waku-inner .column .advice {
  width: 61%;
}
.about .step-waku .step-waku-inner .column .advice h3:before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding: 0 7px 0 0;
  color: #e70012;
}
.about .step-waku .step-waku-inner .column .advice p.detail {
  line-height: 2em;
}
.about .step-waku .step-waku-inner .column .advice p em {
  font-weight: bold;
}
.about .step-waku .step-waku-inner .column .advice .fig {
  border: none;
  text-align: center;
}
.about .step-waku .step-waku-inner .graph {
  margin-bottom: 2em;
}
.about .step-waku .step-waku-inner .graph h4 {
  font-size: 1.1em;
  font-weight: bold;
}
.about .step-waku .step-waku-inner .graph table {
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
}
.about .step-waku .step-waku-inner .graph table th {
  width: 17%;
  background: #fff1ef;
  border: 1px solid #b7b7b7;
  padding: 0.8em 1em;
  vertical-align: middle;
  text-align: left;
}
.about .step-waku .step-waku-inner .graph table td {
  padding: 0.8em 1em;
  border: 1px solid #b7b7b7;
  vertical-align: middle;
  word-break: break-word !important;
}

/* 名前に寄り添う
---------------------------------------------------------------------------- */
.kobayashi {
  margin-bottom: 2em;
  padding-bottom: 4em;
  background: url("/lp/omamori/img/fig_kaiun.png") no-repeat 100% 100%;
}
.kobayashi .photo {
  margin-bottom: 2em;
}
.kobayashi h2 {
  margin-bottom: 1em;
  font-size: 2.8em;
  line-height: 1.2em;
}
.kobayashi h2 span {
  display: block;
}
.kobayashi p span {
  display: block;
}

/* meaning
---------------------------------------------------------------------------- */
.meaning {
  margin-bottom: 6em;
  padding: 4em 0;
  background: url("/lp/omamori/img/bg_meaning.jpg") no-repeat 0 0;
  background-size: cover;
}
.meaning h2 {
  margin-bottom: 1em;
  font-size: 2.4em;
  text-align: center;
}
.meaning .read {
  margin-bottom: 2em;
  text-align: center;
}
.meaning .read span {
  display: block;
}
.meaning .meaning_inner {
  padding: 3em;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 2px #ffdbd7;
}
.meaning .meaning_inner .meaning_box {
  margin-bottom: 4em;
}
.meaning .meaning_inner .meaning_box:last-child {
  margin-bottom: 0;
}
.meaning .meaning_inner .meaning_box h3 {
  margin-bottom: 1em;
  padding: 0.25em 0.5em 0.25em 1em;
  position: relative;
  border-bottom: 1px solid #e74127;
  font-size: 1.6em;
  font-weight: bold;
}
.meaning .meaning_inner .meaning_box h3:before {
  position: absolute;
  top: 25%;
  left: 10px;
  width: 8px;
  height: 60%;
  content: '';
  -ms-filter: "alpha(opacity=20)";
  border-radius: 8px;
  background: #e74127;
}
.meaning .meaning_inner .meaning_box h4 {
  width: 95%;
  margin: 0 auto 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.meaning .meaning_inner .meaning_box .inner {
  width: 95%;
  margin: 0 auto 3em;
  display: flex;
  justify-content: space-between;
}
.meaning .meaning_inner .meaning_box .inner .fig {
  width: 25%;
}
.meaning .meaning_inner .meaning_box .inner .txt {
  width: 75%;
}
.meaning .meaning_inner .meaning_box .inner .txt p {
  margin-bottom: 1em;
}
.meaning .meaning_inner .meaning_box .inner .txt p em {
  font-weight: bold;
}
.meaning .meaning_inner .meaning_box .inner .txt dl {
  background: #fff;
  padding: 1em;
}
.meaning .meaning_inner .meaning_box .inner .txt dl dt {
  margin-bottom: 0.25em;
  font-size: 1.1em;
}
.meaning .meaning_inner .meaning_box .inner .txt dl dd ul {
  list-style-type: disc;
}
.meaning .meaning_inner .meaning_box .inner .txt dl dd ul li {
  margin-left: 1.5em;
}

/* kaiun
---------------------------------------------------------------------------- */
.kaiun {
  padding: 5em 0;
  background: url("/lp/omamori/img/bg_kaiun.png") 100% 0/contain no-repeat, url("/lp/omamori/img/bg_kaiun2.png") 0 0/cover no-repeat, url("/lp/omamori/img/fig_kaiun2.png") 5vw -128px/27% no-repeat;
  background-color: #291b0f;
}
.kaiunIn {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  color: #fff;
}
.kaiunIn__title {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 16%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3rem;
}
.kaiunInDetail {
  width: 84%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.kaiunInDetail__title {
  margin-bottom: 1em;
  font-size: 2rem;
}
.kaiunInDetail__read {
  width: 76%;
  margin-bottom: 1em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 1px 0 3px rgba(0, 0, 0, 0.3), 0 -1px 3px rgba(0, 0, 0, 0.3), -1px 0 3px rgba(0, 0, 0, 0.3);
  font-size: 1.1em;
  line-height: 1.8;
}
.kaiunInDetail__note {
  font-size: .9rem;
}

/* sirusi
---------------------------------------------------------------------------- */
.sirusi {
  position: relative;
  margin-bottom: 6em;
}
.sirusi:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 37%;
  background: #fff url("/lp/omamori/img/negai_photo.jpg") 0 0/cover no-repeat;
  z-index: -10;
}
.sirusiIn {
  display: flex;
  justify-content: flex-end;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.sirusiInDetail {
  width: 610px;
  padding: 4em 0 3em 2em;
  background-color: #fff;
}
.sirusiInDetail__title {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-feature-settings: "palt";
  letter-spacing: 3px;
  line-height: 1.4;
}
.sirusiInDetail__title span {
  display: block;
}
.sirusiInDetail__read {
  font-size: 1.1em;
  line-height: 1.8;
}
.sirusiInDetail__read p {
  margin-bottom: 1.5em;
}
.sirusiInDetail__read p strong {
  font-weight: bold;
}

/* 名前が、想いが、一生のお守りとなります。
---------------------------------------------------------------------------- */
.omamori h2 {
  margin-bottom: 1em;
  font-size: 2.8em;
  text-align: center;
}
.omamori .omamori_read {
  margin-bottom: 4em;
  display: flex;
  justify-content: space-between;
}
.omamori .omamori_read .txt {
  width: 55%;
}
.omamori .omamori_read .txt p {
  font-size: 1.1em;
  margin-bottom: 1.5em;
}
.omamori .omamori_read .fig {
  width: 40%;
}
.omamori .page-nav {
  height: 100px;
  margin-bottom: 4em;
}
.omamori .page-nav, .omamori .page-nav * {
  transition: all .15s ease;
}
.omamori .page-nav ul {
  display: flex;
  justify-content: space-between;
}
.omamori .page-nav ul li {
  text-align: center;
  width: 20%;
}
.omamori .page-nav ul li:first-of-type a {
  border-radius: 10px 0 0 10px;
}
.omamori .page-nav ul li:last-of-type a {
  border-radius: 0 10px 10px 0;
  border-right: 1px solid #a90606;
}
.omamori .page-nav ul li a {
  padding: 1em 0.5em 1.5em 0.5em;
  border: 1px solid #a90606;
  border-right: none;
  color: #000;
  font-size: 1.2em;
  display: block;
}
.omamori .page-nav ul li a:hover {
  background-color: #a90606;
  opacity: 1;
  text-decoration: none;
}
.omamori .page-nav ul li a:hover p {
  color: #fff;
}
.omamori .page-nav ul li a:hover p:after {
  color: #fff;
}
.omamori .page-nav ul li a:hover p span {
  color: #fff;
}
.omamori .page-nav ul li a p {
  position: relative;
  font-weight: bold;
  color: #a90606;
  font-feature-settings: "palt";
}
.omamori .page-nav ul li a p:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "\f107";
  font-family: "FontAwesome";
  color: #a90606;
}
.omamori .page-nav ul li a p span {
  font-weight: normal;
  color: #333;
  font-size: 0.5em;
  display: block;
}
.omamori .page-nav.is-active {
  height: 55px;
}
.omamori .page-nav.is-active .page-nav-in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.15);
}
.omamori .page-nav.is-active .page-nav-in ul {
  max-width: 1000px;
  margin: 0 auto;
  height: 55px;
}
.omamori .page-nav.is-active .page-nav-in ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1em;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
}
.omamori .page-nav.is-active .page-nav-in ul li a p:after {
  display: none;
}
.omamori .page-nav.is-active .page-nav-in ul li a:hover {
  background-color: #a90606;
}
.omamori .page-nav.is-active .page-nav-in ul li a:hover p {
  color: #fff;
}
.omamori .page-nav.is-active .page-nav-in ul li a:hover p span {
  color: rgba(255, 255, 255, 0.8);
}

/* info
---------------------------------------------------------------------------- */
.info {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 4em 0;
}
.info table {
  width: 100%;
  border-collapse: collapse;
}
.info table tr th, .info table tr td {
  padding: .8em;
  border: 1px solid #aaa;
  vertical-align: middle;
}
.info table tr th {
  width: 25%;
  background-color: #e4d268;
  text-align: center;
}

/* SCENE
---------------------------------------------------------------------------- */
/* タイトル背景 */
#scene01 .t-scene {
  background: url("/lp/omamori/img/bg_scene01.jpg") no-repeat 0 0;
  background-size: cover;
}

#scene02 .t-scene {
  background: url("/lp/omamori/img/bg_scene02.jpg") no-repeat 0 0;
  background-size: cover;
}

#scene03 .t-scene {
  background: url("/lp/omamori/img/bg_scene03.jpg") no-repeat 0 0;
  background-size: cover;
}

#scene04 .t-scene {
  background: url("/lp/omamori/img/bg_scene04.jpg") no-repeat 50% 0;
  background-size: cover;
}

#scene05 .t-scene {
  background: url("/lp/omamori/img/bg_scene05.jpg") no-repeat 0 0;
  background-size: cover;
}

.scene {
  margin-bottom: 6em;
}
.scene .t-scene {
  margin-bottom: 3em;
  padding: 3.5em 0;
}
.scene .t-scene h2 {
  margin: 0;
  text-align: center;
}
.scene .t-scene p {
  width: 178px;
  margin: 0 auto;
  background: #e74127;
  color: #fff;
  font-size: 1.2em;
  border-radius: 30px;
  padding: 0.25em;
  text-align: center;
}
.scene h3.sub-t {
  margin-bottom: 1em;
  padding: 0.25em 0.5em;
  font-size: 2em;
  border-top: 1px solid #aa210b;
  border-bottom: 1px solid #aa210b;
}
.scene h3.sub-t span {
  padding-left: 0.5em;
  border-left: 5px solid #aa210b;
}
.scene .scene-read {
  width: 98%;
  margin: 0 auto 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scene .scene-read .l-area {
  width: 40%;
}
.scene .scene-read .l-area h3 {
  margin-bottom: 1em;
  font-size: 2em;
}
.scene .scene-read .l-area p span {
  display: block;
}
.scene .scene-read .photo {
  width: 56%;
  margin: 0 0 0 auto;
}
.scene .inei {
  width: 90%;
  margin: 0 auto 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scene .inei .detail dl {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: flex-start;
  font-size: 1.2em;
}
.scene .product {
  width: 1000px;
  margin: 0 auto 4em;
  background: url("/lp/omamori/img/bg_product.jpg") 0 0 repeat;
  border-top: 3px solid #aa210b;
  text-align: center;
  padding: 3em 2em;
}
.scene .product p {
  color: #aa210b;
  font-size: 1.3em;
  font-weight: bold;
}
.scene .product h3 {
  margin-bottom: 0.8em;
  font-size: 2.2em;
}
.scene .product .link {
  display: flex;
  justify-content: center;
}
.scene .product .link .link-inner {
  width: 46%;
  margin: 0 2%;
}
.scene .product .link .link-inner p {
  margin-bottom: 0.5em;
}
.scene .product .link .link-inner a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: .8em 1em;
  background-color: #aa210b;
  color: #fff;
}
.scene .product .link .link-inner a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.scene .product .link .link-inner a:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 0 0 10px;
  font-size: 1.2em;
}
.scene .voice {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 1em;
  padding: 3em 4em;
  background: url("/lp/omamori/img/bg_voice.gif") 0 0 repeat;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.scene .voice h2 {
  text-align: center;
  font-size: 1.6em;
}
.scene .voice p {
  font-size: 1.1em;
  line-height: 1.8em;
}
.scene .voice p.first {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ababab;
}

/* type
---------------------------------------------------------------------------- */
.type {
  padding: 4em 0 1em 0;
  background: url("/lp/omamori/img/bg_inzai.jpg") 0 0 repeat;
}
.type h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.5em;
}
.type ul {
  margin-bottom: 4em;
  display: flex;
  justify-content: space-between;
}
.type ul li {
  width: 31%;
}
.type ul li dl dt {
  font-size: 1.5em;
  text-align: center;
}
.type .select h3 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2em;
}
.type .select ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.type .select ul li {
  margin-bottom: 2%;
  padding: 1em;
  width: 32%;
  border: 3px solid #d2d2d2;
  background: #fff;
  text-align: center;
}
.type .select ul li p.name {
  font-size: 2em;
}
.type .select ul li p a {
  width: 70%;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 1.1em;
  display: block;
  padding: 0.25em;
}
.type .select ul li p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.type .select ul li.select01 a {
  background: #ffe790;
}
.type .select ul li.select02 a {
  background: #ccf0b0;
}
.type .select ul li.select03 a {
  background: #b0e9be;
}
.type .select ul li.select04 a {
  background: #98e3de;
}
.type .select ul li.select05 a {
  background: #a9d3f9;
}
.type .select ul li.select06 a {
  background: #b4baf4;
}
.type .select ul li.select07 a {
  background: #e5b9f6;
}
.type .select ul li.select08 a {
  background: #f5bbe1;
}
.type .select ul li.select09 a {
  background: #f4a9ab;
}

/* contact
---------------------------------------------------------------------------- */
.contact {
  background: #20272f;
}
.contact .contactIn {
  max-width: 1400px;
  margin: 0 auto;
  background: url("/lp/omamori/img/photo_contact.png") no-repeat 0 100%;
}
.contact .contactIn .photo-sp {
  display: none;
}
.contact .contactIn .r-area {
  width: 65%;
  padding: 6em 0 5em;
  margin: 0 0 0 auto;
}
.contact .contactIn .r-area h2 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  color: #fff;
  font-size: 2em;
}
.contact .contactIn .r-area h2 span {
  display: block;
}
.contact .contactIn .r-area p {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  color: #fff;
}
.contact .contactIn .r-area .contactInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2em;
}
.contact .contactIn .r-area .contactInfo__tel {
  margin-bottom: 0;
  margin-right: 1em;
}
.contact .contactIn .r-area .contactInfo__tel a {
  font-size: 2.8rem;
  font-family: arial;
  color: #fff;
}
.contact .contactIn .r-area .contactInfo__tel a:hover {
  cursor: inherit;
  text-decoration: none;
}
.contact .contactIn .r-area .contactInfo__time {
  margin-bottom: 0;
  font-size: 0.95rem;
}
.contact .contactIn .r-area .contactInfo__time span {
  margin-right: 0.5em;
}

/* shop
---------------------------------------------------------------------------- */
.shop {
  background-color: #f5f5f5;
}
.shopIn {
  position: relative;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 4em 0;
}
.shopIn:before {
  position: absolute;
  top: 0;
  left: -222px;
  content: "";
  height: 100%;
  width: 650px;
  background: url("/lp/omamori/img/fig_company.png") 50% 50%/contain no-repeat;
}
.shopBox {
  width: 56%;
  margin: 0 0 0 auto;
}
.shopBox__title {
  margin-bottom: 1.5em;
}
.shopBox__read {
  margin-bottom: 2em;
  line-height: 1.8;
}
.shopBox__btn {
  display: inline-block;
}
.shopBox__btn a {
  display: block;
  padding: .5em 2.5em;
  border: 1px solid #000;
  transition: .15s all ease;
}
.shopBox__btn a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

/* bnarea
---------------------------------------------------------------------------- */
.bnarea {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 2em 0;
}
.bnareaBox {
  max-width: 400px;
  width: 50%;
  margin: 0 .5em;
  text-align: center;
}
.bnareaBox p {
  font-size: .8rem;
}

/* related
---------------------------------------------------------------------------- */
.related {
  padding: 2em 0;
  border-top: 1px solid #ccc;
}
.related ul {
  display: flex;
  justify-content: center;
}
.related ul li {
  margin: 0 .5em;
}
.related ul li a img {
  max-width: 230px;
}

/* copyright
---------------------------------------------------------------------------- */
.copyright {
  padding: .5em;
  background-color: #000;
  color: #fff;
  font-size: .9rem;
  text-align: center;
}

/*===========================================================================*/
/*  media quary:1300px  */
/*===========================================================================*/
@media screen and (max-width: 1300px) {
  /* intro
  ---------------------------------------------------------------------------- */
  .intro {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  .intro__catch {
    margin-bottom: 1em;
    font-size: 2rem;
    letter-spacing: normal;
  }
  .intro__catch span {
    display: block;
  }
  .intro__read {
    font-size: 1em;
  }
  .intro__read p span {
    display: inline;
  }
  .intro .sp-img {
    display: block;
  }
}
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /* main
  ---------------------------------------------------------------------------- */
  .main {
    min-height: 500px;
    padding: 2em 0;
    background-size: cover;
  }
  .mainIn .inblock {
    background-size: 70%;
  }
  .mainIn__elem {
    width: 70%;
    margin: 0 0 0 auto;
  }
  .mainIn__elem img {
    position: relative;
    right: -50px;
  }

  /* btnArea
  ---------------------------------------------------------------------------- */
  .btnArea {
    margin-bottom: 2em;
  }
  .btnArea__item {
    margin: 0 .5em;
  }
  .btnArea__item a {
    min-width: 320px;
    min-height: 85px;
  }
  .btnArea__txt {
    font-size: 1.3rem;
  }

  /* kaiun
  ---------------------------------------------------------------------------- */
  .kaiun {
    padding: 5em 0;
    background: url("/lp/omamori/img/bg_kaiun.png") 37vw 0/contain no-repeat, url("/lp/omamori/img/bg_kaiun2.png") 0 0/cover no-repeat, url("/lp/omamori/img/fig_kaiun.png") 5vw -128px/40% no-repeat;
    background-color: #291b0f;
  }
  .kaiunIn {
    width: 90%;
  }
  .kaiunIn__title {
    width: 16%;
    font-size: 2.5rem;
  }
  .kaiunInDetail__read {
    font-size: 1em;
  }

  /* about
  ---------------------------------------------------------------------------- */
  .about {
    padding: 2em 0;
  }
  .about__title {
    margin-bottom: 0.5em;
    font-size: 1.65rem;
    font-feature-settings: "palt";
  }
  .about__title span {
    display: block;
  }
  .about .aboutIn {
    display: block;
  }
  .about .aboutIn .aboutIn__step {
    margin: 0 auto 1.5em;
    width: 100%;
    position: relative;
  }
  .about .aboutIn .aboutIn__step:after {
    display: none;
  }
  .about .aboutIn .aboutIn__step .t-step {
    width: 80%;
    margin: 0 auto 0.25em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .about .aboutIn .aboutIn__step .t-step p {
    margin-right: 0.5em;
  }
  .about .aboutIn .aboutIn__step .t-step p img {
    max-width: 50px;
  }
  .about .aboutIn .aboutIn__step .t-step dl dt {
    font-size: 1.5em;
  }
  .about .aboutIn .aboutIn__step .t-step dl dd {
    font-size: 1em;
  }
  .about .aboutIn .aboutIn__step p.fig {
    width: 55%;
    margin: 0 auto;
    text-align: center;
  }
  .about .font {
    width: 95%;
    margin: 0 auto 2em;
    display: block;
  }
  .about .font .txt {
    width: 100%;
  }
  .about .font .txt h3 {
    font-size: 1.5em;
  }
  .about .font .txt h4 {
    font-size: 1.3em;
  }
  .about .font .txt p {
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.8em;
  }
  .about .font p.fig {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .about .step-waku {
    margin-bottom: 2em;
    padding: 1em;
  }
  .about .step-waku:after {
    position: absolute;
    content: '';
            /*何も入れない*
display: inline-block;/*忘れずに！*/
    background-image: url("/lp/omamori/img/arrow_down.png");
    background-size: contain;
    vertical-align: middle;
    bottom: -46px;
    left: 45%;
    width: 70px;
    margin: 0 auto;
  }
  .about .step-waku h2 {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4em;
  }
  .about .step-waku h2 img {
    margin-right: 0.8em;
    max-width: 50px;
  }
  .about .step-waku .step-waku-inner {
    width: 98%;
    margin: 0 auto;
  }
  .about .step-waku .step-waku-inner .column {
    margin-bottom: 1em;
    display: block;
  }
  .about .step-waku .step-waku-inner .column .txt {
    width: 100%;
  }
  .about .step-waku .step-waku-inner .column .txt dl {
    margin-bottom: 1em;
  }
  .about .step-waku .step-waku-inner .column p.fig {
    text-align: center;
  }
  .about .step-waku .step-waku-inner .column .advice {
    margin-bottom: 1em;
    width: 100%;
  }
  .about .step-waku .step-waku-inner .column .advice h3:before {
    content: "\f00c";
    font-family: "FontAwesome";
    padding: 0 7px 0 0;
    color: #e70012;
  }
  .about .step-waku .step-waku-inner .graph {
    margin-bottom: 2em;
  }
  .about .step-waku .step-waku-inner .graph table {
    font-size: 0.9em;
    border: 1px solid #b7b7b7;
  }
  .about .step-waku .step-waku-inner .graph table th {
    width: 100%;
    display: block;
    border: none;
  }
  .about .step-waku .step-waku-inner .graph table td {
    display: block;
    border: none;
  }

  /* contact
  ---------------------------------------------------------------------------- */
  .contact .contactIn {
    background-size: 60%;
  }
  .contact .contactIn .r-area {
    width: 65%;
    padding: 2.5em 0.5em;
    margin: 0 0 0 auto;
  }
  .contact .contactIn .r-area h2 {
    font-size: 1.5em;
  }
  .contact .contactIn .r-area h2 span {
    display: inline;
  }

  /* shop
  ---------------------------------------------------------------------------- */
  .shopIn:before {
    left: -191px;
    width: 500px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9em;
  }

  /* header
  ---------------------------------------------------------------------------- */
  header {
    border-top: 10px solid #e74127;
  }
  header p {
    left: 10px;
  }
  header p img {
    max-width: 180px;
  }

  /* header
  ---------------------------------------------------------------------------- */
  .headerIn__logo {
    position: absolute;
    top: 0;
    left: 2%;
  }

  /* main
  ---------------------------------------------------------------------------- */
  .main {
    display: none;
  }

  /* mainSp
  ---------------------------------------------------------------------------- */
  .mainSp {
    display: block;
    margin-bottom: 2em;
    text-align: center;
  }

  /* btnArea
  ---------------------------------------------------------------------------- */
  .btnArea {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: .15s all ease;
    transform: translateY(100%);
    margin-bottom: 0;
    z-index: 9000;
  }
  .btnArea.fixed {
    transform: translateY(0);
  }
  .btnArea.bottom {
    transform: translateY(100%);
  }
  .btnArea__item {
    margin: 0;
    width: 50%;
  }
  .btnArea__item a {
    min-height: 70px;
    min-width: 100px;
    border-radius: 0;
  }
  .btnArea__item a:hover, .btnArea__item a:active {
    top: 0;
  }
  .btnArea--scene a {
    box-shadow: none;
  }
  .btnArea--scene a .btnArea__txt:before {
    content: "\f105";
  }
  .btnArea--contact a {
    box-shadow: none;
  }
  .btnArea--contact a .btnArea__txt:before {
    content: "\f095";
  }
  .btnArea__sub {
    margin-bottom: 0;
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0;
    white-space: nowrap;
  }
  .btnArea__txt {
    width: 100%;
    padding-left: 0;
    font-size: .95rem;
    font-feature-settings: "palt";
    line-height: 1.3;
  }
  .btnArea__txt:before {
    left: 13px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .btnArea__txt span {
    display: block;
  }

  /* intro
  ---------------------------------------------------------------------------- */
  .intro__catch {
    margin-bottom: 1em;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  .intro__read {
    width: 96%;
    margin: 0 auto;
    font-size: 1em;
    text-align: left;
  }
  .intro__read p:not(:last-of-type) {
    margin-bottom: 1em;
  }

  /* about
  ---------------------------------------------------------------------------- */
  .about {
    padding: 3em 0;
  }
  .about__title {
    line-height: 1.5;
  }
  .about .step-waku h2 {
    line-height: 1.4;
    letter-spacing: normal;
  }
  .about .step-waku .step-waku-inner h3.step-catch {
    margin: 1.5em 0;
    font-size: 1.1em;
    font-feature-settings: "palt";
    letter-spacing: 2px;
  }
  .about .step-waku .step-waku-inner h3.step-catch span {
    display: inline;
  }

  /* 名前に寄り添う
  ---------------------------------------------------------------------------- */
  .kobayashi {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    background: url("/lp/omamori/img/fig_kaiun.png") no-repeat 100% 100%;
    background-size: 40%;
  }
  .kobayashi .photo {
    margin-bottom: 1.5em;
  }
  .kobayashi h2 {
    font-size: 1.6em;
    margin-bottom: .8em;
  }
  .kobayashi h2 span {
    display: block;
  }
  .kobayashi p span {
    display: inline;
  }

  /* kaiun
  ---------------------------------------------------------------------------- */
  .kaiun {
    position: relative;
    padding: 4em 0 14.5em;
    background: url("/lp/omamori/img/bg_kaiun2.png") 0 0/cover no-repeat, url("/lp/omamori/img/fig_kaiun2.png") -17vw -48px/66% no-repeat;
    background-color: #291b0f;
  }
  .kaiun:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 180px;
    background: url("/lp/omamori/img/bg_kaiun.png") 50% 50%/cover no-repeat;
    z-index: 10;
  }
  .kaiunIn {
    flex-wrap: wrap;
  }
  .kaiunIn__title {
    width: 100%;
    margin-bottom: 1em;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
  }
  .kaiunInDetail {
    width: 100%;
    flex-wrap: wrap;
  }
  .kaiunInDetail__title {
    font-size: 1.4rem;
  }
  .kaiunInDetail__read {
    width: 100%;
    line-height: 1.6;
  }
  .kaiunInDetail__note {
    font-size: .8rem;
  }

  /* sirusi
  ---------------------------------------------------------------------------- */
  .sirusi {
    margin-bottom: 3.5em;
    padding-bottom: 14em;
  }
  .sirusi:before {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 235px;
    background: #fff url("/lp/omamori/img/negai_photo.jpg") 50% 50%/cover no-repeat;
    z-index: -10;
  }
  .sirusiIn {
    width: 100%;
  }
  .sirusiInDetail {
    width: 90%;
    margin: 0 auto;
    padding: 3.5em 0 3em;
    background-color: transparent;
  }
  .sirusiInDetail__title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  .sirusiInDetail__title span {
    display: inline;
  }
  .sirusiInDetail__read {
    line-height: 1.6;
    font-size: 1em;
  }

  /* meaning
  ---------------------------------------------------------------------------- */
  .meaning {
    margin-bottom: 2em;
    padding: 3em 0;
  }
  .meaning h2 {
    margin-bottom: 0.5em;
    font-size: 1.8em;
  }
  .meaning .read {
    margin-bottom: 1em;
    text-align: center;
  }
  .meaning .read span {
    display: inline;
  }
  .meaning .meaning_inner {
    padding: 1.5em;
  }
  .meaning .meaning_inner .meaning_box {
    margin-bottom: 2em;
  }
  .meaning .meaning_inner .meaning_box h3 {
    font-size: 1.2em;
    padding-left: 1.2em;
    font-feature-settings: "palt";
  }
  .meaning .meaning_inner .meaning_box h3:before {
    width: 5px;
    height: 80%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .meaning .meaning_inner .meaning_box h4 {
    font-size: 1em;
  }
  .meaning .meaning_inner .meaning_box .meaning_read {
    width: 98%;
    margin: 0 auto 2em;
    padding-bottom: 2em;
    border-bottom: 1px dotted #555;
  }
  .meaning .meaning_inner .meaning_box .inner {
    width: 98%;
    display: block;
    margin-bottom: 0;
  }
  .meaning .meaning_inner .meaning_box .inner:not(:last-of-type) {
    margin-bottom: 4em;
  }
  .meaning .meaning_inner .meaning_box .inner .fig {
    width: 40%;
    margin: 0 auto;
  }
  .meaning .meaning_inner .meaning_box .inner .txt {
    width: 100%;
  }

  /* 名前が、想いが、一生のお守りとなります。
  ---------------------------------------------------------------------------- */
  .omamori h2 {
    font-size: 1.7em;
  }
  .omamori h2 span {
    display: block;
  }
  .omamori .omamori_read {
    margin-bottom: 2em;
    display: block;
  }
  .omamori .omamori_read .txt {
    width: 100%;
  }
  .omamori .omamori_read .txt p {
    margin-bottom: 1em;
    font-size: 1em;
  }
  .omamori .omamori_read .fig {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .omamori .omamori_read .fig img {
    max-width: 324px;
    width: 100%;
  }
  .omamori .page-nav {
    height: auto;
    margin-bottom: 3em;
  }
  .omamori .page-nav ul {
    margin-bottom: 2em;
    flex-wrap: wrap;
    justify-content: space-between;
    background: none;
    border-left: 1px solid #a90606;
    border-top: 1px solid #a90606;
  }
  .omamori .page-nav ul li {
    width: 50%;
    font-size: 0.8em;
    border: none;
  }
  .omamori .page-nav ul li a {
    padding: 0.25em 0.25em 1em 0.25em;
    display: block;
    background-color: #fff;
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #a90606;
    border-radius: 0 !important;
  }
  .omamori .page-nav ul li a p span {
    font-size: 0.8em;
  }
  .omamori .page-nav ul li a p:after {
    bottom: -14px;
  }
  .omamori .page-nav ul li:last-of-type {
    width: 100%;
  }

  .scene {
    margin-bottom: 0em;
  }
  .scene .t-scene {
    margin-bottom: 2em;
    padding: 2.5em 0;
  }
  .scene .t-scene h2 {
    font-size: 2em;
  }
  .scene .t-scene p {
    font-size: 0.9em;
  }
  .scene h3.sub-t {
    font-size: 1.4em;
    margin: 2em 0 1em 0;
  }
  .scene .scene-read {
    display: block;
    margin-bottom: 0.5em;
  }
  .scene .scene-read .l-area {
    margin-bottom: 1em;
    width: 100%;
  }
  .scene .scene-read .l-area h3 {
    margin-bottom: 0.25em;
    font-size: 1.4em;
  }
  .scene .scene-read .l-area p span {
    display: inline;
  }
  .scene .scene-read .photo {
    width: 100%;
    margin: 0 auto;
  }
  .scene .inei {
    width: 100%;
    margin: 0 auto 2em;
    display: block;
  }
  .scene .inei p {
    margin-bottom: 0.5em;
    width: 100%;
    text-align: center;
  }
  .scene .inei .detail dl {
    margin-bottom: 0.5em;
    font-size: 1em;
  }
  .scene .product {
    width: 90%;
    margin-bottom: 4em;
    padding: 2em 0 2.3em 0;
  }
  .scene .product p {
    font-size: 1.1em;
  }
  .scene .product h3 {
    font-size: 1.8em;
  }
  .scene .product .link {
    display: block;
  }
  .scene .product .link .link-inner {
    width: 80%;
    margin: 0 auto;
  }
  .scene .product .link .link-inner:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .scene .product .link .link-inner p {
    margin-bottom: 0;
  }
  .scene .product .link .link-inner p img {
    vertical-align: bottom;
  }
  .scene .product .link .link-inner a {
    width: 100%;
    max-width: 500px;
    padding: 0.8em;
  }
  .scene .product .link .link-inner a:after {
    font-size: 1em;
  }
  .scene .voice {
    max-width: 1000px;
    margin: 0 auto 1em;
    padding: 1em;
  }
  .scene .voice h2 {
    text-align: center;
    font-size: 1.5em;
  }
  .scene .voice p {
    font-size: 1em;
    line-height: 1.8em;
  }

  /* contact
  ---------------------------------------------------------------------------- */
  .contact {
    margin: 0;
    padding: 0;
  }
  .contact .contactIn {
    padding: 0 0 1em 0;
    width: 90%;
    margin: 0 auto;
    display: block;
    background: none;
    text-align: center;
  }
  .contact .contactIn .photo-sp {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .contact .contactIn .r-area {
    width: 100%;
    padding: 0;
  }
  .contact .contactIn .r-area h2 {
    font-size: 1.4em;
  }
  .contact .contactIn .r-area h2 span {
    display: inline;
  }
  .contact .contactIn .r-area p {
    font-size: 1em;
  }
  .contact .contactIn .r-area .contactInfo {
    margin-bottom: 1.5em;
    padding: .8em;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  .contact .contactIn .r-area .contactInfo__tel {
    margin-right: 0;
  }
  .contact .contactIn .r-area .contactInfo__tel a {
    font-size: 1.6rem;
  }
  .contact .contactIn .r-area .contactInfo__time {
    font-size: 0.75rem;
  }

  /* shop
  ---------------------------------------------------------------------------- */
  .shopIn {
    padding-bottom: 17em;
  }
  .shopIn:before {
    top: inherit;
    bottom: 0;
    left: -10px;
    width: 100%;
    height: 252px;
    background-position: 0 100%;
  }
  .shopBox {
    width: 95%;
    margin: 0 auto;
  }
  .shopBox__read {
    font-size: .9rem;
    line-height: 1.6;
  }
  .shopBox__btn {
    display: block;
  }
  .shopBox__btn a {
    text-align: center;
  }

  /* related
  ---------------------------------------------------------------------------- */
  .related {
    padding: 1em;
  }
  .related ul {
    flex-wrap: wrap;
  }
  .related ul li {
    margin: 1% !important;
    width: 48%;
  }
  .related ul li a img {
    width: 100%;
    vertical-align: bottom;
  }

  /* copyright
  ---------------------------------------------------------------------------- */
  .copyright {
    padding: 0.25em;
    font-size: .7rem;
  }

  /* topcontrol
  ---------------------------------------------------------------------------- */
  #topcontrol {
    right: 5px !important;
    bottom: 65px !important;
  }
  #topcontrol img {
    max-width: 40px;
  }
}
/*===========================================================================*/
/*  media quary:480px  */
/*===========================================================================*/
