@charset "UTF-8";
.add_contents {
  margin:100px 0 0 0 ;
  --custom-rem:(100vw / 750);
  font-size: calc( var(--custom-rem) * 26 );
  opacity:0;
}
.add_contents.loaded {
  opacity:1;
}

.add_contents a:link, .add_contents a:visited, .add_contents a:active, .add_contents a:hover {
  text-decoration: none;
  color: inherit;
}
.add_contents img {
  height: auto;
}
.add_contents #container {
  width: 100%;
}
.add_contents .pc {
  display: none !important;
}
.add_contents .wrap_out, .add_contents .wrap_main {
  width: 100%;
  height: auto;
}
.add_contents .wrap_in {
  width: calc( var(--custom-rem) * 680 );
  height: auto;
  margin: 0 auto;
}
.add_contents ul.many_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
.add_contents ul.many_rows > li {
  display: block;
  height: auto;
  float: left;
}
.add_contents ul.two_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
.add_contents ul.two_rows > li {
  display: block;
  height: auto;
  float: left;
}
.add_contents ul.two_rows > li:nth-child(2n+2) {
  float: right;
}
.add_contents ul.three_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
.add_contents ul.three_rows > li {
  display: block;
  height: auto;
  float: left;
}
.add_contents ul.three_rows > li:nth-child(3n+2) {
  margin-right: 0;
}
.add_contents ul.three_rows > li:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}
.add_contents .table_block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.add_contents .table_block > .cell_block {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.add_contents .table_block.sp_tate {
  display: block;
  table-layout: auto;
}
.add_contents .table_block.sp_tate > .cell_block {
  display: block;
  width: 100%;
}
.add_contents #scroller {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: 8rem;
  height: 8rem;
}
.add_contents .add__fv {
  display: block;
  width: 100%;
  margin: 0 auto calc( var(--custom-rem) * 112 );
}
.add_contents .add__ttl_h2 {
  font-size: calc( var(--custom-rem) * 60 );
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .12em;
  text-align: center;
  margin-bottom: calc( var(--custom-rem) * 38 );
}
.add_contents .add__ttl_h2 small {
  display: block;
  font-size: calc( var(--custom-rem) * 34 );
  font-weight: normal;
}
.add_contents .add__ttl_h2 + p {
  font-size: calc( var(--custom-rem) * 36 );
  font-weight: normal;
  line-height: 2;
  letter-spacing: .12em;
  text-align: center;
}
.add_contents .add__ttl_h2 + p strong {
  font-weight: bold;
  color: #ff6600;
}
.add_contents .add__sec01 {
  margin-top: calc( var(--custom-rem) * 140 );
  margin-bottom: calc( var(--custom-rem) * 160 );
  width: 100%;
}
.add_contents .add__ttl_h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  height: calc( var(--custom-rem) * 160 );
  margin-bottom: calc( var(--custom-rem) * 100 );
  font-size: calc( var(--custom-rem) * 48 );
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  color: #1e1a18;
  background-color: #ffe5cd;
}
.add_contents .add__ttl_h3 .add__ttl_h3_img {
  display: block;
  width: calc( var(--custom-rem) * 382.59 );
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.add_contents .fx_sec01 {
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
}
.add_contents .fx_sec01 .fx_sec01_img {
  display: block;
  width: calc( var(--custom-rem) * 270 );
}
.add_contents .fx_sec01 .fx_sec01_ttl_img {
  display: block;
  width: auto;
  height: calc( var(--custom-rem) * 26 );
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc( var(--custom-rem) * 27 );
}
.add_contents .fx_sec01 p {
  font-size: calc( var(--custom-rem) * 24 );
  font-weight: bold;
  line-height: 2;
  letter-spacing: .1em;
  text-align: center;
}
.add_contents .fx_sec01 > .blockB {
  padding-left: calc( var(--custom-rem) * 13 );
}
.add_contents .fx_sec01 + .fx_sec01 {
  margin-top: calc( var(--custom-rem) * 96 );
}
.add_contents .fx_sec01 + .fx_sec01 > .blockB {
  padding-left: 0;
  padding-right: calc( var(--custom-rem) * 28 );
}
.add_contents .add__sec02 {
  background-color: #d6c78c;
  padding-top: calc( var(--custom-rem) * 108 );
  padding-bottom: calc( var(--custom-rem) * 112.5 );
}
.add_contents .add__sec02 h2 {
  font-size: calc( var(--custom-rem) * 48 );
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .2em;
  text-align: center;
  color: #6d5431;
  margin-bottom: calc( var(--custom-rem) * 75 );
}
.add_contents .fx_sec_02 {
  -webkit-align-items: flex-start;
  /*縦方向（Safari用）*/
  align-items: flex-start;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
  gap: calc( var(--custom-rem) * 54 ) 0;
}
.add_contents .fx_sec_02 > .flex_block_child {
  width: calc( var(--custom-rem) * 330 );
}
.add_contents .fx_sec_02 > .flex_block_child .fx_sec_02_img {
  display: block;
  width: 100%;
  margin-bottom: calc( var(--custom-rem) * 21 );
}
.add_contents .fx_sec_02 > .flex_block_child .fx_sec_02_ttl {
  display: block;
  width: calc( var(--custom-rem) * 68 );
  margin: 0 auto calc( var(--custom-rem) * 17 );
}
.add_contents .fx_sec_02 > .flex_block_child p {
  font-size: calc( var(--custom-rem) * 24 );
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .12em;
  white-space: nowrap;
  text-align: center;
  color: #6d5431;
}
.add_contents .add__ttl_fuki {
  font-size: calc( var(--custom-rem) * 40 );
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .12em;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  /*縦方向（Safari用）*/
  align-items: flex-end;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc( var(--custom-rem) * 147 );
  margin-bottom: calc( var(--custom-rem) * 81 );
}
.add_contents .add__ttl_fuki::before {
  content: "";
  display: block;
  width: calc( var(--custom-rem) * 96 );
  height: calc( var(--custom-rem) * 110 );
  margin-right: calc( var(--custom-rem) * 40 );
  margin-bottom: calc( var(--custom-rem) * 16 );
  background-image: url("../img/fukidashi_left.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.add_contents .add__ttl_fuki::after {
  content: "";
  display: block;
  width: calc( var(--custom-rem) * 96 );
  height: calc( var(--custom-rem) * 110 );
  margin-left: calc( var(--custom-rem) * 40 );
  margin-bottom: calc( var(--custom-rem) * 16 );
  background-image: url("../img/fukidashi_right.png");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.add_contents .add__btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc( var(--custom-rem) * 640 );
  height: calc( var(--custom-rem) * 180 );
  -webkit-border-radius: calc( var(--custom-rem) * 180 );
  border-radius: calc( var(--custom-rem) * 180 );
  margin: 0 auto calc( var(--custom-rem) * 140 );
  font-size: calc( var(--custom-rem) * 40 );
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #fff !important;
  text-align: center;
  background-color: #306d26;
}
.add_contents .add__sec03 {
  width: 100%;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding-top: calc( var(--custom-rem) * 100 );
  padding-bottom: calc( var(--custom-rem) * 92 );
  margin-bottom: calc( var(--custom-rem) * 100 );
}
.add_contents .add__sec03 h2 {
  font-size: calc( var(--custom-rem) * 40 );
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: center;
  color: #000;
  margin-bottom: calc( var(--custom-rem) * 62 );
}
.add_contents .add__sec03 p {
  font-size: calc( var(--custom-rem) * 24 );
  line-height: 1.5;
  letter-spacing: .04em;
  margin-left: calc( var(--custom-rem) * 55 );
  margin-right: calc( var(--custom-rem) * 55 );
}
.add_contents .add__sec03 p + p {
  margin-top: calc( var(--custom-rem) * 28 );
}


.add_contents > .sns_share {
  width:calc(100% - 10%);
  margin: 0 5%;
  border:#316a34 3px solid;
  border-radius:15px;
  background:#f8fbf8;
  display: flex;
  flex-wrap: wrap;
}

.sns_share > div{
  width:50%;
  padding:15px 0;
  margin:0;
  text-align: center;
  display: flexbox;
}

.sns_share > div:nth-child(1){
  border-right:#316a34 3px solid;
  border-bottom:#316a34 3px solid;
}

.sns_share > div:nth-child(2){
  border-bottom:#316a34 3px solid;
}

.sns_share > div:nth-child(3){
  border-right:#316a34 3px solid;
}

.sns_share > div img{
  width:50%;
}

.add_contents > .url_share {
  width:calc(100% - 10%);
  margin: 0 5%;
  padding:5% 0;
}

.add_contents > .url_share > .qr_code{
  display: none;
}

.add_contents > .url_share > .url_link{
  width:100%;
}

.add_contents > .url_share > .url_link > .url_link_title{
  font-size:14px;
  color:#cf9a05;
  font-weight:bold;
}

.add_contents > .url_share > .url_link > .url_link_text{
  display: block;
  font-size:14px;
  padding: 10px;
  margin-top:5px;
  border:solid #eeeeee 1px;
  border-radius:3px;
  overflow: hidden;
  white-space: nowrap;
}

.add_contents > .url_share > .url_copy{
  width:100%;
  display: flexbox;
}

.copu_button {
  border:solid #306d26 1px;
  border-radius:5px;
  background: #306d26;
  color: #fff;
  font-weight:bold;
  font-size:15px;
  width:100%;
  padding:8px 0;
  margin-top:calc(1em + 5px);
  text-align: center;
}

/*# sourceMappingURL=mainSp.css.map */
