@charset "UTF-8";
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background-color: #ff0;
  color: #000;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
	vertical-align: bottom;
	backface-visibility: hidden;
}

body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','A-OTF 新ゴ Pro',Helvetica;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
	margin: 0;
}

.photocon a {
  color: #036;
  outline: none;
}


.photocon a:link {
  color: #c50026;
  text-decoration: underline;
}

.photocon a:visited {
  color: #c50026;
  text-decoration: underline;
}

.photocon a:active {
  color: #e9133c;
  text-decoration: underline;
}

.photocon a:hover {
  color: #e9133c;
  text-decoration: none;
}

/* =========== BASE =========== */

/* Section / Nav
------------------------------- */
section,
nav {
  display: block;
  position: relative;
}
div, i, p {line-height: unset;}
.l-container{padding-bottom: 0;}
.l-content {
  width: 100%;
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}

.footer-inner {
    padding: 20px 20px 50px;
}
/* ---------------------------- */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/
  overflow: auto;
}

html {
    overflow: auto;
}

body {
  width: 100%;
  overflow-x: hidden;
}




html.scrollnone,
body.scrollnone {
	overflow: hidden;
}

.peter {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
.peter img {
	width: 100%;
	vertical-align: top;
}
.peter figure {
	margin: 0;
}
.peter .inner{
	margin: 0 16px;
	position: relative;
}

.peter .pc{
	display: none;
}
.peter table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
}

.peter .main{
	position: relative;
	background: url(../img/bg_main_sp.jpg) no-repeat center / cover;
	text-align: center;
	padding: 0 0 20px;
}
.peter .main h1{
	margin: 0 0 10px;
}
.peter .main h1 img{
	position: relative;
}
.peter .main figure{
	position: absolute;
	top: 2%;
	right: 10px;
	width: 15%;
	z-index: 1;
}
.peter .main p{
	position: absolute;
	left: 0;
	right: 0;
	margin: 10% 5% 0;
	z-index: 1;
	font-size: calc( 27vw / 750 * 100 );
	line-height: 1.5;
}
.peter .main p span{
	display: block;
	margin: 30px 0 0;
}
.peter .main p + picture{
	margin: 0 16px;
	display: block;
}
.peter .main strong{
	display: block;
	margin: 10px 16px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	color: #2fb9c6;
}
.peter .main strong span{
	padding: 0 10px;
	background: #f6e7eb;
	position: relative;
}
.peter .main strong:before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	background: #2fb9c6;
	width: 100%;
	height: 1px;
}
.peter .main strong + img{
	width: auto;
	max-width: 80%;
}
.peter .main:after{
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 9px;
	background: url(../img/bg_main_btm.png) repeat-x center / 10%;
	z-index: 1;
}

.peter .entry{
	text-align: center;
	margin: 20px 0 30px;
	position: relative;
}
.peter .entry h2{
	position: relative;
	z-index: 1;
}
.peter .entry p{
	margin: -10px 0 0;
	font-size: calc( 28vw / 750 * 100 );
}
.peter .entry h3{
	color: #ff3a00;
	margin: 0 0 20px;
	font-size: 20px;
}
.peter .entry .bg{
	background: #f6e7eb;
	margin: 20px 0 0;
	padding: 20px 0 10px;
}
.peter .entry ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.peter .entry ul li{
	width: 48%;
	margin: 0 0 20px;
}

.peter .present{
	text-align: center;
	margin: 30px 0 60px;
	position: relative;
}
.peter .present h2{
	position: relative;
	z-index: 1;
}
.peter .present .txt{
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
	line-height: 1.4;
	font-size: calc( 26vw / 750 * 100 );
}
.peter .present dl{
	text-align: center;
	margin: 0 16px;
}
.peter .present dl dt{
	position: relative;
	margin: 0 -10px -5px 0;
	z-index: 1;
}
.peter .present dl dt p{
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	font-size: 24px;
}
.peter .present dl dt p span{
	color: #ff3a00;
	display: block;
}
.peter .present dl dd + dt{
	margin: 20px -8px -5px -2px;
}
.peter .present dl dd{
	position: relative;
	margin: auto;
}
.peter .present dl dd figure{
	position: absolute;
	top: 20px;
	right: .5em;
	width: 18%;
	margin: auto;
}
.peter .present dl dd p{
	margin: 5px 0 0;
	text-align: right;
	font-size: .8em;
}


