@charset "utf-8";

/*--------コンテンツ切り替え---------------------------*/

#irodoriplusSec,
#irodoriplusSec * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#irodoriplusSec img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
  line-height: 0;
}

/*----------SP------------------------------------------*/
@media screen and (max-width: 768px) {

  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  #irodoriplusSec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    color: #444;
  }

  #irodoriplusSec img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border: none;
    transition: 0.5s;
    backface-visibility: hidden;
  }

  #irodoriplusSec a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }

  #irodoriplusSec p,
  #irodoriplusSec li {
    color: #444;
  }

  #irodoriplusSec h1,
  #irodoriplusSec h2,
  #irodoriplusSec h3 {
    margin: 0;
    padding: 0;
  }

  #irodoriplusSec .pagettl {
    margin-bottom: 0px;
    padding: 0;
  }

  #irodoriplusSec .subttl {
    padding: 10px 0;
    margin: 0;
    position: relative;
  }

  #irodoriplusSec .subttl:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: url(../images/sp/common/irodori_other_hr.png) repeat-x left top;
    background-size: auto 4px;
  }


  /*TOP*/
  #irodoriplusSec .irodoriTopSec {
    margin-bottom: 40px;
  }

  #irodoriplusSec .irodoriTopSec .date {
    background: url(../images/sp/common/irodori_top_date_ttl.png) repeat-x top left;
    background-size: auto 100%;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
    color: #FFF;
  }

  #irodoriplusSec .irodoriTopSec .bookdata {
    background: url(../images/sp/common/irodori_top_bg.png) repeat-x top left;
    background-size: 47px 75px;
    padding: 20px 0 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }


  #irodoriplusSec .irodoriTopSec .bookdata .bookthumb {
    width: 35%;
    text-align: center;
    padding: 10px 0px 0;
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  #irodoriplusSec .irodoriTopSec .bookdata .bookthumb img {
    width: 100px;
    height: auto;
    background: #FFF;
    padding: 3px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  }


  #irodoriplusSec .irodoriTopSec .bookdata .bookdesc {
    width: 62%;
    padding: 0 10px 0 0;
  }

  #irodoriplusSec .irodoriTopSec .bookdata .bookdesc .name {
    background: url(../images/sp/common/irodori_hr_dot.png) repeat-x left bottom;
    background-size: auto 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #irodoriplusSec .irodoriTopSec .bookdata .bookdesc .name img {
    width: auto;
  }


  #irodoriplusSec .irodoriTopSec .bookdata .bookdesc .desc {
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    color: #666;
  }

  #irodoriplusSec .irodoriBannerSec {
    background: url(../images/sp/common/irodori_top_bg2.png) repeat-x bottom left;
    background-size: 47px 76px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }

  #irodoriplusSec .irodoriBannerSec .box {
    width: auto;
    margin: 20px 15px 20px;
    padding-bottom: 10px;
  }

  #irodoriplusSec .irodoriBannerSec .box:nth-of-type(1) {
    background: url(../images/sp/common/irodori_top_photo_bg.png) repeat left top;
    background-size: 18px 5px;
    border-radius: 10px;
  }

  #irodoriplusSec .irodoriBannerSec .box:nth-of-type(2) {
    background: url(../images/sp/common/irodori_top_bestshot_bg.png) repeat left top;
    background-size: 10px;
    border-radius: 10px;
  }

  #irodoriplusSec .irodoriBannerSec .box:nth-of-type(3) {
    background: url(../images/sp/common/irodori_top_present_bg.png) repeat left top;
    background-size: 10px;
    border-radius: 10px;
  }

  #irodoriplusSec .irodoriBannerSec .box:nth-of-type(3) a {
    color: #FFF !important;
  }


  #irodoriplusSec .irodoriBannerSec .box a {
    display: block;
    text-decoration: none;
  }

  #irodoriplusSec .irodoriBannerSec .box .ttl {
    position: relative;
    top: -10px;
  }

  #irodoriplusSec .irodoriBannerSec .box p {
    font-size: 13px;
    line-height: 1.4;
    color: #444;
    padding: 10px 15px;
    margin: 0;
  }

  #irodoriplusSec .irodoriBannerSec .box .photo {
    position: relative;
    padding: 0 15px;
    text-align: center;
  }


  #irodoriplusSec .irodoriCatalogBannerSec {
    margin-bottom: 30px;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box {
    position: relative;
    font-size: 0;
    border-top: solid 3px #DD4365;
    border-bottom: solid 3px #DD4365;
    background: url(../images/sp/common/irodori_top_catalog_bg.png) no-repeat right bottom;
    background-size: 73px 104px;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .ttl {
    margin-bottom: 0px;

  }

  #irodoriplusSec .irodoriCatalogBannerSec .box p {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
    padding: 0 15px;
    margin: 0;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .photo {
    margin-bottom: 20px;
    text-align: center;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .photo img {
    width: 70px;
    max-width: 25%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .btn {
    margin: 15px 15px 15px;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .btn a {
    background: #205292;
    color: #FFF;
    display: block;
    font-size: 15px;
    line-height: 50px;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: .3s;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .btn a:hover {
    filter: brightness(1.2);
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -6px 0 0 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #FFF;
    border-bottom: 6px solid transparent;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec {
    margin-bottom: 30px;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box {
    position: relative;
    font-size: 0;
    border-top: solid 3px #DD4365;
    border-bottom: solid 3px #DD4365;
    background: url(../images/sp/common/irodori_top_tekuteku_bg.png) no-repeat right bottom;
    background-size: 73px 104px;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .ttl {
    margin-bottom: 0px;

  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box p {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
    padding: 0 15px;
    margin: 0;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .photo {
    margin-bottom: 20px;
    text-align: center;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .photo img {
    width: 70px;
    max-width: 25%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .btn {
    margin: 15px 15px 15px;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .btn a {
    background: #E04681;
    color: #FFF;
    display: block;
    font-size: 15px;
    line-height: 50px;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: .3s;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .btn a:hover {
    filter: brightness(1.2);
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -6px 0 0 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #FFF;
    border-bottom: 6px solid transparent;
  }

  #irodoriplusSec .irodoriFooterSec {
    margin-top: 20px;
    padding: 0 15px;
  }

  #irodoriplusSec .irodoriFooterSec p {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }


  /* ナビ*/
  #irodoriplusSec .irodoriNavSec {
    width: 90%;
    margin: 20px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #irodoriplusSec .irodoriNavSec .btn_sitetop {
    width: 100%;
  }

  #irodoriplusSec .irodoriNavSec .btn_sitetop a {
    display: block;
    height: 54px;
    line-height: 54px;
    border: solid 2px #E04681;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    color: #E04681;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
  }

  #irodoriplusSec .irodoriNavSec .btn_sitetop a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/sp/common/irodori_icon_plustop.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -11px;
  }



  #irodoriplusSec .irodoriNavSec .btn_pagetop {
    width: 100%;
    margin-bottom: 15px;
  }

  #irodoriplusSec .irodoriNavSec .btn_pagetop a {
    display: block;
    height: 54px;
    line-height: 54px;
    border: solid 2px #205292;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    color: #205292;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
  }

  #irodoriplusSec .irodoriNavSec .btn_pagetop a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/sp/common/irodori_icon_pagetop.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -11px;
  }



  #irodoriplusSec .irodoriOtherSec {
    position: relative;
    padding: 30px 0;
    background: url(../images/sp/common/irodori_other_bg.jpg) repeat left bottom;
    background-size: cover;
  }

  #irodoriplusSec .irodoriOtherSec h3 {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }

  #irodoriplusSec .irodoriOtherSec h4 {
    margin: 0 15px 20px;
    padding: 5px 0;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
  }


  #irodoriplusSec .irodoriOtherSec h3 img,
  #irodoriplusSec .irodoriOtherSec h4 img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;

  }

  #irodoriplusSec .irodoriOtherSec:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: url(../images/sp/common/irodori_other_hr.png) repeat-x left top;
    background-size: auto 4px;
  }

  #irodoriplusSec .irodoriOtherSec:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: url(../images/sp/common/irodori_other_hr.png) repeat-x left top;
    background-size: auto 4px;
  }

  #irodoriplusSec .irodoriOtherSec ul {
    margin: 0 15px;
    padding: 0;
    list-style-type: none;
    display: block;
    vertical-align: top;
    text-align: center;
    font-size: 0;
  }

  #irodoriplusSec .irodoriOtherSec ul li {
    display: block;
    vertical-align: top;
    margin-bottom: 10px;
  }

  /*電子カタログ*/
  #irodoriplusSec .irodoriCatalogTopSec {
    background: #FBF9EB;
    padding-bottom: 20px;

  }

  #irodoriplusSec .irodoriCatalogTopSec p {
    font-size: 13px;
    text-align: center;
    line-height: 1.8;
    margin: 0;
    padding: 0 15px;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata {
    background: #FFF;
    width: auto;
    padding: 15px 0px;
    margin: 20px 15px 0;
    border: solid 2px #E9E2BA;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookthumb {
    width: 40%;
    text-align: center;
    padding: 10px 20px 10px;
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookthumb img {
    width: 100px;
    height: auto;
    background: #FFF;
    padding: 3px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookthumb2 {
    width: 45%;
    text-align: center;
    padding: 0 0 0 10px;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookthumb2 img {
    width: 100%;
    height: auto;
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc {
    flex: 1 0 0%;
    padding: 0 10px 0 0;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .name {
    margin-bottom: 10px;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .name img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc p {
    font-size: 10px;
    line-height: 1.2;
    margin: 5px 0 0;
    padding: 0;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn {}

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn a {
    background: #24A084;
    color: #FFF;
    display: block;
    font-size: 13px;
    line-height: 36px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 18px;
    transition: .3s;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn a:before {
    display: inline-block;
    content: "";
    position: relative;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn a:hover {
    opacity: .7;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn2 {}

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn2 a {
    background: #176f5b;
    color: #FFF;
    display: block;
    font-size: 13px;
    line-height: 36px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 18px;
    transition: .3s;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn2 a:before {
    display: inline-block;
    content: "";
    position: relative;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn2 a:hover {
    opacity: .7;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn2 a+a {
    margin-top: 10px;
  }



  #irodoriplusSec .irodoriCatalogBacknumberSec {
    background: #EBF5F6;
    padding: 30px 15px;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec h3 {
    text-align: center;
    padding-bottom: 15px;
    background: url(../images/sp/common/irodori_hr_dot.png) repeat-x left bottom;
    background-size: auto 10px;
    margin-bottom: 10px;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec h3 img {
    width: auto;
    height: 30px;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .note {
    display: none;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdataWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata {
    width: 100%;
    padding: 10px 0 15px;
    border-bottom: solid 2px #DDD;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookthumb {
    width: 35%;
    text-align: center;
    padding: 10px 20px 10px;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookthumb img {
    width: 80px;
    height: auto;
    background: #FFF;
    padding: 2px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookthumb2 {
    width: 40%;
    text-align: center;
    padding: 10px 10px 10px;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookthumb2 img {
    width: 100%;
    height: auto;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc {
    width: 60%;
    padding: 0 20px 0 0;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .name {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn {}

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn a {
    background: #24A084;
    color: #FFF;
    display: block;
    font-size: 13px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 0px 0 #058262;
    transition: .3s;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn a:hover {
    opacity: .7;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn2 {}

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn2 a {
    background: #176f5b;
    color: #FFF;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 0px 0 #058262;
    transition: .3s;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn2 a:hover {
    opacity: .7;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn2 a+a {
    margin-top: 10px;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .btn_more {
    margin-top: 20px;
    display: block;
    width: 100%;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .btn_more a {
    background: #FFF;
    color: #24A084;
    border: solid 1px #24A084;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 5px;
    transition: .3s;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec .btn_more a:hover {
    opacity: .7;
  }


  /*ベストショット*/
  #irodoriplusSec .irodoriBestshotSec {
    background: url(../images/sp/common/irodori_bestshot_bg.png) repeat left top;
  }

  #irodoriplusSec .irodoriBestshotSec h2 {
    position: relative;
    top: -10px;
    margin: 0 0 20px;
  }

  #irodoriplusSec .irodoriBestshotSec h3 {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap {
    padding: 0 15px 15px;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap p {
    font-size: 15px;
    line-height: 2.0;
    margin: 0;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap p+p {
    margin-top: 1em;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .photo {
    text-align: center;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .photo img {
    background: #FFF;
    padding: 5px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .1);
    max-height: 400px;
    max-width: 100%;
    width: auto;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .photo_ttl {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin: 20px 0 0;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .photographer {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .camera_setting {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .camera_setting:before {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #FFF;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .camera_setting h5 {
    border-left: solid 5px #999;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0px;
    color: #666;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .camera_setting p {
    color: #666;
    line-height: 1.6;
  }


  #irodoriplusSec .irodoriBestshotSec .wrap .announce {
    margin-top: 20px;
    text-align: center;
  }



  /*写真館*/
  #irodoriplusSec .irodoriPhotoSec {
    background: #FFF;
    background: url(../images/sp/common/irodori_hr_dot.png) repeat-x left bottom;
    background-size: auto 10px;
    padding-bottom: 20px;
  }

  #irodoriplusSec .irodoriPhotoSec h2 {
    position: relative;
    margin: -5px 0 20px;
  }

  #irodoriplusSec .irodoriPhotoSec .wrap {
    padding: 0 15px;
  }

  #irodoriplusSec .irodoriPhotoSec .wrap h3 {
    margin: 0 0 20px;
    padding: 0 0 15px;
    text-align: center;
    background: url(../images/sp/common/irodori_hr_dot.png) repeat-x left bottom;
    background-size: auto 10px;
  }

  #irodoriplusSec .irodoriPhotoSec .wrap h3 img {
    max-width: 100%;
    height: auto;
  }

  #irodoriplusSec .irodoriPhotoSec .wrap .catch {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  #irodoriplusSec .irodoriPhotoSec ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  #irodoriplusSec .irodoriPhotoSec ul li {
    background: #F2F2F2;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }

  #irodoriplusSec .irodoriPhotoSec ul li .ph {
    margin-bottom: 5px;
    text-align: center;
    background: #FFF;
  }

  #irodoriplusSec .irodoriPhotoSec ul li .ph img {
    max-height: 350px;
    max-width: 100%;
    width: auto;
  }

  @media all and (-ms-high-contrast:none) {

    /*ie10 over */
    #irodoriplusSec .irodoriPhotoSec ul li .ph img {
      max-height: 350px;
      width: 100%;
      object-fit: contain;
    }
  }

  #irodoriplusSec .irodoriPhotoSec ul li .ph a {
    display: inline-block;
    position: relative;
  }

  #irodoriplusSec .irodoriPhotoSec ul li .ph a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/sp/common/irodori_icon_roope.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
  }


  #irodoriplusSec .irodoriPhotoSec ul li .text {
    font-size: 14px;
    line-height: 1.8;
    padding: 5px;
  }

  #irodoriplusSec .irodoriPhotoSec ul li .text strong {
    font-weight: bold;
  }



  /*壁紙プレゼント*/
  #irodoriplusSec .irodoriPresentSec {
    background: url(../images/sp/common/irodori_present_bg.png) repeat left top;
    margin: 10px 0px 0px;
    padding-bottom: 10px;
  }

  #irodoriplusSec .irodoriPresentSec h2 {
    position: relative;
    top: -15px;
    margin: 0 0 0px;
  }

  #irodoriplusSec .irodoriPresentSec .desc {
    color: #FFF;
    font-size: 14px;
    line-height: 1.8;
  }

  #irodoriplusSec .irodoriPresentSec .wrap {
    padding: 0 15px 20px;
  }


  #irodoriplusSec .irodoriPresentSec .photobox {
    background: #FFF;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
  }

  #irodoriplusSec .irodoriPresentSec .photobox h3 {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
  }

  #irodoriplusSec .irodoriPresentSec .photobox h3 img {
    width: auto;
    height: 35px;
  }


  #irodoriplusSec .irodoriPresentSec .photobox h4 {
    border-left: solid 5px #008466;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 20px 0px;
    color: #666;
  }

  #irodoriplusSec .irodoriPresentSec .photobox .photo {
    margin: 20px auto;

  }

  #irodoriplusSec .irodoriPresentSec .photobox .photo img {
    max-width: 100%;
    height: auto;
  }

  #irodoriplusSec .irodoriPresentSec .photobox p {
    font-size: 15px;
    line-height: 1.8;
  }


  #irodoriplusSec .irodoriPresentSec .download_btn {
    background: #E2ECEA;
    padding: 20px 20px 1px;
    border-radius: 10px;
    margin: 20px auto 0;
  }

  #irodoriplusSec .irodoriPresentSec .download_btn ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  #irodoriplusSec .irodoriPresentSec .download_btn ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  #irodoriplusSec .irodoriPresentSec .download_btn ul li a {
    overflow: hidden;
    text-decoration: none;
    background: #FFF;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    color: #333;
    box-shadow: 0 2px 0px 0 #B7D6CF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    transition: .3s;
    backface-visibility: hidden;
    position: relative;
  }


  #irodoriplusSec .irodoriPresentSec .download_btn ul li a:before {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #238E6C;
    border-right: solid 2px #238E6C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  #irodoriplusSec .irodoriPresentSec .download_btn ul li a:hover {
    opacity: 0.7;
  }


  #irodoriplusSec .irodoriPresentSec .photobox ul li a span {
    width: 100%;
    text-align: center;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
  }



  #irodoriplusSec .irodoriPresentSec .howto_btn {
    text-align: center;
    margin-top: 20px;
  }

  #irodoriplusSec .irodoriPresentSec .howto_btn a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 15px 40px;
    overflow: hidden;
    text-decoration: none;
    background: #FFF;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    color: #238E6C;
    transition: .3s;
    backface-visibility: hidden;
    position: relative;
  }


  #irodoriplusSec .irodoriPresentSec .howto_btn a:before {
    display: block;
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #238E6C;
    border-right: solid 2px #238E6C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  #irodoriplusSec .irodoriPresentSec .howto_btn a:hover {
    opacity: 0.7;
  }


  #irodoriplusSec .irodoriPresentBacknoSec {
    background: #EBF5F6;
    padding: 30px 15px;
    margin-top: 0px;
  }


  #irodoriplusSec .irodoriPresentBacknoSec h3 {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
    background: url(../images/sp/common/irodori_hr_dot.png) repeat-x left bottom;
    background-size: auto 10px;
  }

  #irodoriplusSec .irodoriPresentBacknoSec h3 img {
    width: auto;
    height: 35px;
  }


  #irodoriplusSec .irodoriPresentBacknoSec .bookdataWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata {
    width: 100%;
    margin-bottom: 0px;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata a {
    width: 100%;
    text-decoration: none;
    color: #444;
    /*background:#FFF;*/
    padding: 15px 0;
    border-bottom: solid 2px #DDD;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    transiton: .3s;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata a:hover {
    /*background:#FFFFEE;*/
  }


  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookthumb {
    width: 35%;
    text-align: center;
    padding: 0px;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookthumb img {
    width: 100%;
    height: auto;
    background: #FFF;
    padding: 2px;
    border: solid 1px #DDD;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .1);
  }


  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookdesc {
    width: 60%;
    padding: 0 20px 0 0;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookdesc .name {
    font-size: 14px;
    line-height: 1.6;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookdesc .name b {
    font-size: 16px;
    font-weight: bold;
  }


  #irodoriplusSec .irodoriPresentBacknoSec .btn_more {
    margin-top: 20px;
    display: block;
    width: 100%;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .btn_more a {
    background: #FFF;
    color: #24A084;
    border: solid 1px #24A084;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 5px;
    transition: .3s;
  }


  #irodoriplusSec .irodoriPresentBacknoSec .btn_more a:hover {
    opacity: .7;
  }

  /*汎用*/

  .mb0 {
    margin-bottom: 0px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  .mb80 {
    margin-bottom: 80px !important;
  }

  .mt0 {
    margin-top: 0px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt70 {
    margin-top: 70px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .alC,
  .alignC {
    text-align: center !important;
  }

  .alL,
  .alignL {
    text-align: left !important;
  }

  .alR,
  .alignR {
    text-align: right !important;
  }

  #irodoriplusSec .cautionNotes {
    font-size: 13px;
    line-height: 1.6;
    width: 90%;
    margin: 20px auto 20px;
  }

  #howto-content {
    background-color: #fff;
    width: auto;
    margin: 20px -40px;
    padding: 30px 15px 15px;
    box-sizing: border-box;
    position: relative;
    color: #333;
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
  }

  #howto-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }

  #howto-content b {
    font-size: 15px;
    font-weight: bold;
  }

  #howto-content hr {
    margin: 15px auto;
    width: 100%;
  }

  #howto-content img {
    max-width: 100%;
    height: auto;
  }

  #irodoriplusSec .banner_wrap {
    margin: 20px auto;
    padding: 0 10px;
    text-align: center;
    display: block;
  }

}

