/* CSS Document */
#LS_HEADER {
	z-index: 500;
}
#LS_HEADER.is-fixed {
	z-index: 500;
	background-color: rgba(255,255,255,0.1);
}
#LS_HEADER .ls_inner {
	padding-top: 0;
}
#LS_FOOTER {
	position: relative;
}
#LS_BREADCRUMBS {
	z-index: 400;
}
#LS_BREADCRUMBS .inner {
	background: inherit;
}
.ls_glonav > ul > li::after {
	z-index: 510;
}
.seoheader {
	position: relative;
	z-index: 1;
}
#wrapper .movie_set p {
  font-family: "M PLUS Rounded 1c";
}
a.hv:hover img {
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.4s;
	filter:brightness(105%);
	border-radius: 20px;
}
@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
@keyframes scroll-anim-obi-top {
	100% {
	  background-position: 100% -100%;
	}
  }
  @keyframes scroll-anim-obi-bottom {
	100% {
	  background-position: 100% -100%;
	}
  }
.item_w30 a.hv:hover img {
	border-radius: 10px;
}
.invisible {
    visibility: hidden;
}
/* ロード画面 */
.loading {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FF3B8E;
	background-image: url("../images/rogo.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 600;
}
.loading .bar {
	background-color: #fff;
	height: 1px;
	width: 0%;
	position: absolute;
    top: 60%;
    left: 0px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);	
	color: #fff;
	z-index: 601;
}
.loading .p {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 601;
}
/* ロード画面 ここまで*/
/* モールボタン */
#wrapper .buttons_set a {
  
  border-radius: 0.6em;
  -webkit-box-shadow: 0px 0px 3px #FFFFFF;
  box-shadow: 0px 0px 2px #FFFFFF;
  font-family: "M PLUS Rounded 1c";
  transform: rotate(0.05deg);
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  width: 300px;
  text-align: center;
  margin: 0.5em 1.0em 0;
}
.buttons_set a.cart::before {
  content: "\f07a";
}
.mt_40 {
	margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	#wrapper .buttons_set a {
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
.buttons_set a {
    width: 100%;
	  font-family: 'M PLUS Rounded 1c', sans-serif;
  }
	#wrapper .nijikyun_contents .item_section .item_dress .buttons_set a {
		width: 100%;
	}
}
/* モールボタン　ここまで */
/**インクルードメニュー**/
#menu,
#menu_bottom {
	position: relative;
	z-index: 100;
	background-image: none;
  background-position: center center;
  background-repeat: repeat;
	background-size: contain;
	margin-top: -50px;
	border-top: 3px solid #5dab77;
	border-bottom: 3px solid #5dab77;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(255 255 255 / 51%);
}
#menu.top.upper {
	background-image: none;
	background-size: cover;
	margin-top: -140px;
	background-color: rgb(255 255 255 / 51%);
}
#menu.top .m1,
#menu_bottom.top .m1{
	box-sizing: initial;
	border-bottom: 5px solid #ffa9c1;
	height: 50px;
}
#menu.contents .m2,
#menu_bottom.contents .m2 {
	box-sizing: initial;
	border-bottom: 5px solid #ffa9c1;
	height: 50px;
}
#menu.movie .m3,
#menu_bottom.movie .m3 {
	box-sizing: initial;
	border-bottom: 5px solid #ffa9c1;
	height: 50px;
}
.yuttari_menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.yuttari_menu a {
  padding: 25px 0 10px;
  position: relative;
  width: 23%;
}
.yuttari_menu a img {
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
	width: 90%;
  height: auto;
}
.yuttari_menu a:before {
  position: absolute;
  top: 50%;
  left: 50%;
 -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 200ms 0s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100px;
  content: "";
  display: block;
  z-index: 100;
	
}
.yuttari_menu a:hover:before {
	filter: brightness(105%);
	animation:bounce_updown 0.8s ease-out;
}
@keyframes bounce_updown {
    0%    { transform:translate(-50%, -50%); }
    16.6% { transform:translate(-50%, -52%); animation-timing-function:ease-in; }
    33.3% { transform:translate(-50%, -50%); }
    49.8% { transform:translate(-50%, -56%); animation-timing-function:ease-in; }
    66.4% { transform:translate(-50%, -50%); }
    83%   { transform:translate(-50%, -52%); animation-timing-function:ease-in; }
    100%  { transform:translate(-50%, -50%); }
}

