@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Fredericka+the+Great");
@import url("https://fonts.googleapis.com/css?family=Cabin+Sketch");

*, *:before, *:after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, details, dialog, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

body {
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

br, hr {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/* --------------------------------------------------
00:  Utility Style
-------------------------------------------------- */
/* float */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

@media only screen and (min-width: 768px) {
  .pc_fl {
    float: left !important;
  }

  .pc_fr {
    float: right !important;
  }
}

/* align */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

/* size */
.txXS {
  font-size: 10rem !important;
}

.txSS {
  font-size: 11rem !important;
}

.txS {
  font-size: 12rem !important;
}

.txM {
  font-size: 13rem !important;
}

.txL {
  font-size: 16rem !important;
}

.txLL {
  font-size: 18rem !important;
}

.txXL {
  font-size: 20rem !important;
}

/* Margin Padding */
.noMargin {
  margin: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt120 {
  margin-top: 120px !important;
}

/* Clear */
.clr {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.wd100 {
  width: 100%;
}

.spMwd {
  max-width: 65%;
  margin: 0 auto;
}

.mt22 {
  margin-top: 22px !important;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mtb15 {
  margin-top: -15px;
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mr05 {
  margin-right: 5px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.tx10 {
  font-size: 10px;
}

.tx11 {
  font-size: 11px;
}

.tx12 {
  font-size: 12px;
}

.tx13 {
  font-size: 13px;
}

.tx14 {
  font-size: 14px;
}

.tx15 {
  font-size: 15px;
}

.tx16 {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .wd1000 {
    width: 1000px;
  }

  .pc_mt03 {
    margin-top: 3px !important;
  }

  .pc_mt04 {
    margin-top: 4px !important;
  }

  .pc_mt05 {
    margin-top: 5px !important;
  }

  .pc_mt10 {
    margin-top: 10px;
  }

  .pc_mt20 {
    margin-top: 20px;
  }

  .pc_mt30 {
    margin-top: 30px;
  }

  .pc_mt-30 {
    margin-top: -30px;
  }

  .pc_mt-40 {
    margin-top: -40px;
  }

  .pc_mt-50 {
    margin-top: -50px;
  }

  .pc_mt-60 {
    margin-top: -60px;
  }

  .pc_mt-70 {
    margin-top: -70px;
  }

  .pc_mt-400 {
    margin-top: -400px;
  }

  .pc_mb0 {
    margin-bottom: 0px;
  }

  .pc_mb5 {
    margin-bottom: 5px;
  }

  .pc_mb10 {
    margin-bottom: 10px;
  }

  .pc_mb15 {
    margin-bottom: 15px;
  }

  .pc_mb20 {
    margin-bottom: 20px;
  }

  .pc_mb-30 {
    margin-bottom: -30px;
  }

  .pc_mb-40 {
    margin-bottom: -40px;
  }

  .pc_ml-20 {
    margin-left: -20px !important;
  }

  .pc_mr10 {
    margin-right: 10px !important;
  }

  .pc_mr20 {
    margin-right: 20px !important;
  }

  .pc_mr30 {
    margin-right: 30px !important;
  }

  .pc_mr40 {
    margin-right: 40px !important;
  }

  .pc_mr50 {
    margin-right: 50px !important;
  }

  .pc_mr60 {
    margin-right: 60px !important;
  }

  .pc_mr70 {
    margin-right: 70px !important;
  }

  .pc_pt25 {
    padding-top: 25px;
  }

  .pc_pt30 {
    padding-top: 30px;
  }

  .pc_pt40 {
    padding-top: 40px;
  }

  .pc_pb0 {
    padding-bottom: 0px;
  }

  .pc_pb5 {
    padding-bottom: 5px;
  }

  .pc_pb10 {
    padding-bottom: 10px;
  }

  .pc_pb15 {
    padding-bottom: 15px;
  }

  .pc_pb20 {
    padding-bottom: 20px;
  }

  .pc_pb30 {
    padding-bottom: 30px !important;
  }

  .pc_pb40 {
    padding-bottom: 40px !important;
  }

  .pc_pb50 {
    padding-bottom: 50px !important;
  }

  .pc_pb60 {
    padding-bottom: 60px !important;
  }

  .pc_ptb30 {
    padding-top: 30px;
    padding-bottom: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .sp_mt20 {
    margin-top: 20px;
  }

  .spmt-20 {
    margin-top: -20px !important;
  }

  .sp_ml20 {
    margin-left: 20px;
  }

  .spmf20 {
    margin-left: 20px;
  }

  .sp_mb-20 {
    margin-bottom: -20px;
  }

  .sp_mb-30 {
    margin-bottom: -30px;
  }

  .sp_mb-40 {
    margin-bottom: -40px;
  }

  .sp_pb20 {
    padding-bottom: 20px;
  }

  .sp_mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sp_mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sp_ptb30 {
    padding-top: 30px;
    padding-bottom: -30px;
  }
}

.zp2 {
  z-index: 2 !important;
}

.zm-2 {
  z-index: -2 !important;
}

.bdrW li img {
  border: solid 2px #fff;
}

/* display */
@media only screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

html {
  color: #222;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-size: 12px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 2;
}

.txtRed {
  color: #DE0003;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

input,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 100%;
  vertical-align: middle;
}

select {
  background-color: transparent;
  text-indent: .01px;
  text-overflow: "";
}

textarea {
  font-size: 100%;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

img[src*="_pc."] {
  display: none;
}

@media only screen and (min-width: 768px) {
  img[src*="_sp."] {
    display: none;
  }

  img[src*="_pc."] {
    display: inline;
  }
}

.active {
  opacity: 1 !important;
  transition: opacity 0.25s;
  pointer-events: auto !important;
}

#wrap {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #wrap {
    overflow: visible;
  }
}

a {
  color: #222;
  text-decoration: underline;
  transition: .25s;
}

a:hover {
  color: #20d8c9;
  text-decoration: none;
}

/* main {
  margin-top: 80px;
} */

@media only screen and (min-width: 768px) {
  main {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) {
  section {
    padding: 0 48px;
    min-width: 1216px;
  }
}

section .inner {
  width: 100%;
}

#productMoreDetail section .thum_wrap img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section .inner {
    width: 1120px;
    margin: 0 auto 60px;
    overflow: hidden;
  }
}

#pagetop {
  width: 44px;
  height: 44px;
  background: #fff200;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 102;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  #pagetop {
    bottom: 16px;
    right: 16px;
  }

  #pagetop:hover {
    background: #20d8c9;
  }

  #pagetop:hover a:after {
    border-color: transparent transparent #fff transparent;
  }
}

#pagetop.on {
  opacity: 1;
}

#pagetop a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 44px;
  height: 44px;
  position: relative;
}

