/*
Theme Name:JAPANESE Base Theme
Theme URI: https://japan-ese.info/
Description:BASE THEME.
*/
@import url("value.css");

/* 追加 */
.p_more.point_more {
    background-color: #fcf8f8;
    padding: 50px 0px;
}

p#campaign {
    padding: 30px;
}

p#campaign img {
    margin-bottom: 30px;
}
ul.sp_footer_ul {
    display: flex;
    justify-content: space-around;
    background-color: #C5778F;
    padding: 10px 0px;
    color: #fff !important;
}

ul.sp_footer_ul a {
    font-weight: bold;
    color: #fff !important;
}
  .sp_footer{
    display: none;
  }
@media screen and (max-width: 768px) {
  .sp_footer {
    display: block;
    position: fixed;
    bottom: 0;
            width: 100%;
  }
}
/* ========================
base
========================= */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 15px;
	line-height: 1.75;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	position: relative;
	color: #333;
	font-size: 1rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	min-width: 350px;
	width: 100%;
	overflow-x: hidden;
}

img,
source,
video,
object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

a {
	color: #333;
	text-decoration: none;
	transition: 0.4s;
}
a:hover {
	text-decoration: none;
	opacity: 0.9;
}

a:hover img {
	text-decoration: none;
	opacity: 0.8;
	transition: all 0.3s;
}

ul,
ol,
li {
	list-style: none;
}
