@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Linden+Hill");
/* 汎用クラス */
@import url("https://fonts.googleapis.com/css?family=Marcellus");
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em; }

.mark1 {
  background-image: url(../../img/printbook/share/mark_1.gif); }

.mark2 {
  background-image: url(../../img/printbook/share/mark_2.gif); }

.mark3 {
  background-image: url(../../img/printbook/share/mark_3.gif); }

.mark4 {
  background-image: url(../../img/printbook/share/mark_4.gif); }

.mark5 {
  background-image: url(../../img/printbook/share/mark_5.gif); }

.opacity {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.btn {
  display: block;
  text-decoration: none; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC,
.blkC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translate(100%, 0px); }
  30% {
    opacity: 0;
    transform: translate(100%, 0px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translate(100%, 0px); }
  30% {
    opacity: 0;
    transform: translate(100%, 0px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translate(-100%, 0px); }
  30% {
    opacity: 0;
    transform: translate(-100%, 0px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translate(-100%, 0px); }
  30% {
    opacity: 0;
    transform: translate(-100%, 0px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate(0px, -10px); }
  30% {
    opacity: 0;
    transform: translate(0px, -10px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate(0px, -10px); }
  30% {
    opacity: 0;
    transform: translate(0px, -10px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate(0px, 50px); }
  30% {
    opacity: 0;
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate(0px, 50px); }
  30% {
    opacity: 0;
    transform: translate(0px, 50px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  3% {
    transform: rotate(-5deg); }
  6% {
    transform: rotate(0deg); }
  9% {
    transform: rotate(-5deg); }
  12% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes rotate2 {
  0% {
    transform: rotate(0deg); }
  3% {
    transform: rotate(5deg); }
  6% {
    transform: rotate(0deg); }
  9% {
    transform: rotate(5deg); }
  12% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }
body {
  background: #000; }

#header {
  position: fixed;
  top: 0px;
  z-index: 10000;
  width: 100%;
  left: 0; }
  #header #header_frame {
    margin-left: auto;
    margin-right: auto; }

#main {
  padding-top: 10px; }

.animation {
  opacity: 0; }

/*----------------------------------------------------
	printbook top
----------------------------------------------------*/
#printTop .first_view {
  width: 100%;
  height: 100vh;
  background-image: url("../../img/printbook/element/printbook_mv.jpg");
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 768px) {
    #printTop .first_view {
      height: 33vh;
      background-size: auto 44vh; } }

#main1 {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #main1 {
      min-height: inherit;
      height: 33vh; } }

#main2 {
  width: 100%;
  position: relative;
  padding-bottom: 20px; }

/*===== scroll画像 =====*/
#printTop #scroll_frame {
  position: absolute;
  top: 88%;
  margin-left: 50%;
  margin-right: 50%; }
  @media only screen and (max-width: 768px) {
    #printTop #scroll_frame {
      display: none; } }

/*===== Recommend =====*/
#recommendmenu_frame {
  padding: 80px 85px 0px 85px;
  width: 830px;
  height: 460px;
  position: relative;
  background-color: black;
  margin: 0 auto 64px; }
  @media only screen and (max-width: 768px) {
    #recommendmenu_frame {
      width: 280px;
      height: 520px;
      padding: 40px 0 0; } }

#recommendmenu_wrap {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

#recommendmenu_wrap_ul {
  height: 100%; }
  #recommendmenu_wrap_ul li {
    vertical-align: middle; }

#recommendmenu_title {
  height: 30px;
  line-height: 30px;
  color: white; }
  @media only screen and (max-width: 768px) {
    #recommendmenu_title {
      text-align: center; } }

.cls_recommendmenu_slide_frame {
  float: left;
  width: 100%;
  background: #000; }

.cls_recommendmenu_slide_frame > ul {
  width: 100%; }
  .cls_recommendmenu_slide_frame > ul > li {
    float: left;
    cursor: pointer;
    position: relative; }
    .cls_recommendmenu_slide_frame > ul > li:nth-of-type(1) {
      width: 360px;
      height: 400px; }
    .cls_recommendmenu_slide_frame > ul > li:nth-of-type(n+2) {
      width: 455px;
      height: 79px;
      margin-left: 15px; }
    .cls_recommendmenu_slide_frame > ul > li:nth-of-type(n+3) {
      margin-top: 15px; }
    @media only screen and (max-width: 768px) {
      .cls_recommendmenu_slide_frame > ul > li {
        float: none; }
        .cls_recommendmenu_slide_frame > ul > li:nth-of-type(1) {
          width: 200px;
          height: 200px;
          margin: 0 auto 40px; }
        .cls_recommendmenu_slide_frame > ul > li:nth-of-type(n+2) {
          margin-left: 0;
          width: 300px;
          height: 50px; }
        .cls_recommendmenu_slide_frame > ul > li:nth-of-type(n+3) {
          margin-top: 8px; } }

.cls_recommendmenu {
  float: left;
  cursor: pointer;
  position: relative; }
  .cls_recommendmenu > div {
    width: 100%;
    height: 100%;
    position: relative; }
    #printTop .cls_recommendmenu > div {
      overflow: hidden; }

#search_frame {
  display: inline-block;
  position: absolute;
  bottom: -40px;
  right: 85px; }

#search_input,
#search_message {
  display: none; }

.flexslider {
  margin-bottom: 0; }

.flex-control-paging li a {
  background: #ddd;
  width: 12px;
  height: 12px; }
  .flex-control-paging li a.flex-active {
    background: #555; }

#printTop .flex-control-nav {
  text-align: right; }
#pbcatalog .flex-control-nav {
  text-align: center;
  bottom: -18px; }
.flex-control-nav li {
  text-align: center; }

