@charset "UTF-8";
main .u_line label {
  text-decoration: underline;
  display: inline-block;
}

main .u_line label:hover {
  text-decoration: none;
}

main .pt30 {
  padding-top: 30px;
}

#handling .table01 tr td:nth-of-type(1) {
  width: 80px;
}

#handling .scroll_area + p {
  text-align: right;
  margin-bottom: 0;
}

#handling .scroll_area + p .orange {
  font-family: serif;
  color: #f60;
}

article #order h3.band {
  background-color: #FD4D4D;
}

article #order h3.band.green {
  background-color: #1C8B6A;
}

ul.submit.gray_type02.w100 li {
  width: 100%;
}

.ttl.bg_gray {
  text-align: center;
  font-size: 18px;
  background: #F6F6F6;
  margin-bottom: 18px;
  padding: 11px;
}

.normal_txt_area .img ul {
  margin: 0;
  padding: 0;
}

.normal_txt_area .img ul li {
  margin: 0 0 10px 0;
}

.normal_txt_area .img ul li:last-of-type {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #handling .table01 tr td:nth-of-type(1) {
    width: 50px;
  }
  .notice + .submit {
    margin-top: 20px;
  }
  .ttl.bg_gray {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .normal_txt_area .img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .normal_txt_area .img ul li {
    width: 49%;
    margin-bottom: 5px !important;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■dl_btn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.submit.dl_btn li a {
  border-color: #B2DBFF;
  padding-left: 52px;
  padding-right: 43px;
}

ul.submit.dl_btn li a.ai {
  background: url(/assets/img/ico_dl.png) no-repeat right 17px center, url(/assets/img/ico_btn_ai.png) no-repeat 12px center;
  background-size: auto 20px,auto 29px;
}

ul.submit.dl_btn li a.pdf {
  background: url(/assets/img/ico_dl.png) no-repeat right 17px center, url(/assets/img/ico_btn_pdf.png) no-repeat 5px center;
  background-size: auto 20px,auto 44px;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  ul.submit.dl_btn li a {
    padding-left: 48px;
    padding-right: 40px;
  }
  ul.submit.dl_btn li a.ai {
    background-size: auto 17px,auto 25px;
  }
  ul.submit.dl_btn li a.pdf {
    background-size: auto 17px,auto 36px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■color_variation_wrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.color_variation_wrap {
  overflow: hidden;
}

.color_variation_wrap .color_variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -33px 0 0;
  padding: 0;
}

.color_variation_wrap .color_variation li {
  width: 100px;
  margin: 0 33px 22px 0;
  text-align: center;
}

.color_variation_wrap .color_variation li span {
  display: block;
}

.color_variation_wrap .color_variation .color {
  width: 100%;
  height: 70px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.color_variation_wrap .color_variation .color.c_lemon {
  background: #FEEBA9;
}

.color_variation_wrap .color_variation .color.c_ivory {
  background: #F1E4B8;
}

.color_variation_wrap .color_variation .color.c_skin {
  background: #E7BC9A;
}

.color_variation_wrap .color_variation .color.c_w_tea {
  background: #D3A26A;
}

.color_variation_wrap .color_variation .color.c_cream {
  background: #FCED8A;
}

.color_variation_wrap .color_variation .color.c_d_cream {
  background: #E4CB29;
}

.color_variation_wrap .color_variation .color.c_yamabuki {
  background: #FFEC62;
}

.color_variation_wrap .color_variation .color.c_yellow {
  background: #EEE200;
}

.color_variation_wrap .color_variation .color.c_moegi {
  background: #C5DB3B;
}

.color_variation_wrap .color_variation .color.c_green {
  background: #85CE37;
}

.color_variation_wrap .color_variation .color.c_wakatake {
  background: #5DC054;
}

.color_variation_wrap .color_variation .color.c_uguisu {
  background: #B0CA69;
}

.color_variation_wrap .color_variation .color.c_wakakusa {
  background: #D3F3A6;
}

.color_variation_wrap .color_variation .color.c_asagi {
  background: #B8DCC2;
}

.color_variation_wrap .color_variation .color.c_water {
  background: #BCDCDB;
}

.color_variation_wrap .color_variation .color.c_sky {
  background: #96C7D5;
}

.color_variation_wrap .color_variation .color.c_blue {
  background: #5D8FB2;
}

.color_variation_wrap .color_variation .color.c_tansui {
  background: #C2D2C8;
}

.color_variation_wrap .color_variation .color.c_ajisai {
  background: #D1DCEF;
}

.color_variation_wrap .color_variation .color.c_lavender {
  background: #EEE7EE;
}

.color_variation_wrap .color_variation .color.c_fuji {
  background: #CABDC6;
}

.color_variation_wrap .color_variation .color.c_rindou {
  background: #B699CF;
}

.color_variation_wrap .color_variation .color.c_sakura {
  background: #F3D5D5;
}

.color_variation_wrap .color_variation .color.c_kosumosu {
  background: #F1BDD3;
}

.color_variation_wrap .color_variation .color.c_peach {
  background: #E299A4;
}

.color_variation_wrap .color_variation .color.c_salmon {
  background: #EF8379;
}

.color_variation_wrap .color_variation .color.c_biwa {
  background: #F2C38B;
}

.color_variation_wrap .color_variation .color.c_orange {
  background: #E39B35;
}

.color_variation_wrap .color_variation .color.c_amaryllis {
  background: #FD7D56;
}

.color_variation_wrap .color_variation .color.c_red {
  background: #D23C40;
}

.color_variation_wrap .color_variation .color.c_white {
  background: #F5FAF4;
}

.color_variation_wrap .color_variation .color.c_ginnezumi {
  background: #ABA89F;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .color_variation_wrap {
    margin-right: -18px;
  }
  .color_variation_wrap .color_variation li {
    width: 80px;
    margin: 0 18px 15px 0;
  }
  .color_variation_wrap .color_variation .color {
    height: 55px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_tableDisplay 卓上用ディスプレイ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_tableDisplay .normal_tab {
  margin-bottom: 30px;
}

.page_tableDisplay #order .btn_wrap.btn_wrap02 .img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}

.page_tableDisplay #order .btn_wrap.btn_wrap02 .img ul li {
  width: calc(25% - 5px);
  border: 1px solid #959595;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page_tableDisplay #order .btn_wrap.btn_wrap02 .img ul li img {
  width: 100%;
  height: auto;
}

.page_tableDisplay #order .btn_wrap.btn_wrap02 ul.submit.gray_type02 .info {
  margin-top: 10px;
  padding-top: 13px;
  border-top: 1px solid #D1D1D1;
}

.page_tableDisplay #order .btn_wrap.btn_wrap02 ul.submit.gray_type02 .info .ttl {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 17px;
}

.page_tableDisplay #order .btn_wrap.btn_wrap02 ul.submit.gray_type02 .info dt {
  font-weight: 700;
}

.page_tableDisplay #order .btn_wrap.btn_wrap02 ul.submit.gray_type02 .info dd {
  margin-bottom: 5px;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page_tableDisplay .normal_tab {
    margin-bottom: 20px;
  }
  .page_tableDisplay #order .btn_wrap.btn_wrap02 .img {
    margin-bottom: 25px;
  }
  .page_tableDisplay #order .btn_wrap.btn_wrap02 ul.submit.gray_type02 .info {
    border-top: none;
  }
}

