@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* body */
/* ============================================ */

#wrapper{
	background-color: #fff6e6;
	background-image: url('https://iliosmile.itembox.design/item/event/november-event2021/img/background.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.novemberevent{
	font-family:"Noto Sans JP","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","游ゴシック","ヒラギノ角ゴ Pro W5";
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
}
.novemberevent p{
	color: #3e3e36;
	letter-spacing: 0.02em;
	line-height: 1.8;
}

/* main */
/* ============================================ */

picture img{
	width: 100%;
}
.novemberevent .message{
	display: none;
}

/* lineup */
/* ============================================ */

.novemberevent .lineup{
	padding: 6% 3% 0;
}
.novemberevent .lineup h1{
	font-weight: 700;
	text-align: center;
	margin-bottom: 2%;
	color: #703c28;
	font-size: 36px;
	font-family: 'Rock Salt', cursive;
}
.novemberevent .lineup .check{
	font-size: 14px;
	text-align: center;
	color: #703c28;
	margin-bottom: 20px;
}
.novemberevent .lineup .list{
	width: 800px;
	margin: 0 auto;
}
.novemberevent ol.e_list{
  counter-reset:list;
  list-style-type:none;
  padding:0;
}
.novemberevent ol.e_list li{
  position:relative;
  margin: 20px 0 20px 0px;
  padding-left: 50px;
  color: #3e3e36;
  font-weight: bold;
  font-size:16px;
  line-height: 44px;
  background: #fff;
  border: solid 1px #b5461c;
  border-radius:20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.novemberevent ol.e_list li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -4px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  font-family: 'Rock Salt', cursive;
  font-size: 14px;
  line-height:42px;
  background: #b5461c;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
}
.novemberevent ol.e_list li:hover{
  color: #fff;
  background: #b5461c;
}
.novemberevent ol.e_list li:hover:before{
  background: #fff;
  color: #b5461c;
}

.novemberevent .button {
  	max-width: 380px;
  	margin: 4% auto 2%;
}

.novemberevent a.btn_more {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 60px;
  	position: relative;
  	background: #b5461c;
  	border-radius: 30px;
  	box-sizing: border-box;
  	padding: 0 45px 0 25px;
  	color: #fff;
  	font-size: 18px;
	font-weight: 600;
  	line-height: 1.3;
  	text-align: left;
  	text-decoration: none;
  	transition-duration: 0.3s;
}

.novemberevent a.btn_more:before {
  	content: '';
  	width: 8px;
  	height: 8px;
  	border: 0;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 50%;
  	right: 25px;
  	margin-top: -5px;
}

.novemberevent a.btn_more:hover{
	opacity: 0.6;
}

.novemberevent a.gray {
  	background: #919191;
  	text-align: center;
}
.novemberevent a.gray:before {
  	content: none;
}
.novemberevent a.yellow-btn {
  	background: #eb9c03;
}

.novemberevent .pen {
  background: linear-gradient(transparent 54%, #fee660 54%);
  font-weight: 600;
}

.novemberevent .color_red{
	color: #b5461c;
	font-weight: 600;
	text-align: center;
	font-size: 17px;
}

.novemberevent .color_red.color_yellow{
	color: #d99003;
}


.novemberevent .red{
	color: #CC0F12;
	font-weight: 600;
}

.novemberevent .title-number{
	text-align: center;
	margin-bottom: 2%;
	padding-top: 60px;
}

.novemberevent .title-number img{
	max-width: 70px;
}

.novemberevent h1{
	color: #703c28;
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}

.novemberevent .sub-white{
	background: #fff;
	width: 840px;
	margin: 0 auto;
	padding: 40px 0;
	border-radius: 20px;
}

.novemberevent .mv{
	width: 84%;
	margin: 0 auto 3.2%;
}

.novemberevent .mv img{
	width: 100%;
	border-radius: 50px;
}

.novemberevent .text{
	width: 90%;
	margin: 0 auto;
}

/* slider */
/* ============================================ */

.novemberevent .slick-slide img {
	width: 100%;
}

.novemberevent .slider{
	max-width:640px; 
	margin: 0 auto;
}

.novemberevent .slick-dots{
	bottom: -45px;;	
}

.novemberevent .slick-dots li button:before {
    color: #d0bab1;
	opacity: 1;
}

.novemberevent .slick-dots li.slick-active button:before{
	color: #703c28;
	opacity: 1;
}

.novemberevent .slick-dotted.slick-slider{
margin-bottom: 6%;
}

/* main */
/* ============================================ */


.novemberevent .wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 4% auto;
}

.novemberevent .spbr{
    display: none;
}

.novemberevent .item{
	width: 48%;
}

.novemberevent .item img{
	width: 100%;
}

.novemberevent h2{
	color: #b5461c;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 56px;
}

