@charset "utf-8";
/* CSS Document */
/***********************************************

header記述

***********************************************/
#top_visual {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/contact.jpg)no-repeat;
  background-position: center center;
  background-size: cover;
}
/***********************************************

top_gifte_list記述

***********************************************/
#top_visual ul {
  overflow: hidden;
  width: 35%;
  height: auto;
  position: absolute;
  bottom: 1%;
  right:1%;
}
#top_visual ul li {
  float: left;
  width: calc(100%/5);
  height: auto;
  box-sizing: border-box;
  padding:2%;
  display: inline-block;
  transition-duration: .5s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@keyframes hover {
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-10px);
  }
}
#top_visual ul li:hover {
  transform: translateY(-10px);
  animation-name: hover;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/***********************************************

contents記述

***********************************************/
h2 {
  color: #29ABE2;
}
#contents #intro {
  width: 100%;
  height: auto;
  text-align: center;
}
#contents #intro .wrapper h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #29ABE2;
}
#contents #intro .wrapper span.h2_sub {
  display: inline-block;
  font-weight: bold;
  color: #666;
  font-size: 0.8rem;
  margin-bottom: 30px;
}
#contents #intro .wrapper p {
  font-size: 0.8rem;
  margin-bottom: 30px;
}
#contents #gifted_list {
  background-color: rgba(41,171,226,0.20);
}
#contents #gifted_list .wrapper ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#contents #gifted_list .wrapper ul li {
  border: 1px solid #eee;
  float: left;
  width: 32%;
  height: auto;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 2%;
}
#contents #gifted_list .wrapper ul li:nth-child(3n) {
  margin-right: 0%;
}
#contents #gifted_list .wrapper ul li span.tag_Instructor {
  position: absolute;
  display: block;
  top: 0;
  padding: 1% 3%;
  font-size: .6rem;
  letter-spacing: 3px;
  background-color: #ED1E79;
  color: #fff;
}
#contents #gifted_list .wrapper ul li span.tag_Adventurer {
  position: absolute;
  display: block;
  top: 0;
  padding: 1% 3%;
  font-size: .6rem;
  letter-spacing: 3px;
  background-color: #F7931E;
  color: #fff;
}
#contents #gifted_list .wrapper ul li span.tag_dog {
  position: absolute;
  display: block;
  top: 0;
  padding: 1% 3%;
  font-size: .6rem;
  letter-spacing: 3px;
  background-color:#00A3FF;
  color: #fff;
}
#contents #gifted_list .wrapper ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents #gifted_list .wrapper ul li a:hover::after, #contents #gifted_list .wrapper ul li a:active::after {
  display: block;
  opacity: 1;
}
#contents #gifted_list .wrapper ul li a::after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(41,171,226,0.40);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#contents #gifted_list .wrapper ul li .text_box {
  width: 100%;
  height: auto;
  padding: 5%;
  box-sizing: border-box;
}
#contents #gifted_list .wrapper ul li .text_box h3 {
  font-weight: bold;
  font-size: 1rem;
}
#contents #gifted_list .wrapper ul li .text_box p {
  color: #ccc;
}
#contents #profile01 img.profile_img {
  width: 40%;
  max-width: 400px;
  margin: 3%;
  float: left;
  vertical-align: middle;
}
#contents #profile01 h2 {
  font-size: 3.6rem;
  color:#29abe2;
  margin-bottom: 0;
}
#contents #profile01 span.name_sub {
  font-size: 1rem;
  font-weight: bold;
  color:#ccc;
}
#contents #profile01 ul.sns_list {
  overflow: hidden;
  width: 40%;
  height: auto;
}
#contents #profile01 ul.sns_list li {
  float: left;
  margin-right: 10px;
  width: 8%;
  height: auto;
}
#contents #profile01 ul.sns_list li img {
  width: 100%;
  height: auto;
}
#contents #profile03 .wrapper img {
  display: block;
  max-width: 1200px;
  height: auto;
  width: 100%;
  margin: auto;
  margin-bottom: 3%;
}
#contents #pr_section {
  width: 100%;
  height: auto;
  background-color: #29abe2;
  color: #fff;
}
#contents #pr_section .wrapper img {
  float: left;
  margin: 0 3% 1% 0;
  max-width: 400px;
  width: 40%;
  height: auto;
}
#contents #pr_section .wrapper a {
  display: inline-block;
  background-color: #fff;
  padding:10px 30px;
  border-radius:5px;
  color:#29ABE2;
  font-weight: bold;
}
#contents #pr_section .wrapper a:hover {
  opacity: 0.8;
}
#contents #pr_section .wrapper h2 {
  color:#fff;
}
#contents #youtube .wrapper ul li {
  float: left;
  width: 48%;
  height: auto;
  margin-bottom: 2%;
}
#contents #youtube .wrapper ul li:nth-child(odd) {
  margin-right:2%; 
}
#contents #youtube .wrapper ul li .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-top: 56.25%;
}
#contents #youtube .wrapper ul li .container .embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents #book_intro .wrapper ul {
  display: table;
  width: 100%;
  height: auto;
  margin-bottom: 3%;
}
#contents #book_intro .wrapper ul li {
  position: relative;
  display: table-cell;
  width: calc( 100% / 3 ) ;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  padding:3%;
  padding-bottom: 50px;
}
#contents #book_intro .wrapper ul li h3 {
  text-align: left;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 3%;
}
#contents #book_intro .wrapper ul li img.mb3 {
  max-width: 218px;
  width: 100%;
  height: auto;
}
#contents #book_intro .wrapper ul li img.amazon_link {
  position: absolute;
  width: 100px;
  height: auto;
  bottom: 0;
  right:50%;
  margin-right: -50px;
}
#contents #btapp {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#contents #btapp .img_box {
  order:1;
  position: relative;
  overflow: hidden;
  width: 50%;
  height: auto;
}
#contents #btapp .text_box {
  order:2;
  width: 50%;
  height: auto;
  background-color: #f15a24;
  box-sizing: border-box;
  padding: 5%;
  vertical-align: middle;
  text-align: left;
}
#contents #btapp .text_box a.link01 {
	color:#f15a24;
}
#contents #btapp .text_box h2 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
}
#contents #btapp .text_box p {
  color: #fff;
  margin-bottom: 30px;
}
#contents #btapp .img_box::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/btapp.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#contents .img_box:hover::after, #contents .img_box:active::after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
ul.media_list li {
  position: relative;
  overflow: hidden;
  padding:10px 0;
}
ul.media_list li p {
  color:rgba(44,137,217,1.00);
}
ul.media_list li img {
  margin: 0 10px 10px 0;
  float: left;
}
ul.media_list li a {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
ul.media_list li:hover ,ul.media_list li:active {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #top_visual {
    padding:10% 0 3%;
  }
  #top_visual span {
  margin-bottom: 3%;
}
  #top_visual ul {
    position: relative;
    width: 70%;
    margin: auto;
  }
  #contents #gifted_list .wrapper ul {
    
  }
