/*
Theme Name: 繁華街ナイト業に特化した名刺屋ホームページ｜felice
Theme URI: http://www.felice-meishi.com
Description: 新宿歌舞伎町 / 大阪ミナミ・キタのお客様は直でお店に配達・代引ができます。（送料・配達料無料）
Version: 1.1
Author: 繁華街ナイト業に特化した名刺屋ホームページ｜felice
Author URI: http://www.felice-meishi.com
*/
@charset "utf-8";
/*リセットcss*/
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;
  font-size: 18px;
  line-height: 1.7;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav,
ul,
ol,
li {
  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;
  text-decoration: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #fff;
  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;
}
/* ----------------------------------------------
　animate css
----------------------------------------------*/
.fadeIn_up {
  opacity: 0;
  transition: 2s;
}
.fadeIn_up.is-show {
  opacity: 1;
}
/* ▼ 拡大→縮小ループ効果 ▼ */
.zoom-loop {
  overflow: hidden; /* はみ出し防止 */
  position: relative;
}

.zoom-loop img {
  width: 100%;
  height: auto;
  transition: transform 6s ease;
  transform: scale(1);
  animation: zoomLoop 12s ease-in-out infinite; /* 12秒で繰り返し */
}

@keyframes zoomLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15); /* 拡大率（1.1〜1.2がおすすめ） */
  }
  100% {
    transform: scale(1);
  }
}
/* ----------------------------------------------
　共通
----------------------------------------------*/
@media screen and (min-width: 980px) {
  .sp {
    display: none;
  }
}
html {
  background: #2caa4b;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #333;
}
/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, 0.7) 0 0 0 !important;
  }
}
body {
  background: #fff;
  width: 980px;
  overflow-x: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}
a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
section {
  width: 100%;
}
.content {
  width: 100%;
}
main{
  margin: 0 auto;
  width: 750px;
}
figure {
  line-height: 0;
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}
.main-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.main-title span{
  display: block;
  font-size: 27px;
}
.ttl_before{
  position: relative;
}
.ttl_before::before{
  background: url(img/ttl_before.png) no-repeat;
  content: "";
  height: 35px;
  left: calc(50% - 17.5px);
  top: -45px;
  position: absolute;
  width: 35px;
}
.ttl_before_w{
  position: relative;
}
.ttl_before_w::before{
  background: url(img/ttl_before_w.png) no-repeat;
  content: "";
  height: 35px;
  left: calc(50% - 17.5px);
  top: -45px;
  position: absolute;
  width: 35px;
}
.title-catch{
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 15px;
}
.sub_ttl{
  font-size: 21px;
  font-weight: 500;
  line-height: 1.8;
}
.content-text{
  margin: 0 0 30px;
}

