/******************************************************************
 IBJ Photo Plan
 -----------------------------------------------------------------*/
.ibj-photo-plan article .entry-header { display: none; }
.ibj-photo-plan .entry-content h1 {
 font-size: clamp(1.563rem, 1.222rem + 1.7vw, 2.5rem);
 font-weight: 700;
 text-align: left;
 line-height: 1.2;
 letter-spacing: 0.1em;
}
.ibj-photo-plan .entry-content h1 span {
 display: block;
 padding: 10px 0;
 color: #c6c6c6;
 font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

.ibj-photo-plan .entry-content h1 .ttl{
  font-size: clamp(1.563rem, 1.222rem + 1.7vw, 2.5rem);
  padding-left: 95px;
  position: relative;
}

.ibj-photo-plan .entry-content h1 .ttl:before{
  content: "";
  display: block;
  width: 87px;
  height: 40px;
  background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 18px;
}

.ibj-photo-plan .entry-content h2.intro  {
 margin: 70px auto 20px;
 max-width: 700px;
 font-size: clamp(1rem, 0.614rem + 1.93vw, 2.063rem);
 font-weight: 700;
 text-align: center;
 letter-spacing: 0.2em;
}
.ibj-photo-plan .entry-content p.introtx {
 margin: 0 0 1rem;
 max-width: 700px;
}
.ibj-photo-plan .entry-content h4 { font-size: clamp(1.25rem, 1.091rem + 0.8vw, 1.688rem); }
.ibj-photo-plan .entry-content h4 span {
 padding-top: 5px;
 font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
 letter-spacing: 0.1em;
 display: block;
}
.ibj-photo-plan .text-box .small {
 margin-bottom: 30px;
 font-size: 14px;
}


/* ----------------------------------------------
  mvLoopSlide
 ----------------------------------------------*/
.mv-specialWrap { position: relative; }
.mv-specialWrap .mv-specialTxt {
 padding: 10px 20px 10px 60px;
 background-color: #d6cdc7;
 border-top-left-radius: 0;
 border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 0;
 color: #fff;
 font-weight: 500;
 letter-spacing: 0.04em;
 position: absolute;
 content: "";
 bottom: 30px;
 z-index: 1;
}
.mvLoopSlide {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.mvLoopSlideItem {
 margin-right: 10px;
 margin-left: 10px;
 min-height: 540px;
 background-size: contain;
 border-radius: 20px; 
 display: inline-block;
 overflow: hidden;
}
.mvLoopSlideItem img {
 display: block;
 width: 100%;
 height: auto;
}
.mvLoopSlideItemList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.mvLoopSlide .item01 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/main_slider01.jpg"); }
.mvLoopSlide .item02 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/main_slider02.jpg"); }
.mvLoopSlide .item03 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/main_slider03.jpg"); }
.mvLoopSlide .item04 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/main_slider04.jpg"); }
.mvLoopSlide .item05 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/main_slider05.jpg"); }
.mvLoopSlide .item06 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/main_slider06.jpg"); }
.mvLoopSlide .item07 { background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/main_slider07.jpg"); }
.mvLoopSlide .mvLoopSlideItem.pc_w380 { width: 380px; }

.mvLoopSlideItemList:first-child {
  -webkit-animation: loop 63s linear infinite;
          animation: loop 63s linear infinite;
}
.mvLoopSlideItemList:nth-child(2) {
  -webkit-animation: loop2 63s -42s linear infinite;
          animation: loop2 63s -42s linear infinite;
}
.mvLoopSlideItemList:last-child {
  -webkit-animation: loop3 63s -21s linear infinite;
          animation: loop3 63s -21s linear infinite;
}


@media (max-width: 839px) {
 .mv-specialWrap .mv-specialTxt {
  padding: 10px 10px 10px 20px;
  bottom: -22px;
  }
 .mvLoopSlideItem {
  min-height: 320px;
  margin-right: 5px;
  margin-left: 5px;
 }
 .mvLoopSlide .mvLoopSlideItem.sp_w225 { width: 225px; }
 .mvLoopSlideItemList:first-child {
  -webkit-animation: loop 32s linear infinite;
          animation: loop 32s linear infinite;
}
.mvLoopSlideItemList:nth-child(2) {
  -webkit-animation: loop2 32s -21s linear infinite;
          animation: loop2 32s -21s linear infinite;
}
.mvLoopSlideItemList:last-child {
  -webkit-animation: loop3 32s -10.5s linear infinite;
          animation: loop3 32s -10.5s linear infinite;
}
.ibj-photo-plan .entry-content h1 .ttl{
  padding-left: 60px;
}

.ibj-photo-plan .entry-content h1 .ttl:before{
  content: "";
  display: block;
  width: 56px;
  height: 30px;
  background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 13px;
}
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}


.ibj-photo-plan .btarea {
 margin: 2rem auto !important;
 padding: 0 0 2rem;
 gap: 10px;
 max-width: 1100px !important;
}
.ibj-photo-plan .btarea a { display: block; }
.ibj-photo-plan .btarea a + a { margin-top: 20px; }

@media screen and (min-width: 768px){
.ibj-photo-plan .btarea {
 margin: 0 auto;
 padding: 0;
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 }
.ibj-photo-plan .btarea a { width: 47%; }
.ibj-photo-plan .btarea a + a { margin-top: 0; }
}


/* ----------------------------------------------
  Feature
 ----------------------------------------------*/
ul.data-list01 {
 margin: 0;
 padding: 0;
}
.data-list01 li {
 margin: 0 0 20px;
 padding: 15px;
 width: 100%;
 background: #fff;
 border-radius: 12px;
 list-style: none;
 box-sizing: border-box;
 position: relative;
 }
.data-list01 li:after {
 position: absolute;
 right: 12px;
 bottom: 0;
 font-size: 300%;
 font-family: "Material Symbols Outlined";
 content: "\e147";
 font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.data-list01 li a { color: #403f34; }
.modal_open {
 display: flex;
 align-items: center;
}
.modal_open > div {
 padding: 0 0 10px 20px;
 width: 63%;
 
}
.modal_open .img { width: 37%; }

.data-list01 li .num {
 margin: 0 0 5px; 
 border-bottom: 1px solid #403f34;
 font-size: 12px;
 display: inline-block;
}
.data-list01 li .content-ttl {
 padding-right: 15px;
 font-size: clamp(0.75rem, 0.523rem + 1.14vw, 1.375rem);
 line-height: 1.5;
 letter-spacing: 0.025em;
}
.data-list01 li p { margin-bottom: 0; }

.modal_box { display: none; }
.modal_open .img img {
 width: 100%;
 height: auto;
}
.modal_bg {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 100001;
 display: none;
 width: 100%;
 height: 120%;
 background-color: rgba(0, 0, 0, 0.7);
}
.modal_box {
 margin: 0;
 padding: 0;
 background: #fff;
 border-radius: 6px;
 text-align: center;
 position: fixed;
 display: none;
 width: 84%;
 left: 8%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 z-index: 100002;
}
.modal_box .modal-inner {
 position: relative;
 text-align: left;
 overflow-y: auto;
 padding: 25px 20px;
}
.modal_box p { margin-bottom: 0; }
.modal_box .img {
 padding-bottom: 20px;
 text-align: center;
}
.modal_box .img img { margin: 0 auto; }
.modal_box .num {
 display: inline;
 border-bottom: 1px solid #000;
}
.modal_box .content-ttl {
 margin-bottom: 10px;
 font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
 line-height: 1.6em;
}
.modal_box .text { font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem); }
.modal_close {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 background: url(/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/close-btn.png) 0 0 no-repeat;
 background-size: contain;
 position: fixed;
 z-index: 100002;
 top: 20px;
 right: 20px;
 width: 46px;
 height: 46px;
 display: block;
}
.link_area ul {
 margin: 0;
 padding: 0;
}
.link_area li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.link_area ul li:first-child a span {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 background: url(/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/left-arrow.png) 0 0 no-repeat;
 background-size: contain;
 position: fixed;
 top: 50%;
 left: 10px;
 margin-top: -55px;
 margin-left: 0px;
 width: 30px;
 height: 30px;
 display: block;
}
.link_area ul li:last-child a span {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 background: url(/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/right-arrow.png) 0 0 no-repeat;
 background-size: contain;
 position: fixed;
 top: 50%;
 right: 10px;
 margin-top: -55px;
 margin-right: 0px;
 width: 30px;
 height: 30px;
 display: block;
}

@media screen and (max-width: 767px){
#modal2.modal_box .modal-inner { height: 80vh; }
#modal5 .img img{ width: 80%;}
}
@media screen and (min-width: 480px) and (max-width: 767px){
 .data-list01 li {
 margin-bottom: 20px;
 padding: 18px;
 border-radius: 15px;
}
 .data-list01 li:after {
 width: 35px;
 height: 35px;
 background-size: 35px 35px;
 right: 15px;
 bottom: 15px;
}
 
}
@media screen and (min-width: 768px){
.data-list01 li {
 margin-bottom: 30px;
 padding: 25px;
 border-radius: 15px;
}
.data-list01 li:after {
 right: 14px;
 bottom: 2px;
}
.data-list01 li .content-ttl { padding-right: 0; }

#modal5 .img img{ width: 75%;}

.modal_box { max-width: 800px; }
.modal_box .modal-inner { padding: 50px 40px; } 
.modal_box .img { padding-bottom: 30px; }
.modal_close {
 top: 50px;
 right: 50px;
}
.link_area ul li:first-child a span {
 left: 50%;
 margin-top: -23px;
 margin-left: -426px;
 width: 46px;
 height: 46px;
}
.link_area ul li:last-child a span {
 right: 50%;
 margin-top: -23px;
 margin-right: -426px;
 width: 46px;
 height: 46px;
}

}



@media screen and (min-width: 768px){
 .data-list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .data-list01 li { width: calc((100% - 30px) / 2) }
 
 }


.kami {
 margin: 0 auto;
 padding-bottom: 20px;
 width: 80%;
 max-width: 400px;
 text-align: center;
}
.kami .slider2,
.kami .slider3 { margin-top: 1px; }
.kami .slidebox {
 width: 100%;
 padding-top: 140%;
 overflow: hidden;
 position: relative;
}
@keyframes slideshow {
 0% { opacity: 0; }
 10% { opacity: 1; }
 28% { opacity: 1; }
 38% { opacity: 0; }
 100% { opacity: 0; }
}
.kami .slidebox img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 height: auto;
 opacity: 0;
 animation: slideshow 8s linear infinite;
}
.slidebox img:nth-child(2) { animation-delay: 2s;}
.slidebox img:nth-child(3) { animation-delay: 4s;}
.slidebox img:nth-child(4) { animation-delay: 6s; }

@media screen and (max-width: 480px) {
.kami {  width: 95%; } 
.kami .slider2,
.kami .slider3 { padding-bottom: 20px; }
 
}

@media screen and (min-width: 768px) {
.kami {
 width: 94%;
 max-width: none;
 display: flex;
 justify-content: space-between;
}
.kami .slidebox { padding-top: 70%; }
.kami .slider2,
.kami .slider3 { 
 margin-top: 0;
 width: 46%;
 }

}

.ibj-photo-plan details.summary-box { margin-bottom: 3rem !important; }
.ibj-photo-plan .summary-box summary { font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem); }


/* ----------------------------------------------
  Questionnaire
 ----------------------------------------------*/
.ibj-photo-plan .ankert-block .button { margin: 20px auto 0px; }
.modaal-inline .modaal-content-container { padding: 20px; }
.ankert-block ul li dl {
 margin: 0 auto 10px;
 width: 90%;
}
.ankert-block ul li dl dd {
 font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
.modaal-wrapper .modaal-close { background: rgba(0, 0, 0, .5); }


/* ----------------------------------------------
  Option
 ----------------------------------------------*/
#gradeup { text-align: center; }
#gradeup a:hover { opacity: 1; }

.imgin { text-align: center; }
.imgin > * {
 margin: 0 auto 20px;
 display: block;
}

#gradeup .brpc { display: none; }
#gradeup h2 {
 margin-bottom: 25px;
 font-weight: bold;
 line-height: 1.5;
 letter-spacing: 0.15em;
 display: inline-block;
 position: relative;
}
#gradeup h2 span {
 display: block;
 margin-bottom: 5px;
 font-size: 65%;
 letter-spacing: 0.05em;
}
#gradeup h2 strong {
 display: block;
 color: #ff6478;
 font-size: inherit;
 font-weight: inherit;
}
#gradeup h2::before,
#gradeup h2::after {
 background-color: #ff6478;
 border-radius: 5px;
 content: "";
 height: 2px;
 width: 40px;
 margin-right: 20px;
 transform: rotate(55deg);
 position: absolute;
 bottom: 20px;
 left: -40px;
}
#gradeup h2::after {
 margin-left: 20px;
 transform: rotate(-55deg);
 left: initial;
 right: -50px;
}
#gradeup p {
 margin-bottom: 30px;
 font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
 letter-spacing: 0.05em;
}
#gradeup .case { margin: 10px 0 15px; }
#gradeup .case picture {
 display: block;
 margin-bottom: 10px;
}
#gradeup figure {
 margin: 0 auto;
 padding-bottom: 20px;
 width: 18%;
 max-width: 120px;
 height: auto;
 text-align: center;
}

