@charset "UTF-8";


/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
}


 html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 62.5%;
  letter-spacing: .05em;
  line-height: 180%;
  width: 100%;
}

body {
  font-size: 1.4rem;
  background-color: #3ebac0;
  color: #ffffff;
}

li {
  list-style-type: none;
}

a {
  color: #222;
  transition: all .5s ease;
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

.img-max {
  border-radius: 2px;
  height: auto;
  width: 100%;
	display: block;
	-webkit-touch-callout:none;/* 禁止 */
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
	pointer-events: none; 

}

/*--------------------------------------------------------------------------
   メニュー
---------------------------------------------------------------------------*/
/* ------------------------------------------------ drawer menu */
.drawer-menu {
  background: #004f5b;
  box-sizing: border-box;
  height: 100%;
  opacity: 0;
  padding: 120px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-delay: 0s;
  transition-duration: .5s;
  transition-property: all;
  visibility: hidden;
  width: 300px;
}

.drawer-menu li {
  text-align: center;
}

.drawer-menu li a {
  color: #fff;
  display: block;
  font-family: 'Poppins', 'arial black','YuGothic',sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  transition: all .8s;
  text-decoration: none;
}

.drawer-menu li a:hover {
  color: #3ebac0;
}

/* ------------------------------------------------ checkbox */
.check {
  display: none;
}
/* ------------------------------------------------ menu button */
.menu-btn {
  cursor: pointer;
  display: block;
  display: block;
  font-size: 10px;
  height: 30px;
  position: fixed;
  right: 40px;
  text-align: center;
  top: 40px;
  width: 30px;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .menu-btn {
    right: 20px;
    top: 20px;
  }
}

.bar {
  -webkit-transform-origin: left top;
  background: #fff;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: left top;
  transition: all .5s;
  width: 30px;
}

.bar.middle {
  opacity: 1;
  top: 10px;
}

.bar.bottom {
  -webkit-transform-origin: left bottom;
  top: 20px;
  transform-origin: left bottom;
}

.menu-btn__text {
  bottom: -15px;
  color: #fff;
  display: block;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: all .5s;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  .menu-btn:hover .bar {
    background: #004f5b;
  }
}

@media only screen and (min-width: 1024px) {
  .menu-btn:hover .menu-btn__text {
    color: #004f5b;
  }
}

.close-menu {
  background: rgba(0, 0, 0, 0);
  cursor: url(./images/cross.svg), auto;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 300px;
  top: 0;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-property: all;
  visibility: hidden;
  width: 100%;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition-delay: .3s;
  visibility: visible;
  z-index: 5;
}

.check:checked ~ .contents {
  transition-delay: 0s;
}

.check:checked ~ .menu-btn .menu-btn__text {
  opacity: 0;
  visibility: hidden;
}

.check:checked ~ .menu-btn .bar.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
}

.check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
  -webkit-transform: rotate(-45deg);
  top: 23px;
  transform: rotate(-45deg);
  width: 35px;
}

.check:checked ~ .close-menu {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition-delay: .3s;
  transition-duration: 1s;
  visibility: visible;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .check:checked ~ .close-menu {
    opacity: 0;
  }
}

#androidBrowser_alert {
  background: rgba(17, 17, 17, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#androidBrowser_alert div.wrap {
  background: #313131;
  left: 50%;
  margin-left: -160px;
  margin-top: -150px;
  max-width: 320px;
  position: fixed;
  top: 50%;
}

#androidBrowser_alert div.con {
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  padding: 20px;
}

#androidBrowser_alert a.go2chrome {
  background: #2492c8;
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
}


@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------------------
   ここまで
---------------------------------------------------------------------------*/









.Header_body {
position: relative;
}


.Header_sentence {
  min-width: 50rem;
  top: 5rem;
  width: 30%;
  margin: 50px auto 0;
}

@media only screen and (max-width: 640px) {
  .Header_sentence {
    margin: 3rem auto;
    min-width: auto;
    position: static;
    width: 80%;
  }
}

.Header_side {
  -webkit-transform: translate(-50%, 50%) rotate(-90deg);
  font-family: 'Poppins', 'arial black','YuGothic',sans-serif;
  font-weight: 700;
  left: 1.5rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, 50%) rotate(-90deg);
  font-size: 1.5em;
}

