/*
**  ===================================================================
**  mainblock CSS
**  ===================================================================
*/

.contents{
  position: relative;
}
.mainblock {
  margin: auto;
  max-width: 750px;
}
.mainblock img {
  display: block;
  margin: auto;
}

.main_img.typeB {
  margin-bottom: 3%;
}
@media screen and (min-width: 800px) {
  .main_img.typeB {
    margin-bottom: 20px;
  }
}

.caution_block {
  margin-bottom: 4%;
  text-align: center;
}
.caution_block p{
  color: #ff0000;
  font-weight: 500;
  font-size: 80%;
}
@media screen and (min-width: 800px) {
  .caution_block {
    margin-bottom: 20px;
  }
  .caution_block p{
    font-size: 17px;
  }
}

.nav_area{
  margin: 6% 2% 4%;
}
.nav_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav_item{
  width: 48%;
}
.nav_item:nth-child(1){
  margin-right: 3%;
  margin-bottom: 3%;
}
.nav_item:nth-child(2){
  margin-bottom: 3%;
}
.nav_item:nth-child(3){
  margin-right: 3%;
}
@media screen and (min-width: 800px) {
  .nav_area{
    margin: 57px 0 28px;
  }
  .nav_item{
    width: auto;
  }
  .nav_item:nth-child(1){
    margin-right: 20px;
    margin-bottom: 22px;
  }
  .nav_item:nth-child(2){
    margin-bottom: 22px;
  }
  .nav_item:nth-child(3){
    margin-right: 20px;
  }
}

.link_block{
  position: relative;
}
.link_block.typeA{
  margin-bottom: 5%;
}
.link_btn{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8.5%;
  width: 43%;
  margin: auto;
}
.link_btn.typeA{
  bottom: 7.5%;
}
@media screen and (min-width: 800px) {
  .link_block.typeA{
    margin-bottom: 40px;
  }
  .link_btn{
    width: auto;
    bottom: 95px;
  }
  .link_btn.typeA{
    bottom: 115px;
  }
}

.info_btn{
  margin: 7% 0;
}
@media screen and (min-width: 800px) {
  .info_btn{
    margin: 70px 0;
  }
}

.caution{
  text-align: center;
  font-size: 70%;
  font-weight: 500;
  color: #000000;
  margin-top: 1%;
}
.caution_list{
  margin-top: 8%;
}
.caution_list li{
  font-size: 70%;
  font-weight: 500;
  color: #000000;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 800px) {
  .caution{
    font-size: 16px;
    margin-top: 10px;
  }
  .caution_list{
    margin-top: 60px;
  }
  .caution_list li{
    font-size: 16px;
  }
}

.pagetop{
  z-index: 1;
  width: 8%;
  right: 2%;
}
@media screen and (min-width: 800px) {
  .pagetop{
    width: auto;
    right: 20px;
  }
}

/*
**  ===================================================================
**  subblock CSS
**  ===================================================================
*/
.subblock {
  margin: auto;
  padding: 0 10px;
  max-width: 730px;
}
.subblock.typeA {
  padding: 8% 10px 5%;
}
.subblock.typeB {
  margin-bottom: 5%;
}
@media screen and (min-width: 800px) {
  .subblock.typeA {
    padding: 70px 20px 40px;
  }
  .subblock.typeB {
    margin-bottom: 40px;
  }
}
.subblock img {
  display: block;
  margin: auto;
}
.btn a {display: block;}
.btn a img {width: 100%;}
@media screen and (min-width: 800px) {
  .btn a:hover {opacity: 0.7;}
}

.hmv_btn{
  margin-bottom: 3%;
}
.hmv_text{
  margin-top: 2%;
  font-size: 90%;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 800px) {
  .hmv_btn{
    margin-bottom: 20px;
  }
  .hmv_text{
    margin-top: 10px;
    font-size: 16px;
  }
}


.bnr_img{
  margin: 8% 6% 5%;
}
.copy{
  line-height: 1;
  width: 25%;
  margin: 0 auto 10%;
}
@media screen and (min-width: 800px) {
  .bnr_img{
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .copy{
    width: auto;
    margin-bottom: 80px;
  }
}

.info {
  position: relative;
}
.info .link {
  margin-bottom: 6%;
  font-size: 90%;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.info .link a{
  color: #000000;
}
.info .link a:after{
  content: "";
  background-image: url(../img/link_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1%;
}
@media screen and (min-width: 800px) {
  .info .link {
    margin-bottom: 50px;
    font-size: 25px;
  }
  .info .link a:after{
    width: 19px;
    height: 20px;
    margin-left: 5px;
  }
}

/*
**  ===================================================================
**  catalog CSS
**  ===================================================================
*/
.catalog_ttl {
  margin: auto;
  padding: 0;
  position: relative;
  max-width: 710px;
}
.catalog_ttl .btn {
  bottom: 8%;
  display: block;
  left: auto;
  margin: auto;
  position: absolute;
  right: 2%;
  width: 14.93%;
}

/*
**  ===================================================================
**  loppi CSS
**  ===================================================================
*/
.loppi_ttl {
  margin: auto;
  padding: 0;
  position: relative;
  max-width: 710px;
}
.loppi_ttl .btn {
  bottom: 6%;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 81.128%;
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 800px) {
  .snslist {
    text-align: center;
    letter-spacing: -.4em;
    padding: 10px 0 40px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }
}

@media screen and (max-width: 800px) {
  .snslist {
    text-align: center;
    letter-spacing: -.4em;
    padding: 0 0 10%;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }
}

/*
**  ===================================================================
**  adjust CSS
**  ===================================================================
*/
.mt00 {
	margin-top: 0px !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt08 {
	margin-top: 8px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.pt00 {
	padding-top: 0px !important;
}

.pt05 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.mb00 {
	margin-bottom: 0px !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb08 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.pb00 {
	padding-bottom: 0px !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}


.t_left {
	text-align: left !important;
}

.t_center {
	text-align: center !important;
}

.t_right {
	text-align: right !important;
}

.t_white {
	color: #fff !important;
}

.t_red {
	color: #c60a02 !important;
}

.t_bold {
	font-weight: bold !important;
}

.t_normal {
	font-weight: normal !important;
}

.t_xsml {
	font-size: 66.7%;
}

.t_sml {
	font-size: 83.3%;
}

.t_lrg {
	font-size: 116.7%;
}

.t_xlrg {
	font-size: 133.3%;
}