#gradeup .upg-back {
 margin: 40px 0 0;
 padding: 0 20px 10px;
 border: 2px solid #ff6478;
 border-radius: 10px;
 text-align: center;
}
#gradeup .upg-back h3 {
 margin: -11% auto 25px;
 padding-left: 0;
 border-left: 0;
 font-size: clamp(0.75rem, 0.5rem + 1.25vw, 1.438rem);
 font-weight: bold;
 letter-spacing: 0.05em;
}
#gradeup .upg-back h3 span {
 background-color: #fff;
 font-size: 150%;
 color: #ff6478;
 letter-spacing: 0.2em;
 display: inline-block;
}
#gradeup .upg-back h4 {
 margin: 15px auto;
 font-size: clamp(0.688rem, 0.324rem + 1.82vw, 1.688rem);
 font-weight: bold;
 line-height: 1.3;
}
#gradeup .upg-back h4 span {
 display: inline-block;
 color: #ff6478;
 font-size: clamp(0.688rem, 0.324rem + 1.82vw, 1.688rem);
}
#gradeup .upg-back p {
 margin-bottom: 20px;
 font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
 text-align: left;
}
#gradeup .upg-back p:last-of-type { 
 text-align: center;
 font-size: clamp(0.625rem, 0.443rem + 0.91vw, 1.125rem);
}
#gradeup .upg-back p:last-of-type a {
 display: inline-block;
 padding: 5px 20px 5px 35px;
 border: 1px solid #e5e5e5;
 border-radius: 32px;
 color: #ff6478;
 font-weight: bold;
 position: relative;
}
#gradeup .upg-back p:last-of-type a::before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 left: 15px;
 width: 14px;
 height: 14px;
 margin: auto;
 border-radius: 20px;
 background-color: #ff6478;
}
#gradeup .upg-back p:last-of-type a::after {
 content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 solid transparent;
  transform: translateY(1px);
  box-sizing: border-box;
}

