@charset "UTF-8";

/* Common */

p,dt,dd{
  line-height: 2;
}
img{
  width: 100%;
}
a{
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  p, dt, dd {
    line-height: 1.8;
  }
}

/* FadeInAnimation */

.delayfade, .motionUp, .motionUp-delay, .motionUp-early {
  visibility: hidden;
}
.fadeInUp {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .9s;
  -ms-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


/* link */

a.link_arw{
  padding: .7em 2em;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border-radius: 100px;
  background-color: #000000;
  line-height: 1.3;
  text-align: center;
}
a.link_arw:after{
	font-family: 'FontAwesome';
	content: '\f105';
  color: #d2ff00;
	font-weight: bold;
	position: absolute;
	right: 0.8em;
	top: 50%;
	transform: translateY(-50%);
}
a.link_arw.type01 {
  font-size: 1.2em;
  padding-right: 2em;
  padding-left: 2em;
}
a.link_arw.type02{
  background-color: #ffffff;
  border: 1px solid #27B6D0;
  color: #27B6D0;
  padding-right: 2.5em;
}
a.link_arw.type02:after{
	content: '\f055';
  color: #27B6D0;
}
a.link_arw.type02.active{
  color: #FFFFFF;
  background-color: #27B6D0;
}
a.link_arw.type02.active:after{
	content: '\f056';
  color: #FFFFFF;
}
a.link_txt{
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding: 0 1.5em;
  letter-spacing: normal;
}
a.link_txt:after{
  font-family: 'FontAwesome';
  content: '\f105';
  color: #000000;
  font-weight: bold;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
a.link_arw.sample:after{
	content: '';
  right: 0;
}
#pagetop {
  z-index: 1;
  width: 70px;
  height: 70px;
  right: 20px;
  bottom: 20px;
  position: fixed;
  opacity: 0.8;
}
@media all and (-ms-high-contrast: none) {
  a.link_arw {
  padding: .8em 2em 0.5em;
  }
  #info a.link_arw {
  padding: .7em 2em;
  }
}
@media only screen and (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
      right: 10px;
  bottom: 10px;
  }
}

/* Layout */

.container {
  width: 1700px;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url(../img/mv_bg.jpg);
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
  background-size: 230% auto;
  background-position: center 0%;
  }
}


/* ttl */

h2.ttl01{
  text-align: center;
  font-size: 2em;
  display: inline-block;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 1em;
}
h2.ttl01 span {
 display: block;
 background-image: url("../img/ttl_point.png");
 height: 5px;
 width: 100px;
 background-repeat: no-repeat;
 background-size: contain;
 margin-left: auto;
 margin-right: auto;
 margin-top: 30px;
}
div.ttl_block{
  text-align: center;
}
.ttlGradation{
  background: linear-gradient(110deg, #26b6d0, #82e9da);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #26b6d0;
}
.bgGradation{
  background: #26b6d0;
  background: linear-gradient(to right,  #26b6d0 0%,#3acbac 100%);
  color: #FFFFFF;
}
@media all and (-ms-high-contrast: none) {
  .ttlGradation {
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  h2.ttl01{
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  }
}


/* mainVisual */

#mv section{
  height: 70vw;
}
#mv section .txtblock{
  margin-top: 4vw;
}
#mv h1 img {
  width: 14vw;
  margin-bottom: 3vw;
}
#mv h2 {
  font-size: 3.8vw;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0.4em;
}
#mv h2 span{
  display: inline-block;
  padding: 0.3em;
  margin-bottom: 0.1em;
  background-color: #04a9d9;
  background: linear-gradient(to right,  #04a9d9 0%,#3acbac 100%);
  color: #FFFFFF;
}
#mv h2 span em{
  color: #fff600;
}
#mv .txtblock h3 {
  color: #FFFFFF;
  font-size: 1.75vw;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 15px rgba(0,145,132,0.95);
}
@media all and (-ms-high-contrast: none) {
  #mv h2 span{
  padding: 0.4em 0.3em 0.1em;
  } 
}
@media only screen and (min-width: 1700px) {
  #mv section {
    height: 1170px;
  }
  #mv section .txtblock{
  margin-top: 190px;
}
  #mv h1 img {
    width: 250px;
    margin-bottom: 3em;
  }
  #mv h2 {
    font-size: 4em;
    color: #FFFFFF;
  }
  #mv h3 {
    font-size: 2em;
  }
  #mv ul.dl_list{
  bottom: 55px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #mv section {
    height: 85vw;
  }
}
@media only screen and (max-width: 767px) {
  #mv section {
    height: auto;
  }
  #mv section .txtblock {
    margin-top: 0;
  }
  #mv h1 img {
    width: 40vw;
    margin-bottom: 12vw;
  }
  #mv h2 {
    font-size: 7.5vw;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
  #mv h2 span {
    margin-bottom: 0.2em;
  }
  #mv .txtblock h3 {
    font-size: 3.9vw;
    letter-spacing: 0.01em;
    text-shadow: 0px 0px 15px rgba(0, 145, 132, 1);
  }
  #mv ul.dl_list {
    margin-top: 5em;
  }
}