.yuttari_menu a.m1::before {
  background-image: url("../images/bg_m1.png");
}
.yuttari_menu a.m2::before {
  background-image: url("../images/bg_m2.png");
}
.yuttari_menu a.m3::before {
  background-image: url("../images/bg_m3.png");
}
.yuttari_menu a.m4::before {
  background-image: url("../images/bg_m4.png");
}
/**インクルードメニュー　ここまで**/
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
.yuttari_contents.mikan_area {
  position: relative;
  margin: 0px;
  padding: 100px 0px 100px;
  background-image: url("../images/bg_mikan.jpg");
  background-position: left top;
  background-position: left top;
  /*min-height: 800px;*/
font-family: "M PLUS Rounded 1c";
	background-repeat: repeat;
	animation: scroll-anim 150s linear infinite;
}
.yuttari_contents.mikan_area::before {
	content: ''; /* 必ず指定する */
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	background-image: url("../images/mikan_obi.jpg");
	background-position: left top;
	background-repeat: repeat;
	animation: scroll-anim-obi-top 130s linear infinite;
	animation-direction:reverse;
}
.yuttari_contents.mikan_area::after {
	content: ''; /* 必ず指定する */
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-image: url("../images/mikan_obi.jpg");
	background-position: left top;
	background-repeat: repeat;
	animation: scroll-anim-obi-bottom 140s linear infinite;
	animation-direction:reverse;
}
.yuttari_contents.first {
	/* background-size: cover;
	background-image: url("../images/bg_main.jpg");
	background-position: top center;
	animation: none;
	background-attachment: fixed;
	-webkit- background-attachment: fixed; */
	padding-bottom: 200px;
	position: relative;
}
.yuttari_contents.first::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-image:url(../images/bg_main.jpg);
	background-size:cover;
}
.yuttari_contents.first::after {
	content: ''; /* 必ず指定する */
	position: absolute;
	bottom: 20px;
	width: 100%;
	min-height: 250px;
	height: 17vw;
	background-image: url("../images/obi.png");
	background-position: center top;
	background-size: cover;
}
.yuttari_contents p.main_txt {
  text-align: center;
	font-weight: 900;
	font-size: 20px;
	line-height: 2.5em;
	color: #33B4B4;
	margin-bottom: 1em;
	font-family: "M PLUS Rounded 1c";
/* for modan browser */
	text-shadow:-2px -2px 0px #FFF,-2px -1px 0px #FFF,-2px 0px 0px #FFF,-2px 1px 0px #FFF,-2px 2px 0px #FFF,-1px -2px 0px #FFF,-1px 2px 0px #FFF,0px -2px 0px #FFF,0px 2px 0px #FFF,1px -2px 0px #FFF,1px 2px 0px #FFF,2px -2px 0px #FFF,2px -1px 0px #FFF,2px 0px 0px #FFF,2px 1px 0px #FFF,2px 2px 0px #FFF;
/* for IE */
filter:dropshadow(color=#ffffff,offx=0,offy=2,positive=1),dropshadow(color=#ffffff,offx=1,offy=1,positive=1),dropshadow(color=#ffffff,offx=1,offy=-1,positive=1),dropshadow(color=#ffffff,offx=0,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-1,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-2,offy=-1,positive=1),dropshadow(color=#ffffff,offx=-2,offy=1,positive=1),dropshadow(color=#ffffff,offx=-1,offy=1,positive=1);
}
.yuttari_contents .note p {
  text-align: center;
	font-weight: 900;
	font-size: 16px;
	line-height: 2;
/* for modan browser */
text-shadow:0px 2px 1px #ffffff,0px 1px 1px #ffffff,1px 1px 1px #ffffff,1px 0px 1px #ffffff,2px 0px 1px #ffffff,1px -1px 1px #ffffff,1px -2px 1px #ffffff,0px -2px 1px #ffffff,-1px -2px 1px #ffffff,-2px -2px 1px #ffffff,-2px -1px 1px #ffffff,-2px 0px 1px #ffffff,-2px 1px 1px #ffffff,-1px 1px 1px #ffffff;

/* for IE */
filter:dropshadow(color=#ffffff,offx=0,offy=2,positive=1),dropshadow(color=#ffffff,offx=1,offy=1,positive=1),dropshadow(color=#ffffff,offx=1,offy=-1,positive=1),dropshadow(color=#ffffff,offx=0,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-1,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-2,offy=-1,positive=1),dropshadow(color=#ffffff,offx=-2,offy=1,positive=1),dropshadow(color=#ffffff,offx=-1,offy=1,positive=1);
	margin-bottom: 1em;
}


/*
.yuttari_contents.first::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 320px;
  top: 0;
  left: 0px;
  background-image: url("../images/bg_header.png");
  background-position: center bottom;
  background-repeat: no-repeat;
	background-size: cover;
}
.yuttari_contents.first::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 508px;
  bottom: -20px;
  left: 0px;
  background-image: url("../images/bg_footer.png");
  background-position: center bottom;
  background-repeat: no-repeat;
	background-size: cover;
}
*/
.yuttari_contents.second {
  padding-bottom: 300px;
}
.yuttari_contents.second::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0px;
  left: 0px;
  background-image: url("../images/bg_footer.png");
  background-position: center top;
  background-repeat: no-repeat;
	background-size: cover;
}

.yuttari_contents .inner {
  position: relative;
  z-index: 100;
	padding-bottom: 100px;
}
.ls_inner.mv_area {
	padding-top: 300px;
	z-index: 100;
	position: inherit;
	padding-bottom: 180px;
}
.ls_inner.whats {
	padding-top: 150px;
	padding-bottom: 50px;
	z-index: 100;
	position: inherit;
}
.ls_inner.movie {
	padding-top: 150px;
	padding-bottom: 50px;
	z-index: 100;
	position: inherit;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.under .ls_inner.mv_area {
	padding-bottom: 200px;
}
.yuttari_contents img {
  max-width: 100%;
  height: auto;
}
.yuttari_contents img.main_ttl {
  margin-top: -100px;
}
.yuttari_contents img.mv {
  margin-top: 20px;
}
.yuttari_contents .top {
  margin-bottom: 3em;
}
.yuttari_contents .top.mv_area {
  padding-left: 1em;
	padding-right: 1em;
}
.yuttari_contents .top.mv_area img {
	margin-top: 1em;
  margin-bottom: 2em;
}

.yuttari_contents .howto-top {
  margin-bottom: 0;
	margin: auto;
	padding-top: 10px;
	width: 95%;
	text-align: center;
	
}
.yuttari_contents .line {
  width: 100%;
  height: 26px;
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.yuttari_contents .bnr {
  width: 85%;
  height: auto;
  margin: 0 auto 4em;
  display: block;
}
.yuttari_contents .item_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto 2em;
  background-image: -webkit-linear-gradient(270deg, rgba(252, 255, 217, 0.00) 0%, rgba(252, 255, 217, 0.10) 47.15%, rgba(252, 255, 217, 0.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(252, 255, 217, 0.00) 0%, rgba(252, 255, 217 0.10) 47.15%, rgba(252, 255, 217, 0.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(252, 255, 217, 0.00) 0%, rgba(252, 255, 217, 0.10) 47.15%, rgba(252, 255, 217, 0.00) 100%);
  background-image: linear-gradient(180deg, rgba(252, 255, 217, 0.00) 0%, rgba(252, 255, 217, 0.10) 47.15%, rgba(252, 255, 217, 0.00) 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 2% 0px;
	padding-top: 40px;
}
.yuttari_contents .item_section .item_dress_full {
  width: 100%;
  margin-bottom: 3em;
	text-align: center;
}
.yuttari_contents .item_section .item_dress {
  width: 32%;
  margin-bottom: 2em;
}
.yuttari_contents .item_section .img02 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 2em;
}
.yuttari_contents .item_section .item_dress .thumb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
	margin-bottom: 10px;
    padding: 2px 0px 4px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.40);
}
.yuttari_contents .item_section .item_dress4 .thumb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
	margin-bottom: 5px;
    padding: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.40);
}