/*-------------------------------------------------------------------------
▼ページ毎の指定
-------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_poster
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page_poster .normal_tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_poster .normal_tab li {
    width: 33.33%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_popup_card
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_popup_card ol.list_type01 {
  max-width: 750px;
  margin: 0 auto;
}

/*------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_crimp_long
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_crimp_long #order .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#page_crimp_long #order .wrap ul {
  width: 260px;
}

#page_crimp_long #order .wrap .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 260px);
}

#page_crimp_long #order .wrap .img img {
  max-width: 100%;
  max-height: 100%;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #page_crimp_long #order .wrap {
    display: block;
    margin-bottom: 30px;
  }
  #page_crimp_long #order .wrap ul {
    width: 100%;
  }
  #page_crimp_long #order .wrap ul li {
    width: 100%;
  }
  #page_crimp_long #order .wrap .img {
    width: 85%;
    text-align: center;
    margin: 0 auto 8px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_crimp_big
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_crimp_big #order .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#page_crimp_big #order .wrap ul {
  width: 470px;
}

#page_crimp_big #order .wrap .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 470px);
}

#page_crimp_big #order .wrap .img img {
  max-width: 100%;
  max-height: 100%;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #page_crimp_big #order .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page_crimp_big #order .wrap ul {
    width: 100%;
  }
  #page_crimp_big #order .wrap .img {
    width: 80%;
    text-align: center;
    margin: 10px auto 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_water_label ペットボトルラベル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_water_label .normal_tab {
  margin-bottom: 30px;
}

.page_water_label #point .flex_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_water_label #point .flex_box .txt_area {
  width: calc(100% - 300px);
}

.page_water_label #point .flex_box .img {
  width: 300px;
  padding-right: 0;
  text-align: right;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .page_water_label .normal_tab {
    margin-bottom: 20px;
  }
  .page_water_label #about .intro {
    text-align: center;
  }
  .page_water_label #point .flex_box .txt_area {
    width: 100%;
  }
  .page_water_label #point .flex_box .img {
    width: 100%;
    text-align: left;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_tesshu ポケットティッシュ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_tesshu #order .img img {
  width: 250px;
  height: auto;
}

#page_tesshu #order .txt_area {
  margin-top: 20px;
}

#page_tesshu #order .txt_area .ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

#page_tesshu #order .txt_area dl {
  overflow: hidden;
}

#page_tesshu #order .txt_area dl dt {
  font-weight: 700;
  float: left;
}

#page_tesshu #order .txt_area dl dd {
  padding-left: 6em;
}

#page_tesshu #order .submit {
  margin-top: 0;
}

#page_tesshu #point .list_type01 li:nth-of-type(1) .flex_box.right_img .txt_area {
  width: calc(100% - 140px);
}

#page_tesshu #point .list_type01 li:nth-of-type(1) .flex_box.right_img .img {
  width: 140px;
}

#page_tesshu #point .list_type01 li:nth-of-type(3) .flex_box.right_img .txt_area {
  width: calc(100% - 300px);
}

#page_tesshu #point .list_type01 li:nth-of-type(3) .flex_box.right_img .img {
  width: 300px;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #page_tesshu #order .txt_area {
    margin-top: 5px;
  }
  #page_tesshu #point .list_type01 li:nth-of-type(1) .flex_box.right_img .txt_area {
    width: 100%;
  }
  #page_tesshu #point .list_type01 li:nth-of-type(1) .flex_box.right_img .img {
    width: 100%;
    text-align: center;
  }
  #page_tesshu #point .list_type01 li:nth-of-type(1) .flex_box.right_img .img img {
    width: 120px;
    height: auto;
  }
  #page_tesshu #point .list_type01 li:nth-of-type(3) .flex_box.right_img .txt_area {
    width: 100%;
  }
  #page_tesshu #point .list_type01 li:nth-of-type(3) .flex_box.right_img .img {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■fan_page　うちわ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fan_page #design table th, .fan_page #design table td {
  padding: 0;
  text-align: left;
}

.fan_page #design table th {
  font-weight: 500;
  padding-right: 20px;
}

/*------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■fan_namepen 名入れボールペン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .fan_namepen .normal_tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fan_namepen .normal_tab li {
    width: 33.33%;
  }
  .fan_namepen .normal_tab li .wrap {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .fan_namepen #order .btn_wrap.btn_wrap02 + .submit {
    margin-bottom: 25px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_oripanfu_orihaba 折パンフレット印刷折り幅サイズについて
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_oripanfu_orihaba .half_box .img img {
  max-width: 323px;
}

/*------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_envelope 封筒印刷
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_envelope #order .select-button.type1.column {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_lineup 商品一覧TOP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_lineup #nav_area {
  margin-bottom: 100px;
}

#page_lineup #nav_area ul {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page_lineup #nav_area ul li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

#page_lineup #nav_area ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1C8B6A;
  font-size: 15px;
  font-weight: 700;
}

#page_lineup #nav_area ul a:hover {
  text-decoration: none;
}

#page_lineup #nav_area ul span {
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
}

#page_lineup #nav_area ul .img {
  padding: 0;
}

#page_lineup #nav_area ul .img img {
  width: 100%;
  height: auto;
}

#page_lineup h3.band + div .img {
  margin-bottom: 25px;
}

#page_lineup h3.band + div .img img {
  max-width: 100%;
  max-height: 100%;
}

#page_lineup #op .txt_link_list {
  margin-bottom: 35px;
}

#page_lineup #op .txt_link_list:last-of-type {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #page_lineup #nav_area {
    margin-bottom: 50px;
  }
  #page_lineup #nav_area ul span {
    min-height: 65px;
  }
  #page_lineup #nav_area ul a {
    font-size: 14px;
  }
  #page_lineup h3.band + div {
    display: block;
  }
  #page_lineup h3.band + div .img img {
    /*
    max-height: 70px;
    */
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_lineup 期間終了（オーバーレイ）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
article.end_page,
div.end_item{
	position: relative;
	z-index: 0;
}
article.end_page:before,
div.end_item:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 1;
}
article.end_page .end_page_txt,
div.end_item .end_page_txt{
	position: absolute;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
	padding: 30px 20px 5px;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	z-index: 2;
}