/* App Download  */

.dl_block{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-image: url(../img/bg_dl.jpg);
  padding-top: 120px;
  padding-bottom: 60px;
}
.dl_block ul.dl_list{
  margin: 0 auto;
  position: relative;
  bottom: 0;
  width: 605px;
}
.dl_block .bg_dl_arw{
  top: 0px;
  width: 120px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
ul.dl_list{
  display: flex;
  margin-top: 50px;
  position: absolute;
  bottom: 3vw;
}
ul.dl_list > li {
  position: relative;
}
ul.dl_list > li:nth-child(1){
  width: 190px;
}
ul.dl_list > li:nth-child(1) img{
  width: 170px
}
ul.dl_list > li:nth-child(1) img.qr_fukidashi {
  position: absolute;
  width: 250px;
  top: -60px;
  left: -35px;
}
ul.dl_list > li:nth-child(2){
  width: 413px;
}
ul.dl_list > li:nth-child(2) img{
  width: 200px;
  padding-top: 30px;
}
ul.dl_list ul.linklist li:nth-child(1){
  float: left;
  margin-right: 13px;
}
ul.dl_list ul.linklist li:nth-child(2){
}
ul.dl_list ul.linklist li:nth-child(3) a.link_arw{
  width: 100%;
  margin-top: 15px;
}
ul.dl_list ul.linklist li:nth-child(3) p{
  text-align: center;
}
ul.dl_list ul.linklist li:nth-child(3) p a{
  font-size: small;
  text-decoration: underline;
  color: #000000;
}
ul.dl_list h3{
  display: none;
}
@media only screen and (max-width: 767px) {
  .dl_block {
    padding-top: 3em;
    padding-bottom: 4em;
  }
  .dl_block ul.dl_list {
    width: 90%;
  }
  .dl_block .bg_dl_arw {
    width: 10vw;
  }
  ul.dl_list {
    bottom: auto;
    width: 100%;
    position: relative;
    margin-top: 1em;
    text-align: center;
  }
  ul.dl_list > li:nth-child(1) {
    display: none;
  }
  ul.dl_list > li:nth-child(2) {
    width: 100%;
  }
  ul.dl_list > li:nth-child(2) img {
    width: 100%;
    padding: 0;
  }
  ul.dl_list ul.linklist li:nth-child(1) {
    margin: 0;
    width: 49%;
    float: left;
  }
  ul.dl_list ul.linklist li:nth-child(2) {
    margin: 0;
    width: 49%;
    float: right;
  }
  ul.dl_list ul.linklist li:nth-child(3) {
    display: none;
  }
  ul.dl_list h3 {
    background-color: #D2FF00;
    text-align: center;
    border-radius: 20px;
    padding: 0.2em 2em;
    display: inline-block;
    margin-bottom: 1.5em;
    letter-spacing: 0;
    font-size: 1em;
  }
}


/* point */

#point {
  background-image: url("../img/bg_line.png");
  background-repeat: no-repeat;
  background-position: 0% 250px;
  background-size: 100% auto;
}
#point h2.ttl01 {
  background-image: url(../img/point_ttl_point.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 110px auto;
}
#point p.ttl_copy {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 4em;
}
#point ul.list li article h3{
  font-size: 0.8em;
  color: #ffffff;
  display: inline-block;
  padding: 0.2em 2em;
  margin-bottom: 2.5em;
  background: #26b6d0;
  background: linear-gradient(to right,  #26b6d0 0%,#53cbf1 50%,#84eada 100%);
}
#point ul.list li article h4 {
  font-size: 1.5vw;
  line-height: 1.2;
  margin-bottom: 1em;
}
#point ul.list li article p {
  text-align: left;
}
#point .print h5 {
  font-size: 1.2em;
  padding: 0.8em 2em;
  cursor: pointer;
  position: relative;
  box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.1);
}
#point .print h5:hover {
  opacity: 0.8;
}
#point .print h5:after {
  font-family: 'FontAwesome';
  content: '\f107';
  color: #d2ff00;
  font-weight: bold;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