.yuttari_contents .item_section .item_dress4 {
  width: 85%;
}
.yuttari_contents .bag_set {
  width: 100%;
  margin: 2em auto;
  background-image: -webkit-linear-gradient(270deg, rgba(214, 66, 255, 0.00) 0%, rgba(214, 66, 255, 0.10) 47.15%, rgba(214, 66, 255, 0.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(214, 66, 255, 0.00) 0%, rgba(214, 66, 255, 0.10) 47.15%, rgba(214, 66, 255, 0.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(214, 66, 255, 0.00) 0%, rgba(214, 66, 255, 0.10) 47.15%, rgba(214, 66, 255, 0.00) 100%);
  background-image: linear-gradient(180deg, rgba(214, 66, 255, 0.00) 0%, rgba(214, 66, 255, 0.10) 47.15%, rgba(214, 66, 255, 0.00) 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5%;
  text-align: center;
}
.yuttari_contents .bag_set .item {
  margin-bottom: 2em;
}
.yuttari_contents .tomodachi_set {
  width: 100%;
  margin: 2em auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.yuttari_contents .tomodachi_set .ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.yuttari_contents .tomodachi_set .item {
  width: 49%;
}
.yuttari_contents .lesson_top {
  width: 100%;
  margin: 0 auto 2em;
	text-align: center;
}
.yuttari_contents .lesson_top .bbq-contents-ttl {
  padding-top: 20px;
	margin-bottom: -5px;
}
.yuttari_contents .lesson_set {
  width: 96%;
  margin: 2em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.yuttari_contents .lesson_set .item1 {

  width: 46%;
}
.yuttari_contents .lesson_set .item2 {
  width: 43%;
}
.yuttari_contents .lesson_set .item3 {
  width: 48%;
}
.yuttari_contents .lesson_set .item_ttl {
  width: 100%;
 
}
.yuttari_contents .ttl {
  width: 96%;
  margin: 0 auto 2em;
}
.yuttari_contents .bbq-contents {
	border-radius: 20px;
	
}
.yuttari_contents .bbq-howto {
	background-color: inherit;
	border-radius: 20px;
	margin-top: 0;
}
.yuttari_contents .bbq-howto .item_ttl {
  width: 100%;
}
.yuttari_contents .bbq-contents .item_ttl {
	text-align: center;
}
.yuttari_contents .bbq-contents02 {
	width: 85%;
	background: rgba(255,255,255,0.4);
	border-radius: 25px 5px;
	border: 4px solid #EE86AD;
	padding: 0px 10px 10px;
}
.yuttari_contents .bbq-contents .bbq-contents-ttl02 {
	margin-top: -40px;
}

.yuttari_contents .award {
	width: 80%;
	max-width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: rgba(255, 255, 255,0.5);
	border-radius: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url(../images/middle_items_bg.png);
    background-repeat: repeat-y;
	border: 4px solid #FFF;
	margin-bottom: 30px;
}
.yuttari_contents .middle_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: rgba(255, 255, 255,0.5);
	border-radius: 20px;
	padding-bottom: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/middle_items_bg.png);
    background-repeat: repeat-y;
	border: 4px solid #FFF;
}
.yuttari_contents .middle_items.bg_none {
	background-color: inherit;
	border-radius: inherit;
	padding-bottom: 0;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
	background-image: inherit;
    background-repeat: inherit;
	border: none;
}
.yuttari_contents .middle_items .w33{
	width: 33%;
}
.yuttari_contents .gradient01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-image: -webkit-linear-gradient(180deg, rgba(247,209,226,1) 0%, rgba(218,203,227,1) 45%, rgba(187,198,229,1) 100%);
	background-image: -o-linear-gradient(180deg, rgba(247,209,226,1) 0%, rgba(218,203,227,1) 45%, rgba(187,198,229,1) 100%);
	background-image: linear-gradient(180deg, rgba(247,209,226,1) 0%, rgba(218,203,227,1) 45%, rgba(187,198,229,1) 100%);
	border-radius: 20px;
	padding-bottom: 0;
	padding-top: 20px;
	border: 4px solid #FFF;
	width: 90%;
	margin:  50px auto 50px;
}
.yuttari_contents .middle_items.gradient02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: -webkit-linear-gradient(rgba(214,238,251,1) 0%, rgba(216,237,233,1) 45%, rgba(218,236,214,1) 100%);
	background: -o-linear-gradient(rgba(214,238,251,1) 0%, rgba(216,237,233,1) 45%, rgba(218,236,214,1) 100%);
	background: linear-gradient(rgba(214,238,251,1) 0%, rgba(216,237,233,1) 45%, rgba(218,236,214,1) 100%);
	border-radius: 20px;
	padding-bottom: 0;
	padding-top: 20px;
	margin-top: 40px;
	border: 4px solid #FFF;
	width: 90%;
	margin:  50px auto 50px;
}
.yuttari_contents .lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border-radius: 20px;
	padding-bottom: 20px;
}
.yuttari_contents .lineup .lineup_ttl {
	margin-top: 20px;
	width: 95%;
}
.yuttari_contents .lineup .item_w57 {
	width: 57%;
	margin-bottom: 60px;
	text-align: center;
}
.yuttari_contents .lineup .item_w53 {
	width: 53%;
	margin-bottom: 60px;
	text-align: center;
}
.yuttari_contents .lineup .item_w80 {
	width: 80%;
	margin-bottom: 60px;
	text-align: center;
}
.yuttari_contents .lineup .item_w100 {
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}
.yuttari_contents .lineup .item_w46 {
	width: 46.5%;
	margin-bottom: 60px;
	text-align: center;
}
.yuttari_contents .lineup .item_w40 {
	width: 40%;
	margin-bottom: 60px;
	text-align: center;
}
.yuttari_contents .lineup .item_w30 {
	width: 30%;
	margin-bottom: 60px;
}
.yuttari_contents .contents_area .box.w100 {
	width: 100%;
}