/*----------------------------------------------------
	pbcatalog
----------------------------------------------------*/
#pbcatalog {
  background: #fff;
  /*===== Printbook =====*/
  /*=== スライダーの設定 ===*/
  /*--- 丸ぽちボタンの色 ---*/
  /*--- 画像中央表示 ---*/
  /*--- 矢印(<、>)ボタン関連の設定 ---*/
  /*===== 中央文字列部分 =====*/
  /*===== scroll画像 =====*/
  /*===== 下側部分 =====*/ }
  #pbcatalog .first_view {
    width: 100%;
    height: 100vh; }
  #pbcatalog .hidden_view {
    width: 100%;
    height: 100vh; }
  #pbcatalog .cls_scrolling_down .first_view,
  #pbcatalog .cls_scrolling_down .hidden_view {
    transform: translateY(-100vh);
    transition: all 1000ms ease; }
  #pbcatalog .cls_scrolling_up .first_view,
  #pbcatalog .cls_scrolling_up .hidden_view {
    transform: translateY(0px);
    transition: all 1000ms ease; }
  #pbcatalog #main1 {
    width: 100vw;
    height: 100vh;
    position: relative; }
  #pbcatalog #main2 {
    width: 100%;
    position: relative;
    padding-bottom: 20px; }
  #pbcatalog #printbookmenu_frame {
    padding: 0px 40px 0px 40px;
    /* 上右下左 */
    width: 1000px;
    /* total 1000px */
    height: 420px;
    position: relative;
    top: 166px;
    margin: 0 auto 166px; }
    @media only screen and (max-width: 768px) {
      #pbcatalog #printbookmenu_frame {
        padding: 0 20px;
        width: 100%;
        top: 20vh;
        height: 240px;
        box-sizing: border-box;
        margin: 0 auto 50px; } }
  #pbcatalog #printbookmenu_wrap {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
  #pbcatalog #printbookmenu_wrap_ul {
    height: 100%; }
  #pbcatalog #printbookmenu_wrap_ul li {
    vertical-align: middle; }
  #pbcatalog .cls_printbookmenu_slide_frame {
    /* スライドするフレーム */
    width: 100%; }
  #pbcatalog .accordion {
    width: 100%; }
    #pbcatalog .accordion ul {
      width: 2000px;
      background: #333; }
      #pbcatalog .accordion ul:hover li {
        width: 173px; }
      #pbcatalog .accordion ul > li {
        background: #333;
        position: relative;
        display: block;
        width: 200px;
        float: left;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        cursor: pointer; }
        #pbcatalog .accordion ul > li img {
          opacity: .2;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s; }
        #pbcatalog .accordion ul > li:hover {
          width: 280px; }
          #pbcatalog .accordion ul > li:hover img {
            opacity: 1; }
        #pbcatalog .accordion ul > li img {
          display: block;
          width: 280px !important; }
        @media only screen and (max-width: 768px) {
          #pbcatalog .accordion ul > li {
            width: 15vw; }
            #pbcatalog .accordion ul > li img {
              width: 120px !important; } }
  #pbcatalog #pc_images {
    display: block; }
    @media only screen and (max-width: 768px) {
      #pbcatalog #pc_images {
        display: none; } }
  #pbcatalog #sp_images {
    display: none; }
    @media only screen and (max-width: 768px) {
      #pbcatalog #sp_images {
        display: block; } }
  #pbcatalog .flexslider {
    width: 100%;
    height: 100%;
    margin: 0; }
  #pbcatalog .flex-viewport {
    width: 803px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      #pbcatalog .flex-viewport {
        width: 300px; } }
  #pbcatalog .flex-control-paging li {
    margin: 0 5px; }
    #pbcatalog .flex-control-paging li a {
      background: #fff;
      border: solid 2px #b4b4b5;
      box-sizing: border-box;
      box-shadow: none; }
      #pbcatalog .flex-control-paging li a:hover {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: #b4b4b5; }
      #pbcatalog .flex-control-paging li a.flex-active {
        background: #b4b4b5; }
  #printTop #pbcatalog .flexslider .slides img {
    width: 100%;
    height: 100% !important;
    object-fit: cover; }
  #pbcatalog .flex-direction-nav a {
    margin: 0;
    top: 190px;
    opacity: 1;
    color: #BBBBBB;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    overflow: visible; }
    #pbcatalog .flex-direction-nav a:hover:before {
      opacity: .6; }
  #pbcatalog .flex-direction-nav .flex-prev {
    left: 40px; }
    #pbcatalog .flex-direction-nav .flex-prev:before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      border-top: 2px solid #b4b4b5;
      border-left: 2px solid #b4b4b5;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: 5px;
      margin-left: 4px; }
  #pbcatalog .flex-direction-nav .flex-next {
    right: 40px; }
    #pbcatalog .flex-direction-nav .flex-next:before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      border-top: 2px solid #b4b4b5;
      border-right: 2px solid #b4b4b5;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-top: 5px; }
  #pbcatalog .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 40px; }
  #pbcatalog .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1; }
  #pbcatalog .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 40px; }
  #pbcatalog .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1; }
  #pbcatalog #middleparts_frame1, #pbcatalog #middleparts_frame2 {
    width: 100%;
    height: 76px;
    text-align: center;
    position: relative; }
  #pbcatalog #middleparts_frame1 {
    top: 122px;
    margin-bottom: 122px; }
  #pbcatalog #middleparts_frame2 {
    top: 132px;
    margin-bottom: 132px; }
  #pbcatalog .cls_middleparts_wrap {
    height: 100%;
    display: inline-block; }
  #pbcatalog .cls_middleparts_sub1, #pbcatalog .cls_middleparts_sub3 {
    padding-left: 5px;
    padding-right: 5px;
    height: 33px; }
  #pbcatalog .cls_middleparts_sub1 {
    padding-bottom: 4px; }
  #pbcatalog .cls_middleparts_sub2 {
    height: 6px; }
  #pbcatalog .cls_middleparts_sub3 {
    padding-top: 4px; }
  #pbcatalog .catch_pbcatalog {
    position: absolute;
    text-align: center;
    bottom:80px;
    left: 0;
    right: 0;
    margin: auto;
  }
    #pbcatalog .catch_pbcatalog img {
      max-width: 633px;
      height: auto;
      width: 75%; }
    #pbcatalog .catch_pbcatalog .animated {
      opacity: 0;
      -webkit-animation: fadeinup 1s ease-in 0.5s 1 forwards;
      animation: fadeinup 1s ease-in 0.5s 1 forwards; }
  #pbcatalog #scroll_frame {
    width: 39px;
    height: 21px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom:10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #pbcatalog #bottomparts_frame {
    width: 100%;
    position: relative;
    top: 106.5px;
    margin-bottom: 106.5px; }
    #pbcatalog #bottomparts_frame .animated {
      opacity: 0; }
    @media only screen and (max-width: 768px) {
      #pbcatalog #bottomparts_frame {
        top: 40px; } }
  #pbcatalog #bottomparts_sub1 {
    width: 100%;
    position: relative; }
    #pbcatalog #bottomparts_sub1.animated {
      -webkit-animation: fadeinleft 1.5s ease-in 0s 1 forwards;
      animation: fadeinleft 1.5s ease-in 0s 1 forwards; }
    #pbcatalog #bottomparts_sub1 > img {
      vertical-align: bottom;
      width: 100%; }
  #pbcatalog #bottomparts_sub2 {
    width: 68.2%;
  }
  #pbcatalog #bottomparts_sub2.animated {
      -webkit-animation: fadeinleft 1.5s ease-in 0.8s 1 forwards;
      animation: fadeinleft 1.5s ease-in 0.8s 1 forwards;
  }
  #pbcatalog #bottomparts_sub2 > img {
      vertical-align: bottom;
      width: 100%;
  }
  #pbcatalog #bottomparts_strings {
    width: 47.5%;
    position: absolute;
    top: 40%;
    right: 0px;
    text-align: center;
    margin-top: -37px; }
    @media only screen and (max-width: 768px) {
      #pbcatalog #bottomparts_strings {
        margin-top: -6vw;
      width: 60%;} }
    #pbcatalog #bottomparts_strings.animated {
      -webkit-animation: fadeinup 1.5s ease-in 1.5s 1 forwards;
      animation: fadeinup 1.5s ease-in 1.5s 1 forwards; }
    #pbcatalog #bottomparts_strings > img {
      margin: 6px auto 18px;
      display: block;
      max-width:100%;
      height:auto;
    }
      @media only screen and (max-width: 768px) {
        #pbcatalog #bottomparts_strings > img {
          width: 80%; } }

