@charset "UTF-8";
/* -----------------------------------------
 Reset
------------------------------------------- */
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;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
sup{
  vertical-align: 50%;
  font-size: 70%;
}
em {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: 62.5%;
 font-size:calc(1em*.625);
}
body {
  color: #333;
  background: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background: #F0EAE0;
  margin-top: 13.5rem;
}
img{
  max-width: 100%;
  margin: auto;
}
/* -----------------------------------------
 文字装飾
------------------------------------------- */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.t-red {
  color: #e00;
}
.txt-red {
  color: #BE1F15;
}
.f40 {
  font-size: 4rem !important;
}
.f32 {
  font-size: 3.2rem !important;
}
.f24 {
  font-size: 2.4rem !important;
}
.f20{
  font-size: 2rem !important;
}
.f18 {
  font-size: 1.8rem !important;
}
.f16 {
  font-size: 1.6rem !important;
}
.f14 {
  font-size: 1.4rem !important;
}
.f12 {
  font-size: 1.2rem !important;
}
.f10 {
  font-size: 1rem !important;
}
.mb50 {
  margin-bottom: 5rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mb32 {
  margin-bottom: 3.2rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb24 {
  margin-bottom: 2.4rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb16 {
  margin-bottom: 1.6rem !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb8 {
  margin-bottom: .8rem !important;
}
.mb5 {
  margin-bottom: .5rem !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: .8rem !important;
}
.mt16 {
  margin-top: 1.6rem !important;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.pd8 {
  padding: .8rem !important;
}
.pt8 {
  padding-top: .8rem !important;
}
.pd20 {
  padding: 2rem;
}
.ind {
  text-indent: -1em;
  padding-left: 1em;
}
.ft-s {
  font-size: 80%;
}
.nowrap {
  white-space: nowrap;
}
.txt-u{
  text-decoration: underline;
}
.link-u{
  text-decoration: underline;
}
.pos-abs{
  position: absolute;
}
.sp-only {
  display: none !important;
}
.txt-red {
  color: #C4030D;
}
/* -----------------------------------------
 リンク
------------------------------------------- */
a:link {
  color: #d00;
  text-decoration: none;
}
a:visited {
  color: #d00;
  text-decoration: none;
}
a:hover {
  opacity: .8;
}
a:active {
  color: #e00;
  text-decoration: none;
}
a:hover img {
  opacity: .8;
}
a.txt-red:link {
  color: #BE1F15;
}
a.txt-red:visited {
  color: #BE1F15;
}
a.txt-red.txt-link:hover {
  background-color: #fff;
}
/* arrow */
a.arrow {
  display: inline-block;
  position: relative;
  padding-left: 1.9rem;
  text-decoration: underline;
}
a.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: .6rem;
  left: .6rem;
  width: 0;
  height: 0;
  border: .5rem solid transparent;
  border-left-color: #BE1F15;
}
a.arrow:hover {
  opacity: 1;
  background-color: #FFECEB;
  text-decoration: none;
}
/* txt-link */
a.txt-link {
  text-decoration: underline;
}
a.txt-link:hover {
  opacity: 1;
  background-color: #FFECEB;
  text-decoration: none;
}
a.btn-simple{
  border: .1rem solid #707070;
  padding: .3rem 2rem;
  display: inline-block;
  border-radius: .8rem;
  font-size: 1.8rem;
  color: #000;
}
.tab-menu{
  text-align: center;
}
.tab-menu a{
  display: inline-block;
  margin-right: 1rem;
  background: #fff;
  border-radius: 2em;
  padding: .5rem 1rem;
  color: #333;
  margin-bottom: 1rem;
}
.tab-menu a.current{
  background: #C4030D;
  color: #fff;
}
.flex{
  display: flex;
}
.flex.center{
  align-items: center;
}
/* -----------------------------------------
 Clear Fix
------------------------------------------- */
.cf::after {
  content: "";
  display: block;
  clear: both;
}
/* -----------------------------------------
 ヘッダー
------------------------------------------- */
header{
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  height: 13.5rem;
}
.hd-top-bg {
  background: #FFF;
  padding: .5rem 0;
  border-top: .8rem solid #E60012;
}
.hd-top {
  max-width: 128rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hd-top .logo{
  margin-right: auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}	
.hd-top .logo a{
  display: block;
  font-size: 0;
}
.hd-top .logo img {
  height: 6rem;
  width: auto;
}
.hd-top .logo a img+img{
  margin-left: .8rem;
}
.hd-top .trial {
  margin-left: auto;
  margin-right: 2rem;
  display:none;
}
.system-menu{
  display: flex;
  align-items: center;
}
.system-menu li {
  display: inline-block;
  margin-left: 1rem;
}
.system-menu li a{
  display: block;
  background: #ffeceb;
  color: #333;
  border-radius: .5em;
  padding: .5em 1em;
  font-weight: bold;
}
.hd-top .btn a {
  margin-top: .5rem;
  font-size: 1.8rem;
  color: #E60012;
  font-weight: bold;
  background: #fff;
  text-align: center;
  border-radius: .8rem;
  display: inline-block;
  padding: 1rem 2rem;
}
.hd-top .btn.trial a {
  background: #FFF8B7;
}
.hd-top .btn.favorite a span {
  padding-left: 2.7rem;
  position: relative;
}
.hd-top .btn.favorite a span::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/common/2022/img/icon_fav.png) no-repeat 50% 50%;
  background-size: contain;
  height: 2rem;
  width: 2.3rem;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.hd-menu-bg {
  background: #C29558;
}
.hd-menu {
  max-width: 128rem;
  margin: 0 auto;
}
.hd-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hd-menu > ul > li {
  width: 20%;
  text-align: center;
  border-right: .1rem solid #98713C;
  position: relative;
}
.hd-menu > ul > li:hover {
  background: #B88144;
}
.hd-menu > ul > li.current {
  background: #B88144;
}
.hd-menu > ul > li:first-child {
  border-left: .1rem solid #98713C;
}
.hd-menu > ul > li > a {
  display: block;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 1.8rem;
}
.pulldown {
  position: absolute;
  z-index: 2;
  background: #B88144;
  box-shadow: 0 .3rem .6rem rgba(0,0,0,.2);
  text-align: left;
  width: 20rem;
}
.pulldown > ul > li {
  border-bottom: .1rem solid #D3A86F;
  position: relative;
}
.pulldown > ul > li.bg-mochu{
  background: #A088B7;
  border-bottom: .1rem solid #DBC3F1;
}
.pulldown > ul > li.bg-mochu:hover a{
  background: #baa8cb;
}
.pulldown > ul > li.bg-kanchu{
  background: #E9B3A1;
  border-bottom: .1rem solid #BE74DA;
}
.pulldown > ul > li.bg-kanchu:hover a{
  background: #FBD3C5;
}
.pulldown > ul > li::before {
  position: absolute;
  content: "";
  display: block;
  height: .7rem;
  width: .7rem;
  border-top: .2rem solid #fff;
  border-right: .2rem solid #fff;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.pulldown > ul > li:hover a {
  background: #D3A86F;
  opacity: 1;
}
.pulldown > ul > li:hover::before {
  display: none;
}
.pulldown > ul > li:last-child {
  border-bottom: none;
}
.pulldown > ul > li > a {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  line-height: 1.2;
  padding: 1.3rem 1rem;
}
.pulldown > ul > li > a span {
  font-size: 1rem;
}
.pulldown2 {
  position: absolute;
  right: -20rem;
  z-index: 2;
  background: #D3A86F;
  width: 100%;
  top: 0;
}
.pulldown2 > ul {
  margin: 1rem auto;
}
.pulldown2 > ul > li {
  position: relative;
}
.pulldown2 > ul > li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: block;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.pulldown2 > ul > li a:hover {
  opacity: .7;
}
.pulldown2 > ul > li a span {
  position: relative;
  padding-left: 1.5rem;
  display: block;
}
.pulldown2 > ul > li a span::before {
  display: block;
  position: absolute;
  content: "";
  height: .5rem;
  width: .5rem;
  border-top: .1rem solid #fff;
  border-right: .1rem solid #fff;
  transform: rotate(45deg);
  top: .5em;
  left: 0;
}
#hd-menu-sp,#sp-menu {
  display: none;
}
.sp-btm-btn {
  display: none;
}
/* -----------------------------------------
 mv
------------------------------------------- */
.mv {
  margin-bottom: 5rem !important;
  font-size: 0;
}
.sample-img{
 display: flex;
 align-items:  flex-start;
 justify-content: center;
 
}
.sample-img.item3 img{
  width: 31%;
}
.sample-img img+img{
  margin-left: 3%;
}
.sample-img.item6 img{
  width: 15%;
}
.sample-img.item6 img+img{
  margin-left: 1.6%;
}
.sample-img img{
  border: 1px solid #999;
  margin: inherit;
}

/* -----------------------------------------
 レイアウト
------------------------------------------- */
.wrap {
  /*width: 128rem;
  margin: 0 auto;*/
  position: relative;
}
.wrap-inner {
  max-width: 128rem;
  margin: 0 auto;
}
.inner {
  padding: 3rem;
  margin-bottom: 5rem;
}
.inner.letters {
  background: #B9A273;
}
.inner.standard {
  background: #59b8cb;
}
.inner.character {
  background: #f4c528;
}
.inner.illustrator {
  background: #03ad9b;
}
.inner.illustration {
  background: #EAA78D;
}
.inner.marriage {
  background: #f19eb2;
}
.link-box.business.mochu{
  background: #baa8cb;
  width: 48%;
}
.link-box.business.kanchu{
  background: #E9B3A1;
  width: 48%;
  float: right;
}
.letters-img {
  font-size: 0;
}
.heading-a {
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.heading-a span {
  font-size: 1.7rem;
}
.link-list {
  width: 48.5%;
  float: left;
}
.link-list:nth-child(odd) {
  margin-right: 2.5%;
}
.link-list:nth-child(n+3) {
  margin-top: 2.5%;
}
.link-list.size-s {
  width: 29rem;
  margin-right: 2.5rem;
}
.link-list.size-s:last-child {
  margin-right: 0;
}
.link-list a {
  padding: 1.5rem;
  display: block;
  background: #fff;
  position: relative;
  color: #333;
}
.peanuts-logo{ height:1.4rem }
.copyrights{
  font-size:10px;
  padding: .5em 0 0;
  line-height: 1.2;
}
.link-list a::before {
  position: absolute;
  content: "";
  display: block;
  height: 2.6rem;
  width: 2.6rem;
  background: url(/common/2022/img/letters_arrow.png) no-repeat 50% 50%;
  background-size: contain;
  top: 1.5rem;
  right: 1.5rem;
}
.standard .link-list a::before {
  background-image: url(/common/2022/img/standard_arrow.png);
}
.character .link-list a::before {
  background-image: url(/common/2022/img/character_arrow.png);
}
.illustrator .link-list a::before {
  background-image: url(/common/2022/img/illustrator_arrow.png);
}
.illustration .link-list a::before {
  background-image: url(/common/2022/img/illustration_arrow.png);
}
.business .link-list a::before {
  background-image: url(/common/2022/img/business_arrow.png);
}
.mydesign .link-list a::before {
  background-image: url(/common/2022/img/mydesign_arrow.png);
}
.mochu .link-list a::before {
  background-image: url(/common/2022/img/mochu_arrow.png);
}
.kanchu .link-list a::before {
  background-image: url(/common/2022/img/kanchu_arrow.png);
}
.marriage .link-list a::before {
    background-image: url(/common/2022/img/marriage_arrow.png);
}
.list-title {
  font-weight: bold;
  color: #000;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.list-title span {
  font-size: 1.8rem;
}
.illustrator .link-list {
  float: none;
  width: auto;
}
.illust-top {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.illust-link {
  width: 28.5rem;
  margin-right: 3rem;
  background: #fff;
}
.illust-link:last-child {
  margin-right: 0;
}
.illust-link a {
  padding: 3rem 1.5rem;
  display: block;
}
.illust-link .illust-sample {
  width: 13rem;
  margin: 0 auto;
  min-height: 22rem;
}
.icon-arrow {
  font-size: 1.7rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.icon-arrow span {
  position: relative;
  padding-left: 2.5rem;
}
.icon-arrow span::before {
  position: absolute;
  content: "";
  display: block;
  height: 1.7rem;
  width: 1.7rem;
  background: url(/common/2022/img/illustration_arrow.png) no-repeat 50% 50%;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.illust-btm {
  background: #fff;
  padding: 3rem 2rem;
}
.illust-btm-title {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}
.illust-btm ul li {
  width: 22rem;
  float: left;
  border-right: .1rem dotted #888888;
}
.illust-btm ul li.list-top{
  margin-bottom: 2rem;
}
.illust-btm ul li a {
  display: block;
}
.illust-btm ul li:last-child,.illust-btm ul li:nth-child(4) {
  border-right: none;
}
.illust-btm ul li .illust-sample {
  width: 13rem;
  margin: 0 auto 1rem;
}
.inner.column2 {
  padding: 0;
}
.column2 .link-list {
  float: none;
  width: auto;
}
.link-box.business {
  float: left;
  width: 47.5rem;
  background: #96D1DB;
  padding: 2rem 3rem 3rem;
}
.link-box.mydesign {
  width: 100%;
  background: #CAB168;
  padding: 2rem 3rem 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column2 .mydesign .link-list{
  width: 50%;
}
.mydesign-box {
  padding-top: 1rem;
}

.mydesign-box .mydesign-txt {
  float: left;
  width: 32rem;
  color: #000;
  line-height: 1.7;
  padding-top: 0rem;
}
.campaign-bnr {
  width: 73rem;
  margin: 6rem auto;
  font-size: 0;
  display: none;
}
.recommend-box {
  background: #fff;
  margin-bottom: 6rem;
}
.recommend-heading {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background: #C4030D;
  text-align: center;
  padding: 1rem;
}
.recommend-inner {
  padding: 3rem 3rem 4rem;
}
.recommend-inner.order-net,
.recommend-inner.order-omise{
}
.column2-conts .left-side {
  width: 25rem;
  float: left;
}
.column2-conts .right-side {
  width: 63rem;
  float: left;
  margin-left: 3rem;
}
.column2-conts .right-side .right-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #C29558;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.column2-conts .right-side .right-title span {
  font-size: 1.6rem;
}
.column2-conts .right-side p {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.btn-brown a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  background: #C29558;
  width: 43rem;
  margin: 2rem auto 0;
  border-radius: .8rem;
  box-shadow: 0 .5rem 0 #906E40;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
}
.btn-brown a::before {
  position: absolute;
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  border-top: .2rem solid #fff;
  border-right: .2rem solid #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3rem;
}
.btn-brown.large a {
  width: auto;
  max-width: 58rem;
}

/* -----------------------------------------
 footer
------------------------------------------- */
footer{
  width: 100%;
  margin-top: 4rem;
  padding: 2rem 0 10rem;
  border-top: .8rem solid #E60012;
  background: #fff;
  font-size: 1.4rem;
}
footer .box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
footer .box-left .copyright {
}
footer .box-right{
  margin-left: auto;
}
footer .box-right li a{
  display: inline-block;
  color: #333;
}
footer ul li{
  display: inline;
  margin-left: 1em;
}
footer ul li:first-child{
  margin: 0;
}

/* -----------------------------------------
 pagetop
------------------------------------------- */
#pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: .8rem;
  -moz-border-radius: .8rem;
  border-radius: .8rem;
  line-height: 4rem;
  color: #fff;
  text-align: center;
  background-color: #C29558;
  cursor: pointer;
  z-index: 100;
}
#pagetop.yposA{
  bottom: 6rem;
}
#pagetop::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  border-left: .2rem solid #fff;
  border-top: .2rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pagetop:hover {
  opacity: .8;
}
/* -----------------------------------------
 年賀状リスト
------------------------------------------- */
.nenga-inner {
  padding: 2rem 3rem;
  box-sizing: border-box;
  margin: 0 auto 3rem;
}
.nenga-inner.letters {
  background: #B9A273;
}
.nenga-inner.standard {
  background: #59b8cb;
}
.nenga-inner.character {
  background: #f4c528;
}
.nenga-inner.illustrator {
  background: #03ad9b;
}
.nenga-inner.illustration {
  background: #EAA78D;
}
.nenga-inner.business {
  background: #96D1DB;
}
.nenga-inner.marriage {
  background: #f19eb2;
}
.nenga-inner.mochu {
  background: #baa8cb;
}
.nenga-inner.kanchu {
  background: #E9B3A1;
}
.nenga-heading {
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2.5rem;
}
.nenga-heading .illust-sub {
  font-size: 1.7rem;
  display: block;
}
.picup-list {
  display: -webkit-box;
  display: flex;
}
.picup-list li {
  margin-right: 3rem;
  justify-content: space-between;
}
.picup-list li:last-child {
  margin-right: 0;
}
.category-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 2rem auto 1rem;
  flex-wrap: wrap;
}
.category-list li {
  margin-right: .8rem;
  margin-left: .8rem;
  margin-bottom: 1.5rem;
}
.category-list li:first-child{
  margin-left: 0;
}
.category-list li:last-child{
  margin-right: 0;
}
.category-list li a {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: .5rem;
  box-shadow: 0 .3rem .6rem rgba(0,0,0,.15);
  padding: .8rem 1.2rem;
  display: block;
  box-sizing: border-box;
}
.category-list li a.current{
  background: #C4030D;
  color: #fff;
}
.nenga-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*.nenga-item ul.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}*/
.nenga-item ul li {
  padding: 2rem;
  width: 32rem;
  position: relative;
  box-sizing: content-box;
}
/*.nenga-item ul.flex-box li {
  width: 33%;
}*/
.nenga-item ul li a {
  display: block;
  position: relative;  
  width: 100%;
  background-color: rgba(240, 240, 240, .6);
}
a.favorit-btn {
  width: 4.8rem;
  height: 4.8rem;
  background: url("/common/2022/img/favorite.svg") no-repeat 0 0;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.designs li a.favorit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.8rem;
  height: 4.8rem;
}
a.favorit-btn.active {
  background-image: url("/common/2022/img/favorite_on.svg");
}
.nenga-item ul li a::before {
  content:'';
  display: block;
  padding-top: 100%;
}
.nenga-item ul li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  margin: auto;
  border: .5rem solid transparent;
}
.nenga-item ul li a img[src*="loading.gif"] {
  border-color: transparent;
  box-shadow: none;
}
.nenga-item ul li a:first-child:hover{
   background-color: rgba(250, 250, 250, .9);
}
.nenga-item ul li a:first-child:hover::after{
  content: "拡大表示";
  display: block;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10rem;
  height: 1.8rem;
  font-size: 1.6rem;
  margin: auto;
  background: #be1f15;
  text-align: center;
  padding: .8rem 1rem;
  border-radius: 2rem;
  line-height: 1;
  color: #fff;
}
.nenga-item ul li a:last-child{
  background-color: transparent;
}
.design-copylight {
  margin: 2rem auto auto 2rem;
  font-size: 1.2rem;
  text-align: center;
}
/* -----------------------------------------
 iziModal
------------------------------------------- */
.iziModal.nenga-modal {
  width: 80rem;
  max-width: 80rem !important;
  border-radius: 1rem !important;
}
.modal-inner {
  padding: 3rem;
}
.modal-title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 2rem;
	padding: 0 2.5em;
}
.nenga-item-img {
  margin-bottom: 2rem;
}
.nenga-item-img .thumb .img {
  display: block;
  position: relative;
	max-width: 48rem;
	margin: 0 auto;
  border: 2rem solid #f4f4f4;
	background-color: #f4f4f4;
}
.nenga-item-img .thumb .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.nenga-item-img .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	width: auto;
	height: auto;
  max-height: 100%;
  max-width: 100%;
}
.modal-inner a.favorit-btn{
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  right: 0;
  top: 0;
  background: url("/common/2022/img/favorite.svg") no-repeat 0 0;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
.modal-inner a.favorit-btn.active{
   background-image: url("/common/2022/img/favorite_on.svg");
}
.modal-inner a.favorit-btn {
  position: absolute;
  right: 4rem;
  top: 3rem;
}
.modal-close-wrap {
  margin-top: 3rem;
  text-align: center;
}
.modal-close-wrap a.modal-close {
  display: inline-block;
}
a.modal-close {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #666;
  display: block;
}
.modal-close span {
  position: relative;
  padding-left: 2.5rem;
}
.modal-close span::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/common/2022/img/close_icon.svg) no-repeat 50% 50%;
  background-size: contain;
  height: 2rem;
  width: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.iziModal-navigate>button {
  opacity: 1;
  position: absolute;
}
.iziModal-navigate {
  display: block;
  width: 85%;
  max-width: 80rem;
  margin: auto;
}
.iziModal-navigate-prev, .iziModal-navigate-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  height: 6.5rem;
  width: 3.3rem;
}
.iziModal-navigate-prev {
  left: -8rem !important;
}
.iziModal-navigate-next {
  right: -8rem !important;
}
.iziModal-navigate-prev a, .iziModal-navigate-next a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.iziModal-navigate-prev::before, .iziModal-navigate-next::before {
  position: absolute;
  content: "";
  display: block;
  background: #C29558;
  height: 8rem;
  max-width: 8rem;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.iziModal-navigate-prev::after, .iziModal-navigate-next::after {
  position: absolute;
  content: "";
  display: block;
  border-top: .4rem solid #fff;
  border-left: .4rem solid #fff;
  height: 3rem;
  width: 3rem;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.iziModal-navigate-prev::after{
  left: 1.5rem;
}
.iziModal-navigate-next::after {
  right: 1.5rem;
  transform: rotate(135deg);
}
.iziModal.nenga-modal.free-comment {
  max-width: 131rem !important;
  width: 100%;
  padding: 0;
}
.iziModal.nenga-modal.free-comment a.modal-close{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.1rem;
  margin: auto;
}
.iziModal.free-comment .iziModal-content {
  padding: 1.5rem 1.5rem 8rem !important;
  background: #fff;
  border-radius: 1rem;
}
.iziModal.free-comment .iziModal-content::before {
  display: block;
  padding-top: 54.3%;
}
.iziModal.free-comment .iziModal-iframe {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1.5rem 1.5rem 5rem !important;
}
.modal-detail {
  display: block;
  position: relative;
  width: 32rem;
  font-size: 2.1rem;
  background: #be1f15;
  text-align: center;
  padding: 0.4em 1.8em;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: bold;
  margin: auto auto 5rem;
}
a.modal-detail {
  color: #fff;
}
.modal-detail::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.4rem;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .7rem 0 .7rem .7rem;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* -----------------------------------------
 内部ページ
------------------------------------------- */
.top-conts {
  padding-top: 3rem;
}
.top-conts .recommend-inner {
  padding: 3rem;
}
.title-img {
  width: 75rem;
  margin: 0 auto 3.5rem;
}
.heading-b {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #C4030D;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
}
.heading-b span {
  background: #fff;
  padding: 0 2rem;
  display: inline-block;
}
.heading-b span.small-txt {
  background: transparent;
  padding: 0;
  display: inline-block;
  font-size: 1.6rem;
}
.heading-b::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: .1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #C4030D;
  z-index: -2;
}
.order-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.order-flow li p img{
  vertical-align: -0.2rem;
  width: 10%;
  padding-right: 0.5rem;
}
.order-flow-p{
  padding-left: 3.5rem;
  margin-top: 0.5rem;
  font-size:1.8rem;
  text-align: center;
}
.pl-fix{
  padding-left: 0rem;
}
.order-flow .mr-fix{
  margin-right: 0;
}
.order-flow li {
  width: 46%;
  margin-right: 3rem;
  margin-bottom: 2.5rem;
}
.order-flow li:last-child {
  margin-right: 0;
}
.order-flow li h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 3.5rem;
}
.order-flow li h3::before {
  position: absolute;
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background: url(/common/2022/img/order/flow_number1.png) no-repeat 50% 50%;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.order-flow li:nth-child(2) h3::before {
  background-image: url(/common/2022/img/order/flow_number2.png);
}
/*
.order-flow li:nth-child(3) h3::before {
  background-image: url(/common/2022/img/order/flow_number3.png);
}
.order-flow li:nth-child(4) h3::before {
  background-image: url(/common/2022/img/order/flow_number4.png);
}
.order-flow li:nth-child(5) h3::before {
  background-image: url(/common/2022/img/order/flow_number5.png);
}
*/
.heading-c {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #C4A152;
  padding: .7rem 1rem;
  margin-bottom: 2.5rem;
}
.pick-box {
  padding: 0 2rem 2rem;
}
.pick-box .point-txt {
  font-weight: bold;
  color: #C4A152;
  font-size: 2rem;
  margin-bottom: .5rem;
  text-indent: -1em;
  padding-left: 1em;
}
.pick-box .point-txt span {
  font-size: 1.6rem;
}
.pick-box .pick-txt {
  font-size: 2rem;
  padding-left: 1em;
}
.note-box {
  border: .1rem solid #ccc;
  padding: 2.5rem;
}
.note-box h4 {
  font-size: 2rem;
  color: #C4030D;
  margin-bottom: 1rem;
}
.note-box ul li {
  line-height: 1.8;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.flow-top {
  margin-bottom: 5rem;
}
.column2-box {
  margin-bottom: 5rem;
}
.column2-box .left-side {
  float: left;
  width: 31%;
}
.column2-box .right-side {
  float: right;
  width: 65%;
}
.column2-box .right-side h3 {
  font-size: 2.4rem;
  color: #C4A152;
  font-weight: bold;
  margin-bottom: 1rem;
}
.column2-box .right-side p {
  line-height: 1.8;
  font-size: 1.6rem;
}
.flow-imgBox.pc-only{
  width: 94%;;
}
.flow-imgBox{
  margin: 0 auto 4rem;
}
/* 価格・値段 */
.price-img {
  margin-bottom: 2rem;
}
.box-inner {
  padding: 0 3rem 5rem;
}
.box-inner.last {
  padding-bottom: 1rem;
}
.price-table {
  border: .1rem solid #1A1311;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.price-table th {
  border-bottom: .1rem solid #1A1311;
  border-right: .1rem solid #1A1311;
  text-align: center;
  font-weight: normal;
  padding: .4rem 0;
  white-space: nowrap;
}
.price-table td {
  border-bottom: .1rem dashed #ACACAC;
  border-right: .1rem solid #1A1311;
  text-align: center;
  padding: .2rem 0;
  white-space: nowrap;
}
.price-table td span,.price-table th span {
  font-size: 2rem;
}
.price-table .bg-pink {
  background: #FBDDD7;
  width: 24%;
}
.price-table .bg-brown {
  background: #F0E7D3;
  width: 19%;
  
}
.price-table td:not(.bg-pink):not(.bg-brown)::after{
  content: "円";
}
.term1,.term2,.term3{
  display: none;
}
.table-box {
  width: 100%;
  border: .1rem solid #C4A152;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.table-box th {
  background: #C4A152;
  color: #fff;
  text-align: center;
  padding: .7rem;
}
.table-box td {
  border: .1rem solid #C4A152;
  text-align: center;
  padding: .7rem;
  width: 41%;
}
.table-box td.bold {
  font-weight: bold;
  color: #C4A152;
  width: 21%;
}
.comment {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.top-conts .column2-conts {
  margin-bottom: 3.5rem;
}
.top-conts .column2-conts .left-side {
  width: 32%;
}
.top-conts .column2-conts .right-side {
  width: 62%;
  margin-left: 4rem;
  margin-top: 1.5rem;
}
.order-box {
  border: .1rem solid #C4030D;
}
.order-box .left-side {
  float: left;
  background: #C4030D;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: .5rem 5.5rem;
}
.order-box .right-side {
  float: left;
  margin-left: 1rem;
  margin-top: .8rem;
}
.order-box ul {
  padding: 2rem 3rem;
}
.order-box ul li {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7;
}
.step-icon {
  font-size: 2rem;
  padding-left: 6rem;
  position: relative;
  margin-bottom: 2rem;
}
.step-icon::before {
  position: absolute;
  content: "";
  display: block;
  height: 5rem;
  width: 5rem;
  background: url(/common/2022/img/atena/icon_step1.png) no-repeat 50% 50%;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.step-icon.two::before {
  background-image: url(/common/2022/img/atena/icon_step2.png);
}
.step-icon.three::before {
  background-image: url(/common/2022/img/atena/icon_step3.png);
}
.step-icon.four::before {
  background-image: url(/common/2022/img/atena/icon_step4.png);
}
.step-txt {
  margin-bottom: 3rem;
  line-height: 1.9;
}
.step-txt.mb5 {
  margin-bottom: .5rem;
}
.center-txt {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 1.7;
}
.regist-link li {
  float: left;
  width: 30%;
  line-height: 1.9;
}
.regist-link li:first-child {
  width: 100%;
}
.regist-link li a {
  color: #000;
}
.regist-step3 li {
  line-height: 1.9;
  padding-left: 1em;
  text-indent: -1em;
}
.step3-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}
.step3-flow li {
  width: 30%;
  margin-right: 4rem;
}
.step3-flow li:last-child {
  margin-right: 0;
}
.step3-flow li p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.3;
}
/* はがきの種類 */
.top-conts .column2-conts.hagaki {
  margin-bottom: 8rem;
}
.top-conts .column2-conts.hagaki .left-side {
  width: 30%;
  text-align: center;
  margin-top: 1rem;
}
.top-conts .column2-conts.hagaki .right-side {
  width: 63%;
  margin-left: 1rem;
  margin-top: 0;
}
.top-conts .column2-conts.hagaki .right-side .right-title {
  font-size: 1.9rem;
  color: #000;
  line-height: 1.9;
  margin-bottom: 2rem;
}
.top-conts .column2-conts.hagaki .right-side .right-title span {
  font-size: 1.9rem;
}
.top-conts .column2-conts.hagaki .right-side ul li {
  line-height: 1.8;
}
.bring-txt {
  margin-bottom: 3rem;
}
.hagaki-bring {
  width: 85%;
  margin: 0 auto 2rem;
}
.icon-ok,.icon-no {
  font-size: 2rem;
  color: #C4030D;
  padding-left: 5rem;
  position: relative;
  margin: 4rem auto 3rem;
}
.icon-ok::before,.icon-no::before {
  position: absolute;
  content: "";
  display: block;
  height: 3.7rem;
  width: 3.7rem;
  background: url(/common/2022/img/hagaki/icon_ok.png) no-repeat 50% 50%;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon-no::before {
  background-image: url(/common/2022/img/hagaki/icon_no.png);
}
.hagaki-no-bring {
  width: 63%;
  margin: 0 auto 2rem;
}
/* 選べるあいさつ文 */
.sample-table {
  width: 100%;
  margin: 3rem auto 2rem;
  border: .1rem solid #707070;
}
.sample-table tbody {
  border-bottom: .1rem solid #707070;
}
.sample-table td {
  vertical-align: middle;
  border-bottom: .1rem dashed #A8A8A8;
}
.genre-title {
  font-size: 3rem;
  width: 1%;
  vertical-align: middle;
  line-height: 1;
  padding: 2rem 3rem;
  border-right: .1rem solid #707070;
}
.general .genre-title {
  background: #68C4E9;
}
.general .sample-number {
  background: #D8EEF2;
}
.marriage .genre-title {
  background: #E88AB6;
}
.marriage .sample-number {
  background: #F8DFEC;
}
.birth .genre-title {
  background: #9CCB9C;
}
.birth .sample-number {
  background: #E8F3E7;
}
.move .genre-title {
  background: #FFCB77;
}
.move .sample-number {
  background: #FFF2CC;
}
.business .genre-title {
  background: #A8A4D0;
}
.business .sample-number {
  background: #E2E0F0;
}
.other .genre-title {
  background: #94CFCA;
}
.other .sample-number {
  background: #D8EEF2;
}
.sample-number {
  font-weight: bold;
  width: 16%;
  text-align: center;
  font-size: 2rem;
}
.sample-number span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
  border-top: .1rem solid #A8A8A8;
  line-height: 1.1;
  padding-top: .8rem;
}
.sample-txt {
  padding: 2rem;
}
/* 自分でデザインする年賀状 */
.top-conts .column2-conts.mydesign .left-side {
  width: 27%;
}
.top-conts .column2-conts.mydesign .right-side {
  width: 65%;
  margin-left: 4rem;
  margin-top: 0;
}
.top-conts .column2-conts.mydesign .right-side .right-title {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.9;
  margin-bottom: 2rem;
}
.mydesign-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}
.mydesign-list li {
  font-size: 1.8rem;
  color: #C4030D;
  font-weight: bold;
  border: .2rem solid #C4030D;
  margin-right: 1rem;
  padding: .3rem .9rem;
}
.mydesign-list li:last-child {
  font-size: 1.6rem;
  font-weight: normal;
  border: none;
  margin-right: 0;
  padding: 0;
}
.design-method {
  margin-bottom: 5rem;
}
.mydesign-table {
  border: .1rem solid #C4A152;
  width: 100%;
  margin-bottom: 2rem;
}
.mydesign-table td {
  font-size: 1.4rem;
  padding: 2rem;
  border: .1rem solid #C4A152;
}
.design-regulation {
  font-weight: bold;
  color: #453621;
  background: #F0E7D3;
  text-align: center;
  width: 25%;
}
.box-inner.mydesign {
  padding: 0 5rem 1rem;
}
/* 選べる仕上げ */
.shiage-img {
  width: 80rem;
  margin: 4rem auto;
  padding-left: 2rem;
}
.icon-reason {
  font-size: 2.4rem;
  padding-left: 9rem;
  position: relative;
  margin-bottom: 4rem;
}
.icon-reason::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/common/2022/img/shiage/icon_reason1.png) no-repeat 50% 50%;
  height: 7rem;
  width: 7rem;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon-reason.two::before {
  background-image: url(/common/2022/img/shiage/icon_reason2.png);
}
.under-y {
  background: linear-gradient(transparent 40%, #FFFF72 40%);
}
span.under-y {
  display: inline-block;
}
.conparison-img {
  width: 65rem;
  margin: 5rem auto 6rem;
}
.reason-txt {
  line-height: 1.9;
}
.reason-conts .left-side {
  float: left;
  width: 27%;
}
.reason-conts .right-side {
  margin-left: 2rem;
  float: left;
  width: 70%;
  line-height: 1.9;
}
/* -----------------------------------------
 無料お試し
------------------------------------------- */
.trial-title{
  display: block;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.trial-section {
  margin: 0 auto 2.5rem;
}
.trial-img {
  width: 52.5rem;
  margin: 0 auto;
}
.trial-img2 {
  width: 32.5rem;
  margin: 0 auto 5rem;
}
.trial-box {
  position: relative;
  width: 84rem;
  margin: 0 auto 4rem;
  padding: 0 3rem 3rem;
  border: .3rem solid #BE1F15;
  border-radius: 1rem;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
}
.trial-box h2{
  display: inline-block;
  margin-top: -3rem;
  margin-bottom: 3rem;
  padding: 0 .6rem;
  vertical-align: top;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: .1rem;
  background: -webkit-linear-gradient(top, transparent 50%, #FFEA5B 50%);
  background: linear-gradient(to bottom, transparent 50%, #FFEA5B 50%);
}
.yellow-border{
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0 .6rem;
  vertical-align: top;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .1rem;
  background: -webkit-linear-gradient(top, transparent 50%, #FFEA5B 50%);
  background: linear-gradient(to bottom, transparent 50%, #FFEA5B 50%);
}
.trial-flow {
  width: 58rem;
  margin: 0 auto;
}
ol, ul {
list-style: none;
}
.trial-flow li {
  position: relative;
  float: left;
  width: 28%;
  margin-right: 8%;
}
.trial-flow li::before {
  content: "";
  display: block;
  position: absolute;
  top: 11.3rem;
  right: -3.7rem;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-left-color: #BE1F15;
  }
.trial-flow li:last-child {
  margin-right: 0;
}
.trial-flow li:last-child::before {
  display: none;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.trial-flow h3 {
  margin: 0 1rem 1.2rem;
  padding: 1rem 0;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1rem;
  background-color: #BE1F15;
}
.trial-flow img {
  width: 100%;
  margin-bottom: .6rem;
}
.trial-flow p {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}
.trial-info {
padding-top: 1rem;
margin-bottom: 2rem;
text-align: center;
letter-spacing: .1rem;
}
.trial-info p.comment {
margin-bottom: 0;
line-height: 1.75;
font-weight: normal;
font-size: 1.6rem;
  padding-left: 0;
  text-indent: 0;
}
.trial-txt-red {
color: #FF0000;
  font-size:1.8rem;
}
.ad-txt{
  font-size:2.8rem;
}
.ad-txt2{
  font-size:2.5rem;
}
.ad-mg-fix{
  margin-bottom: 0;
  margin-top: 0;
  }
.ad-txt-mt{
  margin-top: 2rem;
  }
.copy-logo {
  width: 4%;
  float: left;
}
.step-txt a.link_blue{
  color: blue;
  text-decoration: underline;
}
/* -----------------------------------------
 お気に入り
------------------------------------------- */
.designs .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.designs .grid::after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
}
.designs .grid li {
  width: 22%;
  box-sizing: border-box;
  padding: 3rem 3rem 1.5rem;
  background: #f4f4f4;
  font-size: 1.2rem;
  align-items: center;
  display: flex;
  margin: 1rem 1rem 2.5rem;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
}
.designs .grid li a{
  color: #333;
}
.designs .grid li p{
  display: block;
  font-size: 1.6rem;
  padding: .8rem 0 0;
}
.designs .grid li a.box {
  display: block;
  width: 100%;
}
.designs .grid li a img {
  max-width: 100%;
}
.designs .grid li a.favorit-btn {
  right: -2rem;
  top: -2rem;
}
.designs .grid li .nenga-name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  padding-top: 1rem;
}
.designs .grid li .img {
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.designs .grid li .img::before {
  content: "";
  display: block;
  padding-top: 105%;
}
.method-area {
  display: none;
}

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

@media (max-width:960px) {
body {
  margin-top: 5.8rem;
}
.wrap {
  width: 100%;
  margin: 0 auto 8rem;
  position: relative;
}
header {
  height: 5.8rem;
  background: #E60012;
}
body.byAPP{
  margin-top:0;
}
.byAPP header{
  position: relative;
  height: 4rem;
}
.byAPP.home .hd-top .logo a,
.byAPP .hd-top .logo img,
.byAPP footer,
.byAPP #hd-menu-sp{
  display: none;
}
.byAPP .hd-top .logo a{
  font-size: 1.4rem;
  border-radius: .3rem;
  padding: .2rem 1rem .2rem .5rem;
  margin-left: .8rem;
  border: 1px solid #E60012;
  font-weight: bold;
}
.byAPP .hd-top .logo a::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-left: 2px solid #E60012;
  border-bottom: 2px solid #E60012;
  transform: rotate(45deg);
}
.byAPP .hd-top .logo a::after{
  content: "ホーム";
}
footer{
}
footer ul li{
  display: inline;
  margin-left: 1em;
}
footer .flex{
flex-direction: column;
}
footer .box-left{
  order: 2;
}
footer .box-right{
  order: 1;
  margin: 0;
  text-align: center;
}
footer .box-right li a{
  line-height: 2;
}
a:hover,a:hover img {
  opacity: 1;
}
.pc-only {
  display: none !important;
}
.pc-only.no-tab {
  display: block;
}
.sp-only {
  display: block !important;
}
.sp-only.no-tab {
  display: none  !important;
}
.sp-only.inline {
  display: inline-block !important;
}
.hd-menu-bg {
  display: none;
}
.hd-top-bg {
  padding: .7rem 1rem;
  border-top: .4rem solid #E60012;
  box-sizing: border-box;
}
.byAPP .hd-top-bg{
  padding: 0;
  border: none;
}
.hd-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
}
.hd-top .logo img,
.hd-top .logo {
  height: 4rem;
}

.hd-top .trial {
  margin-right: 1rem;
}
.hd-top .btn a {
  margin-top: 0;
  border-radius: .6rem;
  padding: .7rem 1rem;
  font-size: 1.4rem;
}
.hd-top .btn.favorite{
  margin-left: auto;
}
.hd-top .btn.favorite a span {
  padding-left: 2.2rem;
}
.hd-top .btn.favorite a span::before {
  height: 1.4rem;
  width: 1.6rem;
}
/* -----------------------------------------
 spメニュー
------------------------------------------- */
.menuOpen, .menuOpen body {
  overflow: hidden;
}
#hd-menu-sp {
  display: block;
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  border: .1rem solid #d00;
  border-radius: .5rem;
  margin-left: 1rem;
}
#hd-menu-sp::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background: url(/common/2022/img/menu_icon2.png) 0 0 no-repeat;
  -webkit-background-size: 4.6rem auto;
  background-size: 4.6rem auto;
}
#sp-menu {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1001;
  background: #fff;
}
.menuOpen #sp-menu {
  -webkit-animation: spMenuUp .3s ease-in-out alternate;
  animation: spMenuUp .3s ease-in-out alternate;
}
#sp-menu.down {
  -webkit-animation: spMenuDown .3s ease-in-out alternate;
  animation: spMenuDown .3s ease-in-out alternate;
}
#sp-menu nav {
  display: block;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin-right: -3rem;
  padding-right: 3rem;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
}
#sp-menu .sp-menu-hd {
  padding: .7rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-top: #E60012 .4rem solid;
}
#sp-menu .sp-menu-hd .logo,
#sp-menu .sp-menu-hd .logo img {
  height: 4rem;
  font-size: 0;
}
#sp-menu .sp-menu-hd .sp-menu-close {
  display: block;
  float: right;
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  border: .1rem solid #E60012;
  border-radius: .5rem;
  margin-left: auto;
}
#sp-menu .sp-menu-hd .sp-menu-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
  background: url(/common/2022/img/menu_icon2.png) -2.4rem .1rem no-repeat;
  -webkit-background-size: 4.6rem auto;
  background-size: 4.6rem auto;
}
#sp-menu .system-menu ul{
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1.4rem;
}
#sp-menu .system-menu li{
  width: 24%;
  margin: 0;
  
}
#sp-menu .system-menu li a{
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
#sp-menu .menu-box {
  margin: 0 1rem;
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem 0 0;
}
#sp-menu .menu-box h2 {
  color: #E60012;
  font-weight: bold;
  padding: .5rem 1rem;
  clear: both;
}
#sp-menu .sp-nav li {
  border-bottom: .1rem solid #ddd;
}
#sp-menu .sp-nav li a {
  display: block;
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  font-size: 1.4rem;
  color: #000;
}
#sp-menu .sp-nav li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  margin: auto;
  width: 0;
  height: 0;
  border: .5rem solid transparent;
  border-left-color: #E60012;
}
#sp-menu .sp-nav li a.sp-nav-toggle-btn::before {
  border: none;
  height: 1.1rem;
  width: .2rem;
  background: #E60012;
  left: 1.55rem;
}
#sp-menu .sp-nav li a.sp-nav-toggle-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: .2rem;
  width: 1.1rem;
  background: #E60012;
  left: 1.1rem;
}
#sp-menu .sp-nav li a.sp-nav-toggle-btn.open::before {
  display: none;
}
#sp-menu .sp-nav li .sp-nav-toggle ul li:first-child {
  border-top: .1rem solid #ddd;
}
#sp-menu .sp-nav li .sp-nav-toggle ul li:last-child {
  border-bottom: none;
}
#sp-menu .sp-nav li .sp-nav-toggle ul li a {
  padding-left: 4.7rem;
}
#sp-menu .sp-nav li .sp-nav-toggle ul li a::before {
  left: 3.3rem;
}
#sp-menu .sp-nav li .sp-nav-toggle ul li a.sp-nav-toggle-btn::before {
  left: 3.45rem;
}
#sp-menu .sp-nav li .sp-nav-toggle ul li a.sp-nav-toggle-btn::after {
  left: 3rem;
}
#sp-menu .sp-nav li .sp-nav-toggle ul li .sp-nav-toggle2 ul li a {
  padding-left: 6.3rem
}
#sp-menu .sp-nav li .sp-nav-toggle ul li .sp-nav-toggle2 ul li a::before {
  left: 4.5rem
}
#sp-menu .sp-nav .sp-nav-toggle,#sp-menu .sp-nav .sp-nav-toggle2 {
  display: none;
}
#sp-menu .hd-fflogo {
  display: block;
  position: relative;
  top: inherit;
  right: inherit;
  width: 12.5rem;
  margin: 0 auto;
  padding: 2rem 0 1.5rem;
}
#sp-menu .sp-close-btn {
  text-align: center;
  margin-top: 2rem;
}
#sp-menu .sp-close-btn a {
  display: inline-block;
  position: relative;
  padding: 1rem 1.5rem 1rem 3.5rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  background: #E60012;
  border-radius: 2rem;
}
#sp-menu .sp-close-btn a::before,#sp-menu .sp-close-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: .9rem;
  bottom: 0;
  left: 1rem;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  border-top: .2rem solid #fff;
  transform: rotate(45deg);
}
#sp-menu .sp-close-btn a::after {
  transform: rotate(-45deg);
  left: 2rem;
}
/* -----------------------------------------
 レイアウト
------------------------------------------- */
.mv {
 /*margin-bottom: 0 !important;*/
}
.inner {
  padding: 2rem;
  margin-bottom: 0;
}
.heading-a {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.link-list {
  width: 49%;
}
.link-list:nth-child(odd) {
  margin-right: 1rem;
}
.link-list:nth-child(n+3) {
  margin-top: 1rem;
}
.list-title {
  font-size: 1.8rem;
}
.link-list.size-s {
  margin-right: 1rem;
  width: 32.2%;
}
.illust-top {
  margin-bottom: 1rem;
}
.illust-link {
  width: 33%;
  margin-right: 1rem;
}
.illust-link a {
  padding: 2rem 1rem;
  height: 100%;
  box-sizing: border-box;
}
.illust-link .illust-sample {
  width: 65%;
  min-height: 0;
}
.icon-arrow {
  font-size: 1.4rem;
}
.icon-arrow span {
  padding-left: 2rem;
  display: inline-block;
}
.icon-arrow span::before {
  height: 1.5rem;
  width: 1.5rem;
}
.illust-link:first-child .icon-arrow {
  padding-top: 1.5rem;
}
.illust-link:last-child .icon-arrow {
  padding-top: 2rem;
}
.illust-btm-title {
  font-size: 2rem;
}
.illust-btm {
  padding: 2rem;
}
.illust-btm ul li {
  width: 25%;
}
.illust-btm ul li .illust-sample {
  width: 65%;
}
.link-box.business {
  margin-bottom: 0;
}
.link-box.business,.link-box.mydesign,.link-box.business.mochu,.link-box.business.kanchu {
  float: none;
  width: 100%;
  padding: 2rem;
}
.mydesign-box {
  padding-top: 0;
}
.mydesign-box .mydesign-txt {
  width: 70%;
}
.mydesign-box .mydesign-txt {
  width: 77%;
}
.campaign-bnr {
  width: 80%;
  margin: 3rem auto;
}
.recommend-box {
  margin-bottom: 0;
}
.recommend-heading {
  font-size: 2.4rem;
}
.recommend-inner {
  padding: 2rem 2rem 4rem;
}
.column2-conts .left-side {
  width: 30%;
}
.column2-conts .right-side {
  width: 65%;
  margin-left: 2rem;
}
.column2-conts .right-side .right-title {
  font-size: 2.2rem;
}
.column2-conts .right-side p {
  margin-bottom: 1rem;
}
.btn-brown a {
  font-size: 2rem;
  width: 50%;
}
.btn-brown a::before {
  height: 1.5rem;
  width: 1.5rem;
}
/* -----------------------------------------
 footer
------------------------------------------- */
footer {
  padding: 2.8rem 0 7.8rem;
  border-top-width: .7rem;
}
footer .box-left {
  display: block;
  padding-top: 0;
}
.box-left .fuji-logo {
  width: 13rem;
  margin: 0 auto;
}
.box-left .copyright {
  text-align: center;
  padding-top: 1em;
}
/* -----------------------------------------
 pagetop
------------------------------------------- */
#pagetop:hover {
  opacity: 1;
}
/* -----------------------------------------
 年賀状リスト
------------------------------------------- */
.nenga-inner {
  padding: 2rem;
  margin: 0 auto 3rem;
}
.picup-list li {
  margin-right: 1.5rem;
  width: auto;
}
.nenga-heading {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
}
.nenga-item ul li {
  padding: 1.5rem;
}
.category-list li {
}
.nenga-item ul li a:first-child:hover::after{
  display: none;
}
.nenga-item ul li a img {
}
.designs li a.favorit-btn {
  width: 4rem;
  height: 4rem;
}
.design-copylight {
  margin: 1rem auto auto 1.5rem;
}
/* -----------------------------------------
 iziModal
------------------------------------------- */
.iziModal.nenga-modal {
  width: 85%;
}
.iziModal-navigate-prev {
  left: -6.4rem !important;
}
.iziModal-navigate-next {
  right: -6.4rem !important;
}
.iziModal-navigate-prev::after, .iziModal-navigate-next::after {
  width: 3.5rem;
  height: 3.5rem;
}
.iziModal-navigate-prev::after {
  left: 1rem;
}
.iziModal-navigate-next::after {
  right: 1.5rem;
}
.img .item-img {
  max-width: 100%;
}
.iziModal-navigate-prev, .iziModal-navigate-next {
  height: 100%;
  width: 5.3rem;
}
.iziModal.free-comment .iziModal-content {
  padding: 1rem 1rem 4rem !important;
}
.iziModal.free-comment .iziModal-iframe {
  padding: 1rem 1rem 4rem !important;
}
/* -----------------------------------------
 内部ページ
------------------------------------------- */
.top-conts {
  padding-top: 0;
}
.top-conts .recommend-inner {
  padding: 2rem 2rem 3rem;
}
.title-img {
  width: 90%;
  margin: 1rem auto;
}
.order-flow li {
  width: 47%;
  margin-right: 1.5rem;
}
.order-flow li h3 {
  font-size: 1.8rem;
}
.pick-box .point-txt {
  font-size: 1.8rem;
}
.pick-box .pick-txt {
  font-size: 1.6rem;
}
.column2-box {
  margin-bottom: 2rem;
}
.column2-box .right-side h3 {
  font-size: 2rem;
  margin-bottom: .5rem;
}
.price-img {
  max-width: 50rem;
  margin: 0 auto 1rem;
}
  /* ご注文の流れ */
