/*
Theme Name: Pirika-HP ONEPAGE
Author URI: http://www.pirikaworks.co.jp/
Version: 1.0
*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ========================================
  (共通)
======================================== */
body{
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0;
  letter-spacing: 0.1em;
}
a,a:link{
  color: #01CCC5;
  text-decoration: none;
}
a:hover{
  color: #01CCC5;
  text-decoration: underline;
}
img { max-width: 100%; }
.sitecolor { color: #01CCC5; }
.siteblue { color: #0000f9; }
.mincho {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.kufam {
  font-family: "Kufam", sans-serif;
  font-weight: 600;
}
.strong {
  background-size: 10px 20px;
  background-image: linear-gradient(-45deg,transparent 25%,#ff0 25%,#ff0 50%,transparent 50%, transparent 75%,#ff0 75%, #ff0);
  padding-bottom: 5px;
}

.wrap-view {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wrap-view._wide {
  max-width: 1186px;
}

.pc { display: block; }
.pc-tab { display: block; }
.tab-sp { display: none; }
.sp { display: none; }
.hidden { display: none; }

@media screen and (max-width:959px){
}
@media screen and (max-width:768px){
  .pc-tab { display: none; }
  .tab-sp { display: block; }
  body {
    font-size: 16px;
/*    line-height: 1.6;*/
  }
}
@media screen and (max-width:559px){
  .pc { display: none; }
  .sp { display: block; }
  header.wrap-view {
    padding-left: 0px;
    padding-right: 0px;
  }
}


/* ========================================
  ヘッダー
======================================== */
header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.header-home {
  width: calc(100% - 64px);
  padding: 32px;
  height: 586px; /* 650px - padding:64px */
  background-image: url(images/bg.jpg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  margin-bottom: 48px;
  overflow: hidden;
}
.mv-annalogo {
  width: 120px;
}
.mv-catch {
  font-size: 64px;
  line-height: 86px;
  margin-top: 36px;
}
.mv-text {
  margin-top: 16px;
  margin-left: 8px;
}
.mv-logo {
  position: relative;
  font-size: 120px;
  color: #01CCC5;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(90deg, #00CCC5 2.01%, #C8CFF0 41.93%, #FF52B1 59.34%, #FF52B1 75.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 44px;
  z-index: 1;
}
.header-sitename {
  position: absolute;
  font-size: 120px;
  color: #fff;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  right: -24px;
  bottom: -36px;
}

@media screen and (max-width:1440px){
  .header-home {
    background-position-x: 120%;
  }
}
@media screen and (max-width:1228px){ /* wide1186px + sitename right 24px x2 */
  .mv-logo {
    font-size: 100px;
  }
  .header-sitename {
    right: 0;
    bottom: -28px;
    font-size: 100px;
  }
}
@media screen and (max-width:1099px){
  .mv-annalogo {
    width: 90px;
  }
  .mv-catch {
    font-size: 56px;
    line-height: 72px;
    margin-top: 32px;
  }
  .mv-text {
    margin-top: 12px;
  }
  .header-home {
    height: 500px;
  }
}
@media screen and (max-width:959px){
  .header-home {
    background-position-x: 280px;
    background-size: cover;
  }
  .mv-annalogo {
    width: 80px;
  }
  .mv-logo {
    font-size: 72px;
  }
  .mv-catch {
    font-size: 48px;
    line-height: 64px;
    margin-top: 24px;
  }
  .header-sitename {
    right: 0;
    bottom: -20px;
    font-size: 72px;
  }
}
@media screen and (max-width:768px){
  .mv.wrap-view {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-home {
    height: 420px;
  }
  .mv-annalogo {
    width: 70px;
  }
  .mv-logo {
    font-size: 60px;
  }
  .mv-catch {
    font-size: 38px;
    line-height: 54px;
    margin-top: 18px;
  }
  .mv-text {
    font-size: 15px;
  }
  .header-sitename {
    right: 0;
    bottom: -20px;
    font-size: 60px;
  }
}
@media screen and (max-width:559px){
  .header-home {
    background-position-x: 145px;
    height: 480px;
    width: calc(100% - 32px);
    padding: 16px;
    margin-bottom: 0;
  }
  .mv-logo {
    font-size: 36px;
    margin-top: 28px;
  }
  .mv-catch {
    font-size: 36px;
    line-height: 52px;
    margin-top: 16px;
  }
  .header-sitename {
    right: 0;
    bottom: -11px;
    font-size: 36px;
  }
}


/* ========================================
  フッター
======================================== */
#footer {
  padding: 32px;
  height: 251px; /* 315px - padding:64px */
  background-image: url(images/bg.jpg);
  background-size: cover;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer-social { text-align: center; }
.wp_social_bookmarking_light {
	text-align: center;
	display: inline-block;
}
.footer-info {
  text-align: center;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.1em;
  border-top: solid 1px #000;
  padding-top: 16px;
  margin-top: 16px;
}
.footer-navi {
  display: flex;
  justify-content: center;
}
.footer-navi-item {
  font-size: 16px;
  margin: 0 12px;
}
.footer-navi-item a {
  color: #000;
}
.footer-sitename {
  position: absolute;
  font-size: 128px;
  color: #fff;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  left: 5%;
  top: -32px;
}

@media screen and (max-width:1228px){ /* wide1186px + sitename right 24px x2 */
  .footer-sitename {
    left: 0;
    font-size: 100px;
    top: -24px;
  }
}
@media screen and (max-width:959px){
  .footer-sitename {
    font-size: 90px;
  }
}
@media screen and (max-width:768px){
  .footer-navi-item {
    font-size: 12px;
  }
  .footer-sitename {
    font-size: 56px;
    top: -16px;
  }
}
@media screen and (max-width:559px){
  #footer {
    padding: 16px 24px;
    height: 240px;
  }
  .footer-navi {
    flex-direction: column;
  }
  .footer-navi-item {
    margin: 4px 0px;
  }
  .footer-sitename {
    font-size: 36px;
    top: -10px;
  }
}



/* ========================================
  ページ共通
======================================== */
.pgtitle {
  background-image: url(images/bg-title.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
  margin-bottom: 60px;
}
.pgtitle h2 {
  background-color: #fff;
  color: #01CCC5;
  font-size: 32px;
  line-height: 1;
  padding: 16px 32px;
}
.stepBar {
  display: flex;
  max-width: 560px;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 14px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #888;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after { display: none; }
.stepBar li span {
  background: #888;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited { color: #01ccc5; }
.stepBar .visited:after { background: #01ccc5; }
.stepBar .visited span { background: #01ccc5; }
@media screen and (max-width:768px){
  .pgtitle { 
    height: 160px;
    background-size: cover;
    background-position: right;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .pgtitle h2 {
    font-size: 20px;
    padding: 0.7em 1em;
  }
}

/* ----------------------------------------
  トップ
---------------------------------------- */

.pgroup { margin-bottom: 2.0em; }
.ttlgroup {
  text-align: center;
  margin-bottom: 80px
}
.topsec { 
  padding-top: 160px;
}
.topsec h2 {
  display: inline-block;
  color: #0069A7;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.topsec h2::before {
  content: "";
  background-image: url(images/ttlbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 128px;
  height: 128px;
  position: absolute;
  left: -100px;
  top: -52px;
  z-index: -1;
}
.topsec h2._right::before {
  top: -48px;
  left: auto;
  right: -80px;
}

.top1 ._rightimg { position: relative; }
.top1 ._rightimg p { padding-right: 260px; }
.topsec-img1 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 240px;
  margin-left: 20px;
}
.topsec-img2,
.topsec-img3,
.topsec-img4 { 
  margin-top: 60px;
  text-align: center;
}
.topsec-img2 img,
.topsec-img3 img,
.topsec-img4 img { 
  width: 85%;
  margin: 0 auto;
}
.top4 .pgroup p{
  text-align: center;
}
.btn-group {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.btn-group a {
  background-color: #01CCC5;
  width: 240px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  line-height: 1;
  border-radius: 16px;
  border: solid 2px #fff;
  margin: 0 20px;
  transition: 0.4s;
}
.btn-group a:hover {
  text-decoration: none;
  background-color: #ff52b1;
}
.btn-group a.disabled { 
  background-color: #888;
  pointer-events: none;
}
.topsec.top3 {
  position: relative;
  overflow: hidden;
}
.topsec.top3::before {
  content: "";
  background-image: url(images/bg-ocean.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 100vw;
  height: 66vw;
  right: 60%;
  top: 130px;
  z-index: -1;
}
.topsec.top5 {
  position: relative;
  overflow: hidden;
}
.topsec.top5::before {
  content: "";
  background-image: url(images/bg-ocean.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  width: 100vw;
  height: 66vw;
  left: 60%;
  top: 0px;
  z-index: -1;
}

@media screen and (max-width:768px){
  .topsec {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .topsec h2 { 
    font-size: 30px;
  }
  .topsec h2::before {
    width: 100px;
    height: 100px;
    left: -80px;
    top: -42px;
  }
  .topsec h2._right::before {
    top: -40px;
    right: -65px;
  }
  .top1 ._rightimg p {
    padding-right: 0px;
  }
  .topsec-img1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .topsec-img2,
  .topsec-img3,
  .topsec-img4 { 
    margin-top: 30px;
  }
  .topsec-img2 img { width: 100%; }
  .top4 .pgroup p{
    text-align: left;
  }
  .topsec.top3::before {
    width: 200vw;
    height: 132vw;
    right: 40%;
    top: 220px;
  }
  .topsec.top5::before {
    width: 200vw;
    height: 132vw;
    left: 30%;
    top: 100px;
  }
}
@media screen and (max-width:559px){
  .topsec {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 100px;
  }
  .topsec h2 { 
    font-size: 24px;
    line-height: 1.5;
  }
  .topsec h2::before {
    width: 80px;
    height: 80px;
    left: -30px;
    top: -32px;
  }
  .topsec h2._right::before {
    top: -32px;
    right: -45px;
  }
  .ttlgroup {
    margin-bottom: 40px;
  }
  .btn-group {
    flex-direction: column;
  }
  .btn-group a {
    margin: 0 auto 10px;
  }
  .topsec-img2 img,
  .topsec-img3 img,
  .topsec-img4 img {
    width: 100%;
  }
}


/* ----------------------------------------
  よくある質問
---------------------------------------- */
.faq-item {
  width: 680px;
  margin: 100px auto 0;
}
.faq-qarea {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #01CCC5;
  border-bottom: dashed 2px #01CCC5;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.faq-q { 
  margin-bottom: 16px;
  line-height: 1.2;
}
.faq-q img { width: 58px; }
.faq-aarea {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.faq-a {
  width: 36px;
  position: absolute;
  left: -42px;
  top: -10px;
}

.about-title {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #01CCC5;
  border-bottom: dashed 2px #01CCC5;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.about-table {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.08em;
  width: 100%;
}
.about-table th { 
  text-align: left; 
  width: 150px;
}

@media screen and (max-width:768px){
  .faqmv {
    margin-left: -20px;
    margin-right: -20px;
  }
  .faq-item {
    width: 480px;
    margin: 50px auto 0;
  }
  .faq-qarea {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .faq-q {
    margin-bottom: 10px;
  }
  .faq-q img {
    width: 48px;
  }
  .faq-aarea {
    font-size: 14px;
  }
  .faq-a {
    position: relative;
    width: 36px;
    left: calc(50% - 18px);
    top: auto;
    margin-bottom: 10px;
    display: block;
  }
}
@media screen and (max-width:559px){
  .faq-item { width: 100%; }
  .faq-qarea { font-size: 18px; }
}

/* ----------------------------------------
  店舗詳細
---------------------------------------- */
.shop-name {
  background-image: url(images/bg-title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  margin-bottom: 60px;
}
.shop-name h2 {
  background-color: #fff;
  color: #01CCC5;
  font-size: 32px;
  line-height: 1.4;
  padding: 16px 32px;
  max-width: 80%;
}

.shop-wrap {
  display: flex;
}
.shop-pic {
  width: calc(100% * 3 / 5);
  overflow: hidden;
}
.shop-meta {
  width: calc(100% * 2 / 5);
      display: flex;
    flex-direction: column;
}
.shop-pic img {
  width: 100%;
  /*height: 380px;*/
  height: auto;
  object-fit: cover;
}
.shop-amount {
  margin: 0 0 2px 2px;
  background-color: #01CCC5;
  color: #fff;
  line-height: 1;
  padding: 10px;
  height: 96px;
  position: relative;
}
.shop-goal {
  margin: 0 0 2px 2px;
  background-color: #fff;
  color: #393535;
  line-height: 1;
  padding: 10px;
  height: 68px;
  position: relative;
}
.meta-result {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
}
.result-figure {
  font-size: 40px;
}
.result-target {
  margin-top: 6px;
  display: block;
  font-size: 16px;
  border-top: solid 1px;
  padding-top: 4px;
}
.shop-info {
  padding: 10px;
  height: 100px;
  line-height: 1.1;
  font-size: 14px;
  word-break: break-all;
}
.shop-info-item {
  margin-bottom: 0.6em;
}
.info-icon {
  display: inline-block;
    background-color: #01CCC5;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 0;
    text-align: center;
    width: 90px;
    border-radius: 6px;
    margin-bottom: 5px;
}
.shop-text {
  width: 570px;
  margin: 30px auto 0;
  border-top: dashed 2px #01CCC5;
  border-bottom: dashed 2px #01CCC5;
  padding: 1em;
  overflow-wrap: break-word;
  word-break: break-all;
}
.shop-text p { margin-bottom: 1em; }
.shop-text p:last-child { margin-bottom: 0; }
.shop-item {
/*  width: 570px;*/
  margin: 30px auto 0;
  border-bottom: dashed 2px #01CCC5;
  padding: 1em;
}
.shop-item-title {
  background-color: #01CCC5;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin-bottom: 24px;
}
.item-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  background-color: #fff;
/*  background-image: url(images/bg-title.png);*/
  background-repeat: no-repeat;
  background-size: 120%;
}
.item-photo {
  width: 35%;
}
.item-contents {
  width: calc(65% - 36px);
  padding: 8px;
  border: dashed 2px #01CCC5;
  margin: 8px;
}
.item-photo img {
  width: 100%;
  height: auto;
/*  min-height: 200px;*/
  object-fit: contain;
}
.item-name {
  color: #01CCC5;
}
.item-text {
  font-size: 12px;
  margin-top: 8px;
}

.shop-policy {
  width: 570px;
    margin: 80px auto 0;
    padding: 0 1em;
}
.shop-policy .inner-iframe	{
  background-color: #FFFFFF;
  height: 120px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 16px;
}
.shop-policy ul,
.shop-policy li {
  list-style-type: disc;
  margin-left: 10px;
  font-size: 14px;
}
.policy-check {
    text-align: center;
    margin-top: 30px;
}
.policy-check label { margin-left: 5px; }

.shop-comments {
  margin: 0 auto 80px;
  padding: 1em;
}
.shop-comments-title {
  background-color: #01CCC5;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin-bottom: 24px;
}
.shop-comments .comments-title {
  color: #e4005a;
}
.shop-comments .comment-list {
  border-top: dashed 2px #01CCC5;
  margin-top: 24px;
}
.shop-comments .comment-body {
  border-bottom: dashed 2px #01CCC5;
  padding: 16px 0;
}
.comment-meta {
  display: flex;
  justify-content: flex-start;
}
.comment-author {
  width: 50px;
}
.comment-metadata {
  width: calc(100% - 60px);
  line-height: 1.4;
  margin-left: 10px;
}
.comment-metadata time {
  font-size: 12px;
}
.comment-content {
  margin-top: 12px;
  overflow-wrap: break-word;
  word-break: break-all;
}

@media screen and (max-width:768px){
  .shop-name {
    height: 160px;
    background-size: cover;
    background-position: right;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .shop-name h2 {
    font-size: 20px;
    padding: 0.7em 1em;
  }

  .shop-wrap { flex-direction: column; }
  .shop-pic { width: calc(100%); }
  .shop-pic img { 
    height: 62vw;
    height: auto;
    object-fit: contain;
  }
  .shop-meta {
    width: calc(100%);
    flex-direction: row;
    flex-wrap: wrap;
  }
  .shop-amount,
  .shop-goal {
    margin: 0;
    width: calc(50% - 20px);
  }
  .shop-info {
    width: calc(100% - 20px);
    height: auto;
  }
  .shop-text {
    width: calc(100% - 2em);
  }
  .shop-item {
    width: calc(100% - 2em);
  }
  .item-box {
    flex-direction: column;
    background-position: bottom;
  }
  .item-photo {
    width: 100%;
  }
  .item-contents {
    width: calc(100% - 36px);
  }
  .shop-policy {
    width: 100%;
    margin: 50px auto 0;
    padding: 0;
  }
  .shop-comments {
    padding: 1em 0;
  }
  .comment-meta {
    font-size: 14px;
  }
}
@media screen and (max-width:559px){
  .shop-amount,
  .shop-goal {
    width: calc(100% - 20px);
  }
}

/* ----------------------------------------
  店舗一覧
---------------------------------------- */
.shoplist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 80px;
}
.shoplist-item {
  width: calc(100% / 3 - 10px);
  background-color: #fff;
  overflow: hidden;
  border-radius: 16px;
  margin: 0 5px 10px;
  position: relative; 
}
.shoplist-item a {
  display: block;
  border: solid 10px #fff;
      height: calc(100% - 20px);
    border-radius: 24px;
  transition: 0.4s;
}
.shoplist-item a:hover {
  border: solid 10px #01ccc5;
  text-decoration: none;
}

.shoplist-item .shop-pic { 
  width: 100%; 
  border-radius: 10px 10px 0 0;
}
.shoplist-item .shop-pic img { 
  height: 196px;
  object-fit: cover;
}
.shoplist-item h3 {
      color: #393535;
    font-size: 24px;
    line-height: 1.2;
    margin: 18px 5px;
}
.shoplist-item .shop-amount {
    margin: 0;
    font-size: 14px;
    height: 45px;
}
.shoplist-item .shop-goal {
    margin: 0;
    font-size: 14px;
    height: 45px;
  background-color: #f7f7f7;
}
.shoplist-item .result-figure {
    font-size: 30px;
}
.shoplist-item .shop-outline {
  font-size: 12px;
  color: #333;
  padding: 10px 5px 36px;
}
.shoplist-item .shop-link {
  padding: 15px;
  text-align: center;
}

/* PageNavi */
.wp-pagenavi {
  margin: 80px 0;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid #e4005a;
  padding: 8px 16px;
  margin: 0 3px;
  transition: 0.4s;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: 1px solid #e4005a;
  color: #fff;
  background-color: #e4005a;
  text-decoration: none;
}

/* お店のリクエスト */
.shop-request a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.shoprequest-img {
  width: 220px;
  margin-right: 20px;
}
.request-bt {
  background-color: #01ccc5;
  width: 320px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  line-height: 1;
  border-radius: 16px;
  border: solid 2px #fff;
  margin: 10px 0px;
  transition: 0.4s;
  cursor: pointer;
}
.shop-request a:hover .request-bt { background-color: #ff0c6c; }
.shop-request .shoprequest-txt p { color: #3e3a39; }
.shop-request a:hover { text-decoration: none; }

@media screen and (max-width:768px){
  .shoplist-item {
    width: calc(100% / 2 - 10px);
  }
  .shoplist-item .shop-pic img { height: 176px; }
  .shoplist-item h3 { font-size: 18px; }
  .shoplist-item .shop-amount,
  .shoplist-item .shop-goal {
      font-size: 12px;
      height: 40px;
    width: calc(100% - 20px);
  }
  .shoplist-item .result-figure { font-size: 24px; }
}
@media screen and (max-width:559px){
  .shoplist-item {
    width: calc(100% - 10px);
  }
  .shoplist-item .shop-pic img { height: 208px; }
  .shop-request a { flex-direction: column; }
  .shoprequest-img {
    width: 160px;
    margin-right: 0;
    margin-bottom: 20px; 
  }
}


/* ----------------------------------------
  その他
---------------------------------------- */

/* TOPページの支援申込総額 */
.shop-amount.shien-amount {
  display: block;
  width: 370px;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px){
  .shop-amount.shien-amount { 
    max-width: 260px;
    width: auto;
  }
}
/* TOPページのOrionプロジェクトバナー */
.bnr-project {
  display: block;
  width: 390px;
  margin: 0 auto 30px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width:768px){
  .bnr-project { 
    max-width: 280px;
    width: auto;
    font-size: 10px;
  }
}

/* チケット表示+モーダル */
.ticket {
  text-align: center;
  margin: 1em;
}
.ticket a { 
  text-decoration: underline;
  cursor: pointer;
}
.ticket a:hover { text-decoration: none; }
.modal_open{
  display: inline;
  margin: 0;
  float: none;
}
.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 840px;
  margin: 0;
  /*padding: 40px 2vw 40px;*/
  padding: 0;
  /*border: 2px solid #aaa;*/
  border: none;
  background: #fff;
  box-sizing: border-box;
}
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  font-size: 26px;
  color: #000;
  line-height: 40px;
  text-align: center;
  background: #e6e6e6;
  cursor: pointer;
}
.modal_close i {
  line-height: 40px;
  vertical-align: bottom;
}
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
@media screen and (max-width: 768px) {
  .modal_box {
    width: 96%;
    padding: 0; 
  }
  .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
  }
  .modal_close i { line-height: 44px; }
}


/* ----------------------------------------
  利用規約/特商法
---------------------------------------- */
.term-lead,
.term-chapter,
.term-end,
.term-table {
  font-size: 16px;
}
.term-title {
  margin: 48px 0;
  font-size: 22px;
}
.term-chapter {
  margin-bottom: 48px;
}
.term-chapter ol,
.term-chapter ol > li {
  list-style: decimal;
}
.term-chapter ol {
  margin-left: 2rem;
}
.term-chapter ul,
.term-chapter ul > li {
  list-style: disc;
}
.term-chapter ul {
  margin-left: 1rem;
}

.term-table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #333;
}
.term-table th, 
.term-table td {
  border: solid 1px #333;
  text-align: left;
  padding: 8px;
}
.term-table th {
  width: 25%;
}
.term-table .underline {
  text-decoration: underline;
}
.term-table ul,
.term-table ul > li {
  list-style: disc;
}
.term-table ul {
  margin-left: 1rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .term-lead,
  .term-chapter,
  .term-end,
  .term-table {
    font-size: 14px;
  }
  .term-title {
    margin: 32px 0;
    font-size: 18px;
  }
  .term-chapter {
    margin-bottom: 32px;
  }
}

/* ----------------------------------------
  お問い合わせ
---------------------------------------- */

.tableform {
  margin-top: 30px;
}
.form-lead {
  text-align: center;
}
.page-thanks {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}

/* お問い合わせ下の会社概要 */
.faq-item.contact-about{
  margin: 100px auto 100px;
}

/* 支援ページ */
.mailcheck-wrap { margin-bottom: 5px; }
.mailcheck { font-size: 12px; }
.total-price {
  display: none;
}

/* 店舗お申し込み */
.readme {
  border: dashed 3px #e4005a;
  padding: 20px;
}
.readme p { color: #e4005a; }
.readme ul,
.readme li { 
  list-style-type: disc; 
  margin-left: 14px;
  font-size: 14px;
}

.shien-form-card {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
.shien-form-card-txt, .shien-form-card-img {
  width: 50%;
}
.shien-form-card-img img {
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .shien-form-card {
    flex-direction: column;
    column-gap: 24px;
  }
  .shien-form-card-txt, .shien-form-card-img {
    width: 100%;
  }
  .shien-form-card-img img {
    max-width: 100%;
    margin-top: 30px;
  }
}

/* サポートカンパニー */
.supportcompany-notice {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #e4005a;
}
.sc-lead {
  background-image: url(images/supportcompany.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sc-lead-filter {
  background: rgb(0,0,0,0.4);
  padding: 40px;
  color: #fff;
}
.sc-catch {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.sc-text1 {
  margin-bottom: 20px;
}
.sc-text2 {
  margin-bottom: 20px;
}
.sc-text2 p:not(:last-child) {
  margin-bottom: 5px;
}
.sc-text2 p .sc-text-msg {
  background-color: #ffffff;
  display: inline-block;
  color: #e5015a;
}
.sc-form-title {
  text-align: center;
  font-size: 32px;
  color: #e5015a;
  margin-top: 40px;
}
@media screen and (max-width:768px){
  .sc-catch {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .sc-form-title {
    font-size: 24px;
  }
}
@media screen and (max-width:559px){
  .sc-lead-filter {
    padding: 24px 16px;
  }
}

/* サポートカンパニー 流れ */
.sec-flow .flow-list {
  margin: 40px auto 30px;
  padding: 0 0 1px 60px;
  border-left: 2px solid #e5015a;
  margin-left: 24px;
}
.sec-flow .flow-list li {
  margin: 40px 0;
}
.sec-flow .flow-list h3 {
  margin: 0 0 0.5em;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.sec-flow .flow-list .num {
  padding: 6px;
  background-color: #e5015a;
  display: inline-block;
  position: absolute;
  left: -83px;
  top: 2px;
  border-radius: 100px;
}
.sec-flow .flow-list .num span {
  width: 34px;
  height: 34px;
  color: #fff;
  padding: 0 0 3px 1px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-flow .flow-list .link a {
  color: #fff;
}
.sec-flow .flow-list .qr {
  width: calc(100% + 50px);
  margin-left: -50px;
  text-align: center;
}
.sec-flow .flow-list .qr img {
  width: 120px;
}

@media screen and (max-width: 559px) {
  .sec-flow .flow-list {
    margin: 40px 0 0;
    padding: 0 0 1px 30px;
    margin-left: 24px;
  }
  .sec-flow .flow-list h3 {
    font-size: 24px;
  }
  .sec-flow .flow-list .num {
    top: -2px;
    left: -52px;
  }
  .sec-flow .flow-list .num span {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
  .sec-flow .flow-list .link a {
    margin-right: 0;
  }
}

/* サポートカンパニー バナー */
.bnr-sc {
  text-align: center;
  margin: 50px 0;
}
.bnr-sc img {
  max-width: 60%;
}
.bnr-sc a:hover img {
  opacity: 0.7;
}
@media screen and (max-width:768px){
  .bnr-sc {
    margin: 30px 0;
  }
}
@media screen and (max-width:559px){
  .bnr-sc img {
    max-width: 100%;
  }
}

/* 返礼品ありの場合は住所入力 */
.returngift {
  margin: 40px 0 60px;
  background: #e7ddcf;
  padding: 32px;
}
.returngift-msg {
  color: #e6005a;  
}
@media screen and (max-width:559px){
  .returngift {
    padding: 24px 16px;
  }
  .returngift input[type="text"].form-short {
    width: 120px !important;
  }
}

/* 2度押し注意文 入力ページは表示しない */
.mw_wp_form_input .note-double {
  display: none;
}
.mw_wp_form_input input[type="submit"] {
  background-color: #5a5a5a;
}


/* お店リクエスト */
.request-img {
  width: 80%;
  margin: 1em auto;
}

/*確認ページ*/
.mw_wp_form_confirm td span.example,
.mw_wp_form_confirm .noconfirm {
	display: none;
}
.mw_wp_form_confirm dt {
  border-bottom: dashed 2px #01ccc5;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #888;
}
.mw_wp_form_confirm input[type="text"] {
  border: none;
  background: transparent;
  padding: 3px 0;
  color: #3e3a39;
}
.mw_wp_form_confirm .selectbox::after {
  border-bottom: none;
  border-right: none;
}

/*完了ページ*/
.mw_wp_form_complete {
  margin-bottom: 200px;
}

@media screen and (max-width:768px){
  .readme { padding: 20px 15px; }
}
@media screen and (max-width:559px){
  .request-img { width: 80%; }
}



/* フォームパーツ */
input[type="text"],
input[type="email"],
textarea {
  padding: 5px 8px;
  font-size: 1em;
  color: #666;
  border: solid 3px #01CCC5;
  width: calc(100% - 22px);
}
input[type="submit"] {
  background-color: #01CCC5;
  width: 240px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  line-height: 1;
  border-radius: 16px;
  border: solid 2px #fff;
  margin: 0 20px;
  transition: 0.4s;
  cursor: pointer;
}
input[type="submit"]:hover{
  background-color: #ff52b1;
}
input[type="file"] {
  line-height: 1;
  width: 100%;
}
select{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  font-size: 1em;
  border: #01CCC5 3px solid;
  border-radius: 0;
  background: #fff;
}
.selectbox {
  position:relative;
}
.selectbox::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 39%;
  border-bottom: #888 3px solid;
  border-right: #888 3px solid;
  transform: rotate(45deg)translateY(-30%);
}
.form-inline {
	display: inline-block;
	width: 40% !important;
	margin-left: 10px;
}
.form-short {
	display: inline-block;
	width: 20% !important;
}
.inlineform {
  display: inline;
}
.inlineform .nowrap {
  white-space: nowrap;
}
input[type="text"].shortform {
  width: 160px;
  display: inline;
}
.mw_wp_form_input input[type="text"].readonly {
  pointer-events: none;
  border: none;
  background-color: transparent;
  color: #000;
  padding: 0;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

.form-note {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #888;
}
.form-note.red {
  color: #e6005a;
}
.hissu {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background-color: #01CCC5;
  padding: 4px 6px;
  border-radius: 6px;
  vertical-align: text-bottom;
  white-space: nowrap;
}

.mw_wp_form .error {
	color: #e4005a !important;
}
.submit-bt {
	margin: 50px auto 50px;
	text-align: center;
}
#zip { margin: 0px 5px 5px; }
#pref { margin: 0px 0px 5px; }

@media screen and (max-width: 768px) {
  .inlineform .nowrap {
    display: block;
    margin: 8px 0;
  }
}
@media screen and (max-width:640px){
	input[type="text"], input[type="email"], textarea {
		width: calc(100% - 22px);
	}
}



/* ========================================
  ナビ
======================================== */

.hummenu { display: none; }
.sidebar { 
  /*left: 0;*/
  right: 0;
}
.sidebar-logo { 
  text-align: left;
}
.home .sidebar-logo { background-image: none; }
.sidebar-logo a { display: inline-block; }
.sidebar-logo img.logo {
  width: 540px;
  padding: 18px 4px 12px;
}
.sidenavi {
  background-color: #01CCC5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.sidenavi li {
  width: calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.sidenavi li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  padding: 1em 0;
  transition: 0.4s;
}
.sidenavi li a:hover {
  text-decoration: none;
  background-color: #ff52b1;
}

@media screen and (max-width:768px){
  /* ハンバーガーメニュー */
  .hummenu {
    z-index: 3;
    display: inline;
    position: fixed;
    top: 20px;
    /*left: 20px;*/
    right: 20px;
  }
  .menu-trigger,
  .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
  }
  .menu-trigger {
      position: relative;
      width: 38px;
      height: 33px;
  }
  .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #01CCC5;
      border-radius: 3px;
  }
  .menu-trigger span:nth-of-type(1) { top: 0; }
  .menu-trigger span:nth-of-type(2) { top: 15px; }
  .menu-trigger span:nth-of-type(3) { bottom: 0; }
  /**/
  .menu-trigger span:nth-of-type(1) {
      -webkit-animation: menu-bar01 .5s forwards;
      animation: menu-bar01 .5s forwards;
  }
  @-webkit-keyframes menu-bar01 {
      0% { -webkit-transform: translateY(15px) rotate(-45deg); }
      100% { -webkit-transform: translateY(0) rotate(0); }
  }
  @keyframes menu-bar01 {
      0% { transform: translateY(15px) rotate(-45deg); }
      100% { transform: translateY(0) rotate(0); }
  }
  .menu-trigger span:nth-of-type(2) {
      -webkit-animation: menu-bar02 .5s forwards;
      animation: menu-bar02 .5s forwards;
  }
  @-webkit-keyframes menu-bar02 {
      0% { opacity: 0; }
      100% { opacity: 1; }
  }
  @keyframes menu-bar02 {
      0% { opacity: 0; }
      100% { opacity: 1; }
  }
  .menu-trigger span:nth-of-type(3) {
      -webkit-animation: menu-bar03 .5s forwards;
      animation: menu-bar03 .5s forwards;
  }
  @-webkit-keyframes menu-bar03 {
      0% { -webkit-transform: translateY(-15px) rotate(45deg); }
      100% { -webkit-transform: translateY(0) rotate(0); }
  }
  @keyframes menu-bar03 {
      0% { transform: translateY(-15px) rotate(45deg); }
      100% { transform: translateY(0) rotate(0); }
  }
  .menu-trigger::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      content: '';
      width: 30px;
      height: 30px;
      margin: -16px 0 0 -16px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.3);
      transition: all .1s;
      opacity: 0;
  }
  .menu-trigger.active::after {
      -webkit-animation: circle .5s;
      animation: circle .5s;
  }
  @-webkit-keyframes circle {
      0% {
          -webkit-transform: scale(.1);
          opacity: 0;
      }
      50% {
          opacity: 1;
      }
      100% {
          -webkit-transform: scale(3.5);
          opacity: 0;
      }
  }
  @keyframes circle {
      0% {
          transform: scale(.1);
          opacity: 0;
      }
      50% {
          opacity: 1;
      }
      100% {
          transform: scale(3.5);
          opacity: 0;
      }
  }
  .menu-trigger.active span:nth-of-type(1) {
      -webkit-animation: active-menu-bar01 .5s .5s forwards;
      animation: active-menu-bar01 .5s .5s forwards;
  }
  @-webkit-keyframes active-menu-bar01 {
      0% { -webkit-transform: translateY(0) rotate(0); }
      100% { -webkit-transform: translateY(15px) rotate(-45deg); }
  }
  @keyframes active-menu-bar01 {
      0% { transform: translateY(0) rotate(0); }
      100% { transform: translateY(15px) rotate(-45deg); }
  }
  .menu-trigger.active span:nth-of-type(2) {
      -webkit-animation: active-menu-bar02 .5s .5s forwards;
      animation: active-menu-bar02 .5s .5s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
      0% { opacity: 1; }
      100% { opacity: 0; }
  }
  @keyframes active-menu-bar02 {
      0% { opacity: 1; }
      100% { opacity: 0; }
  }
  .menu-trigger.active span:nth-of-type(3) {
      -webkit-animation: active-menu-bar03 .5s .5s forwards;
      animation: active-menu-bar03 .5s .5s forwards;
  }
  @-webkit-keyframes active-menu-bar03 {
      0% { -webkit-transform: translateY(0) rotate(0); }
      100% { -webkit-transform: translateY(-15px) rotate(45deg); }
  }
  @keyframes active-menu-bar03 {
      0% { transform: translateY(0) rotate(0); }
      100% { transform: translateY(-15px) rotate(45deg); }
  }
  
  /* スライドメニュー */
  .sidebar{
      position: fixed;
      color: #333;
  }
  .sidebar.right {
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      width: 230px;
      background-color: rgba(255,255,255,1.0);
  }
  .sidebar.left {
      z-index: 2;
      top: 0;
      left: 0;
      bottom: 0;
      width: 300px;
      background-color: rgba(255,255,255,1.0);
  }
  .sidebar-logo {
      padding: 0 0 10px;
    background-position: center bottom;
        background-size: 480px;
  }
  .home .sidebar-logo {
    /*display: none;*/
    padding: 0 0 20px;
  }
  .sidebar-logo.faq { display: none; }
  .sidebar-logo img {
    width: 100%;
  }
  .sidebar-logo img.logo {
    width: 280px;
  }
  .sidenavi {
    width: calc(100% - 4px);
    /*border-top: solid 1px #ddd;*/
    display: block;
    background: #fff;
    margin-top: 75px;
  }
  .sidenavi li {
    border-bottom: solid 2px #fff;
    background-color: #01CCC5;
    text-align: left;
    width: 100%;
    display: block;
    margin: 0;
    height: auto;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .sidenavi li a {
    display: block;
    padding: 16px 10px 16px 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2em;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    text-align: left;
    width: calc(100% - 30px);
  }
  .sidenavi li a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #ff0c6c;
  }
}


/* シェアボタン */
.addtoany_shortcode {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}