#point .print h5.active:after {
  content: '\f106';
}
@media all and (-ms-high-contrast: none) {
  #point .print h5 {
  padding: 1em 2em 0.7em;
  }
}
#point .print h6 {
  font-size: 1.1em;
}
#point .print .explanation {
  border-width: 1px;
  border-color: rgb(129, 232, 218);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.1);
  padding-top: 90px;
  padding-right: 100px;
  padding-left: 100px;
  display: none;
}
#point .print .explanation ul.sample {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
#point .print .explanation ul.sample li {
  position: relative;
  width: 32%;
}
#point .print .explanation ul.sample li img {
  margin-right: 30px;
}
#point .print .explanation ul.sample li i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.9;
}
#point .print .explanation ul.sample li:nth-child(2) i {
  color: #FFFFFF;
  opacity: 0.8;
}
#point .print .explanation dl dt {
  font-weight: bold;
}
#point .print .explanation dl dd {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #e7e7e7;
}
#point .print .explanation dl dd:last-child {
  border: none;
  margin-bottom: 1em;
}
@media all and (-ms-high-contrast: none) {
  #point ul.list li article h3 {
    padding: 0.6em 2em 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  #point p.ttl_copy {
    text-align: left;
    margin-bottom: 4em;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  #point p.ttl_copy br {
    display: none;
  }
  #point .print h5 {
    font-size: 1.2em;
    padding: 0.8em 2em 0.8em 1em;
    letter-spacing: 0;
    text-align: center;
  }
  #point .print .explanation {
    padding: 1.5em;
  }
  #point .print .explanation dl dd {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  #point .print .explanation dl dd:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #point .print .explanation ul.sample li i {
    bottom: 5px;
    right: 5px;
  }
}


/* point Layout */

#point ul.list {
  background-image: url("../img/bg_mistletoe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10vw;
}
#point ul.list li {
  background-repeat: no-repeat;
  background-size: contain;
  height: 60vw;
  position: relative;
  width: auto;
  margin-bottom: 5vw;
}
#point ul.list li:nth-child(1){
  background-image: url(../img/point_photo01.png);
  background-position: left top;
}
#point ul.list li:nth-child(2){
  background-image: url(../img/point_photo02.png);
  background-position: right top;
}
#point ul.list li:nth-child(3){
  background-image: url(../img/point_photo03.png);
  background-position: left top;
}
#point ul.list li:nth-child(4){
  background-image: url(../img/point_photo04.png);
  background-position: right top;
}
#point ul.list li article{
  display: block;
  background-color: #FFFFFF;
  box-shadow: 7px 13px 30px 0px rgba(0, 0, 0, 0.3);
  width: 40vw;
  left: 55vw;
  text-align: center;
  padding: 2vw 3vw;
  position: absolute;
  bottom: 0px;
  height: auto;
}
#point ul.list li:nth-child(even) article{
  left: 10vw;
}
@media only screen and (min-width: 1700px) {
  #point ul.list li {
    height: 1000px;
  }
  #point ul.list li article {
    width: 600px;
    left: auto;
    right: 100px;
  }
  #point ul.list li:nth-child(even) article {
    right: auto;
    left: 100px;
  }
  #point ul.list li article h4 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  #point h2.ttl01 {
    background-size: 90px auto;
  }
  #point ul.list li {
    height: 90vw;
    background-size: 90%;
  }
  #point ul.list li article {
    width: 80vw;
    padding: 5vw 6vw;
    left: auto;
    right: 5vw;
  }
  #point ul.list li:nth-child(even) article {
    left: 5vw;
  }
  #point ul.list li article h3 {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
  #point ul.list li article h4 {
    font-size: 1.5em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 550px) {
  #point ul.list li {
  height: 110vw;
  }
}
@media only screen and (max-width: 425px) {
  #point ul.list li {
    height: 130vw;
  }
}
@media only screen and (max-width: 350px) {
  #point ul.list li {
    height: 135vw;
  }
}
@media only screen and (max-width: 320px) {
  #point ul.list li {
    height: 140vw;
  }
  #point ul.list li article {
    width: 90vw;
    right: 3vw;
  }
  #point ul.list li:nth-child(even) article {
    left: 3vw;
  }
}