.yuttari_contents .movie_flex,
.yuttari_contents .movie_flex_reverse {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.yuttari_contents .movie_flex .movie_item,
.yuttari_contents .movie_flex_reverse .movie_item {
	width: 80%;
	text-align: center;
}
.yuttari_contents .movie_set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px;
  margin-bottom: 2em;
}
.yuttari_contents .movie_set .mv_item_wrap {
  text-align: center;
}

.yuttari_contents .movie_set .mv_item_wrap img {
  width: 80%;
	margin: auto;
}
.yuttari_contents .movie_set .item {
  width: 85%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  background-color: inherit;
	/*
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
	*/
  text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.yuttari_contents .movie_set .mv_item_wrap.col_2 {
  width: 50%;
}
.yuttari_contents .movie_set .mv_item_wrap.col_2 img {
  width: 95%;
}
.yuttari_contents .movie_set .mv_item_wrap.col_2 .item {
  width: 95%;
}
.yuttari_contents .movie_set .yumedeco {
  width: 98%;
}
.yuttari_contents .movie_set .item p {
  margin: 5px 0px 0px;
  padding: 10px 20px;
 /* background-color: #ffa9c1; */
  display: inline-block;
  color: #256646;
  border-radius: 5px;
}
.yuttari_contents .movie_set .item .youtube-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
}
.yuttari_contents .movie_set .item .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yuttari_contents .movie_set .item img {
  margin-bottom: 5px;
}