.novemberevent .deadline{
	color: #b5461c;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.novemberevent .deadline::before{
	content: "\f024";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 8px;
	color: #b5461c;
	font-size: 28px;
}

.novemberevent .sarani{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	color: #b5461c;
}

.novemberevent .ribbon13-wrapper {  
  display: block;
  position: relative;
  margin: 4% auto 4.8%;
  padding: 1.4% 0 1%;
  width: 94%;
  background: #fef3eb;
  border-radius: 20px;
  }

.novemberevent .ribbon13 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -2px;
  max-width: 280px;
  color: white;
  background: #b5461c;
}

.novemberevent .ribbon13 h3{
  margin: 0;
  padding: 0 30px 0 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.novemberevent .ribbon13:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 19px 10px 19px 0px;
  border-color: transparent #fef0eb transparent transparent;
  border-style: solid;
}

.novemberevent .ribbon13:before {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
}

.novemberevent .ribbon13-wrapper p{
	width: 90%;
	margin: 2% auto 4%;
}

.novemberevent .ribbon13-wrapper .coupon-img{
	width: 72%;
	margin: 0 auto;
}

.novemberevent .ribbon13-wrapper .coupon-img img{
	width: 100%;
}

.novemberevent .ribbon13-red-wrapper {  
  background: #f9e5e5;
  }

.novemberevent .ribbon13-red {
  background: #ab2727;
}

.novemberevent .ribbon13-red:after {
  border-color: transparent #f9e5e5 transparent transparent;
}

.novemberevent .ribbon13-yellow-wrapper {  
  background: #faeed6;
  }

.novemberevent .ribbon13-yellow {
  background: #eb9c03;
}

.novemberevent .ribbon13-yellow:after {
  border-color: transparent #faeed6 transparent transparent;
}

.novemberevent .ribbon13-red-wrapper p {  
	padding-left:1em;
	text-indent:-1em;
  }
  
.novemberevent #event04 .ribbon13-red-wrapper p{
	padding-left:0;
	text-indent:0;
}

.novemberevent .ribbon13-wrapper .cond{
	margin-bottom: 6px;
	text-indent: -1em;
	padding-left: 1em;
}
.novemberevent .ribbon13-wrapper .cond:last-child{
	margin-bottom: 1%;
}
.novemberevent .ribbon13-wrapper .cond::before{
	content: "◎";
	margin-right: 2px;
}
.novemberevent .ribbon13-wrapper .ribbon_img{
	width: 320px;
	text-align: center;
}
.novemberevent .ribbon13-wrapper .ribbon_img img{
	width: 100%;
}
.novemberevent #event06 .ribbon13-wrapper {  
  padding: 1.4% 0 2%;
  }


.novemberevent .n_big{
	font-size: 17px;
	font-weight: 600;
	color: #b5461c;
}
.novemberevent .ribbon13-wrapper .how_to{
	margin-bottom: 6px;
	text-indent: -1em;
	padding-left: 1em;
}
.novemberevent .under{
	text-decoration: underline;
	color: #b5461c;
	font-weight: 600;
}

.novemberevent .camp_terms{
	border-radius: 16px;
	background-color: #fae7da;
	padding: 16px 8px 24px 16px;
	width: 94%;
	margin: 20px auto;
}
.novemberevent .camp_termsInner{
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	padding-right: 8px;
	scrollbar-width: 6px;
	scrollbar-color: #f0781f;
}
.novemberevent .camp_termsInner::-webkit-scrollbar{
	width: 6px;
}
.novemberevent .camp_termsInner::-webkit-scrollbar-track{
	background-color: #fff;
}
.novemberevent .camp_termsInner::-webkit-scrollbar-thumb {
  background-color: #f0781f;
  border-radius: 8px;
}

.novemberevent .camp_termsInner>h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}
.novemberevent .camp_termsInner>p{
	margin-bottom: 22px;
}
.novemberevent .camp_termsInner>p::before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 6px;
	color: #f0781f;
}

.novemberevent .camp_termsInner>p:last-child{
	margin-bottom: 0;
}

.novemberevent .camp_terms.attn{
	background-color: #fcebeb;

}
.novemberevent .camp_termsInner.attn{
	scrollbar-color: #bd5151;
}
.novemberevent .camp_termsInner.attn::-webkit-scrollbar-thumb {
  background-color: #bd5151;
}
.novemberevent .camp_termsInner.attn>p::before{
	content: "\f06a";
	color: #bd5151;
}

.novemberevent details{
	margin: 4% auto 4%;
	line-height: 1.5em;
	width: 90%;
}

.novemberevent details summary{
	color: #d0592c;
}