div.end_item .end_page_txt{
	font-size: 1.4rem;
	top: 50px;
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	article.end_page .end_page_txt,
	div.end_item .end_page_txt{
		font-size: 1.4rem;
	}

	div.end_item .end_page_txt{
		font-size: 1.2rem;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■メインビジュアルのスライダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kv .lineup_slider img{
	max-width: 100%;
	height: auto;
}
.kv .lineup_slider .slider{
	width: 100%;
}
.kv .lineup_slider .thumbnail{
	margin: 10px 20px 0;
}
.kv .lineup_slider .thumbnail-img{
	width: 25%;
	margin: 0 5px;
}
.kv .lineup_slider .thumbnail img{
	cursor: pointer;
	transition-duration: 0.25s;
}
.kv .lineup_slider .thumbnail img:hover{
	opacity: 0.8;
}
.kv .lineup_slider .slick-prev,
.kv .lineup_slider .slick-next{
	width: 15px;
	height: 100%;
	background: url(../img/ico_thum_back.png) no-repeat center center #1C8B6A;
	background-size: 7px auto;
	top: 0;
}
.kv .lineup_slider .slick-prev:before,
.kv .lineup_slider .slick-next:before{
	display: none;
}
.kv .lineup_slider .slick-prev{
	left: -20px;
}
.kv .lineup_slider .slick-next{
	right: -20px;
	background-image: url(../img/ico_thum_next.png);
}

/*------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.kv .lineup_slider .thumbnail{
		margin-top: 5px;
	}
	.kv .lineup_slider .thumbnail-img{
		margin: 0 2.5px;
	}
}
