@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;
}

body {
  background: #fff;
  color: #555;
  font-size: 13px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','A-OTF 新ゴ Pro',Helvetica;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
}

/*.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;
}

.pc{display:none;}

.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;
}

.photocon {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
}
.photocon img {
  width: 100%;
}
.photocon h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  /*width: 302px;*/
  margin: 0 auto 19px;
}
.photocon h2::before, .photocon h2::after {
  flex: 1 0 0%;
  content: "";
  height: 1px;
  border-bottom: 1px dotted;
}
.photocon.page-index h2 span {
  display: block;
  padding: 0 30px;
  background: #fff;
  font-weight: bold;
}
.photocon .mv_area {
  position: relative;
  background: url("../img/sp_mv_img_v2.jpg") center center no-repeat;
  background-size: cover;
}
.photocon .mv_area h1 {
  position: relative;
  z-index: 1;
}
.photocon .mv_area .mv_movie {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.photocon .toparea {
  margin: 38px 30px 50px;
  text-align: left;
  font-size: 13px;
}
.photocon .toparea .btn {
    display: block;
    width: calc(448 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
}
.photocon .toparea p {
  /*margin-bottom: 1.5em;*/
}
.photocon .thema {
  margin: 0 16px 45px;
  background: #a295cd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a295cd 0%, #ed88ac 25%, #eca278 50%, #ede853 75%, #64c56c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a295cd 0%, #ed88ac 25%, #eca278 50%, #ede853 75%, #64c56c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a295cd 0%, #ed88ac 25%, #eca278 50%, #ede853 75%, #64c56c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a295cd', endColorstr='#64c56c',GradientType=1 );
  /* IE6-9 */
  padding: 5px;
}
.photocon .thema .thema_inner {
  background: #fff;
  padding: 0 35px 24px;
}
.photocon .thema .thema_inner h2 {
  width: 100%;
}
.photocon .thema .thema_inner h2::before, .photocon .thema .thema_inner h2::after {
  content: none;
}
.photocon .thema .thema_inner h2 span {
  margin-top: -12px;
  padding: 0 15px;
}
.photocon .thema .thema_inner p {
  text-align: center;
}
.photocon .thema .thema_inner p img {
  width: 180px;
}

.photocon .thema .thema_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc(50 / 750 * 100vw);
}

.photocon .thema .thema_inner ul li {
    width: 47.5%;
    margin-bottom: 4%;
}

.photocon .thema .thema_title {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 21px;
    position: relative;
    padding-top: calc(20 / 750 * 100vw);
}

.photocon .thema .thema_title:before {
    position: absolute;
    top: calc(0 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
    width: calc(336 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
    content: ' ';
    /*background: url(../img/sp_txt_fukidashi.png);*/
    background-repeat: no-repeat;
    background-size: contain;
}



.photocon .middlearea, .photocon .bottom_area {
  background: #e2f1f0;
  /*padding: 40px 16px 25px;*/
  padding: 40px 16px 65px;
}
.photocon.page-index .bottom_area {padding-top: 0;}
.photocon .middlearea section, .photocon .bottom_area section {
  background: #fff;
  border-radius: 5px;
  padding: 30px 14px 25px;
  margin-bottom: 25px;
  text-align: center;
}
.photocon .middlearea section:nth-last-child(1), .photocon .bottom_area section:nth-last-child(1) {
  margin-bottom: 0;
}
.photocon .middlearea .syou .bnr, .photocon .bottom_area .syou .bnr {
  width: calc( 522vw / 750 * 100 );
  margin: auto;
}
.photocon .middlearea .syou .bnr li, .photocon .bottom_area .syou .bnr li {
  margin-bottom: 20px;
  position: relative;
}
.photocon .middlearea .syou .list, .photocon .bottom_area .syou .list {
  text-align: left;
  margin: 0 calc( 40vw / 750 * 100 );
  padding-top: calc( 80vw / 750 * 100 );
  padding-bottom: calc( 30vw / 750 * 100 );
}
.photocon .middlearea .syou .list li, .photocon .bottom_area .syou .list li {
  padding: calc( 11vw / 750 * 100 ) 0;
  margin: 0;
  border-bottom: 1px solid #4aa29c;
  line-height: 1.4;
  font-size: calc( 24vw / 750 * 100 );
}
.photocon .middlearea .syou .list li:nth-last-child(1), .photocon .bottom_area .syou .list li:nth-last-child(1) {
  border: none;
  background: none;
  padding-bottom: 0;
}
.photocon .middlearea .syou .list li span, .photocon .bottom_area .syou .list li span {
  display: block;
  align-items: center;
  font-weight: bold;
  font-size: calc( 26vw / 750 * 100 );
  width: 90%;
}
.photocon .middlearea .syou .list li span::before, .photocon .bottom_area .syou .list li span::before {
  content: "●";
  position: relative;
  font-size: calc( 20vw / 750 * 100 );
  color: #4aa29c;
  padding-right: 5px;
  display: inline-block;
}
.photocon .middlearea .oubo .flow, .photocon .bottom_area .oubo .flow {
  margin: 20px 12px 25px;
}
.photocon .middlearea .oubo .flow li,
.photocon .bottom_area .oubo .flow li {
    position: relative;
    margin-bottom: 40px;
}

.photocon .middlearea .oubo .flow li:nth-of-type(n+2) {
    margin-bottom: 20px;
}


.photocon .middlearea .oubo .flow li:nth-child(1)::after, .photocon .bottom_area .oubo .flow li:nth-child(1)::after {
  content: "";
  background: url("../img/icon_arrow1.png") center center no-repeat;
  background-size: contain;
  width: 38px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.photocon .middlearea .oubo .flow li:nth-child(2) .txt, .photocon .bottom_area .oubo .flow li:nth-child(2) .txt {
  top: 50%;
}
.photocon .middlearea .oubo .flow li:nth-child(2) .hash, .photocon .bottom_area .oubo .flow li:nth-child(2) .hash {
  bottom: 5%;
}
.photocon .middlearea .oubo .flow li .step, .photocon .middlearea .oubo .flow li .txt, .photocon .middlearea .oubo .flow li .btn, .photocon .middlearea .oubo .flow li .hash, .photocon .bottom_area .oubo .flow li .step, .photocon .bottom_area .oubo .flow li .txt, .photocon .bottom_area .oubo .flow li .btn, .photocon .bottom_area .oubo .flow li .hash {
  position: absolute;
}
.photocon .middlearea .oubo .flow li .step, .photocon .bottom_area .oubo .flow li .step {
  top: -3%;
  left: 8.3%;
  width: 17.7%;
}
.photocon .middlearea .oubo .flow li .txt, .photocon .bottom_area .oubo .flow li .txt {
  font-weight: bold;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: calc( 25vw / 750 * 100 );
}
.photocon .middlearea .oubo .flow li .btn, .photocon .bottom_area .oubo .flow li .btn {
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
}
.photocon .middlearea .oubo .flow li .btn img, .photocon .bottom_area .oubo .flow li .btn img {
  width: 59.3%;
}
.photocon .middlearea .oubo .flow li .hash, .photocon .bottom_area .oubo .flow li .hash {
  bottom: 1%;
  right: 0;
  left: 0;
  margin: auto;
  width: 91.4%;
}
.photocon .middlearea .oubo .flow li .hash img, .photocon .bottom_area .oubo .flow li .hash img {
  width: 100.5%;
}
.photocon .middlearea .oubo .notes, .photocon .bottom_area .oubo .notes {
  text-align: left;
  font-size: 11px;
}
.photocon .middlearea .member p, .photocon .bottom_area .member p {
  font-weight: bold;
}
.photocon .middlearea .member ul, .photocon .bottom_area .member ul {
  margin: 0 21px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photocon .middlearea .member ul li, .photocon .bottom_area .member ul li {
  width: 45%;
  margin-bottom: 18px;
}
.photocon .middlearea .member ul li img, .photocon .bottom_area .member ul li img {
  border-radius: 50%;
}
.photocon .middlearea .member .plus, .photocon .bottom_area .member .plus {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
}
.photocon .middlearea .member .jimukyoku, .photocon .bottom_area .member .jimukyoku {
  font-size: 16px;
}
.photocon .insta_area {
  margin: 45px 30px;
}
.photocon .insta_area h2 span {
  padding: 0 15px;
  font-weight: bold;
}
.photocon .insta_area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.photocon .insta_area ul li {
  width: 49%;
  margin-bottom: 2%;
}
.photocon .insta_area .comming {
  font-size: 16px;
  text-align: center;
}
.photocon .bottom_area .happyou p {
  margin-bottom: 18px;
}
.photocon .bottom_area .happyou p strong {
  font-weight: bold;
  color: #e04863;
}
.photocon .bottom_area .happyou p strong span {
  background: #e04863;
  color: #fff;
  display: block;
  width: 14em;
  margin: 0 auto .5em;
  font-weight: normal;
}
.photocon .bottom_area .happyou .notes {
  font-size: 11px;
}
.photocon .bottom_area .attention {
  text-align: left;
}
.photocon .bottom_area .attention li {
  margin-left: 1em;
  text-indent: -1em;
}
.photocon .bottom_area .attention li::before {
  content: "・";
}
.photocon .summary {
  margin: 45px 30px;
}
.photocon .summary .box {
  text-align: center;
  margin-bottom: 45px;
}


/***** 結果ページ *****/

@keyframes anime {
  0% {opacity: 0;}
  5% {opacity: 1;}
  33% {opacity: 1;}
  38% {opacity: 0;}
  100% {opacity: 0;}
}

.photocon.page-result .mv_area {
  height: calc( 1080vw / 750 * 100 );
}
.photocon.page-result .mv_area h1 {
  z-index: 5;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
.photocon.page-result .mv_area .mv_slide {
  width: 100%;
  height: calc( 1080vw / 750 * 100 );
  position: absolute;
  left: 0;
  top: 0;
}
.photocon.page-result .mv_area .mv_slide li {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: calc( 1080vw / 750 * 100 );
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;
}
.photocon.page-result .mv_area .mv_slide li img {
  width: 100%;
  height: calc( 1080vw / 750 * 100 );
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.photocon.page-result .mv_area .mv_slide li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.photocon.page-result .mv_area .mv_slide li:nth-child(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.photocon.page-result .mv_area .mv_slide li:nth-child(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.photocon.page-result .bar {
  background: url("../img/sp_bg_bar.png");
  background-size: 100%;
  text-align: center;
  color: #fff;
  padding: calc( 70vw / 750 * 100 ) 0 calc( 34vw / 750 * 100 );
}
.photocon.page-result .bar h2 {
  width: 100%;
  font-weight: bold;
  font-size: 1.8em;
}
.photocon.page-result .bar h2 span{
  font-weight: normal;
}
.photocon.page-result .bar h2::before, .photocon.page-result .bar h2::after {
  display:none;
}
.photocon.page-result .bar p {
  font-weight: bold;
  padding: 0 1em;
}
.photocon.page-result .souhyou {
  margin: calc( 76vw / 750 * 100 ) calc( 32vw / 750 * 100 ) calc( 116vw / 750 * 100 );
}
.photocon.page-result .souhyou h2 {
  background: url("../img/sp_line.png") bottom center no-repeat;
  margin: 0 0 calc( 40vw / 750 * 100 );
  width: 100%;
  background-size: 100%;
  padding-bottom: calc( 28vw / 750 * 100 );
  text-align: center;
  font-size: calc( 40vw / 750 * 100 );
  line-height: 1.3;
  font-weight: bold;
}
.photocon.page-result .souhyou h2::before, .photocon.page-result .souhyou h2::after {
  content: none;
}
.photocon.page-result .souhyou p {
  margin: 0 calc( 28vw / 750 * 100 );
  line-height: 1.8;
}
.photocon.page-result .bottom_area h2 {
  font-size: calc( 50vw / 750 * 100 );
  font-weight: bold;
}

.photocon.page-result .bottom_area h2::before, .photocon.page-result .bottom_area h2::after {
  display: none;
}
.photocon.page-result .bottom_area section h3 {
  margin-bottom: calc( 40vw / 750 * 100 );
}
.photocon.page-result .bottom_area section .ph {
  padding: calc( 6vw / 750 * 100 );
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: calc( 28vw / 750 * 100 );
}
.photocon.page-result .bottom_area section ul li {
  text-align: center;
  margin-bottom: calc( 40vw / 750 * 100 );
}
.photocon.page-result .bottom_area section ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.photocon .fixed_navi{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.photocon .fixed_navi.on{
	display: block;
}
.photocon .fixed_navi{

}

.photocon #pageTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
    
	display: block !important;
}
.photocon #pageTop a{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #ccc;
}
.photocon #pageTop a:after{
    content: "";
    position: absolute;
    top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wrapper {
    margin-top: 60px;
}