.order-flow-p {
padding-left: 0;
margin-top: 0.5rem;
font-size: 1.5rem;
}
.order-flow-bottom-p{
  padding-left: 0;
}
/* 宛名印刷 */
.top-conts .column2-conts .left-side {
  width: 30%;
}
/* はがきの種類 */
.top-conts .column2-conts.hagaki {
  margin-bottom: 4rem;
}
.top-conts .column2-conts.hagaki .right-side .right-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.top-conts .column2-conts.hagaki .right-side ul li {
  line-height: 1.6;
}
.icon-ok, .icon-no {
  margin: 3rem auto 2rem;
}
/* 選べるあいさつ文 */
.sample-table {
  margin: 2rem auto;
}
.genre-title {
  font-size: 2.6rem;
  padding: 2rem 2.5rem;
}
.sample-number {
  font-size: 1.8rem;
}
.sample-txt {
  padding: 1.5rem;
}
.sample-number span {
  font-size: 1.4rem;
}
/* 自分でデザインする年賀状 */
.top-conts .column2-conts.mydesign {
  margin: 1rem auto 2rem;
}
.top-conts .column2-conts.mydesign .right-side .right-title {
  line-height: 1.7;
  margin-bottom: 1rem;
}
.mydesign-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}
.mydesign-list li {
  font-size: 1.6rem;
  width: 30%;
  text-align: center;
  margin-bottom: 1rem;
}
.mydesign-list li:last-child {
  text-align: left;
}
.box-inner.mydesign {
  padding: 0 3rem 2rem;
}
.design-method {
  margin-bottom: 3rem;
}
.mydesign-table td {
  padding: 1rem;
}
.design-regulation {
  width: 35%;
}
/* 選べる仕上げ */
.shiage-img {
  width: 90%;
  margin: 2rem auto;
}
.icon-reason {
  font-size: 2rem;
  padding-left: 7rem;
  margin-bottom: 3rem;
}
.icon-reason::before {
  height: 6rem;
  width: 6rem;
}
.conparison-img {
  margin: 2rem auto 4rem;
  width: 100%;
  text-align: center;
}
.reason-conts .left-side {
  width: 32%;
}
.reason-conts .right-side {
  width: 64%;
}
/* -----------------------------------------
 お気に入り
------------------------------------------- */
.designs .grid li {
  padding: 2rem 3rem 1.5rem;
  margin: 1rem 0 2rem;
}
  
