/*! Writen  by SCSS */
/*
.sec {
	color: #fff;
}

.border_ttl {
	color: #fff;
	border-left: 5px solid #ffe3b5;
	padding-left: 20px;
}
.en_txt {
	color: #ffe3b5;
	font-size: clamp_gm(18,1200,20);
}

.main_in {
	position: relative;
	margin-bottom: clamp_gm(40,1200,50);
	.txt {
		position: absolute;
		inset:0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		padding: calc(70vw / 16) 15px;
		@include mq($br_sp){
			padding: 30px 15px;
		}
		p {
			color: #fff;

			text-shadow: 0 0 10px rgba(#14567d, 0.8);
			font-size: clamp(12px, calc(60vw / 13), 60px);
			line-height: 1;
			letter-spacing: 0.15em;
			font-weight: 600;
			@include mq($br_sp){
				font-size: calc(30vw / 3.9);
			}
			.min {
				text-align: center;
				margin-bottom: 0.5em;
				font-size: 45%;
				display: block;
			}
		}
		.s1 {

		}
	}
}
*/
.contarea {
  overflow: hidden; }

.sec1 {
  padding: 60px 0 0; }
  @media screen and (max-width: 480px) {
    .sec1 {
      padding: 40px 0 0; } }
  @media screen and (max-width: 480px) {
    .sec1 .img .cap {
      right: -20px; } }
  @media screen and (max-width: 480px) {
    .sec1 .swipe1 {
      display: block;
      margin-inline: -20px; }
      .sec1 .swipe1 img {
        width: 650px;
        max-width: 650px; } }

.sec2 {
  padding-bottom: 90px; }
  @media screen and (max-width: 480px) {
    .sec2 {
      padding-bottom: 60px; } }
  .sec2 .inner_1435 {
    max-width: 1435px; }
  .sec2 .flex_wrap {
    position: relative;
    max-width: 1225px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (max-width: 480px) {
      .sec2 .flex_wrap {
        flex-direction: column;
        row-gap: 30px;
        padding-bottom: 0; } }
    .sec2 .flex_wrap::before {
      content: '';
      max-width: 900px;
      width: 80%;
      height: 100%;
      position: absolute;
      inset: 0;
      left: auto;
      background: rgba(145, 128, 96, 0.7); }
      @media screen and (max-width: 480px) {
        .sec2 .flex_wrap::before {
          width: calc(100% + 40px);
          margin-inline: -20px;
          display: none; } }
    .sec2 .flex_wrap .item_in {
      margin-top: -20%;
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      @media screen and (max-width: 480px) {
        .sec2 .flex_wrap .item_in {
          flex-direction: column;
          margin-top: 0;
          row-gap: 30px; } }
      .sec2 .flex_wrap .item_in .item01 {
        width: 58.21%;
        margin-left: -22.5%;
        margin-bottom: -8px; }
        @media screen and (max-width: 480px) {
          .sec2 .flex_wrap .item_in .item01 {
            margin-left: 0;
            margin-bottom: 0;
            width: calc(100% + 40px);
            margin-inline: -20px;
            width: calc(100% + 100px);
            margin-inline: -30px; } }
        .sec2 .flex_wrap .item_in .item01 .cap {
          left: 30px;
          bottom: 5px; }
          @media screen and (max-width: 480px) {
            .sec2 .flex_wrap .item_in .item01 .cap {
              left: 50px;
              bottom: 0; } }
      .sec2 .flex_wrap .item_in .item02 {
        width: 56.33%;
        margin-bottom: 40px;
        margin-right: 60px; }
        @media screen and (max-width: 480px) {
          .sec2 .flex_wrap .item_in .item02 {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0;
            display: flex;
            flex-direction: column-reverse;
            row-gap: 20px;
            position: relative; }
            .sec2 .flex_wrap .item_in .item02::before {
              content: '';
              position: absolute;
              inset: -20px;
              background: rgba(145, 128, 96, 0.7);
              top: 0;
              z-index: -1; } }
        .sec2 .flex_wrap .item_in .item02 .text_wrap {
          display: flex;
          flex-direction: column;
          row-gap: clamp(10px, 1.667vw, 20px); }
          .sec2 .flex_wrap .item_in .item02 .text_wrap .en_ttl {
            font-size: clamp(18px, 1.667vw, 20px);
            color: #beb098; }
          .sec2 .flex_wrap .item_in .item02 .text_wrap .ttl {
            line-height: 1;
            padding-left: 1em;
            border-left: 5px solid #beb098;
            color: #fff; }
            @media screen and (max-width: 480px) {
              .sec2 .flex_wrap .item_in .item02 .text_wrap .ttl {
                line-height: 1.4; } }
          .sec2 .flex_wrap .item_in .item02 .text_wrap .read {
            color: #fff;
            line-height: 1.89; }
        @media screen and (max-width: 480px) {
          .sec2 .flex_wrap .item_in .item02 .img {
            margin-inline: -20px; } }
    @media screen and (max-width: 480px) {
      .sec2 .flex_wrap .item03 {
        margin-inline: -20px;
        margin-top: 40px; } }
    @media screen and (max-width: 480px) {
      .sec2 .flex_wrap .item03 .swipe2 {
        display: block;
        margin-inline: -20px; }
        .sec2 .flex_wrap .item03 .swipe2 img {
          width: 800px;
          max-width: 800px; } }
    .sec2 .flex_wrap .item03 .cap {
      bottom: auto;
      top: 0; }
      @media screen and (max-width: 480px) {
        .sec2 .flex_wrap .item03 .cap {
          display: none; } }
    @media screen and (max-width: 480px) {
      .sec2 .flex_wrap .item03 .cap_l {
        margin-top: 5px;
        color: #fff;
        margin-inline: 10px; } }

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