#pagetop a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
  border-color: transparent transparent #222 transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -8px;
  transition: 0.5s;
}

.headline {
  padding: 0 20px;
  line-height: 1;
  font-size: 21px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .headline {
    font-size: 25px;
  }
}

.headline span {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, sans-serif;
  border: 1px solid #222222;
  display: inline-block;
  background: #fff;
  padding: 9px 8px 6px 8px;
  box-shadow: 4px 4px 0px #222;
  margin-bottom: 11px;
}

.headline__FG {
  padding: 37px 20px 30px 20px;
  line-height: 1;
  font-size: 32px;
  font-family: "Fredericka the Great", cursive;
  letter-spacing: .15em;
}

.headline__FG_top {
  padding: 37px 20px 30px 20px;
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, sans-serif;
  /* font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", cursive;*/
  letter-spacing: .15em;
}

@media only screen and (max-width: 767px) {
  .headline__FG_top {
    padding: 37px 20px 10px 20px;
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, sans-serif;
    /* font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", cursive;*/
    letter-spacing: .15em;
  }
}

h4 {
  font-size: 21px;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
}

b {
  color: #fff;
  font-weight: bold;
  background: #222;
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 1px;
}

table {
  width: 100%;
  border-top: 3px solid #222;
  border-bottom: 1px solid #222;
  margin: 20px 0;
}

