@media only screen and (max-width: 768px) {
	body {
		min-width: 100%;
		max-width: 7680px;
		/*font-size: calc(1.5rem + 6 * ((100vw - 640px) / 680));*/
	}
  .u_pc_view {
		display: inherit!important;
	}
  .u_sp_view {
		display: none!important;
	}
  .u_sp_ALcenter{
    text-align: center;
  }
	.l_wrap,
  .l_mainimage .l_wrap{
		width: 100%;
	}
  /*----------------------------------------------
    .l_main_contents
  ---------------------------------------------*/
  .l_main_contents{
    padding: 20px 0;
  }
  /*----------------------------------------------
    .l_content
  ---------------------------------------------*/
  .l_content{
    padding: 40px;
    margin-bottom: 20px;
  }
  .l_content p{
    font-size: 1.6rem;
  }
  /*----------------------------------------------
    .l_header
  ---------------------------------------------*/
  .l_header{
    min-height: 200px;
  }
  /*----------------------------------------------
    .l_logo
  ---------------------------------------------*/
  .l_logo img{
    width: 53%;
    left: 0;
    right: 0;
    top: -6%;
    margin: auto;
  }
  /*----------------------------------------------
    .l_size
  ---------------------------------------------*/
  .l_size{
    display: none;
  }
  /*----------------------------------------------
    .l_nav_area
  ---------------------------------------------*/
  .l_nav_area{
    justify-content: center;
  }
  /*----------------------------------------------
    .l_copyright
  ---------------------------------------------*/
  .l_copyright{
    font-size: 1.2rem;
  }
  /*----------------------------------------------
    .l_pagetop
  ---------------------------------------------*/
  .l_pagetop{
    display: none!important;
  }
  /*----------------------------------------------
    .c_section
  ---------------------------------------------*/
  .c_section,
  .c_para_type01.u_mab60{
    margin-bottom: 30px;
  }
  /*----------------------------------------------
    .c_ttl_type02
  ---------------------------------------------*/
  .c_ttl_type02{
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .c_ttl_type02::after{
    width: 50%;
    border-bottom: 3px solid #E3D5F8;
    height: 3px;
    bottom: -15px;
  }
  /*----------------------------------------------
    .c_ttl_type03
  ---------------------------------------------*/
  .c_ttl_type03{
    font-size: 1.6rem;
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  .c_ttl_type03::before{
    width: 1px;
  }
  /*----------------------------------------------
    .c_ttl_type04
  ---------------------------------------------*/
  .c_ttl_type04{
    margin-bottom: 15px;
  }
  .c_ttl_type04 p:first-child{
    width: 100%;
    margin-right: 0;
    font-size: 2.2rem;
  }
  /*----------------------------------------------
    .c_nav_type01
  ---------------------------------------------*/
  .c_nav_type01{
    font-size: 1.6rem;
    padding: 15px 5px;
    width: 43%;
    margin: 0 7px;
  }
  .c_nav_type01.active{
    font-size: 1.8rem;
    padding: 20px 10px;
  }
  .c_nav_type01.active::after{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #68358F;
    bottom: -10px;
  }
  /*----------------------------------------------
  	.c_kome_type01
  ---------------------------------------------*/
  .c_kome_type01 {
    text-indent: -1em;
    padding-left: 1em;
  }
  /*----------------------------------------------
    .c_btn_type01
  ---------------------------------------------*/
  .c_btn_type01{
    font-size: 1.6rem;
    /*position: absolute;
    max-width: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
    min-width: 100%;
    padding: 10px 0;
  }
  /*----------------------------------------------
    .c_btn_type02
  ---------------------------------------------*/
  .c_btn_type02{
    font-size: 1.6rem;
    max-width: 80%;
    padding: 10px 0;
    border-radius: 5px;
    min-width: 80%;
  }
  .c_btn_type02.is_questant::before{
    width: 25px;
    height: 32px;
    right: 10px;
  }
  /*----------------------------------------------
    .c_list_type01
  ---------------------------------------------*/
  .c_list_type01{
    grid-template-columns: 27.5% 27.5% 27.5%;
    grid-gap: 30px 8.5%;
  }
  /*----------------------------------------------
    .c_detail
  ---------------------------------------------*/
  .c_detail{
    display: block;
  }
  .c_detail:first-of-type{
    margin-bottom: 30px;
  }
  .c_detail p:nth-child(2),
  .c_detail span{
    font-size: 1.6rem;
  }
  .c_detail p:nth-child(2){
    padding: 20px 15px 0;
  }
  .c_detail_ttl{
    padding: 10px 15px;
    margin-right: 0;
  }
  .c_detail_ttl::before{
    width: 1px;
  }
  /*----------------------------------------------
    .c_mv
  ---------------------------------------------*/
  .c_mv:last-of-type{
    margin-bottom: 0;
  }
  .c_mv_content{
    position: relative;
  }
  .c_mv_box{
    margin-right: 25px;
  }
  .c_mv_img img{
    width: 210px;
    height: 118px;
  }
  .c_mv_name img{
    width: 80px;
    margin-right: 15px;
  }
  .c_mv_name p{
    font-size: 1.4rem;
  }
  .c_mv_name span:not(.u_red){
    font-size: 1.8rem;
  }
  .c_mv_name .c_kome_type01{
    display: block;
  }
  #potato_forum .lity-iframe .lity-container{
    width: 90%;
  }
  /*----------------------------------------------
    .c_questant
  ---------------------------------------------*/
  .c_questant{
    margin-bottom: 20px;
  }
  /*----------------------------------------------
    .c_icon_ttl
  ---------------------------------------------*/
  .c_icon_ttl::before{
    bottom: 30%;
  }
  /*----------------------------------------------
    .l_bnr,
    .c_bnr
  ---------------------------------------------*/
  .l_bnr img,
  .l_bnr .u_ALcenter img{
    height: 80px;
  }
}

@media only screen and (max-width: 640px) {
	body {
		min-width: 100%;
	}
  .u_pc_view {
		display: none!important;
	}
  .u_sp_view {
		display: inherit!important;
	}
  /*----------------------------------------------
    .l_content
  ---------------------------------------------*/
  .l_content{
    padding: 40px 20px;
  }
  /*----------------------------------------------
    .l_header
  ---------------------------------------------*/
  .l_header{
    min-height: 130px;
  }
  /*----------------------------------------------
    .l_logo
  ---------------------------------------------*/
  .l_logo img{
    width: 80%;
    top: 3%;
  }
  /*----------------------------------------------
    .c_ttl_type02
  ---------------------------------------------*/
  .c_ttl_type02::after{
    width: 90%;
  }
  /*----------------------------------------------
    .c_ttl_type04
  ---------------------------------------------*/
  .c_ttl_type04{
    margin-bottom: 20px;
  }
  /*----------------------------------------------
    .c_nav_type01
  ---------------------------------------------*/
  .c_nav_type01,
  .c_nav_type01.active{
    font-size: 1.4rem;
  }
  .c_nav_type01.active{
    padding: 20px 5px;
  }
  /*----------------------------------------------
    .c_btn_type01
  ---------------------------------------------*/
  .c_btn_type01{
    font-size: 1.6rem;
    position: absolute;
    max-width: 80%;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 0;
  }
  /*----------------------------------------------
    .c_list_type01
  ---------------------------------------------*/
  .c_list_type01{
    grid-template-columns: 46% 46%;
  }
  /*----------------------------------------------
    .c_mv
  ---------------------------------------------*/
  .c_mv{
    position: relative;
    flex-direction: column;
    padding-bottom: 80px;
  }
  .c_mv,
  .c_mv:last-of-type{
    margin-bottom: 30px;
  }
  .c_mv:last-of-type{
    padding-bottom: 70px;
    margin-bottom: -25px;
  }
  .c_mv_content{
    position: relative;
    oreder: 1;
  }
  .c_mv_img{
    order: 2;
    text-align: center;
  }
  .c_mv_img img{
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .c_mv_name{
    margin-bottom: 30px;
  }
  .c_mv_name img{
    margin-right: 0;
  }
  .c_mv_name p:first-child{
    width: 80px;
    margin-right: 15px;
  }
  .c_mv_name p:nth-child(2){
    width: 71%;
  }
  .c_mv_name .c_kome_type01{
    display: block;
  }
  /*----------------------------------------------
    .c_icon_ttl
  ---------------------------------------------*/
  .c_icon_ttl::before{
    bottom: 66%;
  }
  /*----------------------------------------------
    .l_bnr,
    .c_bnr
  ---------------------------------------------*/
  .l_bnr img,
  .l_bnr .u_ALcenter img{
    height: 49px;
  }
  .c_bnr{
    display: block;
    text-align: center;
  }
  .c_bnr img{
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 769px) {
	/*----------------------------------------------
    .u_sp_view
  ---------------------------------------------*/
	.u_sp_view {
		display: none !important;
	}
}
@media only screen and (max-width: 1500px) {
  .u_br{
    display: none;
  }
}
@media only screen and (max-width: 375px) {
	body {
		min-width: 358px;
	}
}