/*----------------------------------------------------
	category
----------------------------------------------------*/
#printCategory #header {
  background: #000; }
#printCategory #categorymenu_frame {
  background: #000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px; }
  #printCategory #categorymenu_frame #categorymenu_wrap {
    max-width: 845px; }
  @media only screen and (max-width: 768px) {
    #printCategory #categorymenu_frame {
      padding-top: 5vmin;
      padding-bottom: 5vmin; } }
#printCategory .cls_scrolling_up #main {
  padding-top: 358px; }
  @media only screen and (max-width: 768px) {
    #printCategory .cls_scrolling_up #main {
      padding-top: 370px; } }
  @media only screen and (max-width: 375px) {
    #printCategory .cls_scrolling_up #main {
      padding-top: 100vw; } }

/*===== お気に入り登録ウィンドウ =====*/
#registfavorite_frame {
  top: 0; }
  @media only screen and (max-width: 768px) {
    #registfavorite_frame {
      top: 60px; } }

/*===== product =====*/
#productlist_frame {
  padding: 0px;
  min-height: 500px;
  position: relative;
  background-color: black; }

#productlist_wrap {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

#productlist_wrap_ul {
  height: 100%; }

.cls_productlist_li_frame {
  width: 100%; }

.cls_productlist_li_frame > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.cls_product {
  flex-basis: 25%;
  height: 25vw;
  cursor: pointer;
  float: left; }
  @media only screen and (max-width: 768px) {
    .cls_product {
      flex-basis: 50%;
      height: 50vw; } }
  .cls_product > div {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle; }

.cls_product_img {
  width: 100%;
  height: 100% !important;
  object-fit: cover; }

.cls_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  background-color: rgba(37, 37, 37, 0.8); }
  .cls_mask:hover {
    opacity: 1; }

.cls_caption {
  width: 100%;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.cls_caption_item_no {
  font-size: 20px;
  font-weight: 100;
  line-height: 20px; }

.cls_caption_name_e {
  font-size: 25px;
  font-weight: bold;
  line-height: 45px; }

.cls_caption_name_kana {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px; }

#printCategory .cls_favorite_frame {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }

.cls_trashfavorite_frame {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }
  .cls_trashfavorite_frame > img {
    position: relative;
    display: inline-block;
    transform: translateY(50%); }

/*----------------------------------------------------
	gallery
----------------------------------------------------*/
#gallery #header {
  background: #000; }

#gallery_title_frame {
  margin-bottom: 32px;
  margin-top: 40px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #gallery_title_frame {
      margin: 20px 0; } }

#gallery_title_wrap {
  width: 100%;
  height: 100%;
  position: relative; }
  #gallery_title_wrap .cls_gallery_frame {
    border-top: 0.99px solid #fff;
    border-bottom: 0.99px solid #fff; }
    @media only screen and (max-width: 768px) {
      #gallery_title_wrap .cls_gallery_frame {
        border: none; }
        #gallery_title_wrap .cls_gallery_frame img {
          width: 110px;
          height: auto; } }

#gallery_contents_frame {
  position: relative;
  margin: 0 auto 15px;
  max-width: 1280px; }

#gallery_contents_wrap {
  width: 100%;
  position: relative;
  overflow: hidden; }
  #gallery_contents_wrap > div {
    width: 20%;
    /*height: 200px;*/
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    float: left;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      #gallery_contents_wrap > div {
        padding: 2px;
        /*height: 20vw;*/ } }
    #gallery_contents_wrap > div:nth-of-type(1) {
      width: 50%;
      /*height: 500px;*/ }
      @media only screen and (max-width: 768px) {
        #gallery_contents_wrap > div:nth-of-type(1) {
          /*height: 49.8vw;*/ } }
    #gallery_contents_wrap > div:nth-of-type(15) {
      width: 50%;
      /*height: 500px;*/ }
      @media only screen and (max-width: 768px) {
        #gallery_contents_wrap > div:nth-of-type(15) {
          /*height: 50vw;*/ } }
    #gallery_contents_wrap > div:nth-of-type(2), #gallery_contents_wrap > div:nth-of-type(3), #gallery_contents_wrap > div:nth-of-type(4), #gallery_contents_wrap > div:nth-of-type(5), #gallery_contents_wrap > div:nth-of-type(11), #gallery_contents_wrap > div:nth-of-type(12), #gallery_contents_wrap > div:nth-of-type(13), #gallery_contents_wrap > div:nth-of-type(14) {
      width: 25%;
      /*height: 250px;*/ }
      @media only screen and (max-width: 768px) {
        #gallery_contents_wrap > div:nth-of-type(2), #gallery_contents_wrap > div:nth-of-type(3), #gallery_contents_wrap > div:nth-of-type(4), #gallery_contents_wrap > div:nth-of-type(5), #gallery_contents_wrap > div:nth-of-type(11), #gallery_contents_wrap > div:nth-of-type(12), #gallery_contents_wrap > div:nth-of-type(13), #gallery_contents_wrap > div:nth-of-type(14) {
          /*height: 25vw;*/ } }
    #gallery_contents_wrap > div:nth-of-type(13) {
      clear: left; }
    #gallery_contents_wrap > div:nth-of-type(15) {
      margin-top: -250px; }
      @media only screen and (max-width: 1000px) {
        #gallery_contents_wrap > div:nth-of-type(15) {
          margin-top: -25vw; } }
    #gallery_contents_wrap > div .cls_gallery_data_wrap {
      width: 100%;
      height: 100%; }
      #gallery_contents_wrap > div .cls_gallery_data_wrap .cls_gallery_data_image {
        width: 100%;

        position: relative;
      }
      #gallery_contents_wrap > div .cls_gallery_data_wrap .cls_gallery_data_image:before {
        content: "";
  display: block;
  padding-top: 100%;
      }

