@charset "UTF-8";
/*スクロールに連動した表示(scroll-out)*/
[data-scroll] {
  transition: opacity 1s 0.25s, transform 1s 0.25s;
}

[data-scroll="in"] {
  opacity: 1;
  transform: none;
}

[data-scroll="out"] {
  opacity: 0;
  transform: translate(0, 30px);
}

body#index header {
  box-shadow: none;
}

/*TOP MV*/


.mv_pc {
  width: 100%;
  height: 75vw;
  background-color: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.mv_pc ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_pc ul:nth-of-type(1) {
  z-index: 40;
}
.mv_pc ul:nth-of-type(2) {
  z-index: 30;
}
.mv_pc ul:nth-of-type(3) {
  z-index: 20;
}
.mv_pc ul:nth-of-type(4) {
  z-index: 10;
}
.mv_pc ul:nth-of-type(5) {
  z-index: 5;
}
.mv_pc ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_pc ul li:nth-of-type(1) {
  z-index: 40;
}
.mv_pc ul li:nth-of-type(2) {
  z-index: 30;
}
.mv_pc ul li:nth-of-type(3) {
  z-index: 20;
}
.mv_pc ul li:nth-of-type(4) {
  z-index: 10;
}
.mv_pc ul li:nth-of-type(5) {
  z-index: 5;
}
.mv_pc ul li img {
  width: 100%;
}
.mv_pc .parts {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
  overflow: hidden;
background-color: rgba(255, 255, 255, 0.94);
}
.mv_pc .parts .text01 {
  width: 100%;
  position: absolute;
  top: 12%;
  left: 0;
}
.mv_pc .parts .text01 .inner {
  width: 57.777%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mv_pc .parts .text01 .inner:before {
  width: 100%;
  height: 100%;
  content: '';
  background-color: #faf4e9;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 3s linear;
}
.mv_pc .parts .text01.is_show .inner:before {
  left: 100%;
}
.mv_pc .parts .text01 img {
  width: 100%;
}
.mv_pc .parts .logo {
  width: 100%;
  position: absolute;
  top: 8%;
  left: 0;
text-align: center
}
.mv_pc .parts .logo img {
  width: 60%;
}
.mv_pc .parts .btn {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 0;
}
.mv_pc .parts .btn img {
  width: 60%;
}
.mv_pc .parts .btn a {
  transition: opacity 0.5s;
}
.mv_pc .parts .btn a:hover {
  opacity: 0.65;
}
.text02 {
    width: 660px;
	margin: 5% auto 150px;
	text-align: center
}

.mv_pc .parts .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*TOP　作品例*/
.top_works {
  margin-bottom: 150px;
  text-align: center;
background-size: 100% auto;
background-repeat: no-repeat;
background-position:center;
  position: relative;
  z-index: 20;
}
.top_works h2 {
  margin:0 auto 30px;
	max-width: 650px;
	width: 90%
}
.top_works .top_works_list01 {
  background-image: url("");
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.top_works .top_works_list01 ul {
  max-width: 740px !important;
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
}
.top_works .top_works_list01 ul li {
  margin: 0 20px 20px 0;
}
.top_works .top_works_list01 ul li:nth-child(2n) {
  margin-right: 0;
}
.top_works .top_works_list01 ul li.senryu_frame {
  width: calc(50% - 10px);
}
.top_works .top_works_list01 ul li.senryu_frame:before {
  left: auto;
  right: -10px;
}
.top_works .top_works_list01 ul li.senryu_frame .name {
  display: none;
}
.top_works .top_works_list02 {
  background-image: url("");
  background-repeat: repeat-x;
}
.top_works .top_works_list02 ul {
  display: flex;
  flex-wrap: wrap;
}
.top_works .top_works_list02 ul li {
  margin: 0 15px 0 0;
}
.top_works .top_works_list02 ul li:nth-child(3n) {
  margin-right: 0;
}
.top_works .top_works_list02 ul li.senryu_frame {
  width: calc(33.3333333% - 10px);
}
.top_works .top_works_list02 .btn_area {
  margin-top: 30px;
  text-align: center;
}
.top_works .top_works_list02 .btn_area a {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #dbcfb9;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.5s;
}
.top_works .top_works_list02 .btn_area a:hover {
  opacity: 0.65;
}

/*TOP　募集概要*/
.top_overview {
  margin-bottom: 80px;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.top_overview .overview_frame a.link_underline {
  text-decoration: underline;
}
.top_overview .overview_frame a.link_underline:hover {
  text-decoration: none;
}
.top_overview .overview_frame .frame_top {
  width: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 30px;
}
.top_overview .overview_frame .frame_top:before, .top_overview .overview_frame .frame_top:after {
  width: 19px;
  height: 18px;
  content: '';
  background-image: url("");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -6px;
}
.top_overview .overview_frame .frame_top:before {
  left: -36px;
}
.top_overview .overview_frame .frame_top:after {
  right: -36px;
  transform: scale(-1, 1);
}
.top_overview .overview_frame .frame_bottom {
  width: calc(100% - 60px);
  position: absolute;
  bottom: 0;
  left: 30px;
}
.top_overview .overview_frame .frame_bottom:before, .top_overview .overview_frame .frame_bottom:after {
  width: 19px;
  height: 18px;
  content: '';
  background-image: url("");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -6px;
}
.top_overview .overview_frame .frame_bottom:before {
  left: -36px;
  transform: scale(1, -1);
}
.top_overview .overview_frame .frame_bottom:after {
  right: -36px;
  transform: scale(-1, -1);
}
.top_overview .flow {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.top_overview .flow h3 {
  margin: 0 0 40px 0px;
}
.top_overview .flow ul li {
  margin-right: 54px;
  display: inline-block;
  position: relative;
}
.top_overview .flow ul li:after {
  width: 30px;
  height: 130px;
  margin-left: 12px;
  content: '';
  background-image: url("../images/top/flow_arrow.png");
  -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
}
.top_overview .flow ul li:last-child {
  margin-right: 0;
}
.top_overview .flow ul li:last-child:after {
  content: none;
}
.top_overview .flow ul li h4 {
  margin-bottom: 10px;
  padding: 10px 30px;
  font-size: 1.125em;
  font-weight: 700;
  display: inline-block;
background: #c69c6d;
	color:#fff
}
.top_overview .flow ul li p {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 700;
	color: #42484c
}
.top_overview .flow ul li p span {
	color:#3a5f61;
	font-size: 21px
}

.top_overview .theme h3 {
  margin: 0 0 12px 0px;
}
.top_overview .theme p {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 700;
}
.top_overview .theme p span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff 60%);
	font-size: 21px
}
.top_overview .theme p + span {
  font-size: 0.8333em;
  font-weight: 400;
}
.top_overview .method {
  width: calc(50% - 20px);
  text-align: center;
}
.top_overview .method h3 {
  margin: 0 0 12px 0px;
}
.top_overview .method p {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 700;
}
.top_overview .method p a {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff 60%);
}

/*TOP　プレゼント*/
.top_present01 {
  margin-bottom: 80px;
}
.top_present01 .ttl {
  margin-bottom: 40px;
  padding-top: 35px;
  text-align: center;
  position: relative;
}
.top_present01 .ttl h3 {
  margin-left: 35px;
}
.top_present01 .ttl h3 img {
  margin: 0 auto;
	max-width: 420px
}
.top_present01 .ttl .fig {
  position: absolute;
  top: 0;
  left: 20px;
}
.top_present01 ul {
  display: flex;
  justify-content: space-between;
}
.top_present01 ul .item {
  width: 33.33333%;
  text-align: center;
	position: relative
}


.top_present01 ul .item img {
  margin: 0 auto;
  position: absolute;
  right: 0;
	left: 0;
	height: 340px
}
.top_present01 ul .item:nth-child(1) img{
  left: 40px;
}
.top_present01 ul .item:nth-child(2) img{
  right: -75px;
}
.top_present01 ul .item:nth-child(3) img{
  right: -75px;
	height: 350px
}

.top_present01 ul .item .text {
  margin-top:370px
}
.top_present01 ul .item .text h4 {
font-size: 1.5em;
    font-weight: 600;
    line-height: 33px;
}
.top_present01 ul .item .text h4:after {
  width: 145px;
  height: 7px;
  margin: 0 auto;
  content: '';
  background-image: url("");
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}
.top_present01 ul .item .text h4 span {
  font-size: 70%;
  color: #000000;
  display: block;
}
.top_present01 ul .item .text p {
  font-size: 0.9375em;
color: #846d3f
}
.top_present01 ul .item .text p span {
  font-size: 0.8em;
  display: block;
}

.top_present02 {
  margin-bottom: 80px;
}
.top_present02 .ttl {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
.top_present02 .ttl h3 {
  margin-left:35px;
}
.top_present02 .ttl h3 img {
  margin: 0 auto;
max-width: 420px;
}
.top_present02 .ttl .fig {
  position: absolute;
  top: -30px;
  left: 20px;
}
.top_present02 .item {
  padding-left: 280px;
  text-align: center;
  position: relative;
}
.top_present02 .item img {
  margin: 0 auto;
	max-width: 400px;
	margin-left: 120px;
}
.top_present02 .item .text {
  margin-top: 15px;
  position: absolute;
  bottom: 30px;
  left:230px;
}
.top_present02 .item .text h4 {
  font-size: 1.5em;
  font-weight: 700;
margin-left: -30px;
}
.top_present02 .item .text h4:after {
  width: 145px;
  height: 7px;
  margin: 0 auto;
  content: '';
  background-image: url("");
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}
.top_present02 .item .text h4 span {
  font-size: 0.8em;
  color: #000000;
  display: block;
}
.top_present02 .item .text p {
  margin-bottom: 0;
  font-size: 0.9375em;
	color: #846d3f
}
.top_present02 .item .text p span {
  font-size: 0.8em;
  display: block;
}

/*SNSボタン*/
.sns_btn_area {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.sns_btn_area a {
  width: 40px;
  margin: 0 10px;
  transition: opacity 0.5s;
}
.sns_btn_area a:hover {
  opacity: 0.65;
}

@media all and (-ms-high-contrast: none) {
  .twitter {
    display: none;
  }
}
/*ボトムボタンエリア*/
.bottom_btn_area {
  margin-bottom: 80px;
  text-align: center;
}
.bottom_btn_area a {
  width: 30%;
  max-width: 300px;
  max-width: 100%;
  margin: 0 1.5%;
  padding: 10px;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.125em; /* 修正 */
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.5s;
}
.bottom_btn_area a:hover {
  opacity: 0.65;
}
.bottom_btn_area a:before {
  margin-right: 10px;
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
}
.bottom_btn_area a:nth-child(1) {
  color: #ffffff;
  background-color: #db413e
}
.bottom_btn_area a:nth-child(1):before {
  width: 23px;
  height: 28px;
  background-image: url("../images/top/icon_fude01.png");
  vertical-align: -0.25em;
}
.bottom_btn_area a:nth-child(2) {
  background-color: #dbcfb9;
color:#000
}
.bottom_btn_area a:nth-child(2):before {
  width: 28px;
  height: 28px;
  background-image: url("../images/tpl/icon_menu02.png");
	background-size: 100%;
	background-repeat: no-repeat;
  vertical-align: -0.3em; /* 修正 */
}
.bottom_btn_area a:nth-child(3) {
  background-color: #dbcfb9;
}
.bottom_btn_area a:nth-child(3):before {
  width: 28px;
  height: 28px;
  background-image: url("../images/tpl/icon_menu03.png");
  vertical-align: -0.3em; /* 修正 */
}


@media screen and (min-width: 960px) {
.top_overview .overview_frame {
  padding: 60px 15px;
  background: url("../images/top/flame.png");
background-size: 100% 100%;
	position: relative;}
.top_overview .overview_frame-2 {
  padding: 30px 15px;
  background: url("../images/top/flame2.png");
background-size: 100% 100%;
	position: relative;}
	
.top_overview .theme {
  width: calc(50% - 20px);
  margin-right: 40px;
  text-align: center;
}
}




/*responsive*/
@media screen and (max-width: 959px) {
  /*sp & tablet*/
  /*TOP　募集概要*/

.img-wrap2 .img-back2{
position: absolute; left:0px;
margin:0px auto; text-align: center; width: 100%; padding: 58% 50%;
}

.spimg{
display: inline !important
}
.pcimg{
display: none !important
}
	
	
  .top_overview {
    display: block;
  }
  .top_overview .flow ul li {
    width: 100%;
    margin-right: 0;
    display: block;
	  height: 200px
  }
.top_overview .flow ul li:last-child {
	height: 140px
}
  .top_overview .flow ul li:after {
    margin: 0px auto;
    position: static;
    display: block;
    transform: rotate(90deg);
    position: absolute !important;
    top: 85px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top_overview .flow ul li h4 {
    letter-spacing: 0.15em;
	width: 90%;
  }
  .top_overview .flow ul li p {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff 60%);
  }
  .top_overview .flow ul li p span {
    background: none;
  }

  .top_overview .method {
    width: 100%;
    margin: 0;
  }
  

  /*TOP　プレゼント*/
  .top_present01 {
    margin-bottom: 60px;
  }
  .top_present01 .ttl {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .top_present01 .ttl .fig {
    max-width: 60%;
    min-width: 345px;
    margin: 0 auto 30px auto;
    position: static;
  }
  .top_present01 ul {
    display: block;
  }
  .top_present01 ul .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_present01 ul .item img {
    max-width: 60%;
    min-width: 345px;
	  position: relative
  }
.top_present01 ul .item:nth-child(1) img{
  left: 0px;
}
.top_present01 ul .item:nth-child(1) .text {
  margin-left: 0px;
}
.top_present01 ul .item:nth-child(3) img{
  right: 0px;
}
.top_present01 ul .item .text {
  margin-top: 10px;
}
  .top_present01 ul .item .text .catch {
    max-width: 60%;
    min-width: 345px;
    margin: 20px auto 0 auto;
    padding: 20px 20px;
    font-size: 1.125em;
    font-weight: 700;
    background-color: #f49d47;
	  color: #fff !important;
    border-radius: 100px;
  }
  .catch_2 {
    background-color: #5ec2d3 !important;
  }
  .catch_3 {
    background-color: #ef918f !important;
  }
  .catch_4 {
    background-color: #94c677 !important;
  }

  .top_present02 {
    margin-bottom: 60px;
  }
  .top_present02 .ttl {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .top_present02 .ttl .fig {
    max-width: 60%;
    min-width: 345px;
    margin: 0 auto 30px auto;
    position: static;
  }
  .top_present02 .item {
    width: 100%;
    padding: 0;
  }
  .top_present02 .item img {
    
  }
  .top_present02 .item .text {
    position: static;
  }
  .top_present02 .item .text .catch {
    max-width: 60%;
    min-width: 345px;
    margin: 20px auto 0 auto;
    padding: 20px 20px;
    font-size: 1.125em;
    font-weight: 700;
    background-color: #94c677;
	color: #fff !important;
    border-radius: 100px;
  }

  /*ボトムボタンエリア*/
  .bottom_btn_area {
    margin-bottom: 40px;
  }
  .bottom_btn_area a {
    width: 300px;
    margin: 0 auto 20px auto;
    display: block;
  }
	
.top_overview .overview_frame {
  padding: 30px 15px 0;
  background: url("../images/top/arc_2020_img04.png") !important;
background-size: 100% auto !important;
	position: relative;}
.top_overview .overview_frame-2 {
  padding: 30px 15px;
  background: url("../images/top/arc_2020_img04.png") !important;
background-size: 100% auto !important;
	position: relative;}
	
.top_overview .flow {
    margin-bottom: 0px !important;
}
	
.top_overview .theme {
    width: 100%;
    margin: 0 auto !important;
text-align: center;
}

.top_present01 ul .item:nth-child(1) img{
  left: 0px;
	width: 90%;
	height: auto
}
.top_present01 ul .item:nth-child(2) img{
  left: 0px;
	width: 60%;
	height: auto
}
.top_present01 ul .item:nth-child(3) img{
  right: 0px;
	width: 35%;
	height: auto
}
.top_present02 .item img{
  right: 0px;
	width: 70%;
	height: auto;
}	
}

@media screen and (max-width: 767px) {
	
  /*sp*/
  /*TOP MV*/
  .mv_sp {
    width: 100%;
    height: 220vw;
    background-color: #fff;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  .mv_sp ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv_sp ul:nth-of-type(1) {
    z-index: 40;
  }
  .mv_sp ul:nth-of-type(2) {
    z-index: 30;
  }
  .mv_sp ul:nth-of-type(3) {
    z-index: 20;
  }
  .mv_sp ul:nth-of-type(4) {
    z-index: 10;
  }
  .mv_sp ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv_sp ul li:nth-of-type(1) {
    z-index: 40;
  }
  .mv_sp ul li:nth-of-type(2) {
    z-index: 30;
  }
  .mv_sp ul li:nth-of-type(3) {
    z-index: 20;
  }
  .mv_sp ul li:nth-of-type(4) {
    z-index: 10;
  }
  .mv_sp ul li img {
    width: 100%;
  }
  .mv_sp .parts {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    overflow: hidden;
  }
  .mv_sp .parts .text01 {
    width: 4.6666%;
    position: absolute;
    top: 10%;
    left: 67.5%;
  }
  .mv_sp .parts .text01 .inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .mv_sp .parts .text01 .inner:before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #faf4e9;
    position: absolute;
    top: 0;
    left: 0;
    transition: top 3s linear;
  }
  .mv_sp .parts .text01.is_show .inner:before {
    top: 100%;
  }
  .mv_sp .parts .text01 img {
    width: 100%;
  }
  .mv_sp .parts .logo {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
	right: 0;
	 margin: 0 auto;
	padding: 3% 15%
  }
  .mv_sp .parts .logo img {
    width: 100%;
  }
  .mv_sp .parts .btn {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .mv_sp .parts .btn img {
    width: 92%;
  }
  .text02 {
    width: 75%;
	  max-width: 450px;
	margin: 0 auto 100px;
  }
  .mv_sp .parts .bottom {
    width: 100%;
    position: absolute;
    bottom:5%;
    left: 0;
  }

  /*TOP　作品例*/
  .top_works {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .top_works .top_works_list01, .top_works .top_works_list02 {
    background-image: url("");
  }
  .top_works .top_works_list01 ul, .top_works .top_works_list02 ul {
    max-width: 100% !important;
    margin-bottom: 0;
    display: block;
  }
  .top_works .top_works_list01 ul li, .top_works .top_works_list02 ul li {
    margin: 0 auto 20px auto !important;
  }
  .top_works .top_works_list01 ul li.senryu_frame, .top_works .top_works_list02 ul li.senryu_frame {
    width: 100%;
    max-width: 512px;
  }
  .top_works .top_works_list02 {
    background-image: url("");
  }
   /* 追加 */
  .top_works .top_works_list02 .btn_area {
    margin-top: 10px;
  }
  /*TOP　募集概要*/
  .top_overview {
    margin-bottom: 40px;
  }

.top_works h2 {
  margin:0 auto 30px;
}
	
  /*TOP　プレゼント*/
  .top_present01 .ttl .fig {
    max-width: 100%;
    min-width: auto;
  }
  .top_present01 .ttl h3 {
    margin: 0;
  }
  .top_present01 ul .item img {
    max-width: inherit;
    min-width: inherit;
  }
  .top_present01 ul .item .text .catch {
    max-width: 100%;
    min-width: auto;
	color: #846d3f
  }

  .top_present02 .ttl .fig {
    max-width: 100%;
    min-width: auto;
  }
  .top_present02 .ttl h3 {
    margin: 0;
  }
  .top_present02 .item img {
    width: 300px;
	 margin: 0px auto;
     position: relative;
	 left:20px
  }
  .top_present02 .item .text .catch {
    max-width: 100%;
    min-width: auto;
	color: #846d3f
  }
  .top_overview .flow ul li h4 {
	width: auto;
  }
.top_present02 .item .text h4 {
margin-left: 0px;
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /*tablet*/
}
.img-wrap .img-back{
position: absolute; left:0px;
margin:0px auto; text-align: center; width: 100%; padding: 25% 50%;
}
.only-background {display: inline-block;transition: all 0.3s ease 0s;cursor: pointer;
}
.only-background:hover {color: #e16e6e;}


.spimg{
display: none
}
.pcimg{
display: inline
}


@media screen and (min-width: 960px) {
.img-wrap .img-back{
position: absolute; left:0px;
margin:0px auto; text-align: center; width: 100%; padding: 25% 50%;
}
}


.top_overview .flow ul li:nth-child(4) h4 {
  opacity: 0.6;
}

.top_overview .flow ul li:nth-child(3) h4 {
  opacity: 0.6;
}
.top_overview .flow ul li:nth-child(4) p {
  opacity: 0.6;
}

.top_overview .flow ul li:nth-child(3) p {
  opacity: 0.6;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}