@media only screen and (max-width: 640px) {
  .Header_side {
    display: none;
  }
}


h2.Main_Comment {
  font-family: 'Poppins', 'arial black','YuGothic',sans-serif;
  font-size: 1.5rem;
  width: 40%;
  text-align: left;
  margin: 30px auto;
}

@media only screen and (max-width: 640px) {
  h2.Main_Comment {
	width: 80%;
    font-size: 1.5rem;
	margin: 20px auto;
  }
}





h3.Comment {
  font-family: 'Poppins', 'arial black','YuGothic',sans-serif;
  font-size: 1.5rem;
  width: 60%;
  text-align: left;
  margin: 30px auto;
}

@media only screen and (max-width: 640px) {
  h3.Comment {
	width: 80%;
    font-size: 1.5rem;
	margin: 20px auto;
  }
}




.Section_Box {
  padding: 100px 0 0;
  text-align: center;
　background-color: antiquewhite;
}

@media only screen and (max-width: 640px) {
  .Section_Box {
    padding: 80px 0 0;
  }
}

.Contents_head {
  align-items: center;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

@media only screen and (max-width: 640px) {
  .Contents_head {
    width: auto;
  }
}

.Contents_ttlWrap {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  text-align: left;
  transform: translate(0, -50%);
  z-index: 1;
  left: -10%;
}

@media only screen and (max-width: 640px) {
  .Contents_ttlWrap {
    -webkit-transform: inherit;
    margin: 0 1rem 1rem;
    transform: inherit;
    left: 0;
    top: -50px;
  }
}


.Contents_ttl {
  font-family: 'Poppins', 'arial black','YuGothic',sans-serif;
  font-size: 8rem;
  width: 100%;
  color: #BED5BE;
}

@media only screen and (max-width: 640px) {
  .Contents_ttl {
    display: inline-block;
    font-size: 5rem;
    margin: 0 0 1.5rem;
    width: auto;
  }
}


.img_ttl{
	width: 60%;
}

@media only screen and (max-width: 640px) {
  .img_ttl {
width: 65%;
  }
}

.img_100 {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 559px) {
  .img_100 {
  margin: 0 auto;
  }
}

.img_70 {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

@media screen and (max-width: 559px) {
  .img_70 {
  width: 100%;

  }
}

.img_50 {
	width: 50%;
	height: auto;
	margin: 0 auto 20px;
}

@media screen and (max-width: 559px) {
  .img_50 {
  width: 100%;

  }
}

.img_30 {
	width: 20%;
	height: auto;
}

@media screen and (max-width: 559px) {
  .img_30 {
  width: 30%;
  margin: 0 auto;
  }
}

.Contents_Box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 80px auto 0;
  position: relative;
  width: 1000px;
  clear: left;
  overflow: hidden;
}

@media screen and (max-width: 959px){
.Contents_Box {
  width: 90%;
  margin: 20px auto;
}
}

@media screen and (max-width: 559px) {
  .Contents_Box {
  width: auto;
  }
}


.Contents_Box02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 80px auto 0;
  position: relative;
  width: 1000px;
  clear: left;
  top: 65px;
  overflow: hidden;
}

@media screen and (max-width: 959px){
.Contents_Box02 {
  width: 90%;
  margin: 20px auto;
}
}

@media screen and (max-width: 559px) {
  .Contents_Box02 {
  top: 80px;
  width: auto;
  }
}


.Contents_row01 {
  width: 30%;
  margin: 50px auto 0;
}


@media screen and (max-width: 559px) {
	
	.Contents_row01 {
	width: 80%;
}
	}


.Contents_row02 {
  width: 60%;
  margin: 70px auto 0;
}


@media screen and (max-width: 559px) {
	.Contents_row02 {
	width: 80%;
}
	}



.Contents_row03 {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 30px;
  background-color: #ffffff;
}


@media screen and (max-width: 559px) {
	
	.Contents_row03 {
	width: 100%;
}
	}



