@charset 'utf-8';

/***************

  --- base ---

****************/
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #583732;
  background-color: #fff;
  font-family: 
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
header, main, section, footer {
  display: block;
  margin: 0;
  padding: 0;
}
@media only screen and  (max-width:768px){
  html, body {
    font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6, 
p, 
dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
small {
  font-size: 80%;
}
*,:after,:before {
  box-sizing: border-box;
}
:after,:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
small {
  font-size: 80%;
}
a {
  color: #a20073;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media only screen and  (min-width:769px){
  a:hover ,
  a:focus {
    opacity: 0.8;
  }
}
ol,ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
hr {
  height: 0;
  overflow: visible;
}
* + p {
  margin-top: 1em;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  flex-shrink: 0;
}
iframe, img {
  border-style: none;
}
table {
  border-collapse: collapse;
}
input {
  overflow: visible;
}


/***************

  common

****************/
.inline-block {
  display: inline-block;
}

.txt-left   { text-align: left;   }
.txt-center { text-align: center; }
.txt-right  { text-align: right;  }

.valign-top { vertical-align: middle; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: middle; }
.valign-baseline { vertical-align: baseline; }

.fw-bold { font-weight: bold; }

.m0 { margin : 0 !important; }
.p0 { padding: 0 !important; }

.mt0 { margin-top : 0 !important; }
.pt0 { padding-top: 0 !important; }

.mb0 { margin-bottom : 0 !important; }
.pb0 { padding-bottom: 0 !important; }

.ml0 { margin-left : 0 !important; }
.pl0 { padding-left: 0 !important; }

.mr0 { margin-right : 0 !important; }
.pr0 { padding-right: 0 !important; }

.mt5  { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }

.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.pt5  { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pt95 { padding-top: 95px !important; }
.pt100 { padding-top: 100px !important; }

.pb5  { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb95 { padding-bottom: 95px !important; }
.pb100 { padding-bottom: 100px !important; }

@media only screen and (max-width: 1000px){
  .mt5  { margin-top: 0.5vw !important; }
  .mt10 { margin-top: 1.0vw !important; }
  .mt15 { margin-top: 1.5vw !important; }
  .mt20 { margin-top: 2.0vw !important; }
  .mt25 { margin-top: 2.5vw !important; }
  .mt30 { margin-top: 3.0vw !important; }
  .mt35 { margin-top: 3.5vw !important; }
  .mt40 { margin-top: 4.0vw !important; }
  .mt45 { margin-top: 4.5vw !important; }
  .mt50 { margin-top: 5.0vw !important; }
  .mt55 { margin-top: 5.5vw !important; }
  .mt60 { margin-top: 6.0vw !important; }
  .mt65 { margin-top: 6.5vw !important; }
  .mt70 { margin-top: 7.0vw !important; }
  .mt75 { margin-top: 7.5vw !important; }
  .mt80 { margin-top: 8.0vw !important; }
  .mt85 { margin-top: 8.5vw !important; }
  .mt90 { margin-top: 9.0vw !important; }
  .mt95 { margin-top: 9.5vw !important; }
  .mt100 { margin-top: 10.0vw !important; }

  .mb5  { margin-bottom: 0.5vw !important; }
  .mb10 { margin-bottom: 1.0vw !important; }
  .mb15 { margin-bottom: 1.5vw !important; }
  .mb20 { margin-bottom: 2.0vw !important; }
  .mb25 { margin-bottom: 2.5vw !important; }
  .mb30 { margin-bottom: 3.0vw !important; }
  .mb35 { margin-bottom: 3.5vw !important; }
  .mb40 { margin-bottom: 4.0vw !important; }
  .mb45 { margin-bottom: 4.5vw !important; }
  .mb50 { margin-bottom: 5.0vw !important; }
  .mb55 { margin-bottom: 5.5vw !important; }
  .mb60 { margin-bottom: 6.0vw !important; }
  .mb65 { margin-bottom: 6.5vw !important; }
  .mb70 { margin-bottom: 7.0vw !important; }
  .mb75 { margin-bottom: 7.5vw !important; }
  .mb80 { margin-bottom: 8.0vw !important; }
  .mb85 { margin-bottom: 8.5vw !important; }
  .mb90 { margin-bottom: 9.0vw !important; }
  .mb95 { margin-bottom: 9.5vw !important; }
  .mb100 { margin-bottom: 10.0vw !important; }

  .pt5  { padding-top: 0.5vw !important; }
  .pt10 { padding-top: 1.0vw !important; }
  .pt15 { padding-top: 1.5vw !important; }
  .pt20 { padding-top: 2.0vw !important; }
  .pt25 { padding-top: 2.5vw !important; }
  .pt30 { padding-top: 3.0vw !important; }
  .pt35 { padding-top: 3.5vw !important; }
  .pt40 { padding-top: 4.0vw !important; }
  .pt45 { padding-top: 4.5vw !important; }
  .pt50 { padding-top: 5.0vw !important; }
  .pt55 { padding-top: 5.5vw !important; }
  .pt60 { padding-top: 6.0vw !important; }
  .pt65 { padding-top: 6.5vw !important; }
  .pt70 { padding-top: 7.0vw !important; }
  .pt75 { padding-top: 7.5vw !important; }
  .pt80 { padding-top: 8.0vw !important; }
  .pt85 { padding-top: 8.5vw !important; }
  .pt90 { padding-top: 9.0vw !important; }
  .pt95 { padding-top: 9.5vw !important; }
  .pt100 { padding-top: 10.0vw !important; }

  .pb5  { padding-bottom: 0.5vw !important; }
  .pb10 { padding-bottom: 1.0vw !important; }
  .pb15 { padding-bottom: 1.5vw !important; }
  .pb20 { padding-bottom: 2.0vw !important; }
  .pb25 { padding-bottom: 2.5vw !important; }
  .pb30 { padding-bottom: 3.0vw !important; }
  .pb35 { padding-bottom: 3.5vw !important; }
  .pb40 { padding-bottom: 4.0vw !important; }
  .pb45 { padding-bottom: 4.5vw !important; }
  .pb50 { padding-bottom: 5.0vw !important; }
  .pb55 { padding-bottom: 5.5vw !important; }
  .pb60 { padding-bottom: 6.0vw !important; }
  .pb65 { padding-bottom: 6.5vw !important; }
  .pb70 { padding-bottom: 7.0vw !important; }
  .pb75 { padding-bottom: 7.5vw !important; }
  .pb80 { padding-bottom: 8.0vw !important; }
  .pb85 { padding-bottom: 8.5vw !important; }
  .pb90 { padding-bottom: 9.0vw !important; }
  .pb95 { padding-bottom: 9.5vw !important; }
  .pb100 { padding-bottom: 10.0vw !important; }

}
@media only screen and (min-width:769px){
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width:768px){
  .sp-none {
    display: none !important;
  }

  /* ※こめじるし用 */
  .sp-font-fam-1 {
    font-family: 
    HiraKakuProN-W3, HiraKakuPro-W3,
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  }
}

.img-inline {
  vertical-align: baseline;
  display: inline-block;
  margin: 0 0.2em;
  height: 0.8em;
  width: auto;
}

.fc-red {
  color: #ff0000;
}
.fc-green {
  color: #228f66;
}

.text-link {
  display: inline-block;
  color: #1684d0;
  text-decoration: underline;
}
.icon-blank {
  display: inline-block;
  vertical-align: top;
  width: 0.7em;
  height: auto;
  margin: 0.2em 0 0 0.1em;
}

.max-w90 { max-width: 90%; }
.max-w85 { max-width: 85%; }
.max-w80 { max-width: 80%; }
.max-w75 { max-width: 75%; }

/********************

  --- page style ---

*********************/
body {
  min-width: 0;
}
body main p  {
  font-size: inherit;
  line-height: inherit;
}
body main picture {
  display: block;
  margin: 0;
  padding: 0;
}
.o-footer {
  position: relative;
}
@media only screen and  (min-width:769px){
  .o-footer_links .m-itemgroup a:hover ,
  .o-footer_links .m-itemgroup a:focus {
    opacity: 0.5;
  }
}


/********************

  @keyframes

*********************/
@keyframes show {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

/********************

  .cp-header

*********************/
.cp-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

@media only screen and  (min-width: 769px) {
  .cp-header {
    border-top:3px solid #b60081;
  }
}

.cp-header_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
}

@media only screen and  (min-width: 769px) {
  .cp-header_wrapper {
    height:72px;
    padding: 0 32px;
  }
}

@media only screen and  (max-width: 768px) {
  .cp-header_wrapper {
    height:50px;
    padding: 0 16px;
  }
}

.cp-header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 168px;
  transform: translate(-50%,-50%);
}

@media only screen and  (max-width: 768px) {
  .cp-header_logo {
    left:16px;
    width: 147px;
    transform: translateY(-50%);
  }
}

/********************

  --- ▽サンエックス ---

*********************/

/********************

  .contents-bg

*********************/
.contents-bg {
  padding: 0 30px;
  background: url(/campaign_ex/sanxrerakkuma/img/bg-pattern_04.png) repeat center top;
}

@media only screen and  (max-width: 1060px) {
  .contents-bg {
    background-size: 15% auto;
  }
}
@media only screen and  (max-width: 768px) {
  .contents-bg {
    padding: 0;
  }
}

/********************

  .contents-wrap

*********************/
.contents-wrap {
  background-color: #fffcd2;
  max-width: 1000px;
  margin: 0 auto;
}

/********************

  .section-*

*********************/
.section {
  padding: 20px 0;
  position: relative;
}

@media only screen and  (max-width: 768px) {
  .section {
    padding: 15px 0;
  }
}

/********************

  .section-frame

*********************/
.section-frame {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
  position: relative;
  z-index: 1;
}

@media only screen and  (max-width: 768px) {
  .section-frame {
    padding: 0 10px;
  }
}

/********************

  .frame-*

*********************/
.frame-1 {
  max-width: 800px;
  margin: 0 auto;
}

/********************

  .ttl-img.-lv2

*********************/
.ttl-img.-lv2 {
  background-color: #fff799;
  text-align: center;
  position: relative;
}
.ttl-img.-lv2 .img-wrap {
  display: block;
  position: relative;
  padding: 50px 15px;
}
.ttl-img.-lv2 .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -1px;
  height: 4px;
  background: url(/campaign_ex/sanxrerakkuma/img/border-pattern_03.png) repeat-x left center / auto 100%;
}

@media only screen and  (max-width: 768px) {
  .ttl-img.-lv2::before ,
  .ttl-img.-lv2::after {
    width: calc((100vw - 200px) /2);
    background-size: auto 140px;
  }
  .ttl-img.-lv2 .img-wrap::after {
    height: 3px;
    margin-bottom: 0;
  }
}

/********************

  .design-box

*********************/
.design-box {
  border-radius: 20px;
  overflow: hidden;
  margin: 26px auto 20px;
  max-width: 890px;
}
.design-box .box-title {
  background-color: #fff799;
  position: relative;
  text-align: center;
  padding: 4.7% 15px 3.9%;
}
.design-box .box-content {
  background-color: #fff;
  position: relative;
  padding: 0 15px 70px;
  color: #79532f;
  text-align: center;
}
.design-box .box-content::before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: -2px;
  position: absolute;
  background: url(/campaign_ex/sanxrerakkuma/img/border-pattern_03.png) repeat-x top left / auto 100%;
  height: 4px;
}

@media only screen and  (max-width: 768px) {
  .design-box {
    border-radius: 10px;
    margin-top: 15px;
  }
  .design-box .box-title {
    padding: 25px 10px;
  }
  .design-box .box-title .ttl-image {
    width: 500px;
    max-width: 100%;
  }
  .design-box .box-content {
    padding: 0 10px 25px;
  }
  .design-box .box-content::before {
    height: 2px;
  }
}

/********************

  ..btn-details

*********************/
.btn-details {
  width: 380px;
  max-width: 90%;
  margin: 20px auto;
}

/********************

  .slick-next,.slick-prev (from "slick-theme.css")

  .slide-wrap .slick-next
  .slide-wrap .slick-prev

*********************/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/********************

  .slide-wrap .slick-next
  .slide-wrap .slick-prev

*********************/
.slide-wrap .slick-next ,
.slide-wrap .slick-prev {
  background: no-repeat center / contain;
  width: 56px;
  height: 46px;
  z-index: 10;
}
.slide-wrap .slick-next::before ,
.slide-wrap .slick-prev::before {
  color: transparent;
}
.slide-wrap .slick-next {
  background-image: url(/campaign_ex/sanxrerakkuma/img/20th/slide-arrow-next.png);
  right: -66px;
}
.slide-wrap .slick-prev {
  background-image: url(/campaign_ex/sanxrerakkuma/img/20th/slide-arrow-prev.png);
  left: -66px;
}

/********************

  .slick-dots (from "slick-theme.css")

*********************/
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/********************

  .slide-wrap .slick-dots *

*********************/
.slide-wrap .slick-dotted.slick-slider {
  margin-bottom: 130px;
}
.slide-wrap .slick-dots {
  top: 100%;
  left: -56px;
  right: -56px;
  bottom: auto;
  margin: 25px auto 0;
  width: auto;
}
.slide-wrap .slick-dots li {
  margin: 0 8px;
  box-sizing: border-box;
}
.slide-wrap .slick-dots > li button {
  border: 3px solid #ff8a4e;
  border-radius: 50%;
  background-color: #ff8a4e;
  width: 19px;
  height: 19px;
  margin: auto;
}
.slide-wrap .slick-dots > li button::before {
  color: transparent;
}
.slide-wrap .slick-dots > li.slick-active button {
  background-color: #fff;
  box-shadow: 0 0 0 1px #ff8a4e;
}

@media only screen and (max-width: 768px){
  .slide-wrap .slick-dotted.slick-slider {
    margin-bottom: 84px;
  }
  .slide-wrap .slick-dots {
    left: -50px;
    right: -50px;
    margin-top: 15px;
  }
  .slide-wrap .slick-dots > li  {
    
  }
  .slide-wrap .slick-dots > li button {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}

/********************

  .slide-wrap *

*********************/
.slide-wrap .slide-item a:hover ,
.slide-wrap .slide-item a:focus {
  opacity: 0.9;
}

/********************

  .main-visual

*********************/
.main-visual {
  position: relative;
}
.mv-img-frame {
  margin: 0 auto;
}
.mv-img-frame img {
  width: 100%;
}
.mv-sp {
  display: none;
}
.mv-image {
  position: relative;
}
.mv-image + * {
  position: relative;
  z-index: 1;
}
.mv-btn {
  background: linear-gradient(to bottom, #FFF799 0%, #FFF799 56%, #FFFCD2 56%, #FFFCD2 100%);
}
.mv-btn-frame {
  text-align: center;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  
}
.mv-apply {
  width: 85%;
  margin: 0 auto;
  max-width: 687px;
}
@media only screen and (max-width: 768px){
  .mv-img-frame {
    padding: 0;
  }
  .mv-img-frame img {
    width: 100%;
  }
  .mv-image {
    padding-top: 0;
  }
  .mv-pc {
    display: none;
  }
  .mv-sp {
    display: block;
  }
  .mv-btn {
    background: linear-gradient(to bottom, #FFF799 0%, #FFF799 51%, #FFFCD2 51%, #FFFCD2 100%);
  }
  .mv-apply {
    max-width: 400px;
    width: 90.7%;
    margin-top: 0;
  }
}

/********************

  .section.-intro

*********************/
.section.-intro {

}

@media only screen and (max-width: 768px){
  .section.-intro {

  }
}

/********************

  .cp-bnr

*********************/
.cp-bnr-wrap {
  margin: 39px auto 20px;
  text-align: center;
}
.cp-bnr {
  margin: 17px auto 0;
  font-size: 0;
  max-width: 890px;
}
.cp-bnr * {
  font-size: 14px;
  font-size: 1rem;
}
.cp-bnr-ttl {
  margin: 0 auto 17px;
  max-width: 365px;
}
.cp-bnr-ttl img {
  display: block;
  margin: 0 auto;
}
.cp-bnr-link {
  display: inline-block;
}
.cp-bnr-link .bnr-img {
  display: block;
  margin: 0 auto;
  border: solid 1px #dfdfdf;
}
.cp-bnr .bnr-img.-sp {
  display: none;
}

@media only screen and  (max-width: 768px) {
  .cp-bnr-wrap {
    margin: 18px auto;
  }
  .cp-bnr-ttl {
    margin-bottom: 12px;
    width: 60.4%;
    max-width: 360px;
  }
  .cp-bnr {
    width: 94%;
    max-width: 480px;
    margin-top: 15px;
  }
  .cp-bnr .bnr-img.-pc {
    display: none;
  }
  .cp-bnr .bnr-img.-sp {
    display: block;
  }
}


/********************

  .section.-tokuten

*********************/
.section.-tokuten {
  padding-bottom: 10px;
}

@media only screen and  (max-width: 768px) {
  .section.-tokuten {
    padding-top: 5px;
  }
}

/********************

  .desing-box.-tokuten

*********************/
.design-box.-tokuten .box-title .ttl-image {
  width: 90.5%;
}

@media only screen and  (max-width: 768px) {
  .design-box.-tokuten {
    margin-top: 10px;
  }
  .design-box.-tokuten .box-title {
    padding: 5% 5px 4.2%;
  }
  .design-box.-tokuten .box-title .ttl-image {
    width: 100%;
  }
}

/********************

  .tokuten-img-illust

*********************/
.tokuten-img-illust {
  text-align: center;
  padding: 0 15px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.tokuten-img-illust .img {
  margin-top: -3.1%;
  width: 67.34%;
}

@media only screen and  (max-width: 768px) {
  .tokuten-img-illust {
    padding: 0 9px;
    max-width: 100%;
    width: 460px;
  }
  .tokuten-img-illust .img {
    margin-top: 20px;
    width: 100%;
  }
}

/********************

  .tokuten-txt-image

*********************/
.tokuten-txt-image {
  text-align: center;
  border: 4px solid #ffd928;
  border-radius: 20px;
  width: 90%;
  max-width: 760px;
  margin: 57px auto 42px;
  background-color: #fff;
  box-shadow: 0 7px 0 0 #fff9b9;
  padding: 0 15px 46px;
}
.tokuten-txt-image .txtimg-head {
  margin-top: -49px;
}
.tokuten-txt-image .txtimg-content {
  margin-top: 20px;
}

@media only screen and  (max-width: 768px) {
  .tokuten-txt-image {
    border-width: 2px;
    border-radius: 12px;
    margin: 41px auto 26px;
    padding: 0 15px 20px;
    box-shadow: 0 3px 0 0 #fff9ad;
    max-width: 600px;
    width: 100%;
  }
  .tokuten-txt-image .txtimg-head {
    margin-top: -26px;
  }
  .tokuten-txt-image .txtimg-head .img {
    width: 80px;
  }
  .tokuten-txt-image .txtimg-content {
    margin-top: 10px;
  }
  .tokuten-txt-image .txtimg-content .img {
    max-width: 100%;
    width: 500px;
  }
}

/********************

  .tokuten-txt

*********************/
.tokuten-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and  (max-width: 768px) {
  .tokuten-txt {
    font-size: 14px;
  }
}

/********************

  .tokuten-note

*********************/
.tokuten-notes {
  text-align: center;
  font-size: 14px;
  margin: 30px auto 0;
  font-weight: bold;
}

@media only screen and  (max-width: 768px) {
  .tokuten-notes {
    margin-top: 15px;
    font-size: 12px;
    width: 90%;
  }
  .tokuten-notes > li > .mark {
    font-family: 
    HiraKakuProN-W3, HiraKakuPro-W3,
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  }
}

/********************

  .section.-sanx

*********************/
.section.-sanx {
  padding: 10px 0 120px;
}

@media only screen and  (max-width: 768px) {
  .section.-sanx {
    padding: 0 0 55px;
    padding-top: 0;
  }
}

/********************

  .design-box.-sanx

*********************/
.design-box.-sanx .box-title {
  padding: 3% 15px 0;
}
.design-box.-sanx .box-title .ttl-image {
  width: 90.2%;
  margin-bottom: -3.2%;
  position: relative;
  z-index: 1;
}
.design-box.-sanx .box-content {
  padding-top: 7.3%;
}

@media only screen and  (max-width: 768px) {
  .design-box.-sanx .box-title {
    padding: 3.2% 5px 0;
  }
  .design-box.-sanx .box-title .ttl-image {
    width: 100%;
  }
  .design-box.-sanx .box-content {
    padding-top: 8%;
    padding-bottom: 35px;
  }
}

/********************

  .img-ordermade

*********************/
.img-ordermade {
  width: 88.37%;
  margin: 0 auto;
}

@media only screen and  (max-width: 768px) {
  .img-ordermade {
    width: 98%;
  }
}

/********************

  .txt-yours

*********************/
.txt-yours {
  margin: 49px auto 0;
}
.txt-yours img {
  display: block;
  margin: 0 auto;
}

@media only screen and  (max-width: 768px) {
  .txt-yours {
    margin-top: 26px;
    width: 55%;
  }
}

/********************

  .sanx-txt

*********************/
.sanx-txt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.6;
}

@media only screen and  (max-width: 768px) {
  .sanx-txt {
    font-size: 14px;
    margin-top: 15px;
  }
}

/********************

  .btn-details.-sanx

*********************/
.btn-details.-sanx {
  margin-top: 35px;
}

@media only screen and  (max-width: 768px) {
  .btn-details.-sanx {
    width: 70%;
    margin-top: 18px;
  }
}

/********************

  .img-special-20th

*********************/
.img-special-20th {
  max-width: 890px;
  margin: 10.6% auto 2%;
}
.img-special-20th {
  width: 100%;
}

@media only screen and  (max-width: 768px) {
  .img-special-20th {
    margin: 13.2% auto 0;
  }
}

/********************

  .btn-details.-special-20th

*********************/
.btn-details.-special-20th {
  margin: 10px auto;
}

@media only screen and  (max-width: 768px) {
  .btn-details.-special-20th {
    width: 65%;
    margin-top: 0;
  }
}

/********************

  .section.-otoku

*********************/
.section.-otoku {
  padding-top: 0;
}

/********************

  .ttl-img.-lv2.-otoku

*********************/
.ttl-img.-lv2.-otoku .img-wrap {
  padding: 4.2% 15px 3.5%;
}
.ttl-img.-lv2.-otoku .img-wrap .img {
  width: 80.1%;
}

@media only screen and  (max-width: 768px) {
  .ttl-img.-lv2.-otoku .img-wrap {
    padding: 4.2% 5px 30px;
  }
  .ttl-img.-lv2.-otoku .img-wrap .img {
    width: 500px;
  }
}

/********************

  .slide-wrap.-n-*
  .slide-1

*********************/
.slide-wrap.-n-1 {
  position: relative;
  margin: -2% auto 0;
  z-index: 5;
  width: 1056px;
  max-width: 96%;
}
.slide-1 {
  margin: 0 66px;
}
.slide-1 .slick-next ,
.slide-1 .slick-prev {
  margin-top: 34px;
}
.slide-1 .slide-item {
  text-align: center;
}
.slide-1 .slide-item img {
  margin: auto;
  max-width: 96%;
  display: inline-block;
}

@media only screen and (max-width: 768px){
  .slide-wrap.-n-1 {
    margin-top: -24px;
    width: 560px;
    max-width: 94%;
  }
  .slide-1 {
    margin: 0 50px;
  }
  .slide-1 .slick-next {
    width: 42px;
    right: -50px;
  }
  .slide-1 .slick-prev {
    width: 42px;
    left: -50px;
  }
  .slide-1 .slide-item img {
    max-width: 98%;
  }
}

/********************

  .section.-apply

*********************/
.section.-apply {
  padding-top: 100px;
  background-color: #fff799;
}
.section.-apply::before {
  content: "";
  display: block;
  background: transparent url(/campaign_ex/sanxrerakkuma/img/bg-pattern_03.png) repeat-x top center / auto 100%;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media only screen and  (max-width: 768px) {
  .section.-apply {
    padding-top: 20px;
  }
  .section.-apply::before {
    height: 9px;
  }
}

/********************

  .ttl-img.-apply

*********************/
.ttl-img.-apply  {
  margin: 32px auto 0;
  text-align: center;
}
.ttl-img.-apply .img {
  width: 80.9%;
}

@media only screen and  (max-width: 768px) {
  .ttl-img.-apply  {
    margin-top: 43px;
  }
  .ttl-img.-apply .img {
    width: 100%;
  }
}

/********************

  .cardface-sanx

*********************/
.cardface-sanx {
  text-align: center;
  margin: 32px auto 20px;
  padding: 9px 20px 0;
  position: relative;
}
.cardface-sanx .card-img {
  width: 427px;
  max-width: 80%;
  border: 1px solid #7b8162;
  display: block;
  border-radius: 4%/6%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.cardface-sanx::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: tan;
  z-index: 0;
  margin: 0 auto 20px;
  background: transparent url(/campaign_ex/sanxrerakkuma/img/20th/bg-apply.png) no-repeat center / auto 100%;
}
.cardface-sanx > * {
  position: relative;
  z-index: 1;
}

@media only screen and  (max-width: 768px) {
  .cardface-sanx {
    padding: 0 10px;
    margin-top: 30px;
  }
  .cardface-sanx .card-img {
    max-width: 287px;
  }
  .cardface-sanx::before {
    background-image: url(/campaign_ex/sanxrerakkuma/img/20th/bg-apply-sp.png);
    margin: 0 auto;
  }
}

/********************

  .copyright-sanx

*********************/
.copyright-sanx  {
  text-align: center;
  margin: 18px auto 0;
  max-width: 427px;
}
.copyright-sanx .img {
  display: block;
  margin: 0 auto;
}

@media only screen and  (max-width: 768px) {
  .copyright-sanx  {
    margin-top: 7px;
  }
  .copyright-sanx .img {
    width: 50%;
    max-width: 200px;
  }
}

/********************

  .spec-table

*********************/
.spec-table {
  width: 100%;
  max-width: 580px;
  margin: 42px auto 20px;
  background-color: #fff;
}
.spec-table .spec-row {
  border-top: 3px solid #e8e1cc;
}
.spec-table .spec-row > th ,
.spec-table .spec-row > td {
  color: #79532f;
  font-size: 18px;
  padding: 18px 1.1em;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
}
.spec-table .spec-row > th {
  background-color: #F6F3EC;
  width: 180px;
}
.spec-table .spec-row > td {
  background-color: #fff;
}
@media only screen and (min-width: 768px){
  .spec-table .spec-row > td.-pc-narrow {
    padding: 10px 1.1em;
  }
}
@media only screen and (max-width: 768px){
  .spec-table ,
  .spec-table > tbody ,
  .spec-table .spec-row ,
  .spec-table .spec-row > th ,
  .spec-table .spec-row > td {
    display: block;
    font-size: 14px;
  }
  .spec-table > tbody ,
  .spec-table .spec-row ,
  .spec-table .spec-row > th ,
  .spec-table .spec-row > td {
    width: 100%;
  }
  .spec-table {
    width: 94%;
    margin-top: 32px;
    max-width: 520px;
  }
  .spec-table .spec-row {
    border-top-width: 2px;
  }
  .spec-table .spec-row > th {
    padding: 10px 10px;
  }
  .spec-table .spec-row > td {
    padding: 14px 10px;
  }
}

/********************

  .cardbrand-list

*********************/
.cardbrand-list > li {
  display: inline-block;
  width: 48px;
}

/********************

  .txt-icons-list

*********************/
.txt-icons-list {
  font-size: 0;
  margin-bottom: -8px;
}
.txt-icons-list > li {
  display: inline-block;
  padding: 4px 5px;
  font-size: 11px;
  margin: 0 6px 8px 0;
  background-color: #edebe4;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 4px;
}

.txt-icons-list > li.itemtype-1 {
  background-color: #f6f3ec;
  color: #968b80;
  font-size: 14px;
  padding: 8px 9px;
  margin-right: 6px;
  border-radius: 4px;
}
.txt-icons-list > li.itemtype-2 {
  background-color: #a6a298;
  color: #fff;
}
.txt-icons-list > li.itemtype-3 {
  background-color: #d7d5d1;
  color: #fff;
}

@media only screen and  (max-width: 768px) {
  .txt-icons-list {
    margin-bottom: -5px;
  }
  .txt-icons-list > li {
    margin: 0 5px 5px 0;
  }
  .txt-icons-list > li.itemtype-1 {
    font-size: 12px;
  }
}

/********************

  .btn-apply

*********************/
.btn-apply {
  text-align: center;
  margin: 36px auto 40px;
  width: 100%;
  max-width: 690px;
}
.btn-apply .apply-link {
  display: inline-block;
}

@media only screen and  (max-width: 768px) {
  .btn-apply {
    margin: 25px auto 20px;
    max-width: 460px;
    width: 94%;
  }
}

/********************

  .txt-detail-link

*********************/
.txt-detail-link {
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
}
.txt-detail-link .link {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

@media only screen and  (max-width: 768px) {
  .txt-detail-link {
    font-size: 14px;
    margin-top: 20px;
  }
}

/********************

  .to-pagetop-btn

*********************/
.to-pagetop-btn-wrap::before {
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff799;
  min-height: 150px;
}
.to-pagetop-btn-wrap {
  position: relative;
}
.to-pagetop-btn {
  position: absolute;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
  transition: opacity 0.2s ease;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  text-align: center;
  width: 160px;
  max-width: 18%;
}
.to-pagetop-btn:hover {
  opacity: 0.8;
}
.to-pagetop-btn.-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  transition-property: opacity, bottom;
}

@media only screen and (max-width: 768px){
  .to-pagetop-btn-wrap::before {
    min-height: 120px;
  }
  .to-pagetop-btn  {
    width: 80px;
    height: auto;
    max-width: none;
    right: 20px;
  }
  .to-pagetop-btn:hover {
    opacity: 1;
  }
}

/********************

  .follow-bottom

*********************/
.follow-bottom {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -10px 15px -5px rgba(0,0,0,0.1);
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 100;
  padding: 25px 15px 15px;
  display: none;
}

@media only screen and (max-width: 768px){
  .follow-bottom {
    padding: 15px;
  }
}

/********************

  .follow-bnr

*********************/
.follow-bnr {
  width: 360px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.follow-bnr a {
  max-width: 100%;
  display: inline-block;
}
.follow-bnr img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
  .follow-bnr {
    width: 246px;
    max-width: 90%;
  }
}