/*----------PC------------------------------------------*/
@media screen and (min-width: 769px) {

  .sp_only {
    display: none !important;
  }

  .pc_only {
    display: block !important;
  }


  #irodoriplusSec {
    width: 770px;
    margin: 40px auto 40px;
    color: #444;
  }

  #irodoriplusSec img {
    vertical-align: top;
    border: none;
    transition: 0.5s;
    backface-visibility: hidden;
  }

  #irodoriplusSec a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }

  #irodoriplusSec p,
  #irodoriplusSec li {
    color: #444;
  }

  #irodoriplusSec h1,
  #irodoriplusSec h2,
  #irodoriplusSec h3 {
    margin: 0;
    padding: 0;
  }

  #irodoriplusSec .pagettl {
    margin-bottom: 20px;
  }

  /*TOP*/
  #irodoriplusSec .irodoriTopSec {
    margin-bottom: 40px;
  }

  #irodoriplusSec .irodoriTopSec .date {
    background: url(../images/pc/common/irodori_top_date_ttl.png) no-repeat top left;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
  }

  #irodoriplusSec .irodoriTopSec .bookdata {
    background: url(../images/pc/common/irodori_top_bg.png) no-repeat top left;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }


  #irodoriplusSec .irodoriTopSec .bookdata .bookthumb {
    width: 33%;
    text-align: center;
    padding: 10px 0px 0;
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  #irodoriplusSec .irodoriTopSec .bookdata .bookthumb img {
    width: 150px;
    height: auto;
    background: #FFF;
    padding: 5px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  }


  #irodoriplusSec .irodoriTopSec .bookdata .bookdesc {
    width: 67%;
    padding: 0 45px 0 0;
  }

  #irodoriplusSec .irodoriTopSec .bookdata .bookdesc .name {
    background: url(../images/pc/common/irodori_top_hr_dot.png) repeat-x bottom left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
  }

  #irodoriplusSec .irodoriTopSec .bookdata .bookdesc .desc {
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    color: #666;
  }

  #irodoriplusSec .irodoriBannerSec {
    background: url(../images/pc/common/irodori_top_bg2.png) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  #irodoriplusSec .irodoriBannerSec .box {
    width: 707px;
    margin: 0 auto 30px;
  }

  #irodoriplusSec .irodoriBannerSec .box a {
    display: block;
    font-size: 0;
  }

  #irodoriplusSec .irodoriBannerSec .box .ttl {
    position: relative;
    display: inline-block;
  }

  #irodoriplusSec .irodoriBannerSec .box .ttl p {
    font-size: 12px;
    line-height: 1.4;
    color: #444;
    position: absolute;
    top: 170px;
    left: 15px;
    padding: 10px 15px;
    margin: 0;
  }

  #irodoriplusSec .irodoriBannerSec .box .photo {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
  }


  #irodoriplusSec .irodoriCatalogBannerSec {
    margin-bottom: 30px;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box {
    position: relative;
    font-size: 0;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .ttl {
    position: absolute;
    top: 90px;
    left: 95px;
    width: 280px;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .ttl p {
    font-size: 12px;
    line-height: 1.4;
    color: #444;
    padding: 0;
    margin: 0;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .photo {
    position: absolute;
    right: 114px;
    top: 44px;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .btn {
    margin-top: 15px;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .btn a {
    background: #205292;
    color: #FFF;
    display: block;
    font-size: 13px;
    line-height: 40px;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: .3s;
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .btn a:hover {
    filter: brightness(1.2);
  }

  #irodoriplusSec .irodoriCatalogBannerSec .box .btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -6px 0 0 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #FFF;
    border-bottom: 6px solid transparent;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec {
    margin-bottom: 30px;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box {
    position: relative;
    font-size: 0;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .ttl {
    position: absolute;
    top: 90px;
    left: 95px;
    width: 280px;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .ttl p {
    font-size: 12px;
    line-height: 1.4;
    color: #444;
    padding: 0;
    margin: 0;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .photo {
    position: absolute;
    right: 110px;
    top: 36px;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .btn {
    margin-top: 15px;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .btn a {
    background: #E04681;
    color: #FFF;
    display: block;
    font-size: 13px;
    line-height: 40px;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: .3s;
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .btn a:hover {
    filter: brightness(1.2);
  }

  #irodoriplusSec .irodoriTekutekuBannerSec .box .btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -6px 0 0 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #FFF;
    border-bottom: 6px solid transparent;
  }

  #irodoriplusSec .irodoriFooterSec {
    margin-top: 40px;
  }

  #irodoriplusSec .irodoriFooterSec p {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }


  /* ナビ*/
  #irodoriplusSec .irodoriNavSec {
    width: 84%;
    margin: 40px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #irodoriplusSec .irodoriNavSec .btn_sitetop {
    width: 48%;
  }

  #irodoriplusSec .irodoriNavSec .btn_sitetop a {
    display: block;
    height: 54px;
    line-height: 54px;
    border: solid 2px #E04681;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    color: #E04681;
    font-size: 15px;
    vertical-align: middle;
  }

  #irodoriplusSec .irodoriNavSec .btn_sitetop a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/pc/common/irodori_icon_plustop.png) no-repeat;
    background-size: contain;
    position: relative;
    top: -2px;
    vertical-align: middle;
    margin-right: 10px;
  }



  #irodoriplusSec .irodoriNavSec .btn_pagetop {
    width: 48%;
  }

  #irodoriplusSec .irodoriNavSec .btn_pagetop a {
    display: block;
    height: 54px;
    line-height: 54px;
    border: solid 2px #205292;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    color: #205292;
    font-size: 15px;
    vertical-align: middle;
  }

  #irodoriplusSec .irodoriNavSec .btn_pagetop a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/pc/common/irodori_icon_pagetop.png) no-repeat;
    background-size: contain;
    position: relative;
    top: -2px;
    vertical-align: middle;
    margin-right: 10px;
  }



  #irodoriplusSec .irodoriOtherSec {
    position: relative;
    padding: 30px 0;
    background: url(../images/pc/common/irodori_other_bg.jpg) no-repeat left bottom;
  }

  #irodoriplusSec .irodoriOtherSec h3 {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }

  #irodoriplusSec .irodoriOtherSec:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: url(../images/pc/common/irodori_other_hr.png) repeat-x left top;
  }

  #irodoriplusSec .irodoriOtherSec:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: url(../images/pc/common/irodori_other_hr.png) repeat-x left top;
  }

  #irodoriplusSec .irodoriOtherSec ul {
    margin: 0 0 0 15px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 0;
  }

  #irodoriplusSec .irodoriOtherSec ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
  }

  /*電子カタログ*/
  #irodoriplusSec .irodoriCatalogTopSec {
    background: #FEFEF6;
    padding-bottom: 40px;

  }

  #irodoriplusSec .irodoriCatalogTopSec p {
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
    margin: 0;
    padding: 0;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata {
    background: #FFF;
    width: 90%;
    padding: 20px;
    margin: 20px auto 0;
    border: solid 2px #E9E2BA;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookthumb {
    width: 40%;
    text-align: center;
    padding: 10px 20px 10px;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookthumb img {
    width: 160px;
    height: auto;
    background: #FFF;
    padding: 5px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookthumb2 {
    width: 45%;
    text-align: center;
    padding: 0px 20px 0px 10px;

  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookthumb2 img {
    width: 100%;
    height: auto;
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc {
    flex: 1 0 0%;
    padding: 0 45px 0 0;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .name {
    margin-bottom: 15px;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc p {
    font-size: 12px;
    margin: 10px 0;
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn {}

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn a {
    background: #24A084;
    color: #FFF;
    display: block;
    font-size: 15px;
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 30px;
    transition: .3s;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn a:before {
    display: inline-block;
    content: "";
    position: relative;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn a:hover {
    opacity: .7;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn2 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn2 a {
    background: #176f5b;
    color: #FFF;
    width: 48%;
    font-size: 15px;
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 30px;
    transition: .3s;
  }


  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn2 a:before {
    display: inline-block;
    content: "";
    position: relative;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }



  #irodoriplusSec .irodoriCatalogTopSec .bookdata .bookdesc .btn2 a:hover {
    opacity: .7;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec {
    background: #EBF5F6;
    padding: 40px;
    border-radius: 15px;
    margin-top: 40px;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec h3 {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    background: url(../images/pc/common/irodori_hr_dot.png) repeat-x left bottom;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .note {
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdataWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata {
    width: 50%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #DDD;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookthumb {
    width: 40%;
    text-align: center;
    padding: 10px 20px 10px;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookthumb img {
    width: 100px;
    height: auto;
    background: #FFF;
    padding: 2px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookthumb2 {
    width: 40%;
    text-align: center;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookthumb2 img {
    width: 100%;
    height: auto;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc {
    width: 55%;
    padding: 0 20px 0 0;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .name {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn {}

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn a {
    background: #24A084;
    color: #FFF;
    display: block;
    font-size: 13px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 0px 0 #058262;
    transition: .3s;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn a:hover {
    opacity: .7;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 15px;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn2 a {
    background: #176f5b;
    color: #FFF;
    width: 48%;
    font-size: 13px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 0px 0 #058262;
    transition: .3s;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .bookdata .bookdesc .btn2 a:hover {
    opacity: .7;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec .btn_more {
    margin-top: 20px;
    display: block;
    width: 100%;
  }

  #irodoriplusSec .irodoriCatalogBacknumberSec .btn_more a {
    background: #FFF;
    color: #24A084;
    border: solid 1px #24A084;
    display: block;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 5px;
    transition: .3s;
  }


  #irodoriplusSec .irodoriCatalogBacknumberSec .btn_more a:hover {
    opacity: .7;
  }


  /*ベストショット*/
  #irodoriplusSec .irodoriBestshotSec {
    background: url(../images/pc/common/irodori_bestshot_bg.png) repeat left top;
    border-radius: 15px;
    margin-top: 10px;
  }

  #irodoriplusSec .irodoriBestshotSec h2 {
    position: relative;
    top: -15px;
    margin: 0 0 20px;
  }

  #irodoriplusSec .irodoriBestshotSec h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap {
    padding: 0 50px 50px;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap p {
    font-size: 15px;
    line-height: 2.0;
    margin: 0;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap p+p {
    margin-top: 1em;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .photo {
    text-align: center;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .photo img {
    background: #FFF;
    padding: 8px;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .1);
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .photo_ttl {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin: 20px 0 0;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .photographer {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .camera_setting {
    position: relative;
    margin-top: 40px;
    padding-top: 20px;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .camera_setting:before {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #FFF;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .camera_setting h5 {
    border-left: solid 5px #999;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0px;
    color: #666;
  }

  #irodoriplusSec .irodoriBestshotSec .wrap .camera_setting p {
    color: #666;
    line-height: 1.6;
  }


  #irodoriplusSec .irodoriBestshotSec .wrap .announce {
    margin-top: 20px;
    text-align: center;
  }



  /*写真館*/
  #irodoriplusSec .irodoriPhotoSec {
    background: #FFF;

  }

  #irodoriplusSec .irodoriPhotoSec h2 {
    position: relative;
    margin: 0 0 20px;
  }

  #irodoriplusSec .irodoriPhotoSec .wrap {
    padding: 0 20px;

  }

  #irodoriplusSec .irodoriPhotoSec .wrap h3 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    text-align: center;
    background: url(../images/pc/common/irodori_top_hr_dot.png) repeat-x left bottom;
  }

  #irodoriplusSec .irodoriPhotoSec .wrap .catch {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }


  #irodoriplusSec .irodoriPhotoSec ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  #irodoriplusSec .irodoriPhotoSec ul li {
    background: #F2F2F2;
    width: 49%;
    margin-bottom: 20px;
    padding: 10px;
  }

  #irodoriplusSec .irodoriPhotoSec ul li .ph {
    margin-bottom: 5px;
    text-align: center;
    background: #FFF;
  }

  #irodoriplusSec .irodoriPhotoSec ul li .ph img {
    max-height: 350px;
    max-width: 100%;
  }

  #irodoriplusSec .irodoriPhotoSec ul li .ph a {
    display: inline-block;
    position: relative;
  }

  #irodoriplusSec .irodoriPhotoSec ul li .ph a:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/pc/common/irodori_icon_roope.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
  }


  #irodoriplusSec .irodoriPhotoSec ul li .text {
    font-size: 14px;
    line-height: 1.8;
    padding: 5px;
  }

  #irodoriplusSec .irodoriPhotoSec ul li .text strong {
    font-weight: bold;
  }



  /*壁紙プレゼント*/
  #irodoriplusSec .irodoriPresentSec {
    background: url(../images/pc/common/irodori_present_bg.png) repeat left top;
    border-radius: 15px;
    margin-top: 10px;
  }

  #irodoriplusSec .irodoriPresentSec h2 {
    position: relative;
    top: -15px;
    margin: 0 0 0px;
  }

  #irodoriplusSec .irodoriPresentSec .desc {
    color: #FFF;
    font-size: 14px;
    line-height: 1.8;
  }

  #irodoriplusSec .irodoriPresentSec .wrap {
    padding: 0 60px 50px;
  }


  #irodoriplusSec .irodoriPresentSec .photobox {
    background: #FFF;
    padding: 40px;
    border-radius: 15px;
    margin: 30px 0;
  }

  #irodoriplusSec .irodoriPresentSec .photobox h3 {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
  }

  #irodoriplusSec .irodoriPresentSec .photobox h4 {
    border-left: solid 5px #008466;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 20px 0px;
    color: #666;
  }

  #irodoriplusSec .irodoriPresentSec .photobox .photo {
    margin: 30px auto;

  }

  #irodoriplusSec .irodoriPresentSec .photobox .photo img {
    max-width: 100%;
    height: auto;
  }

  #irodoriplusSec .irodoriPresentSec .photobox p {
    font-size: 15px;
    line-height: 1.8;
  }


  #irodoriplusSec .irodoriPresentSec .download_btn {
    background: #E2ECEA;
    padding: 30px 30px 10px;
    border-radius: 10px;
    margin: 20px auto 0;
  }

  #irodoriplusSec .irodoriPresentSec .download_btn ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  #irodoriplusSec .irodoriPresentSec .download_btn ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  #irodoriplusSec .irodoriPresentSec .download_btn ul li a {
    overflow: hidden;
    text-decoration: none;
    background: #FFF;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    color: #333;
    box-shadow: 0 4px 0px 0 #B7D6CF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    transition: .3s;
    backface-visibility: hidden;
    position: relative;
  }


  #irodoriplusSec .irodoriPresentSec .download_btn ul li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #B7D6CF;
    border-right: solid 2px #B7D6CF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  #irodoriplusSec .irodoriPresentSec .download_btn ul li a:hover {
    opacity: 0.7;
  }


  #irodoriplusSec .irodoriPresentSec .photobox ul li a span:nth-of-type(1) {
    width: 65%;
    text-align: center;
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    padding: 8px 0 8px 20px;
  }

  #irodoriplusSec .irodoriPresentSec .photobox ul li a span:nth-of-type(2) {
    width: 35%;
    background: #238E6C;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 0;
  }

  #irodoriplusSec .irodoriPresentSec .howto_btn {
    text-align: center;
    margin-top: 20px;
  }

  #irodoriplusSec .irodoriPresentSec .howto_btn a {
    display: inline-block;
    padding: 15px 80px;
    overflow: hidden;
    text-decoration: none;
    background: #FFF;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    color: #238E6C;
    transition: .3s;
    backface-visibility: hidden;
    position: relative;
  }


  #irodoriplusSec .irodoriPresentSec .howto_btn a:before {
    display: block;
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #238E6C;
    border-right: solid 2px #238E6C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  #irodoriplusSec .irodoriPresentSec .howto_btn a:hover {
    opacity: 0.7;
  }


  #irodoriplusSec .irodoriPresentBacknoSec {
    background: #EBF5F6;
    padding: 40px;
    border-radius: 15px;
    margin-top: 40px;
  }


  #irodoriplusSec .irodoriPresentBacknoSec h3 {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    background: url(../images/pc/common/irodori_hr_dot.png) repeat-x left bottom;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdataWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata {
    width: 49%;
    margin-bottom: 15px;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata a {
    width: 100%;
    text-decoration: none;
    color: #444;
    background: #FFF;
    padding: 10px;
    border: solid 2px #DDD;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    transiton: .3s;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata a:hover {
    /*background:#FFFFEE;*/
  }


  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookthumb {
    width: 45%;
    text-align: center;
    padding: 0px;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookthumb img {
    width: 100%;
    height: auto;
    background: #FFF;
    padding: 4px;
    border: solid 1px #DDD;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .1);
  }


  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookdesc {
    width: 48%;
    padding: 0 20px 0 0;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookdesc .name {
    font-size: 13px;
    line-height: 1.6;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .bookdata .bookdesc .name b {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
  }


  #irodoriplusSec .irodoriPresentBacknoSec .btn_more {
    margin-top: 20px;
    display: block;
    width: 100%;
  }

  #irodoriplusSec .irodoriPresentBacknoSec .btn_more a {
    background: #FFF;
    color: #24A084;
    border: solid 1px #24A084;
    display: block;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-radius: 5px;
    transition: .3s;
  }


  #irodoriplusSec .irodoriPresentBacknoSec .btn_more a:hover {
    opacity: .7;
  }

  #irodoriplusSec .cautionNotes {
    font-size: 15px;
    line-height: 1.6;
    width: 90%;
    margin: 0px auto 20px;
  }



  /*汎用*/
  .mb0 {
    margin-bottom: 0px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  .mb80 {
    margin-bottom: 80px !important;
  }

  .mt0 {
    margin-top: 0px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt70 {
    margin-top: 70px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .alC,
  .alignC {
    text-align: center !important;
  }

  .alL,
  .alignL {
    text-align: left !important;
  }

  .alR,
  .alignR {
    text-align: right !important;
  }

  #howto-content {
    background-color: #fff;
    width: 620px;
    max-width: 100%;
    margin: 30px auto;
    padding: 50px 20px 20px;
    box-sizin3: border-box;
    position: relative;
    color: #333;
    text-align: center;
  }

  #howto-content img {
    max-width: 100%;
    height: auto;
  }

  #irodoriplusSec .banner_wrap {
    margin-top: 50px;
    text-align: center;
  }

}