.caution {
	margin-top: 0.3em;
	color: #000000;
	font-size: 90%;
	text-align: center;
/* for modan browser */
text-shadow:0px 1px 1px #ffffff,0px 0px 1px #ffffff,1px 0px 1px #ffffff,0px -1px 1px #ffffff,-1px -1px 1px #ffffff,-1px 0px 1px red;

/* for IE */
filter:dropshadow(color=#ffffff,offx=0,offy=1,positive=1),dropshadow(color=#ffffff,offx=0,offy=0,positive=1),dropshadow(color=#ffffff,offx=0,offy=-1,positive=1),dropshadow(color=#ffffff,offx=-1,offy=-1,positive=1),dropshadow(color=#ffffff,offx=-1,offy=0,positive=1);	
}

/** 詳細 / 購入ボタン **/
.buttons_set {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ex_btn {
	margin-bottom: 60px;
}
.buttons_set a {
/*  display: block;
  background-color: #009CFF;
  border: 1px solid #ffffff;
*/	
  padding: 0.8em;  
  border-radius: 0.6em;
  -webkit-box-shadow: 0px 0px 3px #FFFFFF;
  box-shadow: 0px 0px 2px #FFFFFF;
  font-family: "Rounded Mplus 1c";
  transform: rotate(0.05deg);
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  width: 200px;
  text-align: center;
  margin: 0.5em 0.2em 0;
} 
/*.buttons_set a.cart {
  background-color: #FF45A1;
}
.buttons_set a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f002";
  font-size: 1.2em;
  margin-right: 0.2em;
}
.buttons_set a.cart::before {
  content: "\f07a";
}
/** 詳細 / 購入ボタン 縦並び **/
.buttons_set.vertically {
  flex-direction: column;
}
.buttons_set.vertically a {
  width: 100%;
  margin: 0.2em 0 0;
}
.sp_br {
		display: none;
	}
.yuttari_contents .fl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yuttari_contents .fl .fl_box {
	background: rgba(255,255,255,0.4);
	border-radius: 20px;
	border: 4px solid #e85297;
	width: 48%;
}
.yuttari_contents .fl .fl_box:nth-child(odd) {
	margin-top: 0;
	margin-bottom: 80px;
}
.yuttari_contents .fl .fl_box:nth-child(even) {
	margin-top: 80px;
}
.yuttari_contents .fl .fl_box:last-child {
	background: none;
	border: none ;
}
.yuttari_contents .fl .fl_box .mg_top img {
	margin-top: -40px;
}
.yuttari_contents .contents_area {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 40px;
	position: relative;
}
.yuttari_contents .contents_area .box {
	width: 45%;
}
.yuttari_contents .contents_area .box.suumo {
	width: 100%;
	text-align: center;
}
.yuttari_contents .contents_area .box .cap {
	margin-top: -20px;
}
.yuttari_contents .contents_area .box .rotate_01 {
	transform: rotate(-3deg);
}
.yuttari_contents .contents_area .box .rotate_02 {
	transform: rotate(3deg);
}
.yuttari_contents.white_area {
	background-image: url("../images/bg_main.jpg");
	animation: none;
	padding-bottom: 60px;
	margin-top: 0;
	padding-top: 60px;
	position: relative;
	background-attachment: fixed;
	background-size: contain;
}
.yuttari_contents.white_area:before {
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	top:0;
	left: 0;
	background-image: none;
	background-size: cover;
}

.yuttari_contents.green_area {
	padding-bottom: 120px;
}
#menu_bottom {
	margin-top: -130px;
}
#menu.contents,
	#menu.movie {
  margin-top: -130px;
}
.yuttari_contents p.green_txt {
	font-size: 20px;
	font-weight: bold;
	color: #256646;
}
/*スーモリンク　ボタン*/
#wrapper a.btn-flat {
	overflow: hidden;
	padding: 1.5rem 6rem;
	color: #256646;
	border-radius: 0;
	background: #fff;
	position: relative;
	display: inline-block;
	font-size: 28px;
	width: 45%;
	max-width: 50%;
	outline: 2px dashed rgb(111, 111, 111);
    outline-offset: -6px;
	z-index: 10;
  }

  #wrapper a.btn-flat:hover {
	color: #FFF;
	outline: 2px dashed rgb(255, 255, 255);
    outline-offset: -6px;
	z-index: 10;
  }
  
  a.btn-flat span {
	position: relative;
	overflow: hidden;
  }
  
  a.btn-flat:before {
	position: absolute;
	top: 0;
	left: 30%;
	width: 150%;
	height: 800%;
	content: '';
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
	transform: translateX(-98%) translateY(-70%) rotate(135deg);
	background: #256646;
  }
  
  a.btn-flat:hover:before {
	-webkit-transform: translateX(-27%) translateY(-25%) rotate(135deg);
	transform: translateX(-27%) translateY(-25%) rotate(135deg);
  }
  a.btn-flat:hover:after {
	content: "";
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 2px dashed rgb(255, 255, 255);
    outline-offset: -6px;
	z-index: 10;
  }
  #menu.bottom .yuttari_menu {
	padding: 30px 0;
  }
  #wrapper .yuttari_contents a.suumo:hover {
	filter: brightness(90%)!important;
	transition: .2s!important;
	color: inherit;
}
.mt_up {
	text-align: center;
	margin-top: -60px;
}