.banarea { margin: 50px auto 0; }


@media screen and (min-width: 501px){
#gradeup .case {
 margin: 20px auto 40px;
 max-width: 780px;
 display: flex;
 justify-content: space-between;
}
#gradeup .case picture { width: calc((100% - 40px) / 3); }
#gradeup figure { padding-bottom: 80px; }
#gradeup .upg-back h4 {
 margin: 40px auto;
 letter-spacing: 0.15em;
}
 
}

@media screen and (min-width: 580px){
 #gradeup .brpc { display: initial; }
 #gradeup .upg-back {
  padding: 0 30px 20px;
  border: 3px solid #ff6478;
  border-radius: 20px;
 }
 #gradeup .upg-back h3 { margin: -10% auto 35px; }
}
@media screen and (min-width: 840px){
#gradeup .upg-back h3 {
 margin-top: -9%;
 letter-spacing: 0.15em;
 line-height: 1.5;
}
#gradeup .upg-back h3 span { font-size: 180%; }
#gradeup .upg-back {
 padding: 0 50px 30px;
 border-radius: 40px;
}
#gradeup .upg-back h4 { text-align: left; }
#gradeup .upg-back p { margin-bottom: 40px; } 
#gradeup .upg-back p:last-of-type a {
 padding: 10px 30px 10px 50px;
 border-radius: 50px;
} 
#gradeup .upg-back p:last-of-type a::before {
 left: 20px;
 width: 16px;
 height: 16px;
 border-radius: 40px;
}
#gradeup .upg-back p:last-of-type a::after { left: 24px; }
 
}