.flex{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.header_con{
  align-items: center;
  justify-content: left;
  margin: 0 auto;
  padding: 10px 0;
  width: 750px;
}.logo{
  margin: 0 30px 0 0;
  width: 100px;
}

/* ----------------------------------------------
  ハンバーガーボタン
----------------------------------------------*/
.hamburger.sp{
  display: none;
}
header.flex{
  align-items: center;
  background: #fff;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.globalMenu{
  padding: 0 30px 0 0;
}
.globalMenu li{
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
}
.globalMenu li a{
color: #693b36;
}
.hamburger {
  background: #7BBD24;
  border-radius: 30px;
  display : block;
  position: fixed;
  z-index : 999;
  right : 15px;
  top   : 15px;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 15px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 19px;
}
.hamburger span:nth-child(2) {
  top: 29px;
}
.hamburger span:nth-child(3) {
  top: 39px;
}
.hamburger.active span:nth-child(1) {
  top : 29px;
  left: 15px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 29px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.globalMenuSp.sp{
  display: none;
}
nav.globalMenuSp {
  align-items: center;
  display: none;
  position: fixed;
  top  : 0;
  left : 0;
  color: #fff;
  background: #fff;
  text-align: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
	color: #693b36;
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a:hover{
  color: #00a8ff;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #191a1d;
  padding: 2vw 0;
  text-decoration :none;
}
nav.globalMenuSp.active {
	display: flex;
  opacity: 100;
  z-index : 99;
}


/* ----------------------------------------------
  header
----------------------------------------------*/
.swiper-slide img {
  height: auto;
  width: 100%;
}
/* Swiper 矢印を白に */
.swiper-button-prev,
.swiper-button-next{
  color: #fff !important;
}

/* （念のため）アイコン自体を白にする */
.swiper-button-prev::after,
.swiper-button-next::after{
  color: #fff !important;
}
/* ----------------------------------------------
　footer
----------------------------------------------*/
footer{
  background: #000;
  color: #fff;
}
.footer_top {
  background: #7BBD24;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.footer_top  ul{
  margin: 15px auto 0;
  width: 200px;
}
.footer_top  li{
  width: 80px;
}
.footer_bottom{
  background: #000;
  color: #fff;
  padding: 15px 0 ;
}
.footer_bottom ul{
  margin: 0 auto;
  width: 850px;
}
.footer_bottom li a{
  color: #fff;
}
.footer_logo{
  margin: 15px auto;
  width: 80px;
}
small {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
/* ----------------------------------------------
　漫画
----------------------------------------------*/
.manga {
  padding: 100px 0;
  text-align: center;
}
.manga_con{
  margin: 0 auto;
  width: 1000px;
}
.manga li {
  margin: 0 auto 50px;
  width: 960px;
}
.manga li.w700 {
  width: 700px;
}
.manga li.w800 {
  width: 800px;
}
.manga li.w888 {
  width: 888px;
}
.manga li.w1000 {
  width: 1000px;
}

/* ----------------------------------------------
content01
----------------------------------------------*/
.top-section01{
  padding: 30px 0 0;
  text-align: center;
}
.bg_black{
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 0;
  padding: 10px 0;
}
/* ----------------------------------------------
content02
----------------------------------------------*/
.top-section02 {
  padding: 30px 0;
  text-align: center;
}
.top-section02 li{
  margin: 0 0 15px;
}
.top-section02 li:hover{
  opacity: 0.8;
}
/* ----------------------------------------------
content03
----------------------------------------------*/
.top-section03 {
  text-align: center;
}
.top-section03 li a{
  background: #2caa4b;
  color: #fff;
  display: block;
  font-size: 42px;
  font-weight: 500;
  margin: 20px 0;
  padding: 10px 0;

}
.top-section03 li a:hover{
  background: #48e26e;
}
/* ----------------------------------------------
content04
----------------------------------------------*/
.top-section04 {
  padding: 0 0 30px;
  text-align: center;
}
.bg_green{
  background: #2caa4b;
  color: #fff;
  display: block;
  font-size: 42px;
  font-weight: 500;
}

/* ----------------------------------------------
  概要ブロック
----------------------------------------------*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  margin: 50px auto 100px;
}
.menu-list dt,
.menu-list dd {
  border-bottom: 1px solid #777;
  padding: 25px 0 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.menu-list dt {
  box-sizing: border-box;
  padding-left: 10px;
  width: 30%;
}
.menu-list dd {
  width: 70%;
  padding-right: 10px;
  box-sizing: border-box;
}
.menu-list dd span {
  display: block;
  font-size: 11px;
}

/* ----------------------------------------------
　中ページ共通
----------------------------------------------*/
.inner-mv{
  background: #2caa4b;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.inner-mv h2{
  font-size: 45px;
}
/* ----------------------------------------------
　ご注文の流れ
----------------------------------------------*/
.flow-section01{
  padding: 30px 0;
}
.flow-section01 li{
  margin: 0 0 30px;
}
.policy-section01{
  box-sizing: border-box;
  padding: 30px 10px 50px;
}
.policy-section01 h2{
  font-size: 20px;
  margin: 30px 0;
}
.transactions-section01{
  box-sizing: border-box;
  padding: 30px 0 50px;
}
.qa-section01{
  box-sizing: border-box;
  padding: 30px 10px 50px;
}
.qa-section01 h2{
  font-size: 20px;
  margin: 30px 0;
}
.list-section01{
box-sizing: border-box;
  padding: 30px 0 50px;
}
.list-section01 ul{
justify-content:left;
}
.meishi-item{
	margin:0 1% 15px; 
	width:30%;
}
.meishi-text{
	font-size:13px;
	line-height:1.4;
}
.meishi-ttl{
	font-size:13px;
	text-align:right;
}
.meishi-price{
	color: #ffab00;
	font-size:18px;
	text-align:right;
}
.meishi-price span{
	color: #333;
	font-size:13px;
	margin:0 5px 0 0;
}
.meishi-card-title {
    font-size: 15px;
}
.meishi-paper {
	color: #ffab00;
    font-size: 14px;
}
.payment-section01{
	box-sizing: border-box;
  padding: 30px 0 50px;
}
.meishi-att{
	font-size:10px;
	margin-bottom:5px;
}
.meishi-other {
	color: #ffab00;
    font-size: 15px;
    font-weight: 400;
}
/* ----------------------------------------------
　スマホ
----------------------------------------------*/
@media screen and (max-width: 979px) {
  .pc {
    display: none;
  }
  p,
  li {
    font-size: 4vw;
  }
  small {
    padding: 10px 0;
    text-align: center;
    writing-mode: unset;
  }
  footer {
    background: none;
    display: block;
    height: auto;
    padding: 0;
    position: unset;
  }
  .footer_logo{
    width: 30%;
  }

  .content {
    box-sizing: border-box;
    padding: 20px 5% 0;
  }
  .footer_top{
    box-sizing: border-box;
    padding: 15px 5%;
  }
  body{
    width: 100%;
  }
  main{
    width: 100%;
  }
  .header_con{
    width: 100%;
  }
  .logo{
    width: 25%;
  }
  h1{
    font-size: 3vw;
  }
  .bg_black{
    font-size: 4vw;
  }
  .top-section03 li a{
    font-size: 5.5vw;
    margin: 10px 0;
  }
  .bg_green{
    font-size: 5.5vw;
  }
  .line_img{
    justify-content: space-between;
  }
  .line_img li{
    margin: 10px 0;
    width: 48%;
  }
  .inner-mv h2 {
    font-size: 7vw;
  }
  .menu-list{
    width: 100%;
  }
  .policy-section01,.qa-section01,.payment-section01{
    padding-bottom: 30px;
  }
	.list-section01 ul {
    justify-content: space-between;
}
	.meishi-item{
		margin: 0 0 20px;
		width:48%;
	}
	.footer_top{
		background:#2caa4b;
	}
	.meishi-att {
    font-size: 2.4vw;
    margin-bottom: 5px;
}
}