@media all and (-ms-high-contrast:none) {

  /*ie10 over */
  #irodoriplusSec .irodoriPhotoSec ul li .ph img {
    max-height: 350px;
    width: 100%;
    object-fit: contain;
  }
}


/*-----------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-top: 5px;
  padding-right: 36px;
}

.mfp-title small {
  font-size: 80% !important;
  margin-top: 5px;
  display: block;
}


.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


.gallery-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  /*background-color: #fff;*/
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  left: 50%;
  cursor: pointer;
  z-index: 10000;
}

.gallery-arrow-left:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: -10px;
  display: inline-block;
  border-right: solid 5px #FFF;
  border-top: solid 5px #FFF;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);

}

.gallery-arrow-right:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: -10px;
  display: inline-block;
  border-right: solid 5px #FFF;
  border-top: solid 5px #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.mfp-container {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {

  .mfp-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}


#irodoriplusSec .irodori_last_sec01 {
  width: 100%;
  margin: 0px 0 25px;
}

#irodoriplusSec .irodori_last_sec01 p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0;
}

#irodoriplusSec .irodori_last_sec02 {
  width: 84%;
  margin: -20px auto 20px;
  background: #F2FBF4;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #irodoriplusSec .irodori_last_sec01 p {
    font-size: 14px;
    line-height: 1.4;
  }

  #irodoriplusSec .irodori_last_sec02 {
    width: 90%;
    margin: -10px auto 20px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }
}
