@charset "utf-8";

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【共通／スマートフォンここから】                                  */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
*{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
p {
	font-size: 16px;
/*	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
}

p, h1, h2, h3, h4, h5, label {
	color: #333333;
}

img {
	width: 100%;
	vertical-align: bottom;
}

a{
	text-decoration: none;
}
body{
  background: url(../img/repeat.jpg) repeat left top;
}

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【PCここから】                                                 */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@media screen and (min-width:769px){
	.contents_wrapper {
		max-width: 1200px;
		margin: 0 auto;
	}

	.common_title {
		background: linear-gradient(90deg, rgba(255,201,218,1) 0%, rgba(255,251,217,1) 100%);
		position: relative;
		padding: 14px 0 10px 0;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
    background: #8ccecc;
	}

	.common_title::before, .common_title::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 5px;
		box-sizing: border-box;
	}
	.common_title::before {
		top: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	.common_title::after {
		bottom: 0;
		border-top: 1px solid #FFFFFF;
	}

	.common_title h2 {
		color: #555555;
		text-align: center;
		font-size: 28px;
		font-weight: normal;
		line-height: 45px;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;
		margin-bottom: 5px;
    color: #FFF;
		}

	.common_title p {
		color: #FFFFFF;
		text-align: center;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.common_title p:before,.common_title p:after {
		content: '';
		display: inline-block;
		width: 28px;
		height: 28px;
		background-size: contain;
		vertical-align: middle;
	}

	.common_title p:before {
		background-image: url(../img/common_title_logo_L.svg);
		margin-right: 12px;
	}

	.common_title p:after {
		background-image: url(../img/common_title_logo_R.svg);
		margin-left: 12px;
	}

	/* メインビジュアル */
	.main {
		position: relative;
    overflow: hidden;
	}

	.main_img {
		width: 100%;
    /*
    height: 0;
    padding-top:37.5%;
    */
    padding-top:43.5%;
    overflow: hidden;
    margin-bottom: 60px;
    background: #FFF;
	}
  @media screen and (min-width:1920px) {
    .main_img {
      width: 100%;
      padding-top:0;
      height: 840px;
      overflow: hidden;
      margin-bottom: 60px;
      background: #FFF;
    }
  }
  .main_img img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width:100%;
    max-width: 1920px;
    min-width: 1200px;
  }
  @media screen and (min-width:768px) and ( max-width:1199px) {
    .main_img {
      height: 525px;
      padding-top:0;
      overflow: hidden;
      margin-bottom: 65px;
    }
  }

	.main_logo {
		position: absolute;
		top: 3%;
		left: 3%;
		width: 9%;
	}

	.main_entry_btn {
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #ed697e;
		top: 0;
		right: 0;
		width: 120px;
		height: 120px;
		text-decoration: none;
    z-index: 999;
	}

	.main_entry_btn:hover {
		opacity: 0.8;
	}

	.letter_icon {
		width: 33%;
		margin-bottom: 15px;
	}

	.main_entry_btn p {
		color: #FFFFFF;
		font-size: 16px;
		font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	}

	.pc_adjust {
		max-width: 1200px;
		position: absolute;
		bottom: 100px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.campaign_b .pc_adjust {
		bottom: 210px;
	}

	.campaign_wrap {
		position: relative;
		width: 485px;
		margin: 0 0 0 auto;
		box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.6);
		padding: 7px;
		background-color: #FFFFFF;
	}

	.campaign {
		box-shadow: 0px 0px 0px 7px #ffffff;
		border: 1px solid #CCCCCC;
		margin: auto;
		padding: 65px 0 40px 0;
		position: relative;
	}

	.campaign p {
		text-align: center;
	}

	.campaign h2 {
		font-weight: normal;
		font-family: 'Shippori Mincho', serif;
		font-size: 32px;
		text-align: center;
		margin-bottom: 20px;
	}

	.campaign_sub_title {
		font-size: 15px;
		font-family: "Bookman Old Style";
		margin-bottom: 28px;
		letter-spacing: 1px;
	}

	.campaign_border_text {
		position: relative;
		padding: 14px 0 20px 0;
		border-top: 2px solid #CCCCCC;
		border-bottom: 2px solid #CCCCCC;
		margin: 0 45px 18px 45px;
		font-family: 'Shippori Mincho', serif;
		font-size: 24px;
	}

	.campaign_border_text::before, .campaign_border_text::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 6px;
		box-sizing: border-box;
	}
	.campaign_border_text::before {
		top: 0;
		border-bottom: 1px solid #CCCCCC;
	}

	.campaign_border_text::after {
		bottom: 0;
		border-top: 1px solid #CCCCCC;
	}

	.mpg_text {
		font-family: 'Shippori Mincho', serif;
		font-size: 21px;
		margin-bottom: 15px;
	}

	.mpg_text span {
		background: linear-gradient(transparent 50%, #FFFDBE 0%);
	}

	.campaign_img {
		width: 100%;
		padding: 0 30px;
		margin-bottom: 18px;
	}

	.campaign_deadline {
		width: 100%;
		padding: 0 30px;
		position: relative;
		z-index: 2;
	}

	.deadline_text {
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
	}

	.deadline_text p {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
	}

	.deadline_text p:first-of-type {
		font-size: 18px;
	}

	#ID_DEADLINE_TIME .yycountdown-box {
		margin: 0;
	}

	#ID_DEADLINE_TIME .yycountdown-box span {
		font-size: 28px;
		color: #9B754E;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.campaign_bg_R {
		position: absolute;
		top: -19px;
		right: -15px;
		width: 46%;
	}

	.campaign_bg_L {
		position: absolute;
		bottom: -19px;
		left: -15px;
		width: 46%;
	}

	.lottery_icon {
		width: 160px;
		position: absolute;
		top: -102px;
		left: 0;
	}

	/* LOCATIONPHOTOの想い */
	.thought_intro {
		padding: 30px 0 0;
	}

	.thought_intro p {
		font-size: 20px;
		text-align: center;
		line-height: 45px;
	}

	.thought_intro p:last-of-type {
		margin-bottom: 0;
	}

	.thought_intro p span {
		font-size: 25px;
		color: #CE1459;
		background: linear-gradient(transparent 50%, #F7F9E1 0%);
		letter-spacing: 2px;
		line-height: 30px;
	}

	/* WEDDING PHOTO */
	.wedding_photo {
		background-color: #fff2ec;
    background: none;
		padding: 0 0 50px;
	}

	.wedding_photo_title {
		color: #e96379;
    color: #ea6378;
		text-align: center;
		font-size: 40px;
    line-height: 40px;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;		margin-bottom: 30px;
		font-weight: bold;
	}
/*
	.wedding_photo_title:before {
		content: '';
		display: inline-block;
		width: 40px;
		height: 40px;
		background-size: contain;
		vertical-align: middle;
		background-image: url(../img/photo_icon.svg);
		margin-right: 30px;
	}
*/
  .slick-list{
    padding-bottom:10px !important;
  }
	.wedding_photo .slick-slide {
		margin-left: 25px;
		width: 480px;
    box-shadow: 2px 2px 5px rgb(153 153 153 / 50%);
	}
  
	/* キャンペーン */
	.mc_campaign {
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 90px;
	}

	.mc_campaign_intro {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-bottom: 10px;
	}

	.mc_c_num {
		font-size: 112px;
		font-family: 'Shippori Mincho', serif;
		color: #CE1459;
		margin-right: 10px;
	}

	.mc_c_text p {
		font-weight: bold;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 34px;
	}

	.mc_c_text p:first-of-type {
		font-size: 30px;
		padding-top: 10px;
	}

	.mc_c_text p:last-of-type span {
		color: #CE1459;
		font-size: 43px;
	}

	.balloon {
		position: absolute;
		top: -57px;
		right: 21%;
		width: 31%;
	}

	.mc_campaign_wrap {
		padding: 0 5px;
		position: relative;
		margin-bottom: 85px;
	}

	.mc_campaign_border {
		width: 812px;
		margin: 0 auto;
	}

	.mc_campaign_info {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 812px;
		transform: translateY(-50%) translateX(-50%);
		padding: 0 30px;
	}

	.mc_campaign_info p {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		text-align: center;
		font-size: 31px;
	}

	.mc_campaign_info img {
		width: 300px
	}

	.mc_campaign_info p span {
		background: linear-gradient(transparent 50%, #FFFDBE 0%);
	}

	.mc_campaign_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.mc_campaign_item {
		width: 18.5%;
		border: solid 1px #CCCCCC;
		padding: 5px;
		margin-bottom: 45px;
	}

	.mc_c_item_inner {
		box-shadow: 0px 0px 0px 5px #FFFFFF;
		border: dashed 1px #CCCCCC;
		width: 100%;
		padding: 12px;
		position: relative;
	}

	.mc_c_img {
		position: relative;
		margin-bottom: 15px;
	}

	.mc_c_img img:nth-of-type(2) {
		position: absolute;
		width: 100%;
		bottom: -3%;
		left: 0;
	}

	.mc_campaign_item p {
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5px;
	}

	.mc_campaign_item .mc_c_text_s {
		font-size: 18px;
	}

	.mc_c_icon_wrap {
		position: absolute;
		top: -15%;
		left: -5px;
		width: 35%;
	}

	.mc_c_icon {
		width: 100%;
		position: relative;
	}

	.mc_c_icon p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		font-family: 'Shippori Mincho', serif;
		font-size: 24px;
		color: #AE8C6A;
		padding-bottom: 2px;
		font-weight: normal;
		margin-bottom: 0;
		padding-left: 2px;
		padding-bottom: 3px;
	}

	.flower_icon {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 29%;
	}

	/* こんなカップルにおすすめ！ */
	.recommend{
		padding-top: 50px;
	}

	.recommend_list {
		padding-top: 40px;
		padding-bottom: 100px;
    padding-bottom:0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.recommend_item {
	border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    padding: 28px 10px 28px 20px;
    margin-bottom: 30px;
    width: 31.5%;
    margin: 0 0.9% 2%;
	}

	.recommend_list .recommend_item:nth-of-type(n+4) {
		margin-bottom: 0;
	}

	.recommend_item p {
		width: 88%;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 32px;
	}

	.Android .recommend_item p {
		line-height: 22px;
	}

	.recommend_item p span {
		background: linear-gradient(transparent 60%, #FFFDBE 0%);
		line-height: 22px;
	}

	.recommend_icon {
		width: 12%;
		padding-bottom: 10px;
		margin-right: 30px;
	}

	/* 約３００着以上から選べる豊富なドレス */
	.dress {
		background-color: #fff2ec;
    background: #FFF;
		padding-top: 60px;
    /*
		padding-bottom: 60px;
    */
		position: relative;
	}

	.dress .common_title {
    /*
		position: absolute;
		top: -45px;
		left: 50%;
		transform: translateX(-50%);
    */
    position: relative;
    max-width: 1040px;
    margin: 0 auto 30px;
	}

	.dress_intro {
		margin-bottom: 30px;
		text-align: center;
		line-height: 40px;
		font-size: 20px;
	}

	.dress_lineup {
		display: flex;
		justify-content: center;
	}

	.dress_lineup p {
		font-size: 18px;
		border-top: solid 1px #D8C2AD;
		border-bottom: solid 1px #D8C2AD;
		padding: 12px 50px;
		display: inline-block;
		text-align: center;
		color: #AE8C6A;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-bottom: 40px;
	}

	.dress_lineup p:before,.dress_lineup p:after {
		content: '';
		display: inline-block;
		width: 120px;
		height: 21px;
		background-size: contain;
		vertical-align: middle;
	}

	.dress_lineup p:before {
		background-image: url(../img/dress_lineup_L.svg);
		margin-right: 35px;
	}

	.dress_lineup p:after {
		background-image: url(../img/dress_lineup_R.svg);
		margin-left: 35px;
	}

	.dress_slide {
		margin-bottom: 20px;
	}

	.dress .slick-slide {
		margin-left: 20px;
		width: 348px;
	}

	.dress_note {
		max-width: 1100px;
		margin: 0 auto;
    text-align: center;
	}

	.kids_dress {
		background-color: #FFFFFF;
		padding: 45px 108px 25px 108px;
		width: 100%;
		max-width: 1100px;
		margin: 30px auto 0 auto;
	}

	.kids_dress h3 {
		font-size: 25px;
		font-weight: bold;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		margin-bottom: 30px;
	}

	.kids_dress_sub_title {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border-top: solid 1px #333333;
		border-bottom: solid 1px #333333;
		padding: 15px 0;
		text-align: center;
		width: 500px;
		margin: 0 auto 25px auto;
	}

	.kids_dress_intro {
		line-height: 28px;
		margin-bottom: 15px;
		text-align: center;
	}

	.kids_dress_intro_note {
		font-size: 14px;
		text-align: center;
		margin-bottom: 30px;
	}

	.kids_dress_gallery {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}

	.kids_dress_img {
		width: 30.5%;
	}

	.kids_dress_gallery .kids_dress_img:nth-of-type(3) {
		order: 3;
	}

	.kids_dress_empty {
		display: none;
	}

	.kids_dress_note {
		text-align: right;
	}

	/* 選べるロケーションプラン */
	.plan {
		padding: 50px 0 0;
    margin-bottom:60px;
    background: #FFF;
	}
  .plan .common_title {
      position: relative;
      max-width: 1040px;
      margin: 0 auto 30px;
  }
	.plan_intro {
		font-size: 20px;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 60px;
		line-height: 40px;
	}

	.plan_note {
		display: flex;
		justify-content: center;
	}

	.plan_note p {
		color: #8F7052;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		padding: 18px 30px;
		display: inline-block;
		border: 1px solid #AE8C6A;
		margin-bottom: 80px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.plan_content {
/*		background: linear-gradient(to right, #fff2ec 0%, #fff2ec 40%, #FFFFFF 40%,  #FFFFFF 100%);*/
    background: linear-gradient(to right, #def4f3 0%, #def4f3 40%, #FFFFFF 40%, #FFFFFF 100%);
		padding: 120px 0;
	}

	.plan_item {
		max-width: 1040px;
		margin: 0 auto 120px auto;
		display: flex;
		width: 100%;
		position: relative;
    align-items: flex-start;
    justify-content: space-between;
	}

	.plan_content .plan_item:last-of-type {
		margin-bottom: 0;
	}

	.plan_img {
		width: 50%;
    box-shadow: 0 2px 5px rgb(153 153 153 / 30%);
	}

	.plan_left .plan_img {
		margin: 0 0 0 auto;
	}

	.plan_info_wrap {
    /*
		position: absolute;
		top: 0px;
		right: 0;
		width: 52.5%;*/
    width:46%;
    margin:0 30px;
	}

	.plan_left .plan_info_wrap {
		left: 0;
	}
  .plan_left{
    flex-direction: row-reverse;
  }

	.plan_info_inner {
		display: flex;
		flex-direction: column;
    /*
		align-items: flex-end;
    */
		position: relative;
	}

	.plan_left .plan_info_inner {
		align-items: flex-start;
		margin-right: 0;
	}

	.plan_info {
    /*
		border: 1px solid #CCCCCC;
    */
		width: 100%;
		padding: 64px 0 50px 0;
	}

	.plan_left .plan_info {
		padding: 64px 0 50px 0;
	}

	.plan_content .plan_item:nth-of-type(3) .plan_info {
		padding: 64px 0 50px 0;
	}

	.plan_info h3 {
		font-size: 25px;
		font-weight: bold;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;		margin-bottom: 20px;
	}

	.plan_overview {
		line-height: 30px;
	}

	.plan_num {
    /*
		display: flex;
		align-items: baseline;
		background: rgba(255, 255, 255, 0.8);
		margin: 0 0 0 auto;
		display: inline-flex;
    */
    margin: 0;
		height: 63px;
	}

	.plan_left .plan_num {
		margin-left: 0;
	}

	.plan_num p {
		font-family: 'Shippori Mincho', serif;
		color: #8ccecc;
		text-align: center;
	}

	.plan_num p:first-of-type {
		font-size: 160px;
    line-height: 70px;
    text-align: left;
    opacity: 0.2;
    color: #8ccecc;
    margin-top:14px;
    margin-left: 35px;
	}

	.plan_num p:last-of-type {
    font-size: 34px;
    padding-right: 23px;
    text-align: left;
    margin-top: -74px;
  }
  .big_font{
		font-family: 'Shippori Mincho', serif;    
    font-size:68px;
  }

	.plan_flower {
		width: 9%;
		position: absolute;
		bottom: -50px;
		right: 10px;
	}

	.plan_left .plan_flower {
		left: auto;
		right: 84px;
		bottom: -52px;
	}

	.plan_content .plan_item:nth-of-type(2) .plan_flower {
		width: 10.5%;
	}

	.plan_content .plan_item:nth-of-type(3) .plan_flower {
		width: 10.5%;
		bottom: -42px;
		right: 16px;
	}

	/* ▼フォトスタジオ「ロケーションフォト」の特徴 */
	.feature_content {
		padding: 40px 0 100px 0;
		display: flex;
		justify-content: space-between;
	}

	.feature_item {
		width: 23.5%;
		position: relative;
	}

	.feature_content .feature_item:last-of-type {
		margin-bottom: 0;
	}

	.feature_img {
		width: 100%;
	}

	.feature_overview {
		margin-top: -45px;
	}

	.feature_left .feature_overview {
		right: auto;
		left: 0;
	}

	.feature_overview p {
		font-family: 'Shippori Mincho', serif;
	}

	.feature_overview p:first-of-type {
		font-size: 25px;
		background-color: #654E37;
		color: #ffffff;
		padding: 10px 15px;
		display: inline-block;
		line-height: 22px;
		height: 45px;
	}

	.feature_overview p:first-of-type span {
		font-size: 20px;
		margin-right: 10px;
	}

	.feature_overview p:last-of-type {
		font-size: 18px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		background: rgba(255, 255, 255, 0.8);
		line-height: 24px;
		margin-top: 20px;
	}

	/* ▼店舗情報 */
	.shop {
		background-color: #F8F3EE;
		padding-top: 85px;
		padding-bottom: 50px;
		position: relative;
	}

	.shop .common_title {
		position: absolute;
		top: -45px;
		left: 50%;
		transform: translateX(-50%);
	}

	.shop_intro {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 40px;
		text-align: center;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.shop_list {
		display: flex;
		justify-content: space-between;
	}

	.shop_item {
		width: 31.5%;
	}

	.shop_img {
		width: 100%;
		margin-bottom: 20px;
	}

	.shop h3 {
		font-size: 25px;
		margin-bottom: 5px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.shop_addr {
		font-weight: bold;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	/* ▼ご応募からの流れ */
	.flow {
		padding: 60px 0;
	}

	.flow_content {
		margin-top: 35px;
		display: flex;
		justify-content: space-between;
	}

	.flow_item {
		width: 23.5%;
	}

	.flow_img {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}

	.flow_overview {
		font-size: 18px;
		line-height: 30px;
	}

	.Android .flow_overview {
		line-height: 22px;
	}

	.flow_num {
		display: flex;
		align-items: center;
		background-color: #654E37;
		padding: 5px 0 5px 5px;
		min-width: 150px;
		text-align: center;
	}

	.flow_num p:first-of-type {
		font-family: 'Shippori Mincho', serif;
		font-size: 21px;
		color: #654E37;
		background-color: #FFFFFF;
		padding: 3px 5px 0 5px;
		width: 40px;
		height: 40px;
	}

	.flow_num p:last-of-type {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: #FFFFFF;
		padding: 0 7px;
		font-size: 18px;
		margin: 0 auto;
	}

	/* 応募フォーム */
	.entry {
		padding-bottom: 50px;
	}

	.entry_overview {
    /*
		border: 1px solid #CCCCCC;
		padding: 15px;
		max-width: 1000px;
    */
		margin: 30px auto 0;
	}

	.overview_item {
		display: flex;
    margin-bottom:2px;
    /*
		border-bottom: 1px solid #CCCCCC;
    */
	}

	.overview_item:last-of-type {
		border-bottom: none;
	}

	.overview_item p {
		font-size: 18px;
    line-height: 36px;
		display: flex;
		align-items: center;
	}

	.overview_item p:first-of-type {
		background-color: #fffaf7;
		width: 40%;
		padding: 10px 0;
		font-weight: bold;
		justify-content: center;
	}

	.overview_item p:last-of-type {
		width: 60%;
		padding: 0 30px;
		justify-content: left;
	}

	.entry_form_wrapper {
		border: 1px solid #CCCCCC;
		padding: 40px 175px;
		margin: 0 auto;
		max-width: 1000px;
	}

	.thanks .entry_form_wrapper {
		padding-top: 144px;
		padding-bottom: 144px;
	}

	.entry_sub_ttl {
		margin-bottom: 35px;
	}

	.entry_sub_ttl h3 {
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.entry_sub_ttl p {
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.entry_item {
		display: flex;
		margin-bottom: 5px;
	}

	.item_nm {
		background-color: #F8F3EE;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 20px;
		width: 38%;
	}

	.item_nm p {
		font-weight: bold;
	}

	.item_nm p:nth-of-type(2) {
		font-size: 14px;
		background-color: #CE1459;
		color: #FFFFFF;
		border-radius: 5px;
		padding: 4px 10px;
	}

	.entry_input {
		padding-left: 17px;
		width: 68%;
	}

	.confirm .entry_input {
		display: flex;
		align-items: center;
		padding: 15px 0 15px 35px;
	}

	.entry_shop .entry_input {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.confirm .entry_shop .entry_input {
		padding: 0 0 0 35px;
	}

	.entry_input label {
		font-weight: bold;
		margin-bottom: 10px;
	}

	.entry_input label:last-of-type {
		margin-bottom: 0;
	}

	.entry_input input[type="radio"], .entry_input input[type="checkbox"] {
		display: none;
	}

	.entry_check {
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		position: relative;
		width: 100%;
		font-size: 20px;
		border: 1px solid #CCCCCC;
		padding: 15px 15px 15px 75px;
	}

	.privacy_check .entry_check {
		font-size: 18px;
	}

	.entry_check::before {
		background: #fff;
		border: 2px solid #ccc;
		content: '';
		display: block;
		height: 22px;
		left: 29px;
		margin-top: -8px;
		position: absolute;
		top: 43%;
		width: 22px;
	}

	.entry_check::after {
		border-right: 4px solid #CCCCCC;
		border-bottom: 4px solid #CCCCCC;
		content: '';
		display: block;
		height: 22px;
		left: 35px;
		margin-top: -17px;
		position: absolute;
		top: 48%;
		transform: rotate(45deg);
		width: 12px;
	}

	input[type="radio"]:checked + .entry_check::after, input[type="checkbox"]:checked + .entry_check::after {
		border-right: 4px solid #CE1459;
		border-bottom: 4px solid #CE1459;
	}

	.entry_input input[type="text"] {
		background-color: #FCFCFC;
		border-bottom: 2px solid #E5E5E5;
		width: 100%;
		padding: 13px 20px;
	}

	.age .entry_input {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.age .entry_input input[type="text"] {
		width: 30%;
	}

	.age .entry_input p:first-of-type {
		width: 70%;
		font-weight: bold;
		padding-left: 20px;
	}

	.confirm .age .entry_input p:first-of-type {
		font-weight: normal;
		padding-left: 0;
	}

	.entry_input textarea {
		background-color: #FCFCFC;
		border-bottom: 2px solid #E5E5E5;
		width: 100%;
		padding: 13px 20px;
		height: 120px;
	}

	.entry_input input[type="text"]::placeholder, .entry_input textarea::placeholder {
		color: #CCCCCC;
		font-size: 16px;
	}

	.privacy_box {
		border: 1px solid #CCCCCC;
		width: 100%;
		margin: 40px auto 10px auto;
		height: 200px;
		overflow: auto;
		padding: 16px;
		background-color: #FCFCFC;
	}

	.privacy_box p, .privacy_box li {
		line-height: 22px;
	}

	.privacy_item_nm {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.privacy_intro {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.privacy_box ol li, .privacy_box ol p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.list_parentheses {
		padding-left: 22px;
	}

	ol.list_parentheses li  {
		list-style-type:none !important;
		counter-increment: cnt;
		text-indent: -22px;
	}

	ol.list_parentheses li:before  {
		display: marker;
		content: "("counter(cnt) ") ";
	}

	.list_decimal {
		padding-left: 16px;
	}

	ol.list_decimal li  {
		list-style-type: decimal;
	}

	.privacy_check {
		margin: 0 auto;
	}

	.privacy_check .entry_check {
		border: none;
	}

	.privacy_check label {
		font-weight: normal;
	}

	.entry_btn, .thanks_btn {
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}

	.entry_btn button {
		background: #AAAAAA;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		border-radius: 5px;
		width: 52%;
		padding: 15px 0;
		cursor: default;
	}

	.active button {
		background: linear-gradient(0deg, rgba(201,102,0,1) 0%, rgba(230,134,37,1) 50%, rgba(245,141,38,1) 100%);
		cursor: pointer;
	}

	.error_txt {
		color: #cc0000;
		font-size: 14px;
		margin-top: 8px;
		display: none;
	}

	.confirm_btn {
		display: flex;
		justify-content: center;
		margin-top: 40px;
		padding: 0 50px;
	}

	.confirm_btn button, .thanks_btn button {
		background: rgb(201,102,0);
		background: linear-gradient(0deg, rgba(201,102,0,1) 0%, rgba(230,134,37,1) 50%, rgba(245,141,38,1) 100%);
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		border-radius: 5px;
		width: 40%;
		padding: 17px 0;
	}

	.confirm_btn button:first-of-type {
		margin-right: 20px;
		background-color: #AAAAAA;
		background: linear-gradient(0deg, rgba(170,170,170,1) 0%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 100%);
		width: 35%;
	}

	.confirm_btn button:last-of-type {
		width: 65%;
	}

	.thanks .thanks_btn button {
		width: 335px;
	}

	.thanks {
		padding-bottom: 50px;
	}

	.thanks_text p {
		text-align: center;
	}

	.thanks_text p:first-of-type {
		font-size: 40px;
		font-weight: bold;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-bottom: 27px;
	}

	.thanks_text p:last-of-type {
		margin-bottom: 77px;
	}

	.entry_bg{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.entry_bg a{
		width: 587px;
		height: 92px;
		border-radius: 70px;
		background-color: #ed697e;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.entry_bottom p{
		color: #fff;
		font-size: 26px;
		font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	}

	.contents_wrapper .attention{
		background-color: #FCFCFC;
		max-width: 1120px;
		height: 150px;
		margin: 60px auto;
		padding: 40px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
    box-shadow: 0 2px 5px rgb(153 153 153 / 30%);
	}

	.attention p{
		font-size: 16px;
		line-height: 26px;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #333;
		text-align: center;
	}

	.attention .fair_bottom{
		width: 370px;
		height: 74px;
		background-color: #fff;
		border: 1px solid #ed697e;
		border-radius: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fair_bottom p{
		font-size: 18px;
		color: #ed697e;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;
	}

	/* ヘッダー */
	.header {
		background-color: #AE8C6A;
		position: relative;
		padding: 23px 0;
		width: 100%;
		margin: 0 auto;
	}

	.header::before, .header::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 5px;
		box-sizing: border-box;
	}
	.header::before {
		top: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	.header::after {
		bottom: 0;
		border-top: 1px solid #FFFFFF;
	}

	.h_logo {
		width: 193px;
		margin: 0 auto;
	}

	/* フッター */
	.footer {
		background-color: #ed697e;
		padding: 30px 0;
	}

	.footer_inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1200px;
		margin: 0 auto;
	}

	.footer p {
		color: #FFFFFF;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.f_logo {
		width: 60%;
		padding: 43px 0 0 48px;
	}

	.f_logo img {
		width: 146px;
	}

	.tel_btn_pc {
		font-size: 18px;
		margin-top: 65px;
	}

	.f_shop_list {
		width: 40%;
	}

	.f_shop_item {
		border-bottom: 1px solid #7D562D;
		padding: 20px 10px;
		display: flex;
		align-items: center;
	}

	.f_shop_list .f_shop_item:first-of-type {
		border-top: 1px solid #7D562D;
	}

	.f_shop_item p:first-of-type {
		font-size: 18px;
		width: 30%;
	}

	.f_shop_item p:last-of-type {
		font-size: 12px;
		width: 70%;
		line-height: 22px;
	}

	.tel_btn {
		display: none;
	}

	.tel_btn a {
		text-decoration: none;
	}

	.tel_btn p {
		text-align: center;
		padding: 12px 0;
	}

	.copyright {
		font-size: 12px;
		text-align: center;
		width: 100%;
		margin-top: 0;
	}

	/* 追従エリア */
	.follow {
		position: fixed;
		right: 0;
		bottom: 10px;
		z-index: 99;
		padding: 5px;
    /*
		background: linear-gradient(180deg, rgba(255,148,141,1) 0%, rgba(253,198,141,1) 100%);
    */
    background: #ed697e;
	}

	.follow a {
		text-decoration: none;
	}

	.follow_inner {
		position: relative;
		border: 1px solid #ffffff;
		padding: 12px 10px 12px 10px;
	}

	.f_lottery_icon {
		position: absolute;
		top: -37px;
		left: 0;
		width: 72%;
	}

	.follow_text_l {
		font-size: 25px;
		color: #FFFFFF;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;		margin-bottom: 20px;		text-align: center;
		margin-bottom: 7px;
	}

	.follow_text_l span {
		font-size: 32px;
	}

	.follow_text_sp {
		display: none;
	}

	.follow_deadline {
		background-color: #FFF6EC;
		border-radius: 35px;
		padding: 7px 15px 5px 15px;
	}

	.follow_deadline p {
		font-size: 15px;
		font-weight: bold;
		color: #D58815;
		text-align: center;
	}

	#ID_F_DEADLINE_TIME .yycountdown-box {
		font-size: 20px;
		font-weight: bold;
		color: #D58815;
		margin: 0;
	}
}

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【スマートフォンここから】                                       */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@media screen and (max-width:768px){
	.contents_wrapper {
		padding: 0;
	}

	.common_title {
		background: linear-gradient(90deg, rgba(255,201,218,1) 0%, rgba(255,251,217,1) 100%);
		position: relative;
		padding: 12px 0;
    background: #8ccecc;
	}

	.common_title::before, .common_title::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 4px;
		box-sizing: border-box;
	}
	.common_title::before {
		top: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	.common_title::after {
		bottom: 0;
		border-top: 1px solid #FFFFFF;
	}

	.common_title h2 {
		color: #FFF;
		text-align: center;
		font-size: 22px;
		font-weight: normal;
		line-height: 31px;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;
		margin-bottom: 3px;
	}

	.common_title p {
		color: #FFFFFF;
		text-align: center;
		font-size: 14px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.common_title p:before,.common_title p:after {
		content: '';
		display: inline-block;
		width: 25px;
		height: 20px;
		background-size: contain;
		vertical-align: middle;
	}

	.common_title p:before {
		background-image: url(../img/common_title_logo_L.svg);
		margin-right: 8px;
	}

	.common_title p:after {
		background-image: url(../img/common_title_logo_R.svg);
		margin-left: 8px;
	}

	/* メインビジュアル */
	.main {
		position: relative;
		padding-bottom: 35px;
	}

	.main_img {
		width: 100%;
	}

	.main_logo {
		position: absolute;
    top: 0;
    left: 0;
    width: 24%;
    margin-top: 2%;
    margin-left: 2%;
	}

	.main_entry_btn {
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #ed697e;
		top: 0;
		right: 0;
		width: 80px;
		height: 80px;
		text-decoration: none;
    z-index: 999;    
	}

	.letter_icon {
		width: 34%;
		margin-bottom: 10px;
	}

	.main_entry_btn p {
		color: #FFFFFF;
		font-size: 14px;
		font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	}

	.campaign_wrap {
		position: relative;
		width: 95%;
		margin: -145px auto 0 auto;
		box-shadow: 0px 4px 9px -4px rgba(0,0,0,0.6);
		padding: 5px;
		background-color: #FFFFFF;
	}

	.campaign {
		box-shadow: 0px 0px 0px 5px #ffffff;
		border: 1px solid #CCCCCC;
		margin: auto;
		padding: 45px 0 30px 0;
		position: relative;
	}

	.campaign p {
		text-align: center;
	}

	.campaign h2 {
		font-weight: normal;
		font-family: 'Shippori Mincho', serif;
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}

	.campaign_sub_title {
		font-size: 10px;
		font-family: "Bookman Old Style";
		margin-bottom: 18px;
		letter-spacing: 1px;
	}

	.campaign_border_text {
		position: relative;
		padding: 10px 0 16px 0;
		border-top: 2px solid #CCCCCC;
		border-bottom: 2px solid #CCCCCC;
		margin: 0 30px 18px 30px;
		font-family: 'Shippori Mincho', serif;
		font-size: 18px;
	}

	.campaign_border_text::before, .campaign_border_text::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 4px;
		box-sizing: border-box;
	}
	.campaign_border_text::before {
		top: 0;
		border-bottom: 1px solid #CCCCCC;
	}

	.campaign_border_text::after {
		bottom: 0;
		border-top: 1px solid #CCCCCC;
	}

	.mpg_text {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.mpg_text span {
		background: linear-gradient(transparent 50%, #FFFDBE 0%);
	}

	.campaign_img {
		width: 100%;
		padding: 0 30px;
		margin-bottom: 12px;
	}

	.campaign_deadline {
		width: 100%;
		padding: 0 25px;
		position: relative;
		z-index: 2;
	}

	.deadline_text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
	}

	.deadline_text p {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
	}

	.deadline_text p:first-of-type {
		font-size: 14px;
	}

	#ID_DEADLINE_TIME .yycountdown-box {
		margin: 0;
	}

	#ID_DEADLINE_TIME .yycountdown-box span {
		font-size: 20px;
		color: #9B754E;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.campaign_bg_R {
		position: absolute;
		top: -15px;
		right: -13px;
		width: 50%;
	}

	.campaign_bg_L {
		position: absolute;
		bottom: -14px;
		left: -12px;
		width: 50%;
	}

	.lottery_icon {
		width: 35%;
		position: absolute;
		top: -73px;
		left: 0;
	}

	/* LOCATIONPHOTOの想い */
	.thought_intro {
		padding: 20px 0;
	}

	.thought_intro p:first-of-type {
		font-size: 14px;
		text-align: center;
		line-height: 25px;
	}


	.thought_intro p:last-of-type {
		margin-bottom: 0;
	}




	/* WEDDING PHOTO */
	.wedding_photo {
		background-color: #fff2ec;
    background: #FFF;
    background: none;
		padding: 0px 0 30px;
	}

	.wedding_photo_title {
		color: #e96379;
		text-align: center;
		font-size: 25px;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;		margin-bottom: 20px;
	}

	.wedding_photo_title:before {
		content: '';
		display: inline-block;
		width: 26px;
		height: 26px;
		background-size: contain;
		vertical-align: middle;
		background-image: url(../img/photo_icon.svg);
		margin-right: 12px;
	}


	.wedding_photo .slick-slide {
		margin-left: 10px;
		width: 300px;

    box-shadow: 2px 2px 5px rgb(153 153 153 / 50%);
	}
  .slick-track{
    padding-bottom:10px !important;
  }
  
	/* キャンペーン */
	.mc_campaign {
		padding: 50px 10px 40px 10px;
	}
	.mc_campaign_intro {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-bottom: 20px;
	}

	.mc_c_num {
		font-size: 60px;
		font-family: 'Shippori Mincho', serif;
		color: #CE1459;
		margin-right: 5px;
	}

	.mc_c_text p {
		font-weight: bold;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.mc_c_text:first-of-type {
		font-size: 18px;
		padding-top: 10px;
	}

	.mc_c_text p:last-of-type span {
		color: #CE1459;
		font-size: 22px;
	}

	.balloon {
		position: absolute;
		top: -28px;
		right: 0;
		width: 57%;
	}

	.mc_campaign_wrap {
		padding: 0 5px;
		position: relative;
		margin-bottom: 58px;
	}

	.mc_campaign_border {
		width: 100%;
	}

	.mc_campaign_info {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		padding: 0 28px;
		transform: translateY(-50%) translateX(-50%);
	}

	.mc_campaign_info p {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		margin-bottom: 5px;
	}

	.mc_campaign_info p span {
		background: linear-gradient(transparent 50%, #FFFDBE 0%);
	}

	.mc_campaign_b {
		width: 85%;
		margin: 0 auto;
	}

	.mc_campaign_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.mc_campaign_item {
		width: 48%;
		border: solid 1px #CCCCCC;
		padding: 5px;
		margin-top: 35px;
	}

	.mc_campaign_list .mc_campaign_item:first-of-type, .mc_campaign_list .mc_campaign_item:nth-of-type(2) {
		margin-top: 0;
	}

	.mc_c_item_inner {
		box-shadow: 0px 0px 0px 5px #FFFFFF;
		border: dashed 1px #CCCCCC;
		width: 100%;
		padding: 7px;
		position: relative;
	}

	.mc_c_img {
		position: relative;
		margin-bottom: 15px;
	}

	.mc_c_img img:nth-of-type(2) {
		position: absolute;
		width: 100%;
		bottom: -3%;
		left: 0;
	}

	.mc_campaign_item p {
		font-size: 14px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5px;
	}

	.mc_campaign_item .mc_c_text_s {
		font-size: 12px;
	}

	.mc_c_icon_wrap {
		position: absolute;
		top: -15%;
		left: -5px;
		width: 40%;
	}

	.mc_c_icon {
		width: 100%;
		position: relative;
	}

	.mc_c_icon p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		font-family: 'Shippori Mincho', serif;
		font-size: 20px;
		color: #AE8C6A;
		padding-bottom: 3px;
		font-weight: normal;
		padding-left: 2px;
	}

	.flower_icon {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 29%;
	}

	/* こんなカップルにおすすめ！ */
	.recommend_list {
		padding: 30px 0;
	}

	.recommend_item {
		border: 1px solid #CCCCCC;
		display: flex;
		align-items: center;
		padding: 15px 12px;
		margin-bottom: 10px;
	}

	.recommend_list .recommend_item:last-of-type {
		margin-bottom: 0;
	}

	.recommend_item p {
		font-size: 15px;
	}

	.Android .recommend_item p {
		line-height: 22px;
	}

	.recommend_item p span {
		background: linear-gradient(transparent 50%, #FFFDBE 0%);
		line-height: 22px;
	}

	.recommend_icon {
		width: 8%;
		padding-bottom: 10px;
		margin-right: 15px;
	}

	/* 約３００着以上から選べる豊富なドレス */
	.dress {
		background-color: #fff;
		padding: 30px 0;
  }

	.dress_intro {
		margin-top: 20px;
		margin-bottom: 25px;
		text-align: center;
		line-height: 26px;
	}

	.dress_lineup p {
		font-size: 14px;
		border-top: solid 1px #D8C2AD;
		border-bottom: solid 1px #D8C2AD;
		padding: 15px 0;
		text-align: center;
		color: #AE8C6A;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-bottom: 18px;
	}

	.dress_lineup p:before,.dress_lineup p:after {
		content: '';
		display: inline-block;
		width: 85px;
		height: 16px;
		background-size: contain;
		vertical-align: middle;
	}

	.dress_lineup p:before {
		background-image: url(../img/dress_lineup_L.svg);
		margin-right: 18px;
	}

	.dress_lineup p:after {
		background-image: url(../img/dress_lineup_R.svg);
		margin-left: 18px;
	}

	.dress_slide {
		margin-bottom: 12px;
	}

	.dress .slick-slide {
		margin-left: 20px;
		width: 230px;
	}

	.dress_note {
		font-size: 12px;
		text-align: center;
	}

	.kids_dress {
		background-color: #FFFFFF;
		padding: 25px 28px;
		margin-top: 15px;
	}

	.kids_dress h3 {
		font-size: 20px;
		font-weight: bold;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		margin-bottom: 20px;
	}

	.kids_dress_sub_title {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border-top: solid 1px #333333;
		border-bottom: solid 1px #333333;
		padding: 10px 0;
		text-align: center;
		margin-bottom: 20px;
		font-size: 12px;
	}

	.kids_dress_intro {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.kids_dress_intro_note {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.kids_dress_gallery {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.kids_dress_img {
		width: 41%;
	}

	.kids_dress_img img {
		border-radius: 15px;
	}

	.kids_dress_gallery .kids_dress_img:nth-of-type(4) {
		margin-top: -75px;
	}

	.kids_dress_empty {
		width: 18%;
	}

	.kids_dress_note {
		font-size: 10px;
		text-align: right;
	}

	/* 選べるロケーションプラン */
  .plan{
    background: #FFF;
  }
	.plan_intro {
		font-size: 14px;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 25px;
		line-height: 26px;
	}

	.plan_note p {
		color: #8F7052;
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
		font-weight: bold;
		margin: 0 10px;
		border: 1px solid #AE8C6A;
		margin-bottom: 30px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.plan_content {
    background: linear-gradient(to right, #def4f3 0%, #def4f3 50%, #FFFFFF 50%, #FFFFFF 100%);    
		padding: 60px 0 60px 0;
	}

	.plan_item {
		margin-bottom: 30px;
	}

	.plan_content .plan_item:last-of-type {
		margin-bottom: 0;
	}

	.plan_img {
    /*
		width: 75%;
    */
    width:80%;
    width:calc(100% - 30px);
    margin: 0 auto;
    box-shadow:0 2px 5px rgb(153 153 153 / 30%)
  }
/*
	.plan_left .plan_img {
		margin: 0 0 0 auto;
	}
*/
	.plan_info_inner {
		margin-right: 10px;
    /*
		margin-top: -90px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
    */
    width:80%;
    width:calc(100% - 30px);
    margin: 0 auto;
		position: relative;
	}

  /*
	.plan_left .plan_info_inner {
		align-items: flex-start;
		margin-left: 10px;
		margin-right: 0;
	}
  */

	.plan_info {
    /*
		border: 1px solid #CCCCCC;
    */
		width: 100%;
		padding: 15px 0 30px;
	}

	.plan_info h3 {
		font-size: 20px;
		line-height: 32px;
		font-weight: bold;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;
    margin-bottom: 15px;
  }

	.plan_overview {
		font-size: 14px;
		line-height: 28px;
    text-align: justify;
	}

	.plan_num {
    /*
		display: flex;
		align-items: baseline;
		background: rgba(255, 255, 255, 0.8);
    */
		margin: 0 0 0 auto;
/*		display: inline-flex;*/
	}

	.plan_left .plan_num {
		margin-left: 0;
	}

	.plan_num p {
		font-family: 'Shippori Mincho', serif;
		color: #8ccecc;
		text-align: center;
	}

	.plan_num p:first-of-type {
    font-size: 120px;
    line-height: 60px;
    margin-top: 30px;
    opacity: 0.2;
    margin-bottom: 0;
	}

	.plan_num p:last-of-type {
		font-size: 28px;
    line-height: 28px;
    margin-top: -38px;
    margin-bottom: 30px;
	}
  .big_font{
		font-family: 'Shippori Mincho', serif;    
    font-size:40px;
  }

	.plan_flower {
		width: 13%;
		position: absolute;
		bottom: -12px;
		left: 16px;
	}

	.plan_left .plan_flower {
		left: auto;
		right: 14px;
		bottom: -22px;
	}

	.plan_content .plan_item:nth-of-type(2) .plan_flower {
		width: 15%;
	}

	.plan_content .plan_item:nth-of-type(3) .plan_flower {
		width: 15%;
		left: 12px;
	}

	/* ▼フォトスタジオ「ロケーションフォト」の特徴 */
	.feature_content {
		padding: 20px 0 40px 0;
	}

	.feature_item {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
	}

	.feature_content .feature_item:last-of-type {
		margin-bottom: 0;
	}

	.feature_img {
		width: 70%;
	}

	.feature_left .feature_img {
		margin: 0 0 0 auto;
	}

	.feature_overview {
		position: absolute;
		bottom: 21px;
		right: 0;
	}

	.feature_left .feature_overview {
		right: auto;
		left: 0;
	}

	.feature_overview p {
		font-family: 'Shippori Mincho', serif;
	}

	.feature_overview p:first-of-type {
		font-size: 20px;
		background-color: #654E37;
		color: #ffffff;
		padding: 10px 15px;
		position: relative;
		display: inline-block;
		line-height: 22px;
	}

	.feature_overview p:first-of-type span {
		font-size: 14px;
		margin-right: 5px;
	}

	.feature_overview p:last-of-type {
		font-size: 14px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		margin-top: -23px;
		padding: 35px 15px 15px 15px;
		background: rgba(255, 255, 255, 0.8);
		line-height: 24px;
	}

	/* ▼店舗情報 */
	.shop {
		background-color: #F8F3EE;
		padding-bottom: 35px;
	}

	.shop_intro {
		font-size: 14px;
		font-weight: bold;
		margin: 20px 0;
		text-align: center;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.shop_item {
		margin-bottom: 30px;
	}

	.shop_list .shop_item:last-of-type {
		margin-bottom: 0;
	}

	.shop_img {
		width: 100%;
		margin-bottom: 10px;
	}

	.shop h3 {
		font-size: 23px;
		margin-bottom: 3px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.shop_addr {
		font-size: 12px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	/* ▼ご応募からの流れ */
	.flow_content {
		margin-top: 10px;
	}

	.flow_img {
		width: 100%;
		margin-bottom: 15px;
		position: relative;
	}

	.flow_overview {
		font-size: 14px;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.Android .flow_overview {
		line-height: 22px;
	}

	.flow_num {
		position: absolute;
		left: 0;
		bottom: 17px;
		display: flex;
		align-items: center;
		background-color: #654E37;
		padding: 5px 0 5px 5px;
		min-width: 150px;
		text-align: center;
	}

	.flow_num p:first-of-type {
		font-family: 'Shippori Mincho', serif;
		font-size: 21px;
		color: #654E37;
		background-color: #FFFFFF;
		padding: 3px 5px 0 5px;
		width: 40px;
		height: 40px;
	}

	.flow_num p:last-of-type {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: #FFFFFF;
		padding: 0 7px;
		margin: 0 auto;
	}

	/* 応募フォーム */
	.entry {
		padding-bottom: 38px;
	}

	.entry_overview {
    /*
		border: 1px solid #CCCCCC;
		padding: 12px;
		margin-bottom: 30px;
    */
		margin-top: 15px;
	}

	.overview_item {
		display: flex;
    /*
		border-bottom: 1px solid #CCCCCC;
    */
    margin-bottom:2px;
	}

	.overview_item:last-of-type {
		border-bottom: none;
	}

	.overview_item p {
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.overview_item p:first-of-type {
		background-color: #fffaf7;
		width: 30%;
		padding: 18px 0;
	}

	.overview_item p:last-of-type {
		width: 70%;
		padding-left: 15px;
		justify-content: flex-start;
	}

	.Android .overview_item p:last-of-type {
		line-height: 22px;
	}

	.entry_form_wrapper {
		border: 1px solid #CCCCCC;
		padding: 30px 10px;
	}

	.entry_sub_ttl {
		margin-bottom: 30px;
	}

	.entry_sub_ttl h3 {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.entry_sub_ttl p {
		font-weight: bold;
		text-align: center;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.entry_item {
		padding-bottom: 25px;
	}

	.confirm .entry_item {
		padding-bottom: 15px;
	}

	.item_nm {
		background-color: #F8F3EE;
		display: flex;
		justify-content: space-between;
		padding: 15px 20px;
		margin-bottom: 12px;
	}

	.item_nm p:nth-of-type(2) {
		font-size: 12px;
		background-color: #CE1459;
		color: #FFFFFF;
		border-radius: 5px;
		padding: 4px 10px;
	}

	.confirm .entry_input {
		padding: 5px 15px 0px 15px;
	}

	.entry_input label {
		font-weight: bold;
		margin-bottom: 5px;
	}

	.entry_input label:last-of-type {
		margin-bottom: 0;
	}

	.entry_input input[type="radio"], .entry_input input[type="checkbox"] {
		display: none;
	}

	.entry_check {
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 15px 15px 15px 50px;
		position: relative;
		border: 1px solid #CCCCCC;
		width: 100%;
	}

	.entry_check::before {
		background: #fff;
		border: 2px solid #ccc;
		content: '';
		display: block;
		height: 20px;
		left: 15px;
		margin-top: -8px;
		position: absolute;
		top: 47%;
		width: 20px;
	}

	.entry_check::after {
		border-right: 4px solid #CCCCCC;
		border-bottom: 4px solid #CCCCCC;
		content: '';
		display: block;
		height: 22px;
		left: 22px;
		margin-top: -17px;
		position: absolute;
		top: 50%;
		transform: rotate(45deg);
		width: 12px;
	}

	input[type="radio"]:checked + .entry_check::after, input[type="checkbox"]:checked + .entry_check::after {
		border-right: 4px solid #CE1459;
		border-bottom: 4px solid #CE1459;
	}

	.entry_input input[type="text"] {
		background-color: #FCFCFC;
		border-bottom: 2px solid #E5E5E5;
		width: 100%;
		padding: 15px 20px;
	}

	.age .entry_input {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.age .entry_input input[type="text"] {
		width: 33%;
	}

	.age .entry_input p:first-of-type {
		width: 67%;
		font-weight: bold;
		padding-left: 20px;
	}

	.confirm .age .entry_input p:first-of-type {
		font-weight: normal;
		padding-left: 0;
	}

	.entry_input textarea {
		background-color: #FCFCFC;
		border-bottom: 2px solid #E5E5E5;
		width: 100%;
		padding: 13px 20px;
		height: 120px;
	}

	.entry_input input[type="text"]::placeholder, .entry_input textarea::placeholder {
		color: #CCCCCC;
		font-size: 14px;
	}

	.privacy_box {
		border: 1px solid #CCCCCC;
		width: 100%;
		height: 200px;
		overflow: auto;
		padding: 16px;
		background-color: #FCFCFC;
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.privacy_box p, .privacy_box li {
		line-height: 22px;
	}

	.privacy_item_nm {
		margin-bottom: 10px;
	}

	.privacy_intro {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.privacy_box ol li, .privacy_box ol p {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.list_parentheses {
		padding-left: 22px;
	}

	ol.list_parentheses li  {
		list-style-type: none !important;
		counter-increment: cnt;
		text-indent: -22px;
	}

	ol.list_parentheses li:before  {
		display: marker;
		content: "("counter(cnt) ") ";
	}

	.list_decimal {
		padding-left: 16px;
	}

	ol.list_decimal li  {
		list-style-type: decimal;
	}

	.privacy_check {
		margin-bottom: 25px;
	}

	.privacy_check .entry_check {
		border: none;
		padding-top: 0;
		padding-bottom: 0;
	}

	.privacy_check label {
		font-weight: normal;
	}

	.entry_btn {
		display: flex;
		justify-content: center;
	}

	.entry_btn button {
		background: #AAAAAA;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		border-radius: 5px;
		width: 100%;
		padding: 15px 0;
	}

	.active button {
		background: linear-gradient(0deg, rgba(201,102,0,1) 0%, rgba(230,134,37,1) 50%, rgba(245,141,38,1) 100%);
	}

	.error_txt {
		color: #cc0000;
		font-size: 14px;
		margin-top: 8px;
		display: none;
	}

	.confirm_btn {
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-top: 25px;
	}

	.confirm_btn button, .thanks_btn button {
		background: rgb(201,102,0);
		background: linear-gradient(0deg, rgba(201,102,0,1) 0%, rgba(230,134,37,1) 50%, rgba(245,141,38,1) 100%);
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		border-radius: 5px;
		width: 100%;
		padding: 17px 0;
	}

	.confirm_btn button:first-of-type {
		background-color: #AAAAAA;
		background: linear-gradient(0deg, rgba(170,170,170,1) 0%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 100%);
		order: 2;
		margin-top: 15px;
	}

	.thanks {
		padding-bottom: 40px;
	}

	.thanks_text p {
		text-align: center;
	}

	.thanks_text p:first-of-type {
		font-size: 20px;
		font-weight: bold;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-bottom: 35px;
	}

	.thanks_text p:last-of-type {
		margin-bottom: 45px;
	}

	.entry_bg{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.entry_bg a{
		width: 335px;
		height: 60px;
		border-radius: 30px;
		background-color: #ed697e;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.entry_bottom p{
		color: #fff;
		font-size: 18px;
		font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
	}

	.contents_wrapper .attention{
		background-color: #FCFCFC;
		margin: 30px 0;
		padding: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
    box-shadow: 0 2px 5px rgb(153 153 153 / 30%);
	}

	.attention p{
		font-size: 14px;
		line-height: 24px;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;
		color: #333;
		text-align: center;
	}

	.attention .fair_bottom{
		width: 250px;
		height: 40px;
		margin-top: 15px;
		background-color: #fff;
		border: 1px solid #ed697e;
		border-radius: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fair_bottom p{
		font-size: 14px;
		color: #ed697e;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;
	}

	/* ヘッダー */
	.header {
		background-color: #AE8C6A;
		position: relative;
		padding: 26px 0;
	}

	.header::before, .header::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 4px;
		box-sizing: border-box;
	}
	.header::before {
		top: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	.header::after {
		bottom: 0;
		border-top: 1px solid #FFFFFF;
	}

	.h_logo {
		width: 107px;
		margin: 0 auto;
	}

	/* フッター */
	.footer {
		background-color: #ed697e;
		padding: 20px 10px;
	}

	.footer p {
		color: #FFFFFF;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	.f_logo {
		width: 37%;
		margin: 0 auto;
	}

	.tel_btn_pc {
		display: none;
	}

	.f_shop_item {
		border-bottom: 1px solid #7D562D;
		padding: 20px 15px;
	}

	.f_shop_list .f_shop_item:last-of-type {
		border-bottom: none;
	}

	.f_shop_item p:first-of-type {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.f_shop_item p:last-of-type {
		font-size: 12px;
	}

	.tel_btn {
		background: linear-gradient(0deg, rgba(201,102,0,1) 0%, rgba(230,134,37,1) 50%, rgba(245,141,38,1) 100%);
		width: 80%;
		margin: 0 auto;
		border-radius: 25px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.tel_btn a {
		text-decoration: none;
	}

	.tel_btn p {
		text-align: center;
		padding: 12px 0;
	}

	.copyright {
		font-size: 12px;
		text-align: center;
	}

	/* 追従エリア */
	.follow {
		position: fixed;
		bottom: 0;
		z-index: 99;
		padding: 5px;
    /*
		background: linear-gradient(180deg, rgba(255,148,141,1) 0%, rgba(253,198,141,1) 100%);
    */
    background: #ed697e;
		width: 100%;
	}

	.follow a {
		text-decoration: none;
	}

	.follow_inner {
		position: relative;
		border: 1px solid #ffffff;
		padding: 12px 8px 12px 8px;
	}

	.f_lottery_icon {
		position: absolute;
		top: -25px;
		left: 0;
		width: 45%;
	}

	.follow_text_l {
		font-size: 18px;
		color: #FFFFFF;
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;		margin-bottom: 20px;		text-align: center;
		margin-bottom: 7px;
	}

	.follow_text_l span {
		font-size: 23px;
	}

	.follow_deadline {
		background-color: #FFF6EC;
		border-radius: 25px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 15px;
	}

	.follow_deadline p {
		font-size: 13px;
		font-weight: bold;
		color: #D58815;
	}

	#ID_F_DEADLINE_TIME .yycountdown-box {
		font-size: 16px;
		font-weight: bold;
		color: #D58815;
		margin: 0;
	}
}

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【タブレットサイズ調整用】                                       */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@media screen and (min-width:768px) and ( max-width:1600px) {
	.campaign_wrap {
		width: 385px;
	}

	.campaign {
		padding: 38px 0 20px 0;
	}

	.campaign h2 {
		font-size: 25px;
	}

	.campaign_border_text {
		font-size: 18px;
	}

	.mpg_text {
		font-size: 18px;
	}

	.deadline_text p:first-of-type {
		font-size: 16px;
	}

	#ID_DEADLINE_TIME .yycountdown-box span {
		font-size: 23px;
	}

	.lottery_icon {
		width: 120px;
		top: -76px;
	}
}

@media screen and (min-width:768px) and ( max-width:1450px) {
	.pc_adjust {
		left: 41%;
	}
}

@media screen and (min-width:768px) and ( max-width:1300px) {
	.pc_adjust {
		left: 35%;
		bottom: 40px;
	}

	.campaign_b .pc_adjust {
		bottom: 110px;
	}
}

@media screen and (min-width:768px) and ( max-width:1200px) {
	.campaign_wrap {
		width: 370px;
	}

	.lottery_icon {
		width: 100px;
	}

	.campaign {
		padding: 20px 0 20px 0;
	}

	.campaign h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.campaign_sub_title {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.campaign_border_text {
		font-size: 16px;
	}

	.campaign_border_text {
		padding: 12px 0 18px 0;
	}

	.mpg_text {
		font-size: 16px;
	}

	.campaign_border_text {
		margin-bottom: 12px;
	}

	.campaign_bg_R {
		width: 38%;
	}

	.campaign_bg_L {
		width: 38%;
	}
}

@media screen and (min-width:768px) and ( max-width:1050px) {
	.pc_adjust {
		bottom: 13px;
	}

	.lottery_icon {
		top: -45px;
		left: -45px;
	}
}



/**
add
**/
.campaign_b .ca_text{
  font-size:14px;
  line-height: 24px ;
  display: block ;
  color: #000 ;
  background: none ;
  padding-bottom:5px;
}
.campaign_b .ca_p{
  display: block;
  padding: 10px 30px ;
  text-align: justify;
}

.note_ul{
  max-width: 1000px;
  padding: 0;
  margin: 30px auto 0;
  margin-left: 15px;
}
.note_ul li{
  list-style: disc;
  list-style-position:outside;
  margin-bottom:15px;
}
.note_ul li a{
  color: #ed697e;
  text-decoration: underline;
}
.note_ul li a:hover{
  text-decoration: none;
}
.inner{
  max-width: 1000px;
  padding: 0;
  margin: 30px auto 0;
}
.inner h3{
  font-family: tbudrgothic-std, sans-serif;
}
.inner p{
  margin-bottom:15px;
}
.sentence{
  max-width: 1120px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 2px 5px rgb(153 153 153 / 30%);
  padding: 40px;
  margin-bottom: 60px;
}
.inner .sample{
  margin-bottom:5px;
  font-size:14px;
}
.domein_arrow a{
  color: #00F;
}
.domein_arrow li{
  list-style-type: disc;
  margin:0 0 10px 15px;
}


@media screen and (max-width:1200px){
  .sentence{
    margin: 0 30px 60px;
  }
  .contents_wrapper{
    margin: 0 30px;
  }
}
@media screen and (max-width:768px){
  .contents_wrapper{
    margin: 0 15px;
  }
  
  body{
    background-size:31px auto ;
  }
  .sentence{
    max-width: 1120px;
    background: #FFF;
    box-shadow: 0 2px 5px rgb(153 153 153 / 30%);
    padding: 15px;
    margin: 0 15px 30px;
  }
  
  .inner{
    margin: 30px 0 0;
    font-size:14px;
    line-height: 24px;
    text-align: justify;
  }
  .inner p{
    font-size:14px;
    line-height: 24px;
  }
  .note_ul{
    max-width: 1000px;
    padding: 0;
    margin: 30px 0 0 20px;
  }
  .campaign_b .ca_text {
      font-size: 11px;
      line-height: 20px;
  }  
  .sp_inner{
    /*
    margin: 0 30px;
    */
  }
  .note{
    margin-top:30px;
  }
  
}




/*ticktok対応*/
#alert_box{
  display: flex;
  justify-content: center;
  width:100%;
}
.tiktok_alert {
  position: relative;
  color: #F00;
  text-align: center;
  cursor: pointer;
  margin-bottom: 60px;
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px #F00;
  background: #FFF;
  font-size:14px;
  font-weight: 600;
}
.copy_btn{
  display: block;
  margin: 15px auto;
  width:200px;
  font-size:12px;
  padding: 5px 0;
  border: solid 1px #333;
  background: #FFF;
  border-radius: 5px;
}
    #popup{
      position: fixed;
      width:100%;
      height: 100%;
      left:0;
      top:0;
      z-index: 999;
      background: rgba(255,255,255,0.8);
    }
    #popup_contents{
      position: absolute;
      max-width: 700px;
      width:calc(100% - 30px);
      padding: 30px;
      left:50%;
      transform:translateX(-50%);
      background: #FFF;
      margin:15px auto;;
      border: solid 1px #F00;
    }
    .alert_text{
      text-align: center;
      color: #F00;
      margin-bottom:30px;
      margin-top:15px;
      font-size:18px;
      font-weight: 600;
    }
    :focus {
        outline: none;
    }
    @media screen and (max-width: 768px){
      .tiktok_alert {
        margin-bottom: 30px;
      }
      #popup_contents{
        padding: 30px 15px;
      }
      .alert_text{
        font-size:16px;
      }
    }
    .alert_text2{
      font0-size:14px;
      line-height: 28px;
    }
    #url_copy{
      margin-top:10px;
      padding: 10px;
      text-align: center;
      resize: none;
      width:100%;
      font-size:14px;
      color: #F00;
    }
    .close_icon{
      position: absolute;
      right:0;
      top:0;
      width:40px;
      height: 40px;
      background: #F00;
      cursor: pointer;
    }
    .close_icon:before{
      content:"";
      display: block;
      width:30px;
      height: 1px;
      position: absolute;
      left:5px;
      top:20px;
      transform:rotate(-45deg);
      background: #FFF;
    }
    .close_icon:after{
      content:"";
      display: block;
      width:30px;
      height: 1px;
      position: absolute;
      left:5px;
      top:20px;
      transform:rotate(45deg);
      background: #FFF;
    }