.peter .howto{
	background: url(../img/bg_main_sp.jpg) center / cover;
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 30px;
	text-align: center;
}
.peter .howto:before{
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 197px;
	background: url(../img/bg_side.png) repeat-x center;
	opacity: .5;
}
.peter .howto h2{
	text-align: center;
	position: relative;
	margin: 0 0 20px;
}
.peter .howto h2 img{
	margin: -40px 0 0;
}
.peter .howto ul{
	text-align: left;
}
.peter .howto ul li{
	position: relative;
	margin: 0 0 12% 10%;
	padding: 3% 2% 2% 26%;
	border-radius: 20px;
	font-size: calc( 24vw / 750 * 100 );
}
.peter .howto ul li:nth-child(1){
	padding: 7% 2% 2% 26%;
}
.peter .howto ul li figure{
	position: absolute;
	top: 0;
	left: -14%;
}
.peter .howto ul li p{
	position: relative;
	line-height: 1.4;
}
.peter .howto ul li a{
	color: #1283a7;
}
.peter .howto ul li:last-child{
	margin: 30px 0 0 10%;
	padding: 7% 2% 2% 26%;
}
.peter .howto ul li span{
	position: absolute;
	bottom: -35%;
	right: 0;
	font-size: 12px;
}
.peter .howto ul + img{
	width: auto;
	margin: 40px 0 0;
}

.peter .award{
	margin: 30px 0 0;
}
.peter .award h2{
	margin: 0 0 20px;
}
.peter .award .inner{
	background: url(../img/bg_main_sp.jpg) repeat-y top center / 100%;
	margin: 0;
	padding: 2em 0;
}
.peter .award h3{
	margin: 3em 0 2em;
}
.peter .award .inner div{
	margin: 0 0 20px;
}
.peter .award p{
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.4;
}
.peter .award li p span{
	display: block;
}
.peter .award ul{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin: 0 16px;
}

.peter .award ul.award1st li{
	margin: 0 0 20px;
}

.peter .award ul.award2nd li{
	width: 48%;
	margin: 0 0 20px;
}



.peter .summary{
	text-align: center;
	margin: 0 0 50px;
}
.peter .summary dl{

}
.peter .summary dl.btn dt{
	color: #00a0ea;
	font-size: calc( 42vw / 750 * 100 );
	line-height: 1.4;
	position: relative;
	margin: 0 auto 1em;
	font-family: a-otf-jun-pro, sans-serif;
	width: calc(640 / 750 * 100%);
}
.peter .summary dl.btn dt:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: #fffcad;
}
.peter .summary dl.btn dt span{
	position: relative;
}
.peter .summary dl.btn dt small{
	font-size: 12px;
}
.peter .summary dl.btn dd{
	margin: 0 auto 50px;
	width: calc(640 / 750 * 100%);
}
.peter .summary dl.btn dd > img{
	width: 80%;
}
.peter .summary dl.btn dd span{
	font-size: 20px;
	display: block;
}
.peter .summary dl.btn dd small{
	display: block;
    text-align: right;
    font-size: 10px;
}
.peter .summary dl.btn dd ul{
	margin: 0;
}
.peter .summary dl.btn dd ul li{
	margin: 20px 0 0;
}
.peter .summary dl.btn dd p{
	margin: 30px 0;
}
.peter .summary .open{
	background: #ff805a;
	padding: 20px 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.peter .summary .comment{
	display: none;
}
.peter .summary .close{
	background: #e5e5e5;
	padding: 20px 0;
	margin: 0 -16px;
	font-size: 18px;
	cursor: pointer;
}
.peter .summary .close span,
.peter .summary .open span{
	position: relative;
}
.peter .summary .close span:before,
.peter .summary .open span:before{
	content: "";
	position: absolute;
	top: 0;
	right: -42px;
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	border-radius: 30px;
	background: #fff;
	color: #000;
	line-height: 1;
	font-size: 20px;
}
.peter .summary .open span:after{
	content: "＋";
	position: absolute;
	top: -3px;
	right: -39px;
	font-size: 20px;
	color: #000;
}
.peter .summary .open.action span:after,
.peter .summary .close span:after{
	content: "－";
	position: absolute;
	top: -2px;
	right: -39px;
	font-size: 20px;
	color: #000;
}
.peter .summary .open.action{
	position: relative;
}
.peter .summary .comment + img{
	margin: 50px 0;
	width: 90%;
}
.peter .summary .comment .txt{
	text-align: left;
	margin: 20px auto;
	width: calc(640 / 750 * 100%);
}
.peter .btn_share{

}
.peter .btn_share{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.peter .btn_share dt{
	margin: 0 0 20px;
	font-size: 24px;
	width: 100%;
	color: #002857;
}
.peter .btn_share dd{
	margin: 0 10px;
	max-width: 10%;
}

.peter #pageTop{
	position: fixed;
	bottom: 20px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index: 5;
	width: 15%;
}
body, html {
  height: auto!important;
}
::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}