@media only screen and (min-width: 768px) {
  table {
    margin: 30px 0 35px 0;
  }
}

table td, table th {
  line-height: 1;
  padding: 10px 0;
  border-top: 1px solid #222;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  table td, table th {
    padding: 12px 0;
  }
}

table th {
  font-weight: bold;
  text-align: left;
  width: 31%;
}

@media only screen and (min-width: 768px) {
  table th {
    width: 155px;
  }
}

.first {
  background: url(../img/pz/common/line_8.gif) repeat-x bottom #fff;
  background-size: 317px;
  padding-bottom: 8px;
  /*===============*/
  /*===============*/
}

@media only screen and (min-width: 768px) {
  .first .h-main-visual {
    width: 1280px;
    margin: auto;
  }

  .first .h-main-visual:after {
    content: '';
    display: block;
    clear: both;
  }

  .first .h-main-visual .main-visual-inner {
    float: left;
    width: 426.5px;
    height: 500px;
    transition: all 0.25s;
  }

  .first .h-main-visual .main-visual-inner:hover {
    opacity: 0.75;
    transition: all 0.25s;
  }
}

.first .h-main-visual .h-inner {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .first .h-main-visual .h-inner {
    padding: 40px 32px 0px;
  }
}

.first .h-main-visual img {
  max-width: 100%;
  width: auto;
}

.first .h-main-visual h3 {
  font-size: 16px;
  border: 1px solid #222222;
  box-shadow: 4px 4px 0px #222;
  padding: 10px 10px 10px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
  background: #ffffff;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, sans-serif;
}

@media only screen and (min-width: 768px) {
  .first .h-main-visual h3 {
    font-size: 24px;
    margin-right: 35px;
    padding: 7px 13px 5px 12px;
    margin-bottom: 35px;
  }
}

.first .h-main-visual span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-right: 5px;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, sans-serif;
}

.first .h-main-visual span a:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  background: #fff200;
  right: -25px;
  top: 50%;
  margin-top: -10px;
  transition: 0.25s;
}

.first .h-main-visual span a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #222;
  right: -18px;
  top: 50%;
  margin-top: -3px;
  transition: 0.25s;
}

.first .h-main-visual span a:hover {
  color: inherit !important;
}

.first .h-main-visual span a:hover:before {
  content: '';
  background: #20d8c9;
}

.first .h-main-visual span a:hover:after {
  content: '';
  border-color: transparent transparent transparent #ffffff;
}

.first .h-main-visual span a, .first .h-main-visual span a:active, .first .h-main-visual span a:hover {
  text-decoration: none;
}