.novemberevent .coupon-cord{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.novemberevent .coupon-cord::before{
	content:"『";
	margin-right: 2%;
}

.novemberevent .coupon-cord::after{
	content:"』";
	margin-left: 2%;
}

.novemberevent .small{
	width: 80%;
	font-size: 14px;
	color: #979795;
	margin-bottom: 20px;
	text-align: right;
}

.novemberevent #page-top {
  position: fixed;
  bottom: 20px;
  right: 16px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
.novemberevent #page-top a {
  background: #b5461c;
  text-decoration: none;
  color: #fff;
  padding: 18px 0;
  width: 68px;
  height:68px;
  text-align: center;
  display: block;
  border-radius: 50vh;
  opacity: 0.86;
  transition: all .3s ease;
}
.novemberevent #page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

@media screen and (max-width: 1100px){
.parts_main{
	max-width: none;
}
}

@media screen and (max-width: 767px){

/*.novemberevent{
	margin: 0 2%;
}
*/

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

.novemberevent .message{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.novemberevent .message img{
	width: 100%;
}

.novemberevent .lineup h1{
	font-size: 30px;
	margin-bottom: 2%;
}
.novemberevent .lineup .list{
	width: 100%;
}
.novemberevent ol.e_list li{
  padding: 12px 16px  12px 48px;
  line-height: 26px;
}
.novemberevent ol.e_list li:before{
  left: -4px;
  top: 20%;
}

.novemberevent .button{
	max-width: 360px;
	text-align: center;
	margin: 4% auto 6%;
}

.novemberevent a.btn_more {
  	width: 94%;
  	height: 54px;
  	font-size: 17px;
	margin: 0 auto;
}

.novemberevent .title-number img{
	max-width: 60px;
}

.novemberevent h1{
	font-size: 20px;
	line-height: 1.6;
	width: 96%;
	margin: 0 auto 4%;
}

.novemberevent .sub-white{
	width: 96%;
	border-radius: 10px;
	padding: 6% 0 6%;
}

.novemberevent .mv{
	width: 94%;
}

.novemberevent .mv img{
	border-radius: 20px;
}

.novemberevent .mv.yum{
	width: 50%;
}

.novemberevent .text{
	width: 92%;
	margin: 0 auto;
}

/* slider */
/* ============================================ */

.novemberevent .slider{
	width:94%; 
	margin: 0 auto;
	margin-bottom: 6%;
}

.novemberevent .slick-dots{
	bottom: -35px;
}

.novemberevent .slick-dots li{
	margin: 0;
}

.novemberevent .slick-dots li button:before {
    color: #d0bab1;
	opacity: 1;
}

.novemberevent .slick-dots li.slick-active button:before{
	color: #703c28;
	opacity: 1;
}

.novemberevent .slick-dotted.slick-slider{
margin-bottom: 6%;
}

/* slider end */
/* ============================================ */


/* main */
/* ============================================ */


.novemberevent .wrap{
	display: block;
	width: 90%;
	margin: 4% auto;
}

.novemberevent .spbr{
    display: block;
}

.novemberevent .item{
	width: 100%;
	margin-bottom: 4%;
}

.novemberevent .ribbon13-wrapper {
	  margin: 4% auto 6%;
	  padding: 1.4% 0 3%;
  }
  
  .novemberevent .ribbon13-wrapper .coupon-img{
	width: 88%;
	margin: 6% auto 0;
}

.novemberevent .ribbon13-wrapper .coupon-img img{
	width: 100%;
}

.novemberevent h2{
	margin-top: 36px;
}

.novemberevent .sarani{
	margin-top: 20px;
	margin-bottom: 10px;
}

.novemberevent .coupon{
	margin-top: 3%;
}

.novemberevent .coupon img{
	width: 	100%;
}

.novemberevent details{
	margin: 4% auto 8%;
}

.novemberevent .koumoku .weight{
	font-size: 16px;
	line-height: 1.4;
}

.novemberevent .shimekiri{
	font-size: 17px;
}

.novemberevent .coupon-cord{
	font-size: 20px;
}

.novemberevent .item-box{
  width: calc((100% - 15px * 2) / 2);
}

.novemberevent .shopping .button{
	max-width: 200px;
	text-align: center;
	margin: 4% auto 6%;
}

.novemberevent .shopping a.btn_more {
  	width: 100%;
  	height: 32px;
  	font-size: 12px;
	margin: 0 auto;
	padding: 0 10px 0 0;
}

.novemberevent .shopping a.btn_more:before {
  	right: 14px;
	margin-top: -4px;
}

.novemberevent .eventbox {
  display: block;
  width: 94%;
}

.novemberevent .eventbox .eventtext{
	width: 100%;
}

.novemberevent .eventbox .eventpict {
  width: 100%;
  margin-bottom: 2%;
}

.novemberevent .eventbox .eventpict img {
  width: 100%;
  height:auto;
}
.novemberevent .ribbon13-wrapper .ribbon_img{
	margin: 20px auto;
}
.novemberevent #page-top {
  bottom: 70px;
  right: 10px;
}




}