.cls_gallery_data_frame img {
  /* width: 100%;
  height: 100%;
  object-fit: cover;  */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}


.cls_gallery_popup_frames {
  display: none; }

.cls_gallery_popup_frame {
  width: 100%;
  height: 100%;
  position: relative; }

.cls_gallery_popup_wrap {
  width: 100%;
  height: 100%;
  position: relative; }

.cls_gallery_popup_image {
  width: 60%;
  height: 100%;
  float: left; }
  .cls_gallery_popup_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative; }
  @media only screen and (max-width: 768px) {
    .cls_gallery_popup_image {
      float: none;
      width: 100%;
      height: auto; } }

.cls_gallery_info {
  width: 38%;
  height: 100%;
  padding-left: 1%;
  padding-right: 1%;
  float: left; }
  @media only screen and (max-width: 768px) {
    .cls_gallery_info {
      float: none;
      width: 100%;
      height: auto; } }

.cls_gallery_link_instagram {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    left: calc(50% + 45px);
    cursor: pointer;
}
.cls_gallery_link_instagram > a {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.cls_user_info {
  width: 100%;
  height: 50px;
  position: relative; }

.cls_user_picture {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .cls_user_picture > img {
    width: 100%;
    height: 100%; }

.cls_user_username {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%); }

.cls_article_info1 {
  width: 100%;
  margin-top: 10px;
  clear: left; }
  .cls_article_info1 .cls_article_caption a {
    display: inline-block; }

.cls_article_info2 {
  width: 100%;
  margin-top: 10px;
  clear: left; }

/*----------------------------------------------------
	category menu
----------------------------------------------------*/
#categorymenu_frame {
  padding: 0px 20px 0px 15px;
  width: 845px;
  /* total 1000px */
  background-color: black;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #categorymenu_frame {
      width: 100%;
      box-sizing: border-box; } }
  #printCategory .cls_scrolling_up #categorymenu_frame {
    position: fixed;
    left: 0;
    width: 100%;
    top: 56px;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      #printCategory .cls_scrolling_up #categorymenu_frame {
        top: 36px; } }

#categorymenu_wrap {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

#categorymenu_wrap_ul {
  height: 100%;
  position: relative;
  overflow: hidden; }
  #categorymenu_wrap_ul > li {
    vertical-align: middle; }
    #categorymenu_wrap_ul > li:nth-of-type(2) {
      margin-left: 20px; }
    #categorymenu_wrap_ul > li:nth-of-type(7) {
      margin-left: 85px; }
    #categorymenu_wrap_ul > li:nth-of-type(n+7) {
      margin-top: 5px; }
  @media only screen and (max-width: 768px) {
    #categorymenu_wrap_ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #categorymenu_wrap_ul > li {
        margin: 0;
        flex-basis: 24%; }
        #categorymenu_wrap_ul > li:nth-of-type(7), #categorymenu_wrap_ul > li:nth-of-type(n+7) {
          margin: 0; }
        #categorymenu_wrap_ul > li:nth-of-type(2) {
          margin-left: 10%; }
        #categorymenu_wrap_ul > li:nth-of-type(4) {
          margin-right: 10%; } }

#categorymenu_title {
  height: 30px;
  line-height: 30px;
  color: white; }
  #categorymenu_title > img {
    margin-left: 15px; }
  @media only screen and (max-width: 768px) {
    #categorymenu_title {
      flex-basis: 100% !important;
      text-align: center; }
      #categorymenu_title > img {
        margin-left: 25px; } }

.cls_categorymenu {
  width: 70px;
  float: left;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 100px; }
  .cls_categorymenu:hover {
    opacity: .6; }
  .cls_categorymenu img {
    height: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .cls_categorymenu img {
        width: 80%;
        max-width: 64px; } }