.first .h-main-visual .h-book {
  background-image: url("../print-products-photobook-photozine/print-photobook-photozine-book-sp.png?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 10px 0px;
}

@media only screen and (min-width: 768px) {
  .first .h-main-visual .h-book {
    background-image: url("../print-products-photobook-photozine/print-photobook-photozine-book-pc.png?$staticlink$");
    background-position: bottom center;
    background-size: 100% 100%;
    padding: 0px 0px;
  }
}

.first .h-main-visual .h-magazine {
  background-image: url("../print-products-photobook-photozine/print-photobook-photozine-magazine-sp.png?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 10px 0px;
}

@media only screen and (min-width: 768px) {
  .first .h-main-visual .h-magazine {
    background-image: url("../print-products-photobook-photozine/print-photobook-photozine-magazine-pc.png?$staticlink$");
    background-position: bottom center;
    background-size: 100% 100%;
    padding: 0px 0px;
  }
}

.first .h-main-visual .h-slim {
  background-image: url("../print-products-photobook-photozine/print-photobook-photozine-slim-sp.png?$staticlink$");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 10px 0px;
}

@media only screen and (min-width: 768px) {
  .first .h-main-visual .h-slim {
    background-image: url("../print-products-photobook-photozine/print-photobook-photozine-slim-pc.png?$staticlink$");
    background-position: bottom center;
    background-size: 100% 100%;
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 768px) {
  .first {
    background: none;
    padding: 0;
    padding-bottom: 27px;
    position: relative;
  }

  .first img {
    width: 70%;
  }

  .first .inner {
    width: 100%;
  }

  .first .main_copy {
    left: 52%;
    bottom: 88px;
    margin-left: 120px;
    position: absolute;
  }
}

@media only screen and (min-width: 1216px) {
  .first .main_copy {
    bottom: 7vw;
  }
}

@media only screen and (min-width: 1920px) {
  .first .inner {
    width: 1920px;
    margin: 0 auto;
  }
}

.first h2 {
  position: absolute;
  transform: translate(0, -100%);
  margin-top: -33px;
  font-size: 20px;
}

.first h2 span {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .first h2 {
    position: relative;
    font-size: 24px;
    transform: translate(0, 0);
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }

  .first h2 span {
    margin: 0;
    padding: 9px 0 9px 8px;
  }
}

.first h6 {
  padding: 20px 20px 10px 20px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .first h6 {
    padding: 0 0 10px;
    font-size: 20px;
  }
}

.first p {
  padding: 0px 20px 30px 20px;
}

@media only screen and (min-width: 768px) {
  .first p {
    width: 440px;
    padding: 0;
  }
}

#about {
  /* border-bottom: 1px solid #222; */
  padding-bottom: 40px;
  margin-bottom: 3px;
  padding-top: 78px;
  margin-top: -78px;
}

#about h3 {
  font-size: 20px;
  box-shadow: 4px 4px 0px #222;
  border: 1px solid #222222;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0px 10px 10px;
  margin-left: 20px;
  margin-bottom: 25px;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #about h3 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: -3px;
  }
}

#about h4 {
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  #about h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  #about {
    margin-top: 0px;
    border-bottom: 1px;
    padding-bottom: 0;
    padding-top: 0;
  }

  #about .inner {
    background: url(../img/pz/common/line_8.gif) repeat-x top #fff;
    padding-top: 92px;
    background-size: 317px;
    background-position: 0 -4px;
    padding-bottom: 140px;
    margin-bottom: 3px;
    margin: 0 auto;
    position: relative;
    min-height: 570px;
  }

  #about .headline__FG {
    padding-left: 0;
    padding-top: 0;
  }

  #about .headline__FG_top {
    padding-left: 0;
    padding-top: 0;
  }

  #about img {
    position: absolute;
    right: 0;
    z-index: 0;
    width: 672px;
  }

  #about p {
    position: relative;
    z-index: 1;
  }
}

#about p:not(.btn) {
  padding: 0px 20px 15px 20px;
}

@media only screen and (min-width: 768px) {
  #about p:not(.btn) {
    padding-left: 0;
  }
}

#about .btn span {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  #about .btn {
    width: 320px;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  #about .btn span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .section {
    padding: 0 48px;
    min-width: 1216px;
  }
}

.section .inner {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .section .inner {
    width: 1120px;
    margin: 0 auto;
  }
}

.section {
  display: block;
}

/* #more ul {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

#more ul li {
  margin: 0 2% 50px;
}

#more ul li img {
  width: 100%;
} */

/* @media only screen and (min-width: 768px) {
  #more ul li {
    width: 26.6666%;
    margin: 0 5%;
  }

  #more ul li:nth-child(2) {
    margin: 0;
  }
} */

#more ul li .btn {
  width: 100%;
  background-color: #fff;
}

#more ul li .btn a {
  display: block;
  color: #00A273;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 5px;
}

#more .price_more {
  width: 80%;
  margin: 0 auto;
  background-color: #00A273;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  #more .price_more {
    width: 45%;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 30px;
  }
}

#more .price_more a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 15px;
}