.Contents_ttl_sub {
  display: inline-block;
  font-family: 'Poppins', 'arial black','YuGothic',sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.Contents_ttl_sub_jp {
  font-size: 1.2rem;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 2px;
}

@media only screen and (max-width: 640px) {
  .Contents_ttl_sub {
    font-size: 3.2rem;
  }
	
.Contents_ttl_sub_jp {
  display: block;
  margin-top: 1px;
}
	
}


.Contents_ttl_sub02 {
  display: inline-block;
  font-family: 'Poppins', 'arial black','YuGothic',sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #004f5b;
}

.Contents_ttl_sub_jp02 {
  font-size: 1.2rem;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #004f5b;
}

@media only screen and (max-width: 640px) {
  .Contents_ttl_sub02 {
    font-size: 3.2rem;
  }
	
.Contents_ttl_sub_jp02 {
  display: block;
  margin-top: 1px;
}
	
}





.top_greeting_Box{
	display: flex;
	width: 60%;
	padding: 2em;
    margin: 2em 0;
    color: #3ebac0;/*文字色*/
    background: #ffffff;
    border-radius: 10px;/*角の丸み*/
    align-items: center;
}

@media only screen and (max-width: 959px) {
	.top_greeting_Box{
		width: 80%;
	}
}

@media only screen and (max-width: 640px) {
	.top_greeting_Box{
		display: block;
		width: 90%;
		margin: 50px auto 0;
	}
}

.greeting_comment{
	width: 70%;
	margin: 0; 
    padding: 0;
	text-align: left;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.greeting_comment{
		width: 100%;
	}
}

.greeting_comment h4 {
  line-height: 50px;
  font-size: 1.1em;
  position: relative;
  height: 50px;
  margin: 0 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #3ebac0;
}

.greeting_comment h4:before,
.greeting_comment h4:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 25px solid #3ebac0;
}

.greeting_comment h4:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.greeting_comment h4:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.greeting_comment h4 span {
  position: relative;
  display: block;
}

.greeting_profile{
	width: 30%;
	margin-left: 20px;
}

@media only screen and (max-width: 640px) {
	.greeting_profile{
	display: flex;
	margin-top: 20px;
	margin-left: 0 ;
	width: 100%;
	}
}

.greeting_img{
	width: 100%;
	display: block;
	-webkit-touch-callout:none;/* 禁止 */
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
	pointer-events: none; 

}

.greeting_profile_name{
	display: block;
}

p.profile_name{
	display:flex;
	justify-content: center;
	font-size: 2rem;
    font-weight: bold;
}

ul.profile_sns{
	display:flex;
	font-size: 2rem;
	justify-content: center;
}

ul.profile_sns li a{
	margin-right: 0.8rem;
	color: #3ebac0;
}


@media only screen and (max-width: 640px) {
.greeting_profile_name{
    margin: auto 20px;
}
	
p.profile_name{
	justify-content: flex-start;
}
	
ul.profile_sns{
	display:flex;
	font-size: 2.5rem;
	justify-content: flex-start;
}
	
}

@media only screen and (max-width: 640px) {
.greeting_profile_img{
	width: 30%;
}
	}



.btn-square-shadow {
  display: inline-block;
  padding: 1em 3em;
  font-size: 1.3em;
  text-decoration: none;
  background: #e26b1e;/*ボタン色*/
  color: #FFF;
  font-weight: bold;
  border-bottom: solid 4px #39230d;
  border-radius: 5px;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}






.btn-square-shadow_sub {
  display: inline-block;
  padding: 1em 3em;
  font-size: 1em;
  text-decoration: none;
  background: #e26b1e;/*ボタン色*/
  color: #FFF;
  font-weight: bold;
  border-bottom: solid 4px #39230d;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.btn-square-shadow_sub:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}





h1.point {
  position: relative;
  padding-left: 35px;
  font-size: 1.1em;
}
h1.point:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0eb";
  background: #f4d321;
  color: #3ebac0;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h1.point:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #f4d321;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.point_txt{
	font-size: 1rem;
	line-height: 1rem;
	box-sizing: border-box;
	padding: 0 5% 5%;
	font-size: 1.5rem;
    line-height: 150%;
}

@media screen and (max-width: 559px) {
 .point_txt{
 width: 60%;
 float: left;
 padding: 0 ;
}
	
}


.point_comment{
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-top: 10px;
}

@media screen and (max-width: 559px) {
 .point_comment{

}
	
}





.Wallpaper_section {
  display: flex;
  margin: 50px auto 0;
  position: relative;
  width: 300px;
  clear: left;
}

