@charset "utf-8";
html {
  word-break: break-all;
}
.wide .wrap {
  width: 1000px;
  margin: 0 auto;
}
.main a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.6s;
}
.main .tr {
  text-align: right;
}
.mainvisual img {
  display: block;
  margin-bottom: 5%;
}
.mainvisual .lead {
  font-size: 1.1em;
  margin-bottom: 5%;
}
.wrap ul {
  padding: 0;
}
.wrap ul li {
  list-style: none;
}
.wrap h3 {
  padding: 2% 1%;
  margin-bottom: 5%;
  background: #37b7ff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}
.section_block {
  margin: 0 0 10%;
}
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  width: 40px;
  padding: 10px 10px;
  background: #37b7ff;
  opacity: 0.9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
/*sp用*/
.sp .wrap h3 {
  padding: 3% 1%;
  font-size: 1.3em;
}
/*-----サンプルページ2-----*/
/*メニュー*/
ul.menu{
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}
ul.menu li{
    width: 19%;
}
 ul.menu li a {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    padding: 4%;
    border-radius: 5px;
    text-align: center;
    background: #37b7ff;
    color: #fff;
     border: 3px solid #37b7ff;
}
ul.menu li a:hover {
    text-decoration: none;
    background: #fff;
    color: #37b7ff;
    border: 3px solid #37b7ff;
}
.section_fl {
  margin-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section_left {
  width: 30%;
}
.section_left img {
  border: 1px solid #c7c7c7;
  box-shadow: 3px 3px 4px rgba(138, 138, 138, 0.5);
  display: block;
  width: 100%;
}
.section_right {
  width: 65%;
}
.section_right h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5%;
  color: #ce3037;
}
.products_info {
  background: #e8eced;
  padding: 3%;
  margin: 0 auto 5%;
}
.products_info span {
  font-weight: bold;
  font-size: 1.1em;
}
.products_info_box {
  margin-bottom: 3%;
}
.section_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.section_cart li {
  max-width: 200px;
  margin: 0 auto 3%;
  text-align: center;
  font-weight: bold;
}
.section_cart li:first-child a {
  display: inline-block;
  padding: 1em 0;
  text-decoration: none;
  background: #363636;
  color: #fff;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px #c3c3ca;
  -webkit-box-shadow: 2px 2px #c3c3ca;
  -ms-box-shadow: 2px 2px #c3c3ca;
  line-height: 30px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  width: 200px;
}
ul.img_sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
ul.img_sample li {
  width: 30%;
  margin: 1%;
}
ul.img_sample li img {
  width: 100%;
  border: 1px solid #333;
}
.movie_inner {
  margin: 0 auto;
}
.movie_inner p {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_inner p iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
h5 {
  position: relative;
  padding-left: 38px;
  font-size: 1.3em;
  margin-bottom: 3%;
  font-weight: bold;
  color: #37b7ff;
  border-bottom: 2px solid #37b7ff;
}
h5:after {
  position: absolute;
  top: 2px;
  left: 10px;
  content: '';
  width: 20px;
  height: 20px;
  background: #37b7ff;
  visibility: visible;
}
.profile .section_fl .profile_img img {
  width: 100%;
}
.profile_text {
  padding: 2%;
  margin-bottom: 5%;
  line-height: 1.6;
}
.profile_text p.name {
  font-weight: bold;
  font-size: 1.2em;
}
.information ul li {
  list-style: inside;
  margin-bottom: 1%;
}
.information ul li a {
  display: inline-block;
}
/*SP用*/
.sp .section_cart {
  display: block;
}
.sp ul.img_sample {
  display: block;
}
.sp ul.img_sample li {
  width: 60%;
  margin: 0 auto 3%;
}
.sp .section_fl {
  display: block;
}
.sp .section_left {
  width: 60%;
  margin: 0 auto 3%;
}
.sp .section_right {
  width: 100%;
}
.sp .profile .section_fl .profile_img {
  text-align: center;
  margin-bottom: 3%;
}
.sp .profile .section_fl .profile_img img {
  width: 60%;
}
/*-----サンプルページ3-----*/
.wrap .movie_list ul li {
  padding: 1% 2%;
  font-size: 1.1em;
  background-color: #ededed;
  margin-bottom: 3%;
}
.wrap .movie_list ul li a {
  color: #000;
  display: block;
}
.wrap .movie_list ul li a:hover {
  opacity: 0.5;
}
.wrap .movie_list ul li a span {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 2% 0 0;
  padding: 1%;
  color: #fff;
  background-color: #37b7ff;
  width: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.btn_playlist a {
  padding: 1em 2em;
  color: #fff;
  background: #37b7ff;
  border: 3px solid #37b7ff;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  width: 30%;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}
.btn_playlist a:hover {
  color: #37b7ff;
  background: #fff;
  border: 3px solid #37b7ff;
}
/*SP用*/
.sp .btn_playlist a {
  width: 80%;
}

/*-----sample_select-----*/

.border_box{
    border: 3px dotted #A7A7A7;
    margin-bottom: 10%;
    padding: 2%;
}
.test00{
    padding: 1%;
    margin-bottom: 1%;
    background: #ABABAB;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.ex_box{
    background: #e7e7e7;
    padding: 2%;
    margin-bottom: 5%;
}

/*PC*/
.pc_wrap .pc_view{
    display: block;
}
.pc_wrap .sp_view{
    display: none;
}
/*SP*/
.sp_wrap .sp_view{
    display: block;
}
.sp_wrap .pc_view{
    display: none;
}

h2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
}
a.guide_pdf{
    background: #FF0004;
    padding: 10px 20px;
    width: 200px;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
}
/*メインビジュアル*/
section .mainvisual{
    margin-bottom: 5%;
}
p.lead{
    margin-bottom: 5%;
}
/*見出し*/
h3.caption01{
   margin-bottom: 3%;
    font-size: 1.5em;
    padding: 1%;
    text-align: center;
    background: #37b7ff;
    color: #ffffff;
}
h3.caption02{
   margin-bottom: 3%;
   padding: 1%;
    font-size: 1.5em;
  color: #010101;
  background: #eaf3ff;
  border-bottom: solid 3px #37b7ff;
}
h4.caption01_s{
    position: relative;
    padding-left: 38px;
    font-size: 1.3em;
    margin-bottom: 3%;
    font-weight: bold;
    color: #37b7ff;
    border-bottom: 2px solid #37b7ff;
}
h4.caption01_s:after {
    position: absolute;
    left: 10px;
    bottom: 5px;
    content: '';
    width: 20px;
    height: 20px;
    visibility: visible;
    background: #37b7ff;
}
h4.caption02_s {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0.5em 0.55em 0.7em;
    border-left: 4px solid #37b7ff;
    border-bottom: 1px dotted #C1C1C1;
    margin: 0 0 1.5em;
}

/*画像+テキスト*/
.wrap_box{
    margin-bottom: 5%;
}
.text{
    margin-bottom: 5%;
}
.feature_img01 img{
    width: 40%;
    margin: 0 auto 5%;
    display: block;
}
.text_flexbox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5%;
}
.text_flexbox .text{
    width: 60%;
}
.text_flexbox .feature_img02{
    width: 40%;
    padding: 2%;
}

/*リンクボタン*/

.link_btn01 a,.link_btn02 a,.link_btn03 a{
  width: 100%;
  max-width: 350px;
    margin: 0 auto 5%;
}
.link_btn01 a {
	display: block;
  padding: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  color: #fff; 
  background:#37b7ff; 
}
.link_btn01 a:hover {
    opacity: 0.7;
}
.link_btn02 a {
	display: block;
  padding: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: 0.3s; 
  color: #37b7ff; 
  border: 2px solid #37b7ff;
  background: #fff; 
}
.link_btn02 a:hover {
	color: #fff; 
  background: #37b7ff; 
}

.link_btn03 a{
    display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5em; 
  position: relative;
  background: #fff;
}
.link_btn03 a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5em;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  transition-duration: 0.2s;
  background: #fff; 
  box-shadow: 0px 5px 12px #cad4e2;
}
.link_btn03 a:hover span {
  left: 0;
  top: 0;
  box-shadow: 0 0 4px #CAD4E2;
}


/*商品紹介*/
.product_box01 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5%;
}
.product_box01_left img{
    width: 300px;
}
.product_box01_right{
    width: 55%;
}
.product_box03,.product_box04{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-top: 3%;
}
.product_box03 .score_box {
    width: 33%;
    margin-bottom: 5%;
}
.product_box04 .score_box {
    width: 25%;
    margin-bottom: 5%;
}
.score_box{
 width: 25%;
 margin-bottom: 5%;
}
.cover {
 text-align: center;
 margin-bottom: 5%;
}
.product_box01 .cover img{
 width: 250px;
}
.product_box03 .cover img{
 width: 250px;
}
.product_box04 .cover img{
 width: 200px;
}
.ttl {
 font-size: 1.2em;
 font-weight: bold;
 margin: 5% auto;
 width: 90%;
}
.ttl span{
 display: block;
 font-size: 0.9em;
 font-weight: 200;
}
.notice {
 font-weight: bold;
 color: #333333;
 font-size: 1.1em;
 background: #e5eddd;
 border-radius: 10px;
 padding: 2%;
 display: block;
 text-align: center;
 margin: 3% auto;
 width: 70%;
}
.number {
 font-size: 0.9em;
 color: #555555;
 width: 90%;
 margin: 3% auto;
}
.price {
 font-size: 0.9em;
 color: #555555;
 width: 90%;
 margin: 3% auto;
 font-weight: bold;
}
.price span {
 font-size: 1.3em;
 color: #e83878;
 width: 90%;
}
.product_box01 .page a{
    width: 40%;
}
.page a {
 display: block;
    width: 70%;
 margin: 2% auto;
}