/* -----------------------------------------
 無料お試し
------------------------------------------- */
.trial-section {
  margin: 0 auto 2rem;
  width: 100%;
}
.trial-title {
  padding-bottom: 1rem;
}
.trial-box {
  width: auto;
  margin-bottom: 3rem;
}
.trial-img {
  width: 80%;
  margin: 0 auto 1.5rem;
}
.trial-img2 {
  width: 50%;
  margin: 0 auto 4.5rem;
}
  
.trial-flow {
  width: 90%;
}
.trial-info p.comment {
  font-size: 1.5rem;
}
.yellow-border{
  background: none;
  }
.sp-yellow-border{
    display: inline-block;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0 .6rem;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1rem;
  background: -webkit-linear-gradient(top, transparent 50%, #FFEA5B 50%);
  background: linear-gradient(to bottom, transparent 50%, #FFEA5B 50%);
  }
}

@media (max-width:599px) {
.pc-only.no-tab {
  display: none !important;
}
.sp-only.no-tab {
  display: block !important;
}
body {
  margin-top: 5.8rem;
}
header {
  height: 5.8rem;
}
.hd-top-bg {
}
.hd-top-bg .btn {

}
.hd-top .logo {
  font-size: 0;
  height: 4rem;
}
#hd-menu-sp {
  height: 3.3rem;
  width: 3.3rem;
}
#hd-menu-sp::before {
  -webkit-background-size: 3.7rem auto;
  background-size: 3.7rem auto;
  background-position: .2rem;
}
#sp-menu .sp-menu-hd {
}
#sp-menu .sp-menu-hd .logo,
#sp-menu .sp-menu-hd .logo img {
  height: 4rem;
  font-size: 0;
}
#sp-menu .sp-menu-hd .logo img+img {
  margin-left: .8rem;
}
#sp-menu .sp-menu-hd .sp-menu-close {
  width: 3.3rem;
  height: 3.3rem;
}
#sp-menu .sp-menu-hd .sp-menu-close::before {
  width: 2rem;
  height: 2rem;
  background-size: 3.6rem auto;
  background-position: -1.8rem .2rem;
}
#sp-menu .system-menu ul{
  font-size: 1.2rem;
}
.sp-btm-btn {
  background: #C29558;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .5rem;
}
.sp-btm-btn .btn a {
  font-size: 1.2rem;
  color: #E60012;
  font-weight: bold;
  background: #fff;
  text-align: center;
  border-radius: .6rem;
  display: inline-block;
  padding: .7rem 1.5rem;
}
.sp-btm-btn .btn.trial {
  margin-right: 1.5rem;
  display: none;
}
.sp-btm-btn .btn.trial a {
  background: #FFF8B7;
}
.sp-btm-btn .btn.favorite a span {
  padding-left: 2.2rem;
  position: relative;
}
.sp-btm-btn .btn.favorite a span::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/common/2022/img/icon_fav.png) no-repeat 50% 50%;
  background-size: contain;
  height: 1.6rem;
  width: 1.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.inner {
  padding: 1rem;
}
.heading-a {
  font-size: 2rem;
}
.heading-a span {
  font-size: 1.4rem;
}
.link-list {
  width: 100%;
  float: none;
  margin-top: 1rem;
}
.link-list:nth-child(odd) {
  margin-right: 0;
}
.link-list a {
  padding: 1rem;
}
.link-list a::before {
  height: 2rem;
  width: 2rem;
  top: 1rem;
  right: 1rem;
}
.list-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.list-title span {
  font-size: 1.4rem;
}
.link-list.size-s {
  width: 100%;
}
.tab-menu{
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding: .5rem .5rem .5rem 1rem;
  -webkit-overflow-scrolling: touch;
  font-size: 1.4rem;
}
.tab-menu::-webkit-scrollbar {
  display:none;
}
.illust-top {
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.illust-link {
  width: 48%;
}
.illust-link:nth-child(even) {
  margin-right: 0;
}
.illust-link a {
  padding: 1rem;
}
.icon-arrow {
  font-size: 1.2rem;
}
.illust-link:nth-child(n+3) {
  margin-top: 1rem;
}
.illust-link:last-child .icon-arrow {
  padding-top: 0;
}
.illust-btm {
  padding: 1rem 1rem 1.5rem;
}
.illust-btm-title {
  font-size: 1.6rem;
  margin-bottom: .5rem;
}
.illust-btm ul li {
  width: 50%;
}
.illust-btm ul li .illust-sample{
  width: 60%;
}
.illust-btm ul li:nth-child(n+3) {
  margin-top: 2rem;
}
.illust-btm ul li:nth-child(even) {
  border-right: none;
}
  .link-box.mydesign {
    display: block;
}
.column2 .mydesign .link-list {
    width: 100%;
}
.link-box.business, .link-box.mydesign {
  padding: 1rem;
}

.mydesign-box .mydesign-txt {
  width: 55%;
  font-size: 1.4rem;
}
.campaign-bnr {
  width: 90%;
  margin: 2rem auto;
}
.recommend-heading {
  font-size: 1.8rem;
}
.recommend-inner {
  padding: 1.5rem 2rem 3rem;
}
.column2-conts .left-side {
  width: 70%;
  margin: 0 auto 1rem;
  float: none;
}
.column2-conts .right-side {
  width: 100%;
  margin: 0 auto;
  float: none;
}
.column2-conts .right-side .right-title {
  font-size: 1.6rem;
}
.column2-conts .right-side .right-title span {
  font-size: 1.2rem;
}
.column2-conts .right-side p {
  font-size: 1.4rem;
}
.btn-brown a {
  width: 80%;
  max-width: 30rem;
  font-size: 1.6rem;
  padding: 1.5rem;
}
.btn-brown a::before {
  height: 1rem;
  width: 1rem;
  right: 2rem;
}
/* -----------------------------------------
 年賀状リスト
------------------------------------------- */
.nenga-inner {
  margin: 0 auto 1rem;
  padding: 1rem;
}
.nenga-heading {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.nenga-heading .illust-sub {
  font-size: 1.2rem;
}
.picup-list li {
  margin-right: 1rem;
}
.category-list{
  margin: 1rem auto 1rem;
}
.category-list li {
  margin:.5rem;
}
.category-list li a {
  font-size: 1.4rem;
  padding: .6rem .6rem;
}
.nenga-item ul {

}
.nenga-item ul li {
  padding: 1rem;
}
.nenga-item ul li a img {
}
.nenga-item ul.flex-box {
  display: block;
}
.nenga-item ul.flex-box li {
  width: auto;
}
.designs li a.favorit-btn {
  width: 3.2rem;
  height: 3.2rem;
}
.design-copylight {
  margin: 1rem 1.5rem;
}

/* -----------------------------------------
 iziModal
------------------------------------------- */
.iziModal.nenga-modal {
  border-radius: .6rem !important;
}
.modal-inner {
  padding: 1.5rem;
}
.modal-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
	padding: 0 1.7em;
}
.modal-inner a.favorit-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3.5rem;
  height: 3.5rem;
}
.nenga-item ul {
  padding: 0;
}
.nenga-item-img {
  margin-bottom: 1rem;
}
.nenga-item-img .thumb .img {
  border-width: 1rem;
}
.modal-close-wrap {
  margin-top: 1.5rem;
}
a.modal-close {
  font-size: 1.4rem;
}
.modal-close span {
  padding-left: 2rem;
}
.modal-close span::before {
  width: 1.5rem;
  height: 1.5rem;
}
.iziModal-navigate>button {
  width: 3rem;
}
.iziModal-navigate-prev {
  left: -3rem !important;
  width: 2.7rem;
}
.iziModal-navigate-next {
  right: -3rem !important;
  width: 3.2rem;
}
.iziModal-navigate-prev::after, .iziModal-navigate-next::after {
  height: 1.8rem;
  width: 1.8rem;
}
.iziModal-navigate-prev::after,
.iziModal-navigate-next::after {
  border-width: .3rem;
}
.iziModal.nenga-modal.free-comment a.modal-close{
  bottom: 1rem;
}
.iziModal.free-comment .iziModal-content {
  padding: .5rem .5rem 7rem !important;
  background: #fff;
  border-radius: 1rem;
}
.iziModal.free-comment .iziModal-iframe {
  padding: .5rem .5rem 4rem !important;
}
.iziModal.free-comment .iziModal-content::before {
  padding-top: 48.6%;
}
.modal-detail {
  width: 24rem;
  font-size: 1.6rem;
  margin: 1.5rem auto;
}
.modal-detail::after {
  right: 1.2rem;
  border-width: .6rem 0 .6rem .6rem;
}
/* -----------------------------------------
 内部ページ
------------------------------------------- */
.top-conts .recommend-inner {
  padding: 1.5rem 1rem 2rem;
}
.title-img {
  width: 95%;
  margin: 0 auto 1rem;
}
.heading-b {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.heading-b span {
  padding: 0 1rem;
}
.order-flow li p img{
  vertical-align: -.3rem;
  width: 8%;
  padding-right: .4rem;
  padding-left: .5rem;
}
.order-flow-p,.order-flow-bottom-p{
  padding-left: 0;
  font-size: 1.3rem;
  text-align: center;
}
.order-flow {
  margin-bottom: 2rem;
  display: block;
}
.order-flow li {
  width: 95%;
  margin: 0 auto 2rem;
}
.order-flow li:last-child {
  margin-right: auto;
}
.order-flow li h3 {
  font-size: 1.4rem;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.order-flow li h3::before {
  width: 2rem;
  height: 2rem;
}
.flow-img {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.heading-c {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.pick-box {
  padding: 0 0 1rem;
}
.pick-box .point-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}
.pick-box .pick-txt {
  font-size: 1.4rem;
}
.pick-box .point-txt span {
  font-size: 1.2rem;
}
.note-box {
  padding: 1rem;
}
.note-box h4 {
  font-size: 1.4rem;
  margin-bottom: .5rem;
}
.note-box ul li {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: .5rem;
}
.flow-top {
  margin-bottom: 3rem;
}
.column2-box {
  margin-bottom: 1.5rem;
}
.column2-box .right-side {
  float: none;
  width: 100%;
  margin-bottom: 1rem;
}
.column2-box .left-side {
  float: none;
  width: 80%;
  margin: 0 auto;
}
.column2-box .right-side h3 {
  font-size: 1.4rem;
}
.column2-box .right-side p {
  font-size: 1.4rem;
  line-height: 1.5;
}
  .flow-imgBox.pc-only{
    width: 94%;
  }
.flow-imgBox {
    margin: 0 auto 2rem;
}
/* 価格・納期 */
.box-inner {
  padding: 0 1rem 2rem;
  font-size: 1.4rem;
}
.comment {
  font-size: 1.2rem;
}
.price-img {
  margin-bottom: 1rem;
}
.price-table {
  font-size: 1.4rem;
}
.price-table td,.price-table th{
  font-size: 1.2rem;
}
.table-box {
  font-size: 1.2rem;
}
.table-box th,.table-box td {
  line-height: 1.4;
}
/* 宛名印刷 */
.top-conts .column2-conts .left-side {
  width: 50%;
}
.top-conts .column2-conts .right-side {
  width: 100%;
  margin: auto;
}
.top-conts .column2-conts {
  margin-bottom: 1rem;
}
.order-box .left-side {
  float: none;
  width: 100%;
  font-size: 1.6rem;
  padding: .5rem;
}
.order-box .right-side {
  float: none;
  font-size: 1.4rem;
}
.order-box ul {
  padding: .5rem 1.5rem 1rem;
}
.order-box ul li {
  font-size: 1.4rem;
}
.order-flow .mr-fix{
  margin-right: auto;
}
.step-icon {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  padding-left: 4.5rem;
}
.step-icon::before {
  width: 3.5rem;
  height: 3.5rem;
}
.step-txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.btn-brown.large a {
  text-align: left;
  padding: 1rem 1.5rem;
  max-width: 31rem;
  font-size: 1.5rem;
}
.btn-brown.large a::before {
  right: 1rem;
}
.center-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.regist-link li {
  font-size: 1.4rem;
  width: 50%;
}
.regist-link li:first-child {
  font-size: 1.2rem;
}
.regist-link .txt-u:first-child {
  font-size: 1.4rem;
}
.regist-step3 li {
  font-size: 1.4rem;
  line-height: 1.7;
}
.step3-flow {
  display: block;
  margin-bottom: 2rem;
}
.step3-flow li {
  width: 80%;
  margin: 0 auto 2rem;
}
.step3-flow li p {
  margin-top: .5rem;
}
.step3-flow li:last-child {
  margin: 0 auto;
}
/* はがきの種類 */
.top-conts .column2-conts.hagaki {
  margin-bottom: 2rem;
}
.top-conts .column2-conts.hagaki .right-side {
  width: 100%;
  margin-left: 0;
}
.top-conts .column2-conts.hagaki .right-side .right-title {
  font-size: 1.4rem;
  line-height: 1.5;
}
.top-conts .column2-conts.hagaki .right-side .right-title span {
  font-size: 1.4rem;
}
.heading-b.small {
  font-size: 1.7rem;
}
.bring-txt {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.hagaki-bring {
  width: 100%;
  margin-bottom: .5rem;
}
.icon-ok, .icon-no {
  font-size: 1.5rem;
  margin: 1.5rem auto;
  padding-left: 3rem;
}
.icon-ok::before, .icon-no::before {
  height: 2.5rem;
  width: 2.5rem;
}
/* 選べるあいさつ文 */
.sample-table {
  margin: 1rem auto;
}
.genre-title {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
}
.sample-number {
  width: 24%;
  font-size: 1.4rem;
}
.sample-txt {
  font-size: 1.2rem;
  padding: 1rem;
}
.sample-number span {
  font-size: 1.2rem;
}
.heading-b span.small-txt {
  font-size: 1.4rem;
  display: block;
}
/* 自分でデザインする年賀状 */
.top-conts .column2-conts.mydesign {
  margin: 0 auto 1rem;
}
.top-conts .column2-conts.mydesign .left-side {
  width: 60%;
}
.top-conts .column2-conts.mydesign .right-side {
  width: 100%;
  margin: auto;
}
.top-conts .column2-conts.mydesign .right-side .right-title {
  font-size: 1.4rem;
  line-height: 1.5;
}
.mydesign-list li {
  font-size: 1.4rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
  width: 31%;
}
.mydesign-list li:last-child {
  font-size: 1.4rem;
}
.box-inner.mydesign {
  padding: 0 1rem 2rem;
}
.design-method {
  margin-bottom: 1.5rem;
}
.method-area {
  display: block;
  border: .1rem solid #DD0011;
  margin-top: 1.5rem;
}
.method-title {
  font-weight: normal;
  color: #DD0011;
  padding: 1rem;
  border-bottom: .1rem solid #DD0011;
}
.method-box {
  padding: 1rem;
}
.mydesign-table {
  margin-bottom: 1rem;
}
.mydesign-table td {
  font-size: 1.2rem;
  vertical-align: middle;
  padding: .5rem;
}
/* 選べる仕上げ */
.shiage-img {
  width: 100%;
  margin: 1rem auto;
}
.icon-reason {
  font-size: 1.6rem;
  padding-left: 5.5rem;
  margin-bottom: 1rem;
}
.icon-reason::before {
  height: 4.5rem;
  width: 4.5rem;
}
span.under-y {
  display: inline;
}
.reason-txt {
  line-height: 1.5;
}
.conparison-img {
  margin: 1rem auto;
}
.reason-conts .left-side {
  width: 60%;
  margin: 0 auto;
  float: none;
}
.reason-conts .right-side {
  width: 100%;
  margin-top: 1rem;
  margin-left: 0;
  float: none;
  line-height: 1.5;
}
/* -----------------------------------------
 お気に入り
------------------------------------------- */
.designs .grid {
  margin: 0 .5rem;
}
.designs .grid li {
  width: 47%;
  padding: 1.5rem 2rem 1rem;
  margin: 1rem 0 1.5rem;
}
.designs .grid li a.favorit-btn {
  right: -1rem;
  top: -1rem;
}
.designs .grid li .nenga-name {
  font-size: 1.4rem;
  padding-top: .5rem;
}
a.btn-simple {
  font-size: 1.4rem;
  border-radius: .5rem;
}
  
  
/* -----------------------------------------
 無料お試し
------------------------------------------- */
.trial-title{
  display: block;
  font-size: 1.3rem;
  margin: 0 auto;
}
.trial-section {
  margin: 0 auto;
  width: 100%;
  }
.trial-box {
  margin-bottom: 2rem;
  padding: 0 3.5rem 3rem;
  border-width: .1rem;
  width: 100%
}
.trial-box h2 {
  margin-top: -1.8rem;
  margin-bottom: 3rem;
  padding: 0 .2rem;
  font-size: 1.8rem;
  letter-spacing: normal;
}
.trial-flow {
  width: auto;
  margin: 0 auto;
}
.trial-flow li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 3rem;
}
.trial-flow li::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2.4rem;
  left: 0;
  margin: auto;
  border: 1rem solid transparent;
  border-top-color: #BE1F15;
}
.trial-flow li::after {
  content: "";
  display: block;
  clear: both;
}
.trial-flow li:last-child {
  margin-bottom: 0;
}
.trial-flow h3 {
  float: left;
  width: 50%;
  margin: 1.8rem 0 1.2rem;
  font-size: 1.4rem;
}
.trial-flow p {
  float: left;
  width: 50%;
}
.trial-box .trial-flow img {
  float: right;
  width: 40%;
  margin-bottom: 0;
}
.trial-box img {
max-width: 36rem;
}
.trial-flow p {
font-size: 1.4rem;
line-height: 1.3;
text-align: center;
}
  .trial-info p.comment {
margin-bottom: 0;
line-height: 1.5;
font-size: 1.2rem;
}
  .trial-txt-red {
color: #FF0000;
  font-size:1.5rem
}
.trial-img,.trial-img2 {
  width: 90%;
  margin: 0 auto 1rem;
}
.trial-img2 {
  width: 70%;
  margin: 0 auto 3rem;
}
.yellow-border{
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0 .6rem;
  vertical-align: top;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: .1rem;
  background: -webkit-linear-gradient(top, transparent 50%, #FFEA5B 50%);
  background: linear-gradient(to bottom, transparent 50%, #FFEA5B 50%);
  }
.ad-txt{
  font-size:2.3rem;
}
.ad-txt2{
  font-size:1.8rem;
}
.ad-mg-fix{
  margin-bottom: 0;
  margin-top: 0;
  }
.ad-txt-mt{
  margin-top: 2rem;
  }
  .yellow-border{
  background: none;
  }
  .sp-yellow-border{
    display: inline-block;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0 .6rem;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1rem;
  background: -webkit-linear-gradient(top, transparent 50%, #FFEA5B 50%);
  background: linear-gradient(to bottom, transparent 50%, #FFEA5B 50%);
  }
  .copy-logo {
    width: 12%;
}
/* -----------------------------------------
 pagetop
------------------------------------------- */
#pagetop {
  height: 4rem;
  width: 4rem;
  border-radius: .4rem;
  right: 1rem;
}
#pagetop::before {
  width: 1.3rem;
  height: 1.3rem;
  border-left: .2rem solid #fff;
  border-top: .2rem solid #fff;
}
}


@media (max-width:1480px) {
.nenga-item ul li{
  width: 21vw;
  box-sizing: content-box;
}
}
@media (max-width:1000px) {
.nenga-item ul li{
  width: 28vw;
}
}
@media (max-width:600px) {
.nenga-item ul li{
  width: 44vw;
}
}
@media (max-width:350px) {
.nenga-item ul li{
  width: 40vw;
}
}