@media screen and (max-width: 959px){
.Wallpaper_section {
  width: 40%;
}
}

@media screen and (max-width: 559px) {
  .Wallpaper_section {
  width: 70%;
  }
}

.Wallpaper_Item{
	align-items: center;
}

.Wallpaper_Item__row{
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  width: 50%;
  width: calc(100%/2);
  padding: 0 5px;
  box-sizing: border-box;	
}

@media screen and (max-width: 559px) {
  .Wallpaper_Item__row {


  }
}


.Wallpaper_Itemimg {
    width: 100%;
    float: left;
    box-sizing: border-box;
	padding: 0 5% 5%;
}


@media screen and (max-width: 559px) {
  .Wallpaper_Itemimg {
  padding: 0 auto;
  }
	
}







.topBtn {
  bottom: 40px;
  display: inline-block;
  position: fixed;
  right: 40px;
  width: 30px;
}

@media only screen and (max-width: 640px) {
  .topBtn {
    bottom: 20px;
    right: 20px;
    width: 30px;
  }
}



.Footer_body {
position: relative;
bottom: 0;
padding:0;
z-index: -1;
}



.copylight{
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}




@media only screen and (max-width: 640px) {
  .copylight {
    bottom: 30px;
  }
}











.anim-box.kiran {
  display: flex;
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.anim-box.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran:hover::before {
  animation: kiran 0.5s linear 2;
}

@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}




.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}



.fadeup {
    font-size: 30px;
    font-weight: bold;
    animation-name: fadeup;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}











.Pickup_section {
  display: flex;
  margin: 50px auto 0;
  position: relative;
  width: 1000px;
  clear: left;
}

@media screen and (max-width: 959px){
.Pickup_section {
  width: 100%;
}
}

@media screen and (max-width: 559px) {
  .Pickup_section {
  display: inline-block;
  width: 90%;
  }
}




.Pickup_Item{
	align-items: center;
}

.Pickup_Item__row{
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  width: 50%;
  float: left;
  width: calc(100%/3);
  padding: 0 5px;
  box-sizing: border-box;	
  text-align: left;
  font-size: 1.2rem;
}

@media screen and (max-width: 559px) {
  .Pickup_Item__row {
	width: 100%;
    margin-bottom: 40px;
  }
}

.paopao_comment {
  position: relative;
  display: inline-block;
  margin: 0 0 1rem;
  padding: 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.3rem;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 5px;
}



.paopao_comment p {
  margin: 0;
  padding: 0;
}





.Pickup_3Pointimg {
    width: 100%;
    float: left;
    box-sizing: border-box;
	padding: 0 5% 5%;
	display: block;
	-webkit-touch-callout:none;/* 禁止 */
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
	pointer-events: none; 
}

.Pickup_Pointtxt{
	font-size: 1rem;
	line-height: 1rem;
	box-sizing: border-box;
	padding: 0 5% 5%;
	font-size: 1.3rem;
    line-height: 150%;
}

@media screen and (max-width: 559px) {
  .Pickup_3Pointimg {
  width: 40%;
  padding: 0 ;
  }
	
 .Pickup_Pointtxt{
 width: 70%;
 float: left;
 padding: 0 ;
}
	
}








.Pickup_3Itemimg {
    width: 100%;
    float: left;
    box-sizing: border-box;
	padding: 0 5% 5%;
}

.Pickup_txt{
	font-size: 1rem;
	line-height: 1rem;
	box-sizing: border-box;
	padding: 0 5% 5%;
	font-size: 1.3rem;
    line-height: 150%;
}

@media screen and (max-width: 559px) {
  .Pickup_3Itemimg {
  width: 30%;
  padding: 0 10px 30px 0;
  }
	
 .Pickup_txt{
 width: 70%;
 float: left;
 padding: 0 ;
}
	
}

.Pickup_creditWrap {
  margin: 1rem 0;
  text-align: left;
　line-height: 180%;
}

@media screen and (max-width: 559px) {
  .Pickup_creditWrap {
    margin: 0 0 1rem;
  }
}

.Pickup_brandname {
  font-size: 1.2rem;
  font-weight: 500;
}

.Pickup_name {
  font-size: 1.7rem;
  font-weight: 700;
}