.summary_box {
    margin-bottom: 5%;
}
.summary_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.summary_box ul.item_name li {
 background: #37b7ff;
	color: #fff;
}
.summary_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fffdf9;
    padding: 2% 0;
  border: 1px solid #c0c0c0;
}
.summary_box li.item_number {
  width: 20%;
}
.summary_box li.title {
  width: 38%;
}
.summary_box li.price {
  width: 20%;
    margin: 0;
    text-align: center;
}
.summary_box li.product_link{
  width: 20%;
    text-align: center;
}
.summary_box li.product_link img{
  width: 80%;
}
.summary_box li.product_link a{
    display: block;
    padding: 2%;
}
.summary_box li.product_link a:hover{
    opacity: 0.7;
    text-decoration: none;
}

/*動画*/
.movie_box01 {
 margin: 0 auto;
}
.movie_box01 p {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.movie_box01 p iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}
.movie_box03 p {
 padding-top: 0%;
}
.movie_box02,.movie_box03{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    margin-bottom: 5%;
}
.movie_box02 iframe,.movie_box03 iframe{
    width: 400px;
    height: 225px;
}

/*SP用*/
.sp ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sp ul.menu li {
    width: 48%;
    display: block;
        margin-bottom: 2%;
}
.sp ul.menu li a {
    display: block;
    background: #37b7ff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.1em;
    padding: 2%;;
    color: #fff;
    text-align: center;
    margin-bottom: 1%;
    vertical-align: middle;
    font-weight: bold;
}
.sp .text_flexbox {
    display: block;
}
.sp .text_flexbox .text{
    width: 100%;
}
.sp .text_flexbox .feature_img02{
    width: 60%;
    margin:0 auto;
}
.sp .feature_img01 img {
    width: 60%;
}
.sp .link_btn01 a,.sp .link_btn02 a,.sp .link_btn03 a{
    width: 80%;
}
.sp .product_box01 {
    display: block;
}
.sp .product_box01_left img{
    display: block;
    width: 60%;
    margin: 0 auto 3%;
}
.sp .product_box01_right{
    width: 100%;
}
.sp .product_box01 .page a,.sp .summary_box .product_link a{
    width: 60%;
}
.sp .product_box03 .score_box,.sp .product_box04 .score_box {
    width: 50%;
    margin-bottom: 5%;
}
.sp .product_box03 .cover img,.sp .product_box04 .cover img{
 width: 95%;
}
.sp .page a {
    width: 80%;
}