/* ----------------------------------------------
  back renewal
 ----------------------------------------------*/

.back-btn img{
  width: 100%;
}

.backrenew-area img{
  max-width: 80%;
  margin: 0 auto;
}

 @media screen and (min-width: 768px){
  #gradeup{
    position: relative;
  }
  .back-btn{
    width: 176px;
    position: absolute;
    top: 120px;
    right: -30px;
  }
  .backrenew-area{
    text-align: center;
    margin-bottom: 60px;
  }
  .backrenew-area img{
    display: inline-block;
    max-width: 595px;
  }
 }
 

/* ----------------------------------------------
  Coupon
 ----------------------------------------------*/
.coupon { padding-bottom: 60px; }
.coupon ul {
 margin: 0;
 padding: 10px 0 0 2em;
}
.coupon li {
 list-style: disc;
 font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
 line-height: 1.5;
 letter-spacing: 0.05em;
}

.start{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 30px;
 }

 .start span{
  border: 1px solid;
  padding: 8px 10px;
  color: #ff6478;
 }

 .upgrade dt span{
  font-weight: normal;
  display: block;
 }


 .upgrade{
  text-align: center;
  display: block;
  justify-content: center;
  /* max-width: 696px; */
  margin-bottom: 10px;
 }
 .upgrade dt{
  font-size: 14px;
  text-align: center;
  padding-right: 10px;
  display: block;
  margin-bottom: 0px;
 }
 .upgrade dt span{
  font-size: 11px;
 }

 .upgrade dd{
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  color: #ff6478;
  margin-top: -5px;
 }