/**********************************************************
PC qualityGuide & receivingGuide
************************************************************/


	#productMoreDetail .qualityGuideArea{
		margin-bottom: 40px;
		text-align: center;
		background: #f1f1f1;
		padding: 30px 40px;
    max-width: 1020px;
    margin: 20px auto;
	}

	#productMoreDetail .qualityGuideArea .qualityGuideTTL{
		font-size: 18px;
		color: #6c6c6c;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	#productMoreDetail .qualityGuideArea .qualityGuideTTL > span{
		display: block;
		padding-top: 2px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 32px;
		line-height: 1.4;
		text-align: center;
		color: #000000;
		font-weight: 700;
	}

	#productMoreDetail .qualityGuideArea .qualityGuide{}
	#productMoreDetail .qualityGuideArea .qualityGuide > dl{
		display: block;
		padding: 20px;
		background: #FFFFFF;
		margin-bottom: 10px;
    overflow: hidden;
	}
	#productMoreDetail .qualityGuideArea .qualityGuide > dl:nth-last-of-type(1){margin-bottom: 0;}

	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide01 dt,
	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide03 dt,
	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide01 dd.text,
	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide03 dd.text{ float: right;}
	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide02 dt,
	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide02 dd.text{float: left;}

	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide01 dd.img,
	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide03 dd.img{float: left;}
	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide02 dd.img{float: right;}

	#productMoreDetail .qualityGuideArea .qualityGuide > dl dt,
	#productMoreDetail .qualityGuideArea .qualityGuide > dl dd.text{
		width: 56.5%;
		text-align: left;
	}
	#productMoreDetail .qualityGuideArea .qualityGuide > dl dd.img{ width: 40.5%;}
	#productMoreDetail .qualityGuideArea .qualityGuide > dl dd.img > img{display: block; width: 100%; height: auto;}

	#productMoreDetail .qualityGuideArea .qualityGuide > dl dt{
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	#productMoreDetail .qualityGuideArea .qualityGuide > dl dt > span{display: block; font-size: 16px; margin-bottom: 5px;}

	#productMoreDetail .qualityGuideArea .qualityGuide > dl dd.text{
		font-size: 16px;
		line-height: 1.6;
		padding-bottom: 20px;
  }



  /*************************************************************
  PC Responsive
  ************************************************************/
  @media screen and (min-width: 769px) and ( max-width:1120px) {
  	#productMoreDetail .qualityGuideArea{ padding: calc( 30 * (100vw / 1120)) calc( 40 * (100vw / 1120));}
  	#productMoreDetail .qualityGuideArea .qualityGuide > dl{ padding: calc( 20 * (100vw / 1120));}
  	#productMoreDetail .qualityGuideArea .qualityGuide > dl dt{font-size: calc( 20 * (100vw / 1120)); padding-top: calc( 20 * (100vw / 1120));}
  	#productMoreDetail .qualityGuideArea .qualityGuide > dl dt > span{font-size: calc( 16 * (100vw / 1120));}
  	#productMoreDetail .qualityGuideArea .qualityGuide > dl dd.text{font-size: calc( 16 * (100vw / 1120)); padding-bottom: calc( 20 * (100vw / 1120));}
  }

  @media screen and (min-width: 769px) and ( max-width:1000px){
  	#productMoreDetail .receivingGuideTable dl > dd > .table table th span{display: none;}
  	#productMoreDetail .receivingGuideTable dl > dd > .table table .spView{display: block!important;}
  }



  /**********************************************************
  SP qualityGuide & receivingGuide
  ************************************************************/
  @media screen and ( max-width:768px) {



    	#productMoreDetail .qualityGuideArea{
    		margin-bottom: 40px;
    		padding: 20px 10px;
        margin: 20px auto;
    	}


    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide01 dt,
    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide03 dt,
    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide01 dd.text,
    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide03 dd.text {
        float: none;
        font-size: 14px;
        margin: 20px 0;
      }

    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide01 dt,
    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide03 dt {
        text-align: center;
        font-size: 1.6rem;
      }

    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide02 dt,
    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide02 dd.text {
        float: none;
        font-size: 14px;
        margin-top: 20px;
      }

    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide01 dd.img,
    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide03 dd.img{float: none;}
    	#productMoreDetail .qualityGuideArea .qualityGuide > dl.guide02 dd.img{float: none;}

    	#productMoreDetail .qualityGuideArea .qualityGuide > dl dt,
    	#productMoreDetail .qualityGuideArea .qualityGuide > dl dd.text{
    		width: 100%;
    		text-align: left;
    	}
    	#productMoreDetail .qualityGuideArea .qualityGuide > dl dd.img{ width: 100%;}

    	#productMoreDetail .qualityGuideArea .qualityGuideTTL{
    		font-size: 16px;
    	}

    	#productMoreDetail .qualityGuideArea .qualityGuideTTL > span{
    		font-size: 20px;
    	}

    	#productMoreDetail .qualityGuideArea .qualityGuide > dl dt{
    		padding-top: 0;
    		margin-bottom: 0;
    	}
  }
  #productMoreDetail .catchType01 h2{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif!important;
  }
  /** ttlType02 **************************/
    #productMoreDetail .ttlType02{
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif!important;
      font-weight:bold;
    }
  #productMoreDetail .qualityGuideArea .qualityGuideTTL > span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif!important;
  }

      .lineup_inner {
        font-size: 1.35em;
        line-height: 1.5;
      }

  .lineup_inner .lineup_more ul {
    width: 100%;
    max-width: 1120px;
    margin: 30px auto 50px;
  }

  .lineup_inner .lineup_more ul li {
    width: 32%;
  }
  .lineup_inner .lineup_more ul li img {
    width: 100%;
  }

  .lineup_inner .lineup_more ul li:nth-child(2) {
    margin: 0 2%;
  }
  .lineup_inner .lineup_more p.cap {
    font-size: 85%;
  }

  @media only screen and (max-width: 768px) {
    .lineup{
      font-size: 1.5em;
    }
    .lineup_inner .fl {
      width: 100%;
      margin-bottom: 30px;
    }

    .lineup_inner .fl img {
      width: 100%;
    }

    .lineup_inner .fr {
      width: 100%;
      margin: 0 auto;
    }

    .lineup_inner .fr .concept {
      /* text-align: center; */
      margin-bottom: 10px;
    }

    .lineup_inner .lineup_more ul {
      width: 100%;
      margin: 0;
    }

    .lineup_inner .lineup_more ul li {
      width: 47%;
      margin: 20px 1%;
    }

    .lineup_inner .lineup_more ul li:nth-child(2) {
      margin: 20px 1%;
    }
  }

  .lineup_inner .item_ttl {
    font-size: 25px;
    font-weight: bold;
  }
  @media only screen and (max-width: 768px) {
    .lineup_inner .item_ttl {
      font-size: 18px;
    }
  }

  .lineup_inner .lineup_pb {
    margin-top: 30px;
    width: 100%;
  }

  .lineup_inner .btn {
    background-color: #00A273;
    width: 350px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
  }


  @media only screen and (max-width: 768px) {
    .lineup_inner .btn {
      max-width: 100%;
      margin: 20px auto;
      border-radius: 10px;
    }
  }

  .lineup_inner .btn a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 20px 10px;
    font-size: 120%;
  }

  @media only screen and (max-width: 768px) {
    .lineup_inner .btn a {
      font-size: 100%;
      padding: 15px 10px;
    }
  }

  .lineup_inner .lineup_more .btn a {
    display: block;
    color: #00A273;
    font-weight: bold;
    padding: 10px;
    font-size: 120%;
  }

  .lineup_inner .lineup_more .btn {
    background-color: #fff;
    width: 100%;
    border-radius: 30px;
    border: 2px solid #00A273;
    margin: 10px 0;
  }

  @media only screen and (max-width: 768px) {
    .lineup_inner .lineup_more .btn a {
      padding: 10px;
      font-size: 15px;
    }
    .lineup_inner .lineup_more .btn {
      border-radius: 5px;
    }
  }


  h3.top {
    font-size: 32px!important;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 5px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    width: 100%;
    max-width: 1120px;
  }

  @media only screen and (max-width: 768px) {
    h3.top {
      font-size: 21px!important;
      padding: 12px 5px;
      width: 98%;
      margin: 30px auto;
    }
  }
 