.sp .summary_box ul{
 margin-bottom: 5%;
    border: 1px solid #37b7ff;
}
.sp .summary_box ul.item_name {
  display: none;
}
.sp .summary_box li {
  border: none;
  padding: 2% 6%;
  display: block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.sp .summary_box li.title {
  order: 1;
    background: #37b7ff;
     padding: 2% 3%;
 color: #fff;
}
.sp .title span{
 display: inline-block;
}
.sp .summary_box li.title a {
  text-decoration: underline;
 color: #fff;
  font-size: 1.1em;
 font-weight: bold;
}
.sp .summary_box li.item_number {
  order: 2;
    text-align: center;
}
.sp .summary_box li.price {
  order: 3;
}
.sp .summary_box li.product_link{
    order: 4;
}
.sp .summary_box li.product_link a{
    margin: 0 auto;
}
.sp .summary_box li.price span{
 font-size: 1.3em;
 color: #e83878;
 width: 90%;
}
.sp .summary_box li::before {
  min-width: 22%;
}
.sp .summary_box li.item_number::before {
  content: "";
}
.sp .summary_box li.price::before {
  content: "税込価格：";
}
.sp .movie_box02,.sp .movie_box03{
  display:block;
    margin: 0 auto;
}
.sp .movie_box02 .movie p,.sp .movie_box03 .movie p{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 5%;
}
.sp .movie_box02 .movie p iframe,.sp .movie_box03 .movie p iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