@media screen and (min-width: 768px){
 .coupon {
  padding-top: 20px;
  padding-bottom: 80px;
 }
 .coupon ul { padding-top: 20px; }
 .start{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
 }
 .start span{
  border: 1px solid;
  padding: 8px 10px;
  color: #ff6478;
 }
 .upgrade{
  text-align: center;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: baseline;
 }
 .upgrade dt{
 font-size: 24px;
 text-align: left;
 padding-right: 10px;
 display: table-cell;
 margin-bottom: 0px;
 }
 .upgrade dd{
  font-size: 3rem;
  color: #ff6478;
  margin-top: 5px;
  display: table;
 }
}


/* ----------------------------------------------
  Prices
 ----------------------------------------------*/
#price .scrollarea figure { margin-bottom: 50px; }
#price .scroll-hint-icon { top: 40%; }
#price .cside img { margin-left: auto; margin-right: auto; }

@media screen and (max-width: 500px){
#price .scrollarea figure {
 width: 650px;
 padding-bottom: 20px;
}
}
@media screen and (min-width: 840px){
#price .scrollarea figure { margin-bottom: 70px; }
}


.backrenew-area .data-sample{
  width: 696px;
  margin: 0 auto;
}

.backrenew-area .data-sample ul li{
  list-style-type: none;
  margin-left: -50px;
}

.backrenew-area .data-sample dl{
  display: flex;
  justify-content: center;
  align-items: center;
}
.backrenew-area .data-sample dl dt{
  margin-right: 40px;
}

.backrenew-area .data-sample dl dd{
display: flex;
align-items: flex-end;
}

.backrenew-area .data-sample dl dd img{
  width: 134px;
  margin-right: 20px;
  position: relative;
}
.backrenew-area .data-sample dl dd a{
  position: relative;
}