.mv_ttl {
	text-align: center;
	background-color: none;
	display:block;
	margin: auto;
	border: none;
}
.mv_area p {
	text-align: center;
	font-size: clamp(16px, 1.8vw, 24px);
	font-weight: bold;
	margin-top: 50px;
	line-height: 1.8;
	text-shadow:-2px -2px 0px #FFF,-2px -1px 0px #FFF,-2px 0px 0px #FFF,-2px 1px 0px #FFF,-2px 2px 0px #FFF,-1px -2px 0px #FFF,-1px 2px 0px #FFF,0px -2px 0px #FFF,0px 2px 0px #FFF,1px -2px 0px #FFF,1px 2px 0px #FFF,2px -2px 0px #FFF,2px -1px 0px #FFF,2px 0px 0px #FFF,2px 1px 0px #FFF,2px 2px 0px #FFF;
}
.contents_wrap {
	display: flex;
	gap: 80px;
	flex-wrap: wrap;
}
.jenny {
	width: 100%;
	background-size: cover;
    background-image: url(../images/bg_jenny.jpg);
    background-position: top center;
	padding: 0 3em;
	border: 1px solid #FFF;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap-reverse;
}
.jenny .jenny_img {
	width: 36%;
}
.jenny .jenny_txt {
	width: 60%;
	font-family: "Zen Maru Gothic", serif;
	color: #ff48a1;
}
.mt_up {
	margin-top: -100px;
}
.thumb_wrap {
	margin-top: 80px;
	background: rgba(255,255,255,0.4);
	padding: 1.5em 2.5em;
	border-radius: 10px;
	width: 100%;
}
.thumb_area {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.thumb_area img {
	border-radius: 10px;
	
}
.thumb_area .left {
	width: 47%;
}
.thumb_area .right {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.thumb_area .right img {
	width: 47%;
}
.thumb_area .txt_area p {
	font-size: clamp(16px, 1.8vw, 20px);
	text-shadow: none;
}
.product_txt {
	padding: 3em 3em 0;
}
.product_txt dl {
	display: flex;
	flex-wrap: nowrap;
	gap: 1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	font-size: clamp(16px, 1.5vw, 18px);
}
.product_txt dt {
	min-width: 8em;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.product_txt dt::after {
	content: ":";
}
h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8;
    background-color: #ebc225;
    color: #FFF;
    padding: 0.5em 1em 0.4em;
	width: 80%;
	margin: 60px auto 0;
}
.about_txt p {
	font-size: clamp(16px, 1.5vw, 20px);
	text-align: left;
}
.profile {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
.profile h3 {
	background-color: #ef8799;
}
.profile_img {
	width: 40%;
	padding: 1em;
}
.profile_img img {
	clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}
.profile_txt {
	width: 55%;
	padding: 5em;
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0);
	background: rgba(255,255,255,0.3);
}
.profile_txt dl {
	display: flex;
	flex-wrap: nowrap;
	gap: 1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	font-size: clamp(16px, 1.6vw, 24px);
	text-shadow: -2px -2px 0px #FFF, -2px -1px 0px #FFF, -2px 0px 0px #FFF, -2px 1px 0px #FFF, -2px 2px 0px #FFF, -1px -2px 0px #FFF, -1px 2px 0px #FFF, 0px -2px 0px #FFF, 0px 2px 0px #FFF, 1px -2px 0px #FFF, 1px 2px 0px #FFF, 2px -2px 0px #FFF, 2px -1px 0px #FFF, 2px 0px 0px #FFF, 2px 1px 0px #FFF, 2px 2px 0px #FFF;
}
.profile_txt dt {
	min-width: 6em;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.profile_txt dt::after {
	content: ":";
}
.history {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 50px;
}
.history h3 {
	background-color: #3058cd;
}
.time_caption {
	width: 100%;
	text-align: center;
}
.time_caption span {
	display: inline-block;
	padding: 1em 5em;
	background-color: #6f94ff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}
.history_img {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	gap: 20px;
}

.history_img img {
	width: 45%;
	max-width: 500px;
	border: 4px solid #FFF;
	border-radius: 10px;
}
.history_img img.parallelogram {
	/* clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%); */
	width: 300px;
}
.history_img img.parallelogram.hr {
	width: 500px;
}
.history_img img.bevel {
	width: 400px;
	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.licca17_link {
	text-align: center;
	width: 100%;
}
.licca17_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
	width: 80%;
	padding: 2em;
	margin: auto;
}
.licca17_link a img {
	width: 350px;
}
.licca17_link a span {
	font-size: clamp(16px, 1.5vw, 20px);
	padding-left: 2em;
	text-shadow: -2px -2px 0px #FFF, -2px -1px 0px #FFF, -2px 0px 0px #FFF, -2px 1px 0px #FFF, -2px 2px 0px #FFF, -1px -2px 0px #FFF, -1px 2px 0px #FFF, 0px -2px 0px #FFF, 0px 2px 0px #FFF, 1px -2px 0px #FFF, 1px 2px 0px #FFF, 2px -2px 0px #FFF, 2px -1px 0px #FFF, 2px 0px 0px #FFF, 2px 1px 0px #FFF, 2px 2px 0px #FFF;
}
.licca17_link a:hover {
	background-color: rgb(255 210 210 / 50%);
}
.retro_ttl {
	text-align: center;
	background-color: rgba(247, 171, 204, 1);
	display:block;
	margin: auto;
	border: 2px solid #FFF;
	border-radius: 5px;
}
figure.top_01 {
	padding-top: 50px;
}
figure.top_02 {
	background-color: rgba(255,255,255,0.2);
	margin-bottom: 50px;
	border-radius: 0 30px 0 30px;
}
.top_02{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 4px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.top_02:before,.top_02:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 4px #ffcb8a;
    border-radius: 50%;
}
.top_02:after {
    top:-18px;
    left:-18px;
}
.top_02:before {
    bottom:-18px;
    right:-18px;
}
.mikan {
	position: relative;
}
.contents_area h2 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-top: 60px;
	line-height: 1.8;
	background-color: #0052A4;
	color: #FFF;
	padding: 0.5em 1em 0.4em;
}
.contents_area p {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.8;
	text-shadow:-2px -2px 0px #FFF,-2px -1px 0px #FFF,-2px 0px 0px #FFF,-2px 1px 0px #FFF,-2px 2px 0px #FFF,-1px -2px 0px #FFF,-1px 2px 0px #FFF,0px -2px 0px #FFF,0px 2px 0px #FFF,1px -2px 0px #FFF,1px 2px 0px #FFF,2px -2px 0px #FFF,2px -1px 0px #FFF,2px 0px 0px #FFF,2px 1px 0px #FFF,2px 2px 0px #FFF;
}
img.gift {
	border-radius: 20px;
}
.dummy_btn {
	text-align: center;
	display: block;
	width: 40%;
	padding: 1.5em 1.5em;
	margin: 30px auto;
	background-image: url("../images/dummy_btn_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	font-weight: bold;
	font-size: 20px;
}
.movie-wrap {
	text-align: center;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
}
video {
	width: 25%;
	border-radius: 20px;
	border: 4px solid #FFF;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
.yuttari_menu a:before {
  width: 220px;
  height: 100px;
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.yuttari_menu a:before {
  width: 180px;
  height: 100px;
}
}

@media screen and (max-width: 767px) {
	.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
.mt_up {
	text-align: center;
}
.mt_up img {
	width: 100%;
}
.yuttari_contents p.green_txt {
	font-size: 16px;
}
  .yuttari_contents {
    padding: 0 0px 1em;
	  background-size: contain;
  }
  .yuttari_contents .top {
    margin-bottom: 2em;
  }
	.yuttari_contents .howto-top {
  margin-bottom: 0;
	
}
	.sp_br {
		display: block;
	}
  .yuttari_contents .bnr {
    margin-bottom: 2em;
  }
  .yuttari_contents .item_section .item_dress {
    width: 49%;
  }
  .yuttari_menu a {
    width: 47%;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .yuttari_menu a:before {
    width: 100%;
    height: 60px;
  }

	#menu.howto .m2 {
	width: 47%;
}
	#menu.contents .m3 {
	width: 47%;
}
  .buttons_set {
    flex-direction: column;
  }
  .buttons_set a {
    width: 100%;
  }
.yuttari_contents .movie_set .item {
  width: 98%;
}
.yuttari_contents .bbq-contents02 {
	width: 96%;
	padding: 0px 20px 10px;
}
.ex_btn {
	margin: -20px auto 30px;
	width: 70%;
}
	.yuttari_contents .lineup .item01 {
	width: 90%;
		text-align: center;
		margin-bottom: 40px;
}
.yuttari_contents .lineup .item02 {
	width: 90%;
	text-align: center;
}
.yuttari_contents .lineup .item03 {
	width: 90%;
}
	.yuttari_contents .movie_flex .movie_item,
	.yuttari_contents .movie_flex_reverse .movie_item {
	width: 90%;
}
	.yuttari_contents .movie_flex_reverse .movie_item img.sp-narrow {
	width: 40%;
}
	/*.yuttari_contents .movie_flex_reverse {
		flex-direction: column-reverse;
	}*/
	.yuttari_contents .movie_flex .movie_item .movie_set,
	.yuttari_contents .movie_flex_reverse .movie_set {
	margin-top: 0;
}
.yuttari_contents.mikan_area::before {
	background-size: cover;
}
	.yuttari_contents::after {
  background-size: cover;
		height: 100px;
		bottom: -10px;
}
	.yuttari_contents .inner {
	padding-bottom: 30px;
}
	.yuttari_menu a.m3,
	.yuttari_menu a.m4 {
		margin-top: 20px;
	}
	.yuttari_menu a img {
  width: 80%;
}
	.yuttari_menu a.m4 img {
  width: 100%;
}
	#menu {
  background-position: 40% 50%;
}
#menu.top .m1,
#menu.contents .m2,
#menu.movie .m3,
#menu .m4 {
	width: 47%;
		height: 0;
		padding-bottom: 20px;
		margin-bottom: 0;
}
	#menu.contents,
	#menu.movie {
  margin-top: -100px;
}
.yuttari_contents .contents_area .box.suumo {
	width: 100%;
}

	
	.yuttari_contents p.main_txt {
	font-weight: 800;
	font-size: 16px;
	line-height: 2.5em;

}
.yuttari_contents .note p {
  text-align: center;
	font-weight: 900;
	font-size: 16px;
	line-height: 2;
/* for modan browser */
text-shadow:0px 2px 1px #ffffff,0px 1px 1px #ffffff,1px 1px 1px #ffffff,1px 0px 1px #ffffff,2px 0px 1px #ffffff,1px -1px 1px #ffffff,1px -2px 1px #ffffff,0px -2px 1px #ffffff,-1px -2px 1px #ffffff,-2px -2px 1px #ffffff,-2px -1px 1px #ffffff,-2px 0px 1px #ffffff,-2px 1px 1px #ffffff,-1px 1px 1px #ffffff;

/* for IE */
filter:dropshadow(color=#ffffff,offx=0,offy=2,positive=1),dropshadow(color=#ffffff,offx=1,offy=1,positive=1),dropshadow(color=#ffffff,offx=1,offy=-1,positive=1),dropshadow(color=#ffffff,offx=0,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-1,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-2,offy=-1,positive=1),dropshadow(color=#ffffff,offx=-2,offy=1,positive=1),dropshadow(color=#ffffff,offx=-1,offy=1,positive=1);
	margin-bottom: 1em;
}
	.yuttari_contents .fl .fl_box {
	width: 90%;
}
.yuttari_contents .fl .fl_box:nth-child(odd) {
	margin-top: 60px;
	margin-bottom: 0;
}
.yuttari_contents .fl .fl_box:nth-child(even) {
	margin-top: 60px;
}
.yuttari_contents .fl .fl_box:last-child {
	background: none;
	border: none ;
}
.yuttari_contents .fl .fl_box:first-child {
	margin-top: 30px;
}
.yuttari_contents img.mv {
	margin-left: auto;
	margin-right: auto;
}
.yuttari_contents .middle_items .w33{
	width: 100%;
}
.yuttari_contents .movie_set .mv_item_wrap img {
  width: 90%;
}
.yuttari_contents .movie_set .mv_item_wrap.col_2 {
  width: 100%;
	margin-top: 30px;
}
.yuttari_contents .award {
	width: 95%;
	margin-bottom: 20px;
}
#LS_HEADER.is-fixed {
		background-color: #FEE5F0;
}
	#LS_HEADER .ls_inner {
		padding-top: 0;
}

.yuttari_contents.first::after {
  height: 85px;
  min-height: inherit;
  bottom: 20px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.yuttari_contents img.main_ttl {
  margin-top: -140px;
}
	.ls_inner.mv_area {
		padding-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.yuttari_contents.second {
  padding-bottom: 100px;
}
	.yuttari_contents.second::after {
  height: 150px;
  background-position: center top;
  background-repeat: no-repeat;
	background-size: cover;
}

.yuttari_contents .gradient01 {
	width: 100%;
	margin:  -80px auto 50px;
	padding-left: 0;
	padding-right: 0;
}
.yuttari_contents .middle_items.gradient02 {
	width: 100%;
	margin:  50px auto 50px;
	padding-left: 0;
	padding-right: 0;
}
.under .ls_inner.mv_area {
	padding-bottom: 100px;
}
	.yuttari_contents .middle_items.bg_none {
		margin-top: -80px;
	}
.yuttari_contents .lineup .lineup_ttl {
	margin-bottom: 20px;
	width: 100%;
}
.yuttari_contents .lineup .item_w57 {
	width: 100%;
	margin-bottom: 40px;
}
.yuttari_contents .lineup .item_w53 {
	width: 100%;
	margin-bottom: 40px;
}
	.yuttari_contents .lineup .item_w80 {
	width: 100%;
	margin-bottom: 40px;
}
.yuttari_contents .lineup .item_w100 {
	width: 100%;
	margin-bottom: 40px;
}
.yuttari_contents .lineup .item_w46 {
	width: 100%;
	margin-bottom: 40px;
}
.yuttari_contents .lineup .item_w40 {
	width: 100%;
	margin-bottom: 40px;
}
.yuttari_contents .lineup .item_w30 {
	width: 48%;
	margin: auto;
	margin-bottom: 40px;
}
.yuttari_contents .lineup .item_w30.jitensya {
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
}
#wrapper .yuttari_contents .lineup .item_w30 .buttons_set a {
	width: 100%;
	font-size: 11px;
}
.ls_inner.whats {
	padding-top: 110px;
}
.ls_inner.movie {
	padding-top: 110px;
}
a.hv:hover img {
	border-radius: 5px;
}
#menu_bottom.top .m1 {
	height: 20px;
}

	#menu.top.upper {
		margin-top: -200px;
	}
	#menu_bottom {
	margin-top: -170px;
}
	.yuttari_contents .contents_area .box {
	width: 95%;
}
	.movie_area {
		min-height: 100vh;
	}
	.yuttari_contents.white_area:before {
		height: 59px;
		background-size: contain;
	}
	.mv_area p {
		font-size: 20px;
		margin-top: 45px;
		line-height: 1.8;
	}
	.yuttari_contents.mikan_area::before {
		height: 50px;
	}
	.yuttari_contents.mikan_area::after {
		height: 50px;
	}
	.dummy_btn {
		width: 80%;
	}
	figure.top_01 {
		padding-top: 0;
	}
	.contents_area p {
		font-size: 20px;
		margin-top: 0;
		line-height: 1.8;
		text-align: left;
	}
	.contents_area h2 {
		font-size: 22px;
		margin-top: 0;
		line-height: 1.8;
	}
	video {
		width: 50%;
	}
	.jenny {
	padding: 0 0.5em;
}
.jenny .jenny_img {
	width: 100%;
}
.jenny .jenny_txt {
	width: 100%;

}
.mv_area p {
	font-size: 16px;
}
.thumb_wrap {
	padding: 1em 0.5em;
}
.thumb_area .left {
	width: 100%;
}
.thumb_area .right {
	width: 100%;
}
.thumb_area .right img {
	width: 47%;
}
.thumb_area .txt_area p {
	text-align: left;
}
.product_txt {
	padding: 1em 0.5em;
}
.product_txt dt {
	min-width: 7em;
}
.product_txt dl {
	margin-bottom: 20px;
}
h3 {
	margin-top: 0;
	font-size: 22px;
}
.profile_img {
	width: 100%;
}
.profile_txt {
	width: 100%;
	padding: 3em 2em;
} 
.time_caption span {
	padding: 1em 3em;
	font-size: 16px;
}
.history_img img.parallelogram.hr {
	width: 100%;
}
.licca17_link a {
	flex-wrap: wrap;
	width: 100%;
}
.licca17_link a span {
	padding-left: 0;
	display: block;
	margin-top: 20px;
}
}