/* howto */

#howto{
  text-align: center;
  background-image: url(../img/bg_how.jpg);
  background-repeat: no-repeat;
  background-position: 0% bottom;
  background-size: contain;
  padding-bottom: 20vw;
}
#howto section{
  margin-bottom: 0;
}
#howto h2.ttl01 {
  background-image: url(../img/howto_ttl_point.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 110px auto;
}
#howto ol {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5em;
}
#howto ol li{
  text-align: center;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  width: calc(100%/7);
}
#howto ol.sp li{
  width: 17%;
}
#howto ol.pc li{
  width: 15%;
}
#howto ol li:nth-child(even){
  width: 5%;
}
#howto ol li img{
  margin-bottom: 1em;
}
#howto ol li img.arw{
  width: 38px;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  transform: translateY(-35%);
  margin: auto;
}
#howto ol.pc li img.arw{
  width: 30px;
}
#howto a.link_arw.type01{
  padding-right: 4em;
  padding-left: 4em;
}
@media only screen and (max-width: 767px) {
  #howto h2.ttl01 {
    background-size: 80px auto;
  }
  #howto #tabBoxes {
    margin-bottom: 4em;
  }
  #howto ol li {
    text-align: left;
  }
  #howto ol {
    display: block;
    margin-bottom: 3em;
  }
  #howto ol li {
    width: 90% !important;
    display: table;
    padding-bottom: 0.5em;
    position: relative;
    margin: 0 auto;
  }
  #howto ol li::after {
    font-size: 1.2em;
    color: #ABD001;
    font-family: 'FontAwesome';
    content: '\f063';
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  #howto ol li:last-child::after {
    content: '';
  }
  #howto ol li:nth-child(even) {
    display: none;
  }
  #howto ol li span {
    display: table-cell;
    font-size: 1.1em;
    vertical-align: middle;
  }
  #howto ol li span br {
    display: none;
  }
  #howto ol li span:first-of-type {
    width: 28%;
    padding-right: 6%;
    padding-bottom: 0.3em;
  }
  #howto ol li img {
    vertical-align: middle;
    margin-bottom: 0;
  }
}

/* tab  */
ul.tab {
  display: table;
  width: 70%;
  margin: 2em auto 3em;
}
ul.tab li {
  display: table-cell;
  text-align: center;
  border: 1px solid #2fbbd1;
  padding-top: .8em;
  padding-bottom: .8em;
  font-size: 1.2em;
  cursor: pointer;
  color: #2FBBD1;
  font-weight: bold;
  width: 50%;
  position: relative;
}
ul.tab li.active {
  color: #FFFFFF;
  background-color: #2FBBD1;
}
ul.tab li span{
  display: block;
}
ul.tab li:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
ul.tab li:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
ul.tab li:after{
  font-family: 'FontAwesome';
  content: '\f107';
  color: #2FBBD1;
  font-weight: bold;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none) {
  #howto ul.tab li {
    padding-bottom: .5em;
  }
}
@media only screen and (max-width: 767px) {
  ul.tab{
    width: 100%;
  }
}

/* type  */
#type {
  background-color: #f9f9f9;
  text-align: center;
  padding-bottom: 15vw;
  background-image: url(../img/bg_flower.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% bottom;
}
#type section{
  margin-top: 0;
}
#type h2.ttl01 {
  background-image: url("../img/type_ttl_point.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
#type ul.list {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 5em;
}
#type ul.list > li {
  border-radius: 30px;
  background-color: #ffffff;
  width: calc(96%/3);
  text-align: center;
  padding: 350px 2.5vw 90px;
  box-shadow: 7px 13px 30px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