.backrenew-area .data-sample dl dd a:after{
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 12px;
  bottom: 0px;
  background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.backrenew-area .data-sample .attention{
  text-align: left;
  padding-left: 70px;
}

.backrenew-area .data-sample .check-ttl{
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 70px;
  text-align: left;
}

.backrenew-area .data-sample .check-ttl:before{
  content: "";
  display: inline-block;
  width: 55px;
  height: 46px;
  position: absolute;
  left: 0;
  margin-right: 10px;
  background-image: url("/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/check.svg");
}

.backrenew-area .data-sample span{
  color: #3CB371;
}
@media screen and (max-width: 768px){
  .backrenew-area .data-sample{
    width: auto;
  }
  .backrenew-area .data-sample .check-ttl{
    padding-left: 35px;
    font-size: 16px;
  }
  .backrenew-area .data-sample .check-ttl:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 23px;
    background-size: contain;
    position: absolute;
    left: 0;
    margin-right: 10px;
    background-image: url(/wp/wp-content/themes/twentytwenty-child/img/ibj-photo-plan/check.svg);
  }
  .backrenew-area .data-sample ul li{
    margin-left: 0px;
  }
  .backrenew-area .data-sample dl dt{
    margin-right: 10px;
  }
  .backrenew-area .data-sample .attention{
    padding-left: 35px;
  }
}