.cls_headsubmenu:hover {
  background-color: #ccc; }

/*----------------------------------------------------
	column
----------------------------------------------------*/
#column {
  background: #fff;
  /*===== お気に入り登録ウィンドウ =====*/
  /*===== 画像共通設定(正方形) =====*/
  /*@ 2018/11/30 回転表示不要 --->>>*/
  /*@/*--- 画像角度 ---*/
  /*@.cls_div_rotate_0 {
  /*@
  /*@}
  /*@.cls_div_rotate_-90 img {
  /*@    transform: rotate( -90deg );
  /*@    background-position: right top;
  /*@}
  /*@.cls_div_rotate_90 img {
  /*@    transform: rotate( 90deg );
  /*@    background-position: left bottom;
  /*@}
  /*@ 2018/11/30 回転表示不要 ---<<<*/
  /*===== Column =====*/
  /*=== スライダー部分 ===*/
  /*--- icon ---*/
  /* icon(width用) */
  /* icon(カタログ用) */
  /* icon(お気に入り登録用) */
  /*--- 商品画像 ---*/
  /*--- 商品コメント ---*/
  /*=== サムネイル部分 ===*/
  /*--- 商品情報 ---*/
  /*--- サムネイル画像 ---*/
  /*=== slider pro設定変更 ===*/
  /*--- 縦スライドの矢印の位置 ---*/
  /*--- 左サムネイルの設定 ---*/
  /* サムネイル位置、マージンの設定 */
  /* 選択対象の装飾設定(サムネイル横の線を無くす) */
  /* 選択対象の装飾設定(サムネイル横の三角マークをベタ塗りへ) */
  /* 選択対象の装飾設定(サムネイル背景黒ベタ) */
  /* 選択対象の装飾設定(サムネイル画像縮小) */
  /* サムネイルの矢印(ひとまずデフォルトのまま) ---*/
  /*===== Other Item =====*/ }
  #column #main {
    width: 100%;
    height: 100%;
    min-height: 844px;
    position: relative; }
  #column #wrap_columnmenu {
    width: 1000px;
    margin: 0 auto; }
  #column #columnmenu_frame {
    width: 752px;
    height: 584px;
    position: relative;
    float: left;
    top: 130px;
    margin-left: 50px;
    margin-bottom: 130px;
    background-color: white; }
    @media only screen and (max-width: 768px) {
      #column #columnmenu_frame {
        float: none;
        top: 50px;
        zoom: .5;
        margin-bottom: -100px; } }
    @media only screen and (max-width: 375px) {
      #column #columnmenu_frame {
        zoom: .44; } }
    @media only screen and (max-width: 340px) {
      #column #columnmenu_frame {
        zoom: .38; } }
  #column #columnmenu_wrap {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
    #column #columnmenu_wrap div {
      vertical-align: middle; }
  #column .slider-pro {
    width: 100%;
    height: 100%; }
  #column .sp-slide, #column .cls_slide_frame {
    /* .sp-slide=cls_slide_frame */
    width: 466px;
    height: 584px; }
  #column .cls_slide_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: black; }
  #column .cls_icons {
    padding: 27px 26.5px 0 26.5px;
    /* 上右下左 */
    width: 413px;
    /* total 466px */
    height: 50px;
    /* 50 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  #column .cls_icon_width {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #column .cls_icon_width {
        width: 100px;
        height: 100px; } }
    #column .cls_icon_width img {
      width: 50px;
      height: 50px; }
      @media only screen and (max-width: 768px) {
        #column .cls_icon_width img {
          width: 90px;
          height: 90px; } }
  #column .cls_width_frame {
    position: relative; }
  #column .cls_width_value {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-55%);
    font-size: 16px;
    line-height: 16px;
    color: black;
    font-weight: 600; }
  #column .cls_icon_catalog {
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      #column .cls_icon_catalog {
        width: 100px;
        height: 100px; } }
    #column .cls_icon_catalog img {
      width: 47px;
      height: 44px; }
      @media only screen and (max-width: 768px) {
        #column .cls_icon_catalog img {
          width: 94px;
          height: 88px; } }
  #column .cls_icon_favorite {
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      #column .cls_icon_favorite {
        width: 100px;
        height: 100px; } }
    #column .cls_icon_favorite img {
      width: 47px;
      height: 44px; }
      @media only screen and (max-width: 768px) {
        #column .cls_icon_favorite img {
          width: 94px;
          height: 88px; } }
  #column .cls_product_image {
    width: 423px;
    height: 423px;
    position: absolute;
    top: 22px;
    left: 21.5px; }
  #column .cls_product_comment {
    width: 423px;
    height: 88.5px;
    position: absolute;
    bottom: 14.5px;
    right: 21.5px;
    text-align: right;
    color: white; }
  #column .cls_product_comment > span {
    width: 12em;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃え(IE,Edge) */
    position: absolute;
    /* 下揃え */
    right: 0;
    bottom: 0; }
  #column .sp-thumbnail, #column .cls_thumb_frame {
    /* sp-thumbnail = cls_thumb_frame */
    width: 258px;
    height: 90px;
    cursor: pointer; }
  #column .cls_thumb_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: gray;
    color: white; }
  #column .cls_thumb_frame .cls_product_info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
    text-indent: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  #column .cls_thumb_frame .cls_product_item_no,
  #column .cls_thumb_frame .cls_product_name_e {
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 768px) {
      #column .cls_thumb_frame .cls_product_item_no,
      #column .cls_thumb_frame .cls_product_name_e {
        line-height: 24px; } }
  #column .cls_thumb_frame .cls_product_name_kana,
  #column .cls_thumb_frame .cls_product_size {
    font-size: 12px;
    /*@	line-height: 14px;	2018/11/26	@*/
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 768px) {
      #column .cls_thumb_frame .cls_product_name_kana,
      #column .cls_thumb_frame .cls_product_size {
        display: none; } }
  @media only screen and (max-width: 768px) {
    #column .cls_product_item_no_head {
      display: none; } }
  #column .cls_thumb_image {
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  #column .cls_thumb_image > div {
    width: 100%;
    height: 100%;
    position: relative; }
  #column .cls_thumb_image > div > img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #column .sp-vertical .sp-previous-arrow {
    top: 0; }
  #column .sp-vertical .sp-next-arrow {
    bottom: 0; }
  #column .sp-left-thumbnails .sp-thumbnail-container {
    margin-top: 0px;
    margin-bottom: 20px; }
  #column .sp-left-thumbnails.sp-has-pointer {
    margin-right: 0; }
  #column .sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    left: 0; }
  #column .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border: none;
    margin: 0; }
  #column .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    height: 100%;
    top: 0;
    margin: 0;
    border: none;
    border-left: 28px solid black; }
  #column .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail .cls_thumb_wrap,
  #column .sp-thumbnail-container.sp-selected-thumbnail {
    background-color: black; }
  #column .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail .cls_thumb_image {
    transform-origin: center left;
    transform: scale(0.85); }
  #column .sp-grab {
    cursor: default; }
  #column .sp-grabbing {
    cursor: default; }
  #column #otheritemmenu_frame {
    width: 109px;
    height: 584px;
    position: relative;
    float: left;
    top: 130px;
    margin-left: 39px;
    margin-bottom: 130px;
    background-color: white; }
    @media only screen and (max-width: 768px) {
      #column #otheritemmenu_frame {
        width: 300px;
        margin-left: 20px; } }
  #column #otheritemmenu_wrap {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
  #column #otheritemmenu_title {
    font-size: 18px;
    line-height: 27px;
    height: 27px;
    color: black; }
    @media only screen and (max-width: 768px) {
      #column #otheritemmenu_title {
        display: none; } }
  #column #otheritemmenu_subframe {
    width: 100%;
    height: 557px;
    text-align: center;
    vertical-align: middle;
    border-top: solid 1px black;
    border-left: solid 1px black;
    box-sizing: border-box; }
    #column #otheritemmenu_subframe > div {
      width: 78px;
      margin-left: auto;
      margin-right: auto; }
    @media only screen and (max-width: 768px) {
      #column #otheritemmenu_subframe {
        display: none; } }
  @media only screen and (min-width: 769px) {
    #column #otheritemmenu_title_sp {
      display: none; } }
  @media only screen and (min-width: 769px) {
    #column #otheritemmenu_subframe_sp {
      display: none; } }
  #column #otheritemmenu_possibly {
    height: 39px;
    margin-top: 10px; }
  #column .cls_other_product {
    height: 78px;
    margin-top: 27px;
    margin-bottom: 27px;
    cursor: pointer; }
    #column .cls_other_product > div {
      width: 100%;
      height: 100%;
      position: relative; }
      #column .cls_other_product > div > img {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }

/*----------------------------------------------------
	digicatalog
----------------------------------------------------*/
#digitalcatalog {
  background: #fff;
  /*========== デジタルカタログ ==========*/
  /*=== アイコン ===*/
  /*=== デジタルカタログ本体部分 ===*/
  /*=== デジタルカタログ本体左ページ ===*/
  /*--- デジタルカタログ左ページ上部 ---*/
  /*--- デジタルカタログ左ページデジタル画像 ---*/
  /* 表示角度(リピートなしの中央のみ) */
  /* 画像＋透かし画像＋インデックス枠 共通定義 */
  /* 画像 共通定義 */
  /* 透かし画像 設定(透かし画像は回転不要のため画像表示パターンによる設定も不要) */
  /* インデックス 共通定義 */
  /*--- デジタル画像表示パターンによるサイズと位置定義 ---*/
  /* 定義量が多いため、外部ファイルにて定義 */
  /*=== デジタルカタログ本体右ページ ===*/
  /*--- デジタルカタログ右ページ撮影画像 ---*/
  /*--- 商品コメント ---*/
  /*========= Other Book ==========*/
  /*=== スライダー部分 ===*/
  /*=== タイトル部分 ===*/ }
  #digitalcatalog #main {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog #main {
        width: 100%; } }
  #digitalcatalog #digicata_frame {
    width: 1000px;
    /* total 1000px */
    height: 632px;
    position: relative;
    top: 50px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog #digicata_frame {
        width: 100%;
        height: 900px;
        top: 0; } }
  #digitalcatalog #digicata_wrap {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  #digitalcatalog #digicata_subframe {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  #digitalcatalog .cls_icons {
    width: 37px;
    height: 29px;
    position: absolute;
    top: 0;
    right: 71px; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_icons {
        top: 20px;
        right: auto;
        left: 50%;
        transform: translateX(116px); } }
  #digitalcatalog .cls_icon_column {
    width: 100%;
    height: 100%; }
  #digitalcatalog .cls_gocolumn_frame {
    height: 100%;
    cursor: pointer; }
  #digitalcatalog .cls_prev_arrow,
  #digitalcatalog .cls_next_arrow {
    width: 71px;
    height: 597px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 34px;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_prev_arrow,
      #digitalcatalog .cls_next_arrow {
        top: 25%;
        width: 40px;
        height: 50px;
        z-index: 1; } }
  #digitalcatalog .cls_prev_arrow > div,
  #digitalcatalog .cls_next_arrow > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 35px; }
  #digitalcatalog .cls_prev_arrow {
    left: 0; }
    #digitalcatalog .cls_prev_arrow > div {
      background: url(../../img/printbook/parts/regist_favorite_parts/arrow_l.png) no-repeat; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_prev_arrow {
        left: 2%; } }
  #digitalcatalog .cls_next_arrow {
    right: 0; }
    #digitalcatalog .cls_next_arrow > div {
      background: url(../../img/printbook/parts/regist_favorite_parts/arrow_r.png) no-repeat;
      float: right; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_next_arrow {
        right: 2%; } }
  #digitalcatalog .cls_digicata_main {
    width: 858px;
    height: 597px;
    position: absolute;
    top: 34px;
    left: 71px; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_digicata_main {
        display: flex;
        height: auto;
        flex-direction: column-reverse;
        width: 429px;
        transform: scale(0.7) translateY(-160px);
        position: relative;
        left: 0;
        margin: 0 auto;
        top: 0;
        align-items: center; } }
    @media only screen and (max-width: 429px) {
      #digitalcatalog .cls_digicata_main {
        width: 100%; } }
  #digitalcatalog .cls_digicata_page_l {
    width: 415px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #000; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_digicata_page_l {
        position: relative; } }
  #digitalcatalog .cls_digicata_page_l_top {
    width: 387px;
    height: 80px;
    position: relative;
    left: 14px;
    border-bottom: 0.5px solid; }
  #digitalcatalog .cls_product_info {
    width: 380px;
    font-size: 10px;
    line-height: 13px;
    position: absolute;
    bottom: 3px;
    font-family: 游明朝, "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "serif"; }
  #digitalcatalog .cls_product_info > div > span {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2; }
  #digitalcatalog .cls_product_info > div > span:nth-of-type(1) {
    width: 64px; }
  #digitalcatalog .cls_product_info > div > span:nth-of-type(2) {
    width: 4px; }
  #digitalcatalog .cls_product_info > div > span:nth-of-type(3) {
    width: 300px; }
  #digitalcatalog .cls_image_scale_frame {
    width: 160px;
    font-size: 11.5px;
    line-height: 11.5px;
    position: absolute;
    bottom: 5px;
    right: 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: 1px solid;
    border-radius: 2px;
    padding: 4px 0; }
    #digitalcatalog .cls_image_scale_frame .cls_image_scale_ruler {
      font-family: sans-serif !important; }
  #digitalcatalog .cls_digital_image_frame {
    width: 387px;
    height: 517px;
    position: relative;
    left: 14px; }
  #digitalcatalog .cls_digital_image_wrap {
    width: 100%;
    height: 100%;
    position: relative; }
  #digitalcatalog .cls_digital_image_index {
    width: 100%; }
  #digitalcatalog .cls_digital_images {
    width: 100%;
    height: 100%;
    position: relative; }
  #digitalcatalog .cls_digital_images img {
    object-fit: cover; }
  #digitalcatalog .cls_div_rotate_-90 .cls_digital_image_image {
    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%, 0%); }
  #digitalcatalog .cls_div_rotate_90 .cls_digital_image_image {
    transform-origin: top left;
    transform: rotate(90deg) translate(0%, -100%); }
  #digitalcatalog .cls_image_display_pattern_02A .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_02A .cls_div_rotate_-90 .cls_digital_image_image {
    width: 192px;
    height: 387px; }
  #digitalcatalog .cls_image_display_pattern_02B .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_02B .cls_div_rotate_-90 .cls_digital_image_image {
    width: 373px;
    height: 244px; }
  #digitalcatalog .cls_image_display_pattern_03A .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_03A .cls_div_rotate_-90 .cls_digital_image_image {
    width: 189px;
    height: 279px; }
  #digitalcatalog .cls_image_display_pattern_03B .cls_div_rotate_90 .cls_digital_image_01 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_03B .cls_div_rotate_-90 .cls_digital_image_01 .cls_digital_image_image {
    width: 457px;
    height: 213px; }
  #digitalcatalog .cls_image_display_pattern_03B .cls_div_rotate_90 .cls_digital_image_02 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_03B .cls_div_rotate_90 .cls_digital_image_03 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_03B .cls_div_rotate_-90 .cls_digital_image_02 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_03B .cls_div_rotate_-90 .cls_digital_image_03 .cls_digital_image_image {
    width: 255px;
    height: 117px; }
  #digitalcatalog .cls_image_display_pattern_04A .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_04A .cls_div_rotate_-90 .cls_digital_image_image {
    width: 174px;
    height: 261px; }
  #digitalcatalog .cls_image_display_pattern_04C .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_04C .cls_div_rotate_-90 .cls_digital_image_image {
    width: 220px;
    height: 190px; }
  #digitalcatalog .cls_image_display_pattern_04D .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_04D .cls_div_rotate_-90 .cls_digital_image_image {
    width: 271px;
    height: 124.5px; }
  #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_90 .cls_digital_image_01 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_-90 .cls_digital_image_01 .cls_digital_image_image {
    width: 190px;
    height: 386.5px; }
  #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_90 .cls_digital_image_02 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_90 .cls_digital_image_03 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_90 .cls_digital_image_04 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_90 .cls_digital_image_05 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_-90 .cls_digital_image_02 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_-90 .cls_digital_image_03 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_-90 .cls_digital_image_04 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05B .cls_div_rotate_-90 .cls_digital_image_05 .cls_digital_image_image {
    width: 86px;
    height: 190px; }
  #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_90 .cls_digital_image_01 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_-90 .cls_digital_image_01 .cls_digital_image_image {
    width: 448px;
    height: 172px; }
  #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_90 .cls_digital_image_02 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_90 .cls_digital_image_03 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_90 .cls_digital_image_04 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_90 .cls_digital_image_05 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_-90 .cls_digital_image_02 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_-90 .cls_digital_image_03 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_-90 .cls_digital_image_04 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_05C .cls_div_rotate_-90 .cls_digital_image_05 .cls_digital_image_image {
    width: 217px;
    height: 90px; }
  #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_90 .cls_digital_image_01 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_-90 .cls_digital_image_01 .cls_digital_image_image {
    width: 214px;
    height: 387px; }
  #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_90 .cls_digital_image_02 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_90 .cls_digital_image_03 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_90 .cls_digital_image_04 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_90 .cls_digital_image_05 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_90 .cls_digital_image_06 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_-90 .cls_digital_image_02 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_-90 .cls_digital_image_03 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_-90 .cls_digital_image_04 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_-90 .cls_digital_image_05 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_06A .cls_div_rotate_-90 .cls_digital_image_06 .cls_digital_image_image {
    width: 100.5px;
    height: 175px; }
  #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_90 .cls_digital_image_01 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_-90 .cls_digital_image_01 .cls_digital_image_image {
    width: 180px;
    height: 387px; }
  #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_90 .cls_digital_image_02 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_90 .cls_digital_image_03 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_90 .cls_digital_image_04 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_90 .cls_digital_image_05 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_90 .cls_digital_image_06 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_90 .cls_digital_image_07 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_-90 .cls_digital_image_02 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_-90 .cls_digital_image_03 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_-90 .cls_digital_image_04 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_-90 .cls_digital_image_05 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_-90 .cls_digital_image_06 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07A .cls_div_rotate_-90 .cls_digital_image_07 .cls_digital_image_image {
    width: 76px;
    height: 184px; }
  #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_90 .cls_digital_image_01 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_-90 .cls_digital_image_01 .cls_digital_image_image {
    width: 448px;
    height: 150px; }
  #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_90 .cls_digital_image_02 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_90 .cls_digital_image_03 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_90 .cls_digital_image_04 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_90 .cls_digital_image_05 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_90 .cls_digital_image_06 .cls_digital_image_image, #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_90 .cls_digital_image_07 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_-90 .cls_digital_image_02 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_-90 .cls_digital_image_03 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_-90 .cls_digital_image_04 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_-90 .cls_digital_image_05 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_-90 .cls_digital_image_06 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_07B .cls_div_rotate_-90 .cls_digital_image_07 .cls_digital_image_image {
    width: 196px;
    height: 85px; }
  #digitalcatalog .cls_image_display_pattern_09A .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_09A .cls_div_rotate_-90 .cls_digital_image_image {
    width: 138.5px;
    height: 115.5px; }
  #digitalcatalog .cls_image_display_pattern_09B .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_09B .cls_div_rotate_-90 .cls_digital_image_image {
    width: 90px;
    height: 180px; }
  #digitalcatalog .cls_image_display_pattern_09B .cls_digital_image_05 .cls_digital_image_index {
    width: 10%; }
  #digitalcatalog .cls_image_display_pattern_09C .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_09C .cls_div_rotate_-90 .cls_digital_image_image {
    width: 180px;
    height: 94px; }
  #digitalcatalog .cls_image_display_pattern_09C .cls_digital_image_04 .cls_digital_image_index,
  #digitalcatalog .cls_image_display_pattern_09C .cls_digital_image_05 .cls_digital_image_index,
  #digitalcatalog .cls_image_display_pattern_09C .cls_digital_image_06 .cls_digital_image_index {
    width: 30%; }
  #digitalcatalog .cls_image_display_pattern_12A .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_12A .cls_div_rotate_-90 .cls_digital_image_image {
    width: 80px;
    height: 150px; }
  #digitalcatalog .cls_image_display_pattern_12B .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_12B .cls_div_rotate_-90 .cls_digital_image_image {
    width: 155.5px;
    height: 63.5px; }
  #digitalcatalog .cls_image_display_pattern_12B .cls_digital_image_05 .cls_digital_image_index,
  #digitalcatalog .cls_image_display_pattern_12B .cls_digital_image_06 .cls_digital_image_index,
  #digitalcatalog .cls_image_display_pattern_12B .cls_digital_image_07 .cls_digital_image_index,
  #digitalcatalog .cls_image_display_pattern_12B .cls_digital_image_08 .cls_digital_image_index {
    width: 30%; }
  #digitalcatalog .cls_image_display_pattern_12C .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_12C .cls_div_rotate_-90 .cls_digital_image_image {
    width: 99.5px;
    height: 113.5px; }
  #digitalcatalog .cls_image_display_pattern_36A .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_36A .cls_div_rotate_-90 .cls_digital_image_image {
    width: 60px;
    height: 53px; }
  #digitalcatalog .cls_image_display_pattern_36B .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_36B .cls_div_rotate_-90 .cls_digital_image_image {
    width: 76px;
    height: 47.5px; }
  #digitalcatalog .cls_image_display_pattern_36C .cls_div_rotate_90 .cls_digital_image_image,
  #digitalcatalog .cls_image_display_pattern_36C .cls_div_rotate_-90 .cls_digital_image_image {
    width: 43px;
    height: 85px; }
  #digitalcatalog .cls_image_display_pattern_36C .cls_digital_image_index {
    width: 40%; }
  #digitalcatalog .cls_digital_image {
    position: absolute; }
  #digitalcatalog .cls_digital_image_image {
    width: 100%;
    height: 100%;
    position: absolute; }
  #digitalcatalog .cls_digital_image_image > img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  #digitalcatalog .cls_digital_image_sukashi {
    width: 100%;
    height: 100%;
    position: absolute; }
  #digitalcatalog .cls_digital_image_sukashi > img {
    width: 100%;
    height: 100%; }
  #digitalcatalog .cls_digital_image_index {
    /* width: 100%; */
    font-size: 12px;
    position: absolute; }
  #digitalcatalog .cls_digicata_page_r {
    width: 443px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: black;
    color: white; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_digicata_page_r {
        position: relative;
        width: 415px; } }
  #digitalcatalog .cls_photo_image_frame {
    width: 369px;
    height: 407px;
    position: relative;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto; }
  #digitalcatalog .cls_photo_image_wrap {
    width: 100%;
    height: 100%;
    position: relative; }
  #digitalcatalog .cls_photo_thumbnails {
    width: 100%;
    height: 32px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_photo_thumbnails {
        height: 64px; } }
  #digitalcatalog .cls_photo_thumb {
    width: 32px;
    height: 32px;
    margin-left: 6px;
    display: inline-block;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_photo_thumb {
        width: 64px;
        height: 64px; } }
  #digitalcatalog .cls_photo_thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #digitalcatalog .cls_photo_images {
    width: 369px;
    height: 369px;
    margin-top: 6px;
    position: relative; }
  #digitalcatalog .cls_photo_image {
    width: 100%;
    height: 100%;
    display: none; }
  #digitalcatalog .cls_photo_image.cls_photo_selected {
    display: inline-block; }
  #digitalcatalog .cls_photo_image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #digitalcatalog .cls_product_comment {
    width: 369px;
    height: 77px;
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    color: white; }
  #digitalcatalog .cls_product_comment > span {
    width: 12em;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃え(IE,Edge) */
    position: absolute;
    /* 下揃え */
    right: 0;
    bottom: 0; }
  #digitalcatalog #otherbookmenu_frame {
    width: 858px;
    height: 147px;
    position: relative;
    top: 24px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog #otherbookmenu_frame {
        width: 100%; } }
  #digitalcatalog #otherbookmenu_wrap {
    width: 100%;
    height: 100%;
    position: relative; }
  #digitalcatalog #otherbookmenu_slide_wrap {
    width: 744px;
    /* max */
    width: 792px;
    /* max */
    height: 120px;
    position: relative;
    margin-left: 57px; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog #otherbookmenu_slide_wrap {
        margin-left: 32px;
        width: 100%; } }
  #digitalcatalog .cls_slides {
    width: 100%;
    height: 100%;
    position: relative; }
  #digitalcatalog .cls_slide_frame {
    width: 84px;
    height: 120px;
    cursor: pointer; }
  #digitalcatalog .cls_slide_wrap {
    width: 84px;
    /* slickでは中身側でサイズ明示が必要 */
    margin-right: 48px;
    /* slickでは中身側でサイズ明示が必要 */
    height: 100%; }
    #digitalcatalog .cls_slide_wrap > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog .cls_slide_wrap {
        margin-right: 20px; } }
  #digitalcatalog #otherbookmenu_title {
    width: 750px;
    height: 14px;
    position: relative;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 14px;
    font-family: 'Marcellus', serif; }
    @media only screen and (max-width: 768px) {
      #digitalcatalog #otherbookmenu_title {
        width: 300px;
        text-align: center; } }
  #digitalcatalog .cls_image_display_pattern_05A .cls_digital_image_01 .cls_digital_image_index {
    width: auto !important; }

    #digitalcatalog .c-comment,
    #column .c-comment {
      position: relative;
      z-index: 1;
      font-size:10px;
      text-align: right;
      margin-top:1em;
    }

/*----------------------------------------------------
	mypage
----------------------------------------------------*/
#foldermenu_frame {
  margin: 0 auto; }

/*----------------------------------------------------
	animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translate(30px, 0px); }
  30% {
    opacity: 0;
    transform: translate(30px, 0px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translate(30px, 0px); }
  30% {
    opacity: 0;
    transform: translate(30px, 0px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translate(-30px, 0px); }
  30% {
    opacity: 0;
    transform: translate(-30px, 0px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translate(-30px, 0px); }
  30% {
    opacity: 0;
    transform: translate(-30px, 0px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate(0px, -10px); }
  30% {
    opacity: 0;
    transform: translate(0px, -10px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate(0px, -10px); }
  30% {
    opacity: 0;
    transform: translate(0px, -10px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate(0px, 10px); }
  30% {
    opacity: 0;
    transform: translate(0px, 10px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate(0px, 10px); }
  30% {
    opacity: 0;
    transform: translate(0px, 10px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