#type ul.list > li:nth-child(1){
  background-image: url(../img/pb_type01.jpg);
}
#type ul.list > li:nth-child(2){
  background-image: url(../img/pb_type02.jpg);
}
#type ul.list > li:nth-child(3){
  background-image: url(../img/pb_type03.jpg);
}
#type ul.list > li h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#type ul.list > li h3 span {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}
#type ul.list > li p {
  color: #666666;
  margin: 1em 0;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: normal;
  margin-bottom: 1em;
  white-space: nowrap;
}
#type ul.list > li:nth-child(2) p{
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
#type ul.list > li ul{
  margin-bottom: 2em;
}
#type ul.list > li ul li {
  text-align: left;
  text-indent: -0.5em;
  padding-left: 0.5em;
  font-size: 0.8em;
  margin-bottom: 0.2em;
  letter-spacing: normal;
}
#type ul.list > li a.link_arw{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
  margin: auto;
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  #type ul.list > li {
    padding: 27vw 3vw 90px;
  }
  #type ul.list > li p {
    text-align: left;
    white-space: normal;
  }
  #type ul.list > li p br {
    display: none;
  }
  #type ul.list > li a.link_arw {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #type {
    background-size: contain;
  }
  #type h2.ttl01 {
    background-size: 80px auto;
  }
  #type ul.list {
    display: block;
  }
  #type ul.list > li {
    width: 100%;
    padding: 82vw 9vw 15vw;
    background-size: contain;
    margin-bottom: 2em;
    border-radius: 20px;
  }
  #type ul.list > li a.link_arw {
    width: 50%;
  }
  #type ul.list > li p {
    font-size: 1em;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  #type ul.list > li ul li {
    font-size: 0.8em;
    letter-spacing: 0.1em;
    text-align: justify;
  }
}


/* price */

#price h2.ttl01 {
  background-image: url("../img/price_ttl_point.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
#price .pricelist{
  padding: 30px;
  box-shadow: 7.5px 13px 30px 0px rgba(0, 0, 0, 0.1);
}
#price .pricelist .diamondprint h3,
#price .pricelist .nomalprint h3{
  font-size: 1.2em;
  padding: 0.5em 1em;
  position: relative;
  cursor: pointer;
}
#price .pricelist .diamondprint h3:after,
#price .pricelist .nomalprint h3:after{
  font-family: 'FontAwesome';
  content: '\f107';
  color: #d2ff00;
  font-weight: bold;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
#price .pricelist h3.active:after {
  content: '\f106';
}
#price .diamondprint{
  position: relative;
}
#price .diamondprint img.osusume {
  width: 166px;
  position: absolute;
  top: -60px;
  left: -58px;
  z-index: 1;
}
#price table.pricedate {
  width: 100%;
  border: 1px solid #26b6d0;
}
#price table.pricedate th{
  color: #FFFFFF;
  background-color: #51c5d9;
}
#price table.pricedate td,
#price table.pricedate th {
  width: 220px;
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #26b6d0;
  border-right: 1px solid #26b6d0;
}
#price #tabBox2-2 table.pricedate td,
#price #tabBox2-2 table.pricedate th {
  width: 285px;
}
#price table.pricedate caption {
  caption-side: bottom;
  padding-top: 1em;
}
#price table.pricedate caption span{
  display: inline-block;
}
#price table.pricedate caption p{
  text-align: left;
  display: none;
  margin-top: 1em;
}
#price table.pricedate.pb {
  width: 100%;
  border: none;
  margin-bottom: 1em;
}
#price table.pricedate.pb th{
  padding-top: .5em;
  padding-bottom: .5em;
  border: none;
  background-color: #FFFFFF;
  color: #26b6d0;
  font-size: 0.8em;
}
#price table.pricedate.pb th small{
  display: block;
  letter-spacing:0;
}
#price table.pricedate.pb th img{
  width: 90px;
  margin-bottom: 0.4em;
}
#price table.pricedate.more tbody{
  display: none;
}
#price table.pricedate.plus{
  border-top: 1px solid #26b6d0;
}
#price table.pricedate.more {
  border-left: 1px solid #26b6d0;
  border-right: 1px solid #26b6d0;
  border-bottom-style: none;
  border-top-style: none;
}
#price table.pricedate.more a{
  color: #999;
  font-size: 0.8em;
}
#price table.pricedate.more thead th,
#price table.pricedate.more thead td{
  color: #51c5d9;
  background-color: #FFFFFF;
  border: none;
}
#price table.pricedate.more tbody{
  border-top: 1px solid #26b6d0;
}
#price table.pricedate.more thead th a{line-height: 1;}
#price table.pricedate.more thead th a .fa-angle-up{
  display: none;
}
#price table.pricedate.more thead th a .fa-angle-down{
  display: block;
}
#price table.pricedate.more thead th a.active .fa-angle-up{
  display: block;
}
#price table.pricedate.more thead th a.active .fa-angle-down{
  display: none;
}
#price .nomalprint {
  margin-top: 1em;
}
#price .nomalprint div{
  display: none;
}
@media all and (-ms-high-contrast: none) {
  #price .pricelist .diamondprint h3, #price .pricelist .nomalprint h3 {
  padding: 0.8em 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #price h2.ttl01 {
    background-size: 90px auto;
  }
  #price .pricelist {
    padding: 0px;
    box-shadow: none;
  }
  #price .pricelist .diamondprint, #price .pricelist .nomalprint {
    margin-bottom: 3em;
  }
  #price .pricelist .diamondprint h3, #price .pricelist .nomalprint h3 {
    padding: 0.8em 1em;
    text-align: center;
  }
  strong.osusume {
    color: #26B7CF;
    margin-bottom: 0.3em;
    text-align: center;
  }
  #price table.pricedate.pb {
    margin-bottom: 3em;
  }
  #price table.pricedate.pb th img {
    width: 13vw;
    margin-bottom: .5em;
  }
  #price table.pricedate.pb th {
    padding-top: .5em;
    padding-bottom: .5em;
    color: #26b6d0;
    font-size: 0.8em;
    letter-spacing: 0;
  }
  #price table.pricedate.pb th h3 {
    font-size: 0.8em;
  }
  #price table.pricedate th {
    line-height: 1.3;
    letter-spacing: 0;
  }
  #price table.pricedate td, #price table.pricedate th {
    width: 20%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 0.8em;
    letter-spacing: 0;
  }
}