/* Options  -----------------------------------------------------------------*/
.options {
 margin: 25px auto 30px;
 padding: 30px 28px 25px;
 background-color: #fff;
 border-radius: 10px;
 box-shadow: 3px 5px 15px rgba(194,194,194,.3);
}
.options + .options { margin-bottom: 10px; }
.options h4 {
 margin: 0 0 20px;
 font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
 font-weight: bold;
 text-align: center;
 letter-spacing: 0.15em;
}
.options .data-sample dl { margin-top: 0; }
.options .data-sample dl + dl { margin-top: 30px; }
.options .data-sample dt {
 color: #c50019;
 font-size: clamp(0.813rem, 0.676rem + 0.68vw, 1.188rem);
 letter-spacing: 0.1em;
}
.options .data-sample dl:last-of-type dt { color: #2c79B4; }
.options .data-sample dd {
 padding: 10px 0;
 display: flex;
 justify-content: space-between;
}
.options .data-sample dd a {
 display: block;
 width: 30%;
}
.options ul {
 margin: 0 auto;
 padding: 0;
 max-width: 740px;
}
.options li {
 margin: 0 0 10px;
 padding: 8px 0 12px;
 font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
 font-weight: 500;
 line-height: 1.4;
 letter-spacing: 0.08em;
 list-style: none;
}
.options li .stx {
 font-size: 80%;
 display: inline;
 padding: 0 10px 5px 0;
 background-color: #fff;
 position: relative;
 z-index: 2;
}
.options li:last-child { margin-bottom: 0; }
.options li:not(:last-child) { border-bottom: 1px dashed #dfdfdf; }
.options .dotLineWrap { width: 100%; }
.options li .dotLine  { position: relative; }
.options li .pricetx {
 margin: 0 0 0 auto;
 padding-left: 5px;
 background-color: #fff;
 color: #92d030;
 font-size: clamp(1.625rem, 1.352rem + 1.36vw, 2.375rem);
 font-weight: 400;
 font-family: "Roboto", sans-serif;
 line-height: 1;
 letter-spacing: 0.02em;
 white-space: nowrap;
 display: block;
 text-align: right;
 position: relative;
}
.options + p {
 margin: 8px 10px;
 font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
 color: #92d030;
 text-align: right;
 letter-spacing: 0.05em;
}

@media screen and (min-width: 768px){
.options .dotLineWrap {
 display: flex;
 justify-content: space-between;
 align-items: center;
 overflow: hidden;
 position: relative;
 width: 100%;
 padding-bottom: 4px;
 margin-bottom: -4px;
}
.options li .dotLine { width: 100%; }
.options li .dotLine::after {
 margin-left: 5px;
 content: "";
 display: inline-block;
 position: absolute;
 top: 50%;
 width: 100%;
 border-bottom: 2px dotted #aaa;
}
.options li .pricetx { margin-left: 0; }
}
@media screen and (min-width: 840px){
.options {
 margin-top: 50px;
 padding: 45px 40px 25px;
 border-radius: 20px;
}
.options .data-sample {
 display: flex;
 justify-content: space-between;
}
.options .data-sample dl { width: 47.5%; }
.options .data-sample dl + dl { margin-top: 0; }
.options .data-sample dd { padding: 20px 0; }
 
.options ul { padding-bottom: 30px; }
.options li:not(:last-child) { border-bottom: 0; }
.options li {
  display: flex;
 align-items: center;
}

}



.sec-attention{
  padding-top: 20px;
}



/******************************************************************
 * Modaal Settings
 -----------------------------------------------------------------*/
.ibj-photo-plan .modaal-overlay { z-index: 29999; }
.ibj-photo-plan .modaal-wrapper { z-index: 39999; }
.ibj-photo-plan .modlbtn {
 margin: 0 5px;
 color: #7fa6c3;
 font-weight: bold;
}
.ibj-photo-plan .modl-box { letter-spacing: 0.05em; }
.ibj-photo-plan .modl-box dt {
 margin-bottom: 15px;
 color: #92d030;
 font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
 line-height: 1.4;
}
.ibj-photo-plan .modl-box dt span {
 padding-bottom: 5px;
 border-bottom: 1px solid #92d030;
}
.ibj-photo-plan .modl-box dd p {
 margin: 10px 0 0;
 font-size: 85%;
 letter-spacing: 0.02em;
}
.ibj-photo-plan .modl-box dd + dt { margin-top: 40px; }

.fancybox-inner h3{
  border-left: none;
  padding-left: none;
  font-size: 14px;
  margin: 10px auto 20px;
}

@media only screen and (max-width: 1140px){
.modaal-gallery-control { bottom: 10px; }
.modaal-gallery-prev { left: 7px; }
.modaal-gallery-next { right: 7px; }
 
}

/******************************************************************
 * Studio List
 -----------------------------------------------------------------*/
.ibj-photo-plan .studiolist .btn_sq { display: none; }
.ibj-photo-plan .studiolist .btn-gmap a {
 display: inline-block;
 margin: 3px 0 0 0;
 padding: 0;
 background-color: initial;
 border-radius: 0;
 color: #404040;
 font-weight: 500;
 text-align: left;
}
.ibj-photo-plan .studiolist .btn-gmap a::before {
 color: #c1db62;
 font-size: 140%;
 vertical-align: middle;
 font-family: "Material Symbols Outlined";
 content: "\e5cc";
 font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 24
}
.ibj-photo-plan  .studiolist .list-tel strong {
 font-size: clamp(0.938rem, 0.688rem + 1.25vw, 1.625rem);
 color: #c1db62;
 letter-spacing: 0.1em;
}

@media only screen and (max-width: 781px){
.ibj-photo-plan .studiolist .wp-block-column { display: flex; }
.ibj-photo-plan .studiolist .wp-block-column > figure {
 margin-right: 15px;
 width: 38%;
}
.ibj-photo-plan .studiolist .wp-block-column > div {
 width: calc(62% - 15px);
 letter-spacing: 0.1em;
}
.ibj-photo-plan .studiolist .wp-block-column h2 {
 margin: 0;
 padding: 0;
 font-size: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem);
}
.ibj-photo-plan .studiolist .wp-block-column p {
 margin-bottom: 5px;
 font-size: clamp(0.625rem, 0.466rem + 0.8vw, 1.063rem);
 line-height: 1.6;
}

}

/******************************************************************
 * Footer
 -----------------------------------------------------------------*/
.entry-content > .ftarea.fullw {
 margin-bottom: 0 !important;
 padding: 0 !important;
 background-color: #c8ae67;
 text-align: center;
 position: relative;
}
.entry-content > .ftarea.fullw a { display: block; }
.ftarea p {
 padding: 20px;
 font-size: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);
 text-align: center;
}

@media screen and (min-width: 768px){
.entry-content > .ftarea.fullw { margin-top: 5rem !important; }
 .ftarea p { padding: 30px; }
}