#contents #gifted_list .wrapper ul li {
  width: 48%;
}
#contents #gifted_list .wrapper ul li:nth-child(odd) {
  margin-right: 2%;
}
#contents #youtube .wrapper ul li {
  float: none;
  width: 100%;
  height: auto;
}
#contents #youtube .wrapper ul li:nth-child(odd) {
  margin-right:0%;
  margin-bottom: 3%
}
#contents #profile01 ul.sns_list {
  width: 50%;
}
#contents #profile01 ul.sns_list li {
  float: left;
  margin-right: 2%;
  width: 18%;
  height: auto;
}
#contents #book_intro .wrapper ul {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 3%;
}
#contents #book_intro .wrapper ul li {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: none;
  padding:3%;
  margin-bottom: 3%;
}
  #contents #book_intro .wrapper ul li img.amazon_link {
  position: relative;
  width: 100px;
  height: auto;
  right:inherit;
  margin-right: inherit;
}
#contents #book_intro .wrapper ul li img.mb3 {
  float: left;
  width: 50%;
  height: auto;
}
}
@media screen and (max-width: 480px) {
  #contents #book_intro .wrapper ul li img.mb3 {
  float: none;
  width: 100%;
}
	#contents #btapp {
  display: block;
}
  #contents #btapp .img_box {
    order:1;
    width: 100% !important;
    height: 200px;
}
  #contents #btapp .text_box {
    width: 100% !important;
    order:2;
  }
}