/* info */

#info {
  text-align: center;
  padding: 80px 0;
}
#info h2.ttl01 {
  background-image: url("../img/more_ttl_point.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
#info ul.moreinfo {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1em;
  box-shadow: 8px 13px 30px 0px rgba(0, 0, 0, 0.1);
}
#info ul.moreinfo li {
  background-color: #ffffff;
  text-align: center;
  padding: 120px 50px 90px;
  position: relative;
  border-right: 1px solid #e5e5e5;
}
#info > p{
  margin: 2em 0;
}
#info .moreinfo li img {
  height: 73px;
  width: auto;
}
#info .moreinfo li h3 {
  padding-top: 3em;
  padding-bottom: 2em;
  line-height: 1;
}
#info .moreinfo li p {
  font-size: small;
  margin-bottom: 2em;
}
#info .moreinfo li a.link_arw {
  width: 90%;
}
#info ul.moreinfo li:nth-child(odd){
  background-color: #fafafa;  
}
@media only screen and (max-width: 767px) {
  #info h2.ttl01 {
    background-size: 90px auto;
    line-height: 1.2;
  }
  #info ul.moreinfo {
    display: flex;
    flex-wrap: wrap;
  }
  #info ul.moreinfo li {
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.5em;
  }
  #info ul.moreinfo li:nth-child(3) {
    background-color: #fff;
  }
  #info ul.moreinfo li:nth-child(4) {
    background-color: #fafafa;
  }
  #info .moreinfo li p {
    text-align: left;
  }
  #info .moreinfo li h3 {
    padding-top: 2em;
    padding-bottom: 1em;
    letter-spacing: 0;
  }
  #info .moreinfo li img {
    height: 50px;
    width: auto;
  }
  #info .moreinfo li a.link_arw {
    width: auto;
    font-size: 0.8em;
  }
}


/* footer */

footer {
  position: relative;
  background-color: #474757;
  color: #adadc2;
}
footer .logo {
  width: 140px;
}
footer .fnav {
  display: flex;
  justify-content: space-between;
}
footer .fnav dl dt {
  position: relative;
  margin-bottom: 0.5em;
}
footer ul.linklist li{
  letter-spacing: 0;
  line-height: 1.6;
}
footer ul.linklist a{
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  padding-right: 2em;
  font-size: small;
}
footer ul.linklist a:after{
	font-family: 'FontAwesome';
	content: '\f105';
  color: #d2ff00;
	font-weight: bold;
	position: absolute;
	right: 0.8em;
	top: 50%;
	transform: translateY(-50%);
}
footer small{
  display: block;
  text-align: center;
  padding-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 100px;
  }
  footer section {
    margin-bottom: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  footer .fnav {
    display: flex;
    flex-wrap: wrap;
  }
  footer .fnav dl {
    width: 100%;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #8AE5F5;
  }
  footer .fnav dl:nth-of-type(1) {
    order: 2;
    border: none;
    margin: 0;
    padding: 0;
  }
  footer .logo {
    width: 140px;
    margin: 0 auto;
    padding-top: 2em;
  }
  footer .fnav dl dt {
    font-weight: bold;
  